|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DistributedSync.SyncResponse | |
---|---|
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 DistributedSync.SyncResponse in org.infinispan.remoting.transport |
---|
Methods in org.infinispan.remoting.transport that return DistributedSync.SyncResponse | |
---|---|
DistributedSync.SyncResponse |
DistributedSync.blockUntilAcquired(long timeout,
TimeUnit timeUnit)
Blocks until the start of a sync - either by the current RPCManager instance or a remote one - is received. |
DistributedSync.SyncResponse |
DistributedSync.blockUntilReleased(long timeout,
TimeUnit timeUnit)
Blocks until an ongoing sync ends. |
static DistributedSync.SyncResponse |
DistributedSync.SyncResponse.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static DistributedSync.SyncResponse[] |
DistributedSync.SyncResponse.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of DistributedSync.SyncResponse in org.infinispan.remoting.transport.jgroups |
---|
Methods in org.infinispan.remoting.transport.jgroups that return DistributedSync.SyncResponse | |
---|---|
DistributedSync.SyncResponse |
JGroupsDistSync.blockUntilAcquired(long timeout,
TimeUnit timeUnit)
|
DistributedSync.SyncResponse |
JGroupsDistSync.blockUntilReleased(long timeout,
TimeUnit timeUnit)
|
|
Google Analytics | |||||||||
PREV NEXT | FRAMES NO FRAMES |