public final class ConfigurationOverrides extends Object
Helper class to override select values in an Infinispan
.
Configuration
Constructor and Description |
---|
ConfigurationOverrides() |
public void setDeadlockDetectionSpinDuration(Long eagerDeadlockSpinDuration)
eagerDeadlockSpinDuration
- the eagerDeadlockSpinDuration to setpublic void setEnableDeadlockDetection(Boolean useEagerDeadlockDetection)
useEagerDeadlockDetection
- the useEagerDeadlockDetection to setpublic void setUseLockStriping(Boolean useLockStriping)
useLockStriping
- the useLockStriping to setpublic void setUnsafeUnreliableReturnValues(Boolean unsafeUnreliableReturnValues)
unsafeUnreliableReturnValues
- the unsafeUnreliableReturnValues to setpublic void setRehashRpcTimeout(Long rehashRpcTimeout)
rehashRpcTimeout
- the rehashRpcTimeout to setpublic void setWriteSkewCheck(Boolean writeSkewCheck)
writeSkewCheck
- the writeSkewCheck to setpublic void setConcurrencyLevel(Integer concurrencyLevel)
concurrencyLevel
- the concurrencyLevel to setpublic void setReplQueueMaxElements(Integer replQueueMaxElements)
replQueueMaxElements
- the replQueueMaxElements to setpublic void setReplQueueInterval(Long replQueueInterval)
replQueueInterval
- the replQueueInterval to setpublic void setReplQueueClass(String replQueueClass)
replQueueClass
- the replQueueClass to setpublic void setExposeJmxStatistics(Boolean exposeJmxStatistics)
exposeJmxStatistics
- the exposeJmxStatistics to setpublic void setInvocationBatchingEnabled(Boolean invocationBatchingEnabled)
invocationBatchingEnabled
- the invocationBatchingEnabled to setpublic void setFetchInMemoryState(Boolean fetchInMemoryState)
fetchInMemoryState
- the fetchInMemoryState to setpublic void setAlwaysProvideInMemoryState(Boolean alwaysProvideInMemoryState)
alwaysProvideInMemoryState
- the alwaysProvideInMemoryState to setpublic void setLockAcquisitionTimeout(Long lockAcquisitionTimeout)
lockAcquisitionTimeout
- the lockAcquisitionTimeout to setpublic void setSyncReplTimeout(Long syncReplTimeout)
syncReplTimeout
- the syncReplTimeout to setpublic void setCacheModeString(String cacheModeString)
cacheModeString
- the cacheModeString to setpublic void setExpirationWakeUpInterval(Long expirationWakeUpInterval)
expirationWakeUpInterval
- the expiration expirationWakeUpInterval to setpublic void setEvictionStrategy(EvictionStrategy evictionStrategy)
evictionStrategy
- the evictionStrategy to setpublic void setEvictionStrategyClass(String evictionStrategyClass)
evictionStrategyClass
- the evictionStrategyClass to setpublic void setEvictionThreadPolicy(EvictionThreadPolicy evictionThreadPolicy)
evictionThreadPolicy
- the evictionThreadPolicy to setpublic void setEvictionThreadPolicyClass(String evictionThreadPolicyClass)
evictionThreadPolicyClass
- the evictionThreadPolicyClass to setpublic void setEvictionMaxEntries(Integer evictionMaxEntries)
evictionMaxEntries
- the evictionMaxEntries to setpublic void setExpirationLifespan(Long expirationLifespan)
expirationLifespan
- the expirationLifespan to setpublic void setExpirationMaxIdle(Long expirationMaxIdle)
expirationMaxIdle
- the expirationMaxIdle to setpublic void setTransactionManagerLookupClass(String transactionManagerLookupClass)
transactionManagerLookupClass
- the transactionManagerLookupClass to setpublic void setTransactionManagerLookup(TransactionManagerLookup transactionManagerLookup)
transactionManagerLookup
- the transactionManagerLookup to setpublic void setCacheLoaderManagerConfig(CacheLoaderManagerConfig cacheLoaderManagerConfig)
cacheLoaderManagerConfig
- the cacheLoaderManagerConfig to setpublic void setSyncCommitPhase(Boolean syncCommitPhase)
syncCommitPhase
- the syncCommitPhase to setpublic void setSyncRollbackPhase(Boolean syncRollbackPhase)
syncRollbackPhase
- the syncRollbackPhase to setpublic void setUseEagerLocking(Boolean useEagerLocking)
useEagerLocking
- the useEagerLocking to set@Deprecated public void setEagerLockSingleNode(Boolean eagerLockSingleNode)
eagerLockSingleNode
- the eagerLockSingleNode to setpublic void setUseReplQueue(Boolean useReplQueue)
useReplQueue
- the useReplQueue to setpublic void setIsolationLevel(IsolationLevel isolationLevel)
isolationLevel
- the isolationLevel to setpublic void setStateRetrievalTimeout(Long stateRetrievalTimeout)
stateRetrievalTimeout
- the stateRetrievalTimeout to setpublic void setStateRetrievalMaxNonProgressingLogWrites(Integer stateRetrievalMaxNonProgressingLogWrites)
stateRetrievalMaxNonProgressingLogWrites
- the stateRetrievalMaxNonProgressingLogWrites to setpublic void setStateRetrievalChunkSize(Integer stateRetrievalChunkSize)
stateRetrievalChunkSize
- the stateRetrievalChunkSize to setpublic void setStateRetrievalInitialRetryWaitTime(Long stateRetrievalInitialRetryWaitTime)
stateRetrievalInitialRetryWaitTime
- the stateRetrievalInitialRetryWaitTime to setpublic void setIsolationLevelClass(String isolationLevelClass)
isolationLevelClass
- the isolationLevelClass to setpublic void setUseLazyDeserialization(Boolean useLazyDeserialization)
useLazyDeserialization
- the useLazyDeserialization to setpublic void setL1CacheEnabled(Boolean l1CacheEnabled)
l1CacheEnabled
- the l1CacheEnabled to setpublic void setL1Lifespan(Long l1Lifespan)
l1Lifespan
- the l1Lifespan to setpublic void setL1OnRehash(Boolean l1OnRehash)
l1OnRehash
- the l1OnRehash to setpublic void setConsistentHashClass(String consistentHashClass)
consistentHashClass
- the consistentHashClass to setpublic void setNumOwners(Integer numOwners)
numOwners
- the numOwners to setpublic void setRehashEnabled(Boolean rehashEnabled)
rehashEnabled
- the rehashEnabled to setpublic void setRehashWaitTime(Long rehashWaitTime)
rehashWaitTime
- the rehashWaitTime to setpublic void setUseAsyncMarshalling(Boolean useAsyncMarshalling)
useAsyncMarshalling
- the useAsyncMarshalling to setpublic void setIndexingEnabled(Boolean indexingEnabled)
indexingEnabled
- the indexingEnabled to setpublic void setIndexLocalOnly(Boolean indexLocalOnly)
indexLocalOnly
- the indexLocalOnly to setpublic void setCustomInterceptors(List<CustomInterceptorConfig> customInterceptors)
customInterceptors
- the customInterceptors to setpublic void applyOverridesTo(ConfigurationBuilder configurationToOverride)
Copyright © 2017 JBoss, a division of Red Hat. All Rights Reserved.