Package | Description |
---|---|
org.infinispan.config |
Cache configuration beans and parsers.
|
Modifier and Type | Class and Description |
---|---|
static class |
Configuration.StateRetrievalType
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
FluentConfiguration.StateRetrievalConfig |
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)
|
FluentConfiguration.StateRetrievalConfig |
Configuration.StateRetrievalType.alwaysProvideInMemoryState(Boolean alwaysProvideInMemoryState)
Deprecated.
|
FluentConfiguration.StateRetrievalConfig |
FluentConfiguration.StateRetrievalConfig.chunkSize(Integer chunkSize)
Deprecated.
Size of a state transfer chunk, in cache entries.
|
FluentConfiguration.StateRetrievalConfig |
Configuration.StateRetrievalType.chunkSize(Integer chunkSize)
Deprecated.
|
FluentConfiguration.StateRetrievalConfig |
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.StateRetrievalConfig |
Configuration.StateRetrievalType.fetchInMemoryState(Boolean fetchInMemoryState)
Deprecated.
|
FluentConfiguration.StateRetrievalConfig |
FluentConfiguration.StateRetrievalConfig.initialRetryWaitTime(Long initialRetryWaitTime)
Deprecated.
Initial wait time when backing off before retrying state transfer retrieval
|
FluentConfiguration.StateRetrievalConfig |
Configuration.StateRetrievalType.initialRetryWaitTime(Long initialRetryWaitTime)
Deprecated.
|
FluentConfiguration.StateRetrievalConfig |
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 |
Configuration.StateRetrievalType.logFlushTimeout(Long logFlushTimeout)
Deprecated.
|
FluentConfiguration.StateRetrievalConfig |
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 |
Configuration.StateRetrievalType.maxNonProgressingLogWrites(Integer maxNonProgressingLogWrites)
Deprecated.
|
FluentConfiguration.StateRetrievalConfig |
FluentConfiguration.StateRetrievalConfig.numRetries(Integer numRetries)
Deprecated.
Number of state retrieval retries before giving up and aborting startup.
|
FluentConfiguration.StateRetrievalConfig |
Configuration.StateRetrievalType.numRetries(Integer numRetries)
Deprecated.
|
FluentConfiguration.StateRetrievalConfig |
FluentConfiguration.StateRetrievalConfig.retryWaitTimeIncreaseFactor(Integer retryWaitTimeIncreaseFactor)
Deprecated.
Wait time increase factor over successive state retrieval backoffs
|
FluentConfiguration.StateRetrievalConfig |
Configuration.StateRetrievalType.retryWaitTimeIncreaseFactor(Integer retryWaitTimeIncreaseFactor)
Deprecated.
|
FluentConfiguration.StateRetrievalConfig |
FluentConfiguration.ClusteringConfig.stateRetrieval()
Deprecated.
Configure stateRetrieval sub element
|
FluentConfiguration.StateRetrievalConfig |
Configuration.ClusteringType.stateRetrieval()
Deprecated.
|
FluentConfiguration.StateRetrievalConfig |
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.StateRetrievalConfig |
Configuration.StateRetrievalType.timeout(Long timeout)
Deprecated.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.