Package | Description |
---|---|
org.infinispan.interceptors.base |
Base interceptors containing common, reusable behavior.
|
org.infinispan.remoting.responses |
Abstractions of the different response types allowed during RPC.
|
Modifier and Type | Method and Description |
---|---|
protected TimeoutValidationResponseFilter |
BaseRpcInterceptor.getSelfDeliverFilter()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected Map<Address,Response> |
BaseRpcInterceptor.totalOrderPrepare(Collection<Address> recipients,
PrepareCommand prepareCommand,
TimeoutValidationResponseFilter responseFilter)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
KeysValidateFilter
Used in Total Order based commit protocol in Distributed Mode
This filter awaits for one valid response for each key to be validated.
|
class |
SelfDeliverFilter
Used in Total Order based protocol.
|
Copyright © 2017 JBoss, a division of Red Hat. All rights reserved.