@Deprecated public static interface FluentConfiguration.ExpirationConfig
Modifier and Type | Method and Description |
---|---|
Configuration |
build()
Deprecated.
|
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.IndexingConfig |
indexing()
Deprecated.
This method allows configuration of the indexing subsystem.
|
FluentConfiguration.InvocationBatchingConfig |
invocationBatching()
Deprecated.
This method allows configuration of invocation batching.
|
FluentConfiguration.JmxStatisticsConfig |
jmxStatistics()
Deprecated.
This method allows configuration of jmx statistics.
|
FluentConfiguration.ExpirationConfig |
lifespan(Long lifespan)
Deprecated.
Maximum lifespan of a cache entry, after which the entry is expired cluster-wide, in
milliseconds.
|
FluentConfiguration.LoadersConfig |
loaders()
Deprecated.
|
FluentConfiguration.LockingConfig |
locking()
Deprecated.
|
FluentConfiguration.ExpirationConfig |
maxIdle(Long maxIdle)
Deprecated.
Maximum idle time a cache entry will be maintained in the cache, in milliseconds.
|
FluentConfiguration.ExpirationConfig |
reaperEnabled(Boolean enabled)
Deprecated.
Sets whether the background reaper thread is enabled to test entries for expiration.
|
FluentConfiguration.StoreAsBinaryConfig |
storeAsBinary()
Deprecated.
This method allows configuration of lazy deserialization.
|
FluentConfiguration.TransactionConfig |
transaction()
Deprecated.
|
FluentConfiguration.UnsafeConfig |
unsafe()
Deprecated.
|
FluentConfiguration.VersioningConfig |
versioning()
Deprecated.
|
FluentConfiguration.ExpirationConfig |
wakeUpInterval(Long wakeUpInterval)
Deprecated.
Interval (in milliseconds) between subsequent runs to purge expired
entries from memory and any cache stores.
|
FluentConfiguration.ExpirationConfig lifespan(Long lifespan)
lifespan
- FluentConfiguration.ExpirationConfig maxIdle(Long maxIdle)
maxIdle
- FluentConfiguration.ExpirationConfig wakeUpInterval(Long wakeUpInterval)
wakeUpInterval
- FluentConfiguration.ExpirationConfig reaperEnabled(Boolean enabled)
enabled
- whether a reaper thread is used or notFluentConfiguration.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.