Package | Description |
---|---|
org.infinispan.configuration.cache |
Classes related to eviction.
|
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 |
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 © 2012 JBoss by Red Hat. All Rights Reserved.