Package | Description |
---|---|
org.infinispan.configuration.cache |
Classes related to eviction.
|
Modifier and Type | Method and Description |
---|---|
StateTransferConfigurationBuilder |
StateTransferConfigurationBuilder.chunkSize(int i)
If > 0, the state will be transferred in batches of
chunkSize cache entries. |
StateTransferConfigurationBuilder |
StateTransferConfigurationBuilder.fetchInMemoryState(boolean b)
If
true , the cache will fetch data from the neighboring caches when it starts up, so
the cache starts 'warm', although it will impact startup time. |
StateTransferConfigurationBuilder |
StateTransferConfigurationBuilder.read(StateTransferConfiguration template) |
StateTransferConfigurationBuilder |
ClusteringConfigurationChildBuilder.stateTransfer()
Configures how state is transferred when a new cache joins the cluster.
|
StateTransferConfigurationBuilder |
ClusteringConfigurationBuilder.stateTransfer()
Configure the
stateTransfer sub element for distributed and replicated caches. |
StateTransferConfigurationBuilder |
StateTransferConfigurationBuilder.timeout(long l)
This is the maximum amount of time - in milliseconds - to wait for state from neighboring
caches, before throwing an exception and aborting startup.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.