Package | Description |
---|---|
org.infinispan.configuration.cache |
Cache configuration |
Modifier and Type | Method and Description |
---|---|
ClusteringConfigurationBuilder |
ClusteringConfigurationBuilder.cacheMode(CacheMode cacheMode)
Cache mode.
|
ClusteringConfigurationBuilder |
ConfigurationChildBuilder.clustering() |
ClusteringConfigurationBuilder |
ConfigurationBuilder.clustering() |
ClusteringConfigurationBuilder |
ClusteringConfigurationBuilder.invalidationBatchSize(int size)
For scattered cache, the threshold after which batched invalidations are sent
|
ClusteringConfigurationBuilder |
ClusteringConfigurationBuilder.read(ClusteringConfiguration template) |
ClusteringConfigurationBuilder |
ClusteringConfigurationBuilder.remoteTimeout(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.
|
ClusteringConfigurationBuilder |
ClusteringConfigurationBuilder.remoteTimeout(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.
|
Constructor and Description |
---|
GroupsConfigurationBuilder(ClusteringConfigurationBuilder builder) |
PartitionHandlingConfigurationBuilder(ClusteringConfigurationBuilder builder) |
SyncConfigurationBuilder(ClusteringConfigurationBuilder builder)
Deprecated.
|
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.