@Deprecated public static class Configuration.StateRetrievalType extends AbstractNamedCacheConfigurationBean implements FluentConfiguration.StateRetrievalConfig
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
alwaysProvideInMemoryState
Deprecated.
|
protected Integer |
chunkSize
Deprecated.
|
protected Boolean |
fetchInMemoryState
Deprecated.
|
protected Long |
initialRetryWaitTime
Deprecated.
|
protected Long |
logFlushTimeout
Deprecated.
|
protected Integer |
maxNonProgressingLogWrites
Deprecated.
|
protected Integer |
numRetries
Deprecated.
|
protected Integer |
retryWaitTimeIncreaseFactor
Deprecated.
|
protected Long |
timeout
Deprecated.
|
croverriddenConfigurationElements| Constructor and Description |
|---|
Configuration.StateRetrievalType()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ConfigurationBeanVisitor v)
Deprecated.
|
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.AsyncConfig |
async()
Deprecated.
|
Configuration |
build()
Deprecated.
|
Configuration |
build()
Deprecated.
|
FluentConfiguration.TransactionConfig |
cacheStopTimeout(Integer cacheStopTimeout)
Deprecated.
|
FluentConfiguration.StateRetrievalConfig |
chunkSize(Integer chunkSize)
Deprecated.
Size of a state transfer chunk, in cache entries.
|
FluentConfiguration.ClusteringConfig |
clustering()
Deprecated.
|
FluentConfiguration.ClusteringConfig |
clustering()
Deprecated.
|
FluentConfiguration.CustomInterceptorsConfig |
customInterceptors()
Deprecated.
|
FluentConfiguration.CustomInterceptorsConfig |
customInterceptors()
Deprecated.
|
FluentConfiguration.DataContainerConfig |
dataContainer()
Deprecated.
|
FluentConfiguration.DataContainerConfig |
dataContainer()
Deprecated.
|
FluentConfiguration.DeadlockDetectionConfig |
deadlockDetection()
Deprecated.
This method allows configuration of the deadlock detection.
|
FluentConfiguration.DeadlockDetectionConfig |
deadlockDetection()
Deprecated.
This method allows configuration of the deadlock detection.
|
FluentConfiguration.TransactionConfig |
eagerLockSingleNode(Boolean eagerLockSingleNode)
Deprecated.
|
boolean |
equals(Object o)
Deprecated.
|
FluentConfiguration.EvictionConfig |
eviction()
Deprecated.
|
FluentConfiguration.EvictionConfig |
eviction()
Deprecated.
|
FluentConfiguration.ExpirationConfig |
expiration()
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.
|
Integer |
getChunkSize()
Deprecated.
|
Long |
getInitialRetryWaitTime()
Deprecated.
|
Long |
getLogFlushTimeout()
Deprecated.
|
Integer |
getMaxNonProgressingLogWrites()
Deprecated.
|
Integer |
getNumRetries()
Deprecated.
|
Integer |
getRetryWaitTimeIncreaseFactor()
Deprecated.
|
Long |
getTimeout()
Deprecated.
|
FluentConfiguration.HashConfig |
hash()
Deprecated.
|
int |
hashCode()
Deprecated.
|
FluentConfiguration.IndexingConfig |
indexing()
Deprecated.
This method allows configuration of the indexing subsystem.
|
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.InvocationBatchingConfig |
invocationBatching()
Deprecated.
This method allows configuration of invocation batching.
|
Boolean |
isAlwaysProvideInMemoryState()
Deprecated.
|
Boolean |
isFetchInMemoryState()
Deprecated.
|
FluentConfiguration.JmxStatisticsConfig |
jmxStatistics()
Deprecated.
This method allows configuration of jmx statistics.
|
FluentConfiguration.JmxStatisticsConfig |
jmxStatistics()
Deprecated.
This method allows configuration of jmx statistics.
|
FluentConfiguration.L1Config |
l1()
Deprecated.
|
FluentConfiguration.LoadersConfig |
loaders()
Deprecated.
|
FluentConfiguration.LoadersConfig |
loaders()
Deprecated.
|
FluentConfiguration.LockingConfig |
locking()
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.ClusteringConfig |
mode(Configuration.CacheMode mode)
Deprecated.
|
FluentConfiguration.StateRetrievalConfig |
numRetries(Integer numRetries)
Deprecated.
Number of state retrieval retries before giving up and aborting startup.
|
FluentConfiguration.RecoveryConfig |
recovery()
Deprecated.
|
FluentConfiguration.StateRetrievalConfig |
retryWaitTimeIncreaseFactor(Integer retryWaitTimeIncreaseFactor)
Deprecated.
Wait time increase factor over successive state retrieval backoffs
|
void |
setAlwaysProvideInMemoryState(Boolean alwaysProvideInMemoryState)
Deprecated.
The visibility of this will be reduced, use
alwaysProvideInMemoryState(Boolean) instead |
void |
setChunkSize(Integer chunkSize)
Deprecated.
|
protected org.infinispan.config.AbstractFluentConfigurationBean |
setConfiguration(Configuration config)
Deprecated.
|
void |
setFetchInMemoryState(Boolean fetchInMemoryState)
Deprecated.
The visibility of this will be reduced, use
fetchInMemoryState(Boolean) instead |
void |
setInitialRetryWaitTime(Long initialRetryWaitTime)
Deprecated.
The visibility of this will be reduced, use
initialRetryWaitTime(Long) instead |
void |
setLogFlushTimeout(Long logFlushTimeout)
Deprecated.
The visibility of this will be reduced, use
logFlushTimeout(Long) instead |
void |
setMaxNonProgressingLogWrites(Integer maxNonProgressingLogWrites)
Deprecated.
The visibility of this will be reduced, use
maxNonProgressingLogWrites(Integer) instead |
void |
setNumRetries(Integer numRetries)
Deprecated.
The visibility of this will be reduced, use
numRetries(Integer) instead |
void |
setRetryWaitTimeIncreaseFactor(Integer retryWaitTimeIncreaseFactor)
Deprecated.
The visibility of this will be reduced, use
retryWaitTimeIncreaseFactor(Integer) instead |
void |
setTimeout(Long timeout)
Deprecated.
The visibility of this will be reduced, use
timeout(Long) instead |
FluentConfiguration.StateRetrievalConfig |
stateRetrieval()
Deprecated.
|
FluentConfiguration.StoreAsBinaryConfig |
storeAsBinary()
Deprecated.
This method allows configuration of lazy deserialization.
|
FluentConfiguration.StoreAsBinaryConfig |
storeAsBinary()
Deprecated.
This method allows configuration of lazy deserialization.
|
FluentConfiguration.SyncConfig |
sync()
Deprecated.
|
FluentConfiguration.TransactionConfig |
syncCommitPhase(Boolean syncCommitPhase)
Deprecated.
|
FluentConfiguration.TransactionConfig |
syncRollbackPhase(Boolean syncRollbackPhase)
Deprecated.
|
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.TransactionConfig |
transaction()
Deprecated.
|
FluentConfiguration.TransactionConfig |
transactionManagerLookup(TransactionManagerLookup transactionManagerLookup)
Deprecated.
|
FluentConfiguration.TransactionConfig |
transactionManagerLookupClass(Class<? extends TransactionManagerLookup> transactionManagerLookupClass)
Deprecated.
|
FluentConfiguration.TransactionConfig |
transactionSynchronizationRegistryLookup(TransactionSynchronizationRegistryLookup transactionSynchronizationRegistryLookup)
Deprecated.
|
FluentConfiguration.UnsafeConfig |
unsafe()
Deprecated.
|
FluentConfiguration.UnsafeConfig |
unsafe()
Deprecated.
|
FluentConfiguration.TransactionConfig |
useEagerLocking(Boolean useEagerLocking)
Deprecated.
|
FluentConfiguration.TransactionConfig |
useSynchronization(Boolean useSynchronization)
Deprecated.
|
FluentConfiguration.VersioningConfig |
versioning()
Deprecated.
|
FluentConfiguration.VersioningConfig |
versioning()
Deprecated.
|
clone, hasComponentStarted, injecttestImmutability, toTypedProperties, toTypedProperties, uc, willUnmarshallfinalize, getClass, notify, notifyAll, toString, wait, wait, waitasync, hash, l1, mode, stateRetrieval, syncprotected Boolean alwaysProvideInMemoryState
protected Long initialRetryWaitTime
protected Integer retryWaitTimeIncreaseFactor
protected Integer numRetries
protected Long logFlushTimeout
protected Integer maxNonProgressingLogWrites
protected Integer chunkSize
public Configuration.StateRetrievalType()
public void accept(ConfigurationBeanVisitor v)
public Boolean isFetchInMemoryState()
@Deprecated public void setFetchInMemoryState(Boolean fetchInMemoryState)
fetchInMemoryState(Boolean) insteadpublic FluentConfiguration.StateRetrievalConfig fetchInMemoryState(Boolean fetchInMemoryState)
FluentConfiguration.StateRetrievalConfigfetchInMemoryState in interface FluentConfiguration.StateRetrievalConfigpublic Boolean isAlwaysProvideInMemoryState()
@Deprecated public void setAlwaysProvideInMemoryState(Boolean alwaysProvideInMemoryState)
alwaysProvideInMemoryState(Boolean) insteadpublic FluentConfiguration.StateRetrievalConfig alwaysProvideInMemoryState(Boolean alwaysProvideInMemoryState)
FluentConfiguration.StateRetrievalConfigalwaysProvideInMemoryState in interface FluentConfiguration.StateRetrievalConfigpublic Long getInitialRetryWaitTime()
@Deprecated public void setInitialRetryWaitTime(Long initialRetryWaitTime)
initialRetryWaitTime(Long) insteadpublic FluentConfiguration.StateRetrievalConfig initialRetryWaitTime(Long initialRetryWaitTime)
FluentConfiguration.StateRetrievalConfiginitialRetryWaitTime in interface FluentConfiguration.StateRetrievalConfigpublic Integer getRetryWaitTimeIncreaseFactor()
@Deprecated public void setRetryWaitTimeIncreaseFactor(Integer retryWaitTimeIncreaseFactor)
retryWaitTimeIncreaseFactor(Integer) insteadpublic FluentConfiguration.StateRetrievalConfig retryWaitTimeIncreaseFactor(Integer retryWaitTimeIncreaseFactor)
FluentConfiguration.StateRetrievalConfigretryWaitTimeIncreaseFactor in interface FluentConfiguration.StateRetrievalConfigpublic Integer getNumRetries()
@Deprecated public void setNumRetries(Integer numRetries)
numRetries(Integer) insteadpublic FluentConfiguration.StateRetrievalConfig numRetries(Integer numRetries)
FluentConfiguration.StateRetrievalConfignumRetries in interface FluentConfiguration.StateRetrievalConfigpublic Long getTimeout()
@Deprecated public void setTimeout(Long timeout)
timeout(Long) insteadpublic FluentConfiguration.StateRetrievalConfig timeout(Long timeout)
FluentConfiguration.StateRetrievalConfigtimeout in interface FluentConfiguration.StateRetrievalConfigpublic Long getLogFlushTimeout()
@Deprecated public void setLogFlushTimeout(Long logFlushTimeout)
logFlushTimeout(Long) insteadpublic FluentConfiguration.StateRetrievalConfig logFlushTimeout(Long logFlushTimeout)
FluentConfiguration.StateRetrievalConfiglogFlushTimeout in interface FluentConfiguration.StateRetrievalConfigpublic Integer getMaxNonProgressingLogWrites()
@Deprecated public void setMaxNonProgressingLogWrites(Integer maxNonProgressingLogWrites)
maxNonProgressingLogWrites(Integer) insteadpublic FluentConfiguration.StateRetrievalConfig maxNonProgressingLogWrites(Integer maxNonProgressingLogWrites)
FluentConfiguration.StateRetrievalConfigmaxNonProgressingLogWrites in interface FluentConfiguration.StateRetrievalConfigpublic Integer getChunkSize()
@Deprecated public void setChunkSize(Integer chunkSize)
public FluentConfiguration.StateRetrievalConfig chunkSize(Integer chunkSize)
FluentConfiguration.StateRetrievalConfigchunkSize in interface FluentConfiguration.StateRetrievalConfigpublic FluentConfiguration.LockingConfig locking()
public FluentConfiguration.LoadersConfig loaders()
public FluentConfiguration.TransactionConfig transaction()
public FluentConfiguration.DeadlockDetectionConfig deadlockDetection()
FluentConfiguration.DeadlockDetectionConfig.disable()public FluentConfiguration.CustomInterceptorsConfig customInterceptors()
public FluentConfiguration.EvictionConfig eviction()
public FluentConfiguration.ExpirationConfig expiration()
public FluentConfiguration.ClusteringConfig clustering()
public FluentConfiguration.IndexingConfig indexing()
FluentConfiguration.IndexingConfig.disable()public FluentConfiguration.DataContainerConfig dataContainer()
public FluentConfiguration.UnsafeConfig unsafe()
public FluentConfiguration.JmxStatisticsConfig jmxStatistics()
public FluentConfiguration.StoreAsBinaryConfig storeAsBinary()
public FluentConfiguration.InvocationBatchingConfig invocationBatching()
public FluentConfiguration.VersioningConfig versioning()
public Configuration build()
public FluentConfiguration.LockingConfig locking()
public FluentConfiguration.LoadersConfig loaders()
public FluentConfiguration.TransactionConfig transaction()
public FluentConfiguration.DeadlockDetectionConfig deadlockDetection()
FluentConfiguration.DeadlockDetectionConfig.disable()public FluentConfiguration.CustomInterceptorsConfig customInterceptors()
public FluentConfiguration.EvictionConfig eviction()
public FluentConfiguration.ExpirationConfig expiration()
public FluentConfiguration.ClusteringConfig clustering()
public FluentConfiguration.IndexingConfig indexing()
FluentConfiguration.IndexingConfig.disable()public FluentConfiguration.DataContainerConfig dataContainer()
public FluentConfiguration.UnsafeConfig unsafe()
public FluentConfiguration.JmxStatisticsConfig jmxStatistics()
public FluentConfiguration.StoreAsBinaryConfig storeAsBinary()
public FluentConfiguration.VersioningConfig versioning()
public FluentConfiguration.InvocationBatchingConfig invocationBatching()
public FluentConfiguration.AsyncConfig async()
public FluentConfiguration.SyncConfig sync()
public FluentConfiguration.StateRetrievalConfig stateRetrieval()
public FluentConfiguration.L1Config l1()
public FluentConfiguration.HashConfig hash()
public FluentConfiguration.ClusteringConfig mode(Configuration.CacheMode mode)
public FluentConfiguration.TransactionConfig transactionManagerLookupClass(Class<? extends TransactionManagerLookup> transactionManagerLookupClass)
public FluentConfiguration.TransactionConfig transactionManagerLookup(TransactionManagerLookup transactionManagerLookup)
public FluentConfiguration.TransactionConfig transactionSynchronizationRegistryLookup(TransactionSynchronizationRegistryLookup transactionSynchronizationRegistryLookup)
public FluentConfiguration.TransactionConfig syncCommitPhase(Boolean syncCommitPhase)
public FluentConfiguration.TransactionConfig syncRollbackPhase(Boolean syncRollbackPhase)
public FluentConfiguration.TransactionConfig useEagerLocking(Boolean useEagerLocking)
public FluentConfiguration.TransactionConfig eagerLockSingleNode(Boolean eagerLockSingleNode)
public FluentConfiguration.TransactionConfig cacheStopTimeout(Integer cacheStopTimeout)
public FluentConfiguration.TransactionConfig useSynchronization(Boolean useSynchronization)
public FluentConfiguration.RecoveryConfig recovery()
public Configuration build()
protected org.infinispan.config.AbstractFluentConfigurationBean setConfiguration(Configuration config)
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.