|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ResponseMode | |
|---|---|
| org.infinispan.remoting.rpc | Remote Procedure Call (RPC) interfaces and components used to invoke remote methods on cache instances. |
| org.infinispan.remoting.transport | Transports handle the low-level networking, used by the remoting components. |
| org.infinispan.remoting.transport.jgroups | A transport implementation based on JGroups. |
| Uses of ResponseMode in org.infinispan.remoting.rpc |
|---|
| Methods in org.infinispan.remoting.rpc that return ResponseMode | |
|---|---|
static ResponseMode |
ResponseMode.getAsyncResponseMode(Configuration c)
|
static ResponseMode |
ResponseMode.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ResponseMode[] |
ResponseMode.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.infinispan.remoting.rpc with parameters of type ResponseMode | |
|---|---|
List<Response> |
RpcManagerImpl.invokeRemotely(Collection<Address> recipients,
ReplicableCommand rpcCommand,
ResponseMode mode,
long timeout)
|
List<Response> |
RpcManager.invokeRemotely(Collection<Address> recipients,
ReplicableCommand rpcCommand,
ResponseMode mode,
long timeout)
Invokes an RPC call on other caches in the cluster. |
List<Response> |
RpcManagerImpl.invokeRemotely(Collection<Address> recipients,
ReplicableCommand rpcCommand,
ResponseMode mode,
long timeout,
boolean usePriorityQueue)
|
List<Response> |
RpcManager.invokeRemotely(Collection<Address> recipients,
ReplicableCommand rpcCommand,
ResponseMode mode,
long timeout,
boolean usePriorityQueue)
Invokes an RPC call on other caches in the cluster. |
List<Response> |
RpcManagerImpl.invokeRemotely(Collection<Address> recipients,
ReplicableCommand rpcCommand,
ResponseMode mode,
long timeout,
boolean usePriorityQueue,
ResponseFilter responseFilter)
|
List<Response> |
RpcManager.invokeRemotely(Collection<Address> recipients,
ReplicableCommand rpcCommand,
ResponseMode mode,
long timeout,
boolean usePriorityQueue,
ResponseFilter responseFilter)
Invokes an RPC call on other caches in the cluster. |
| Uses of ResponseMode in org.infinispan.remoting.transport |
|---|
| Methods in org.infinispan.remoting.transport with parameters of type ResponseMode | |
|---|---|
List<Response> |
Transport.invokeRemotely(Collection<Address> recipients,
ReplicableCommand rpcCommand,
ResponseMode mode,
long timeout,
boolean usePriorityQueue,
ResponseFilter responseFilter,
boolean supportReplay)
Invokes an RPC call on other caches in the cluster. |
| Uses of ResponseMode in org.infinispan.remoting.transport.jgroups |
|---|
| Methods in org.infinispan.remoting.transport.jgroups with parameters of type ResponseMode | |
|---|---|
List<Response> |
JGroupsTransport.invokeRemotely(Collection<Address> recipients,
ReplicableCommand rpcCommand,
ResponseMode mode,
long timeout,
boolean usePriorityQueue,
ResponseFilter responseFilter,
boolean supportReplay)
|
|
Google Analytics | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||