Package | Description |
---|---|
org.infinispan.configuration.cache |
Modifier and Type | Method and Description |
---|---|
SyncConfigurationBuilder |
SyncConfigurationBuilder.read(SyncConfiguration template) |
SyncConfigurationBuilder |
SyncConfigurationBuilder.replTimeout(long l)
This is the timeout used to wait for an acknowledgment when making a remote call, after which
the call is aborted and an exception is thrown.
|
SyncConfigurationBuilder |
SyncConfigurationBuilder.replTimeout(long l,
TimeUnit unit)
This is the timeout used to wait for an acknowledgment when making a remote call, after which
the call is aborted and an exception is thrown.
|
SyncConfigurationBuilder |
ClusteringConfigurationChildBuilder.sync()
If configured all communications are synchronous, in that whenever a thread sends a message
sent over the wire, it blocks until it receives an acknowledgment from the recipient.
|
SyncConfigurationBuilder |
ClusteringConfigurationBuilder.sync() |
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.