@Deprecated public static interface FluentConfiguration.StateRetrievalConfig extends FluentConfiguration.ClusteringConfig
Modifier and Type | Method and Description |
---|---|
FluentConfiguration.StateRetrievalConfig |
alwaysProvideInMemoryState(Boolean alwaysProvideInMemoryState)
Deprecated.
If true, this will allow the cache to provide in-memory state to a neighbor, even if the
cache is not configured to fetch state from its neighbors (fetchInMemoryState is false)
|
Configuration |
build()
Deprecated.
|
FluentConfiguration.StateRetrievalConfig |
chunkSize(Integer chunkSize)
Deprecated.
Size of a state transfer chunk, in cache entries.
|
FluentConfiguration.ClusteringConfig |
clustering()
Deprecated.
|
FluentConfiguration.CustomInterceptorsConfig |
customInterceptors()
Deprecated.
|
FluentConfiguration.DataContainerConfig |
dataContainer()
Deprecated.
|
FluentConfiguration.DeadlockDetectionConfig |
deadlockDetection()
Deprecated.
This method allows configuration of the deadlock detection.
|
FluentConfiguration.EvictionConfig |
eviction()
Deprecated.
|
FluentConfiguration.ExpirationConfig |
expiration()
Deprecated.
|
FluentConfiguration.StateRetrievalConfig |
fetchInMemoryState(Boolean fetchInMemoryState)
Deprecated.
If true, this will cause the cache to ask neighboring caches for state when it starts up,
so the cache starts 'warm', although it will impact startup time.
|
FluentConfiguration.IndexingConfig |
indexing()
Deprecated.
This method allows configuration of the indexing subsystem.
|
FluentConfiguration.StateRetrievalConfig |
initialRetryWaitTime(Long initialRetryWaitTime)
Deprecated.
Initial wait time when backing off before retrying state transfer retrieval
|
FluentConfiguration.InvocationBatchingConfig |
invocationBatching()
Deprecated.
This method allows configuration of invocation batching.
|
FluentConfiguration.JmxStatisticsConfig |
jmxStatistics()
Deprecated.
This method allows configuration of jmx statistics.
|
FluentConfiguration.LoadersConfig |
loaders()
Deprecated.
|
FluentConfiguration.LockingConfig |
locking()
Deprecated.
|
FluentConfiguration.StateRetrievalConfig |
logFlushTimeout(Long logFlushTimeout)
Deprecated.
This is the maximum amount of time to run a cluster-wide flush, to allow for syncing of
transaction logs.
|
FluentConfiguration.StateRetrievalConfig |
maxNonProgressingLogWrites(Integer maxNonProgressingLogWrites)
Deprecated.
This is the maximum number of non-progressing transaction log writes after which a
brute-force flush approach is resorted to, to synchronize transaction logs.
|
FluentConfiguration.StateRetrievalConfig |
numRetries(Integer numRetries)
Deprecated.
Number of state retrieval retries before giving up and aborting startup.
|
FluentConfiguration.StateRetrievalConfig |
retryWaitTimeIncreaseFactor(Integer retryWaitTimeIncreaseFactor)
Deprecated.
Wait time increase factor over successive state retrieval backoffs
|
FluentConfiguration.StoreAsBinaryConfig |
storeAsBinary()
Deprecated.
This method allows configuration of lazy deserialization.
|
FluentConfiguration.StateRetrievalConfig |
timeout(Long timeout)
Deprecated.
This is the maximum amount of time - in milliseconds - to wait for state from neighboring
caches, before throwing an exception and aborting startup.
|
FluentConfiguration.TransactionConfig |
transaction()
Deprecated.
|
FluentConfiguration.UnsafeConfig |
unsafe()
Deprecated.
|
FluentConfiguration.VersioningConfig |
versioning()
Deprecated.
|
async, hash, l1, mode, stateRetrieval, sync
FluentConfiguration.StateRetrievalConfig fetchInMemoryState(Boolean fetchInMemoryState)
fetchInMemoryState
- FluentConfiguration.StateRetrievalConfig alwaysProvideInMemoryState(Boolean alwaysProvideInMemoryState)
alwaysProvideInMemoryState
- FluentConfiguration.StateRetrievalConfig initialRetryWaitTime(Long initialRetryWaitTime)
initialRetryWaitTime
- FluentConfiguration.StateRetrievalConfig retryWaitTimeIncreaseFactor(Integer retryWaitTimeIncreaseFactor)
retryWaitTimeIncreaseFactor
- FluentConfiguration.StateRetrievalConfig numRetries(Integer numRetries)
numRetries
- FluentConfiguration.StateRetrievalConfig timeout(Long timeout)
timeout
- FluentConfiguration.StateRetrievalConfig logFlushTimeout(Long logFlushTimeout)
logFlushTimeout
- FluentConfiguration.StateRetrievalConfig maxNonProgressingLogWrites(Integer maxNonProgressingLogWrites)
maxNonProgressingLogWrites
- FluentConfiguration.StateRetrievalConfig chunkSize(Integer chunkSize)
FluentConfiguration.LockingConfig locking()
FluentConfiguration.LoadersConfig loaders()
FluentConfiguration.TransactionConfig transaction()
FluentConfiguration.DeadlockDetectionConfig deadlockDetection()
FluentConfiguration.DeadlockDetectionConfig.disable()
FluentConfiguration.CustomInterceptorsConfig customInterceptors()
FluentConfiguration.EvictionConfig eviction()
FluentConfiguration.ExpirationConfig expiration()
FluentConfiguration.ClusteringConfig clustering()
FluentConfiguration.IndexingConfig indexing()
FluentConfiguration.IndexingConfig.disable()
FluentConfiguration.DataContainerConfig dataContainer()
FluentConfiguration.UnsafeConfig unsafe()
FluentConfiguration.JmxStatisticsConfig jmxStatistics()
FluentConfiguration.StoreAsBinaryConfig storeAsBinary()
FluentConfiguration.InvocationBatchingConfig invocationBatching()
FluentConfiguration.VersioningConfig versioning()
Configuration build()
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.