|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@Deprecated public static interface FluentConfiguration.L1Config
Configures the L1 cache behavior in 'distributed' caches instances. In any other cache modes, this element is ignored.
Method Summary | |
---|---|
Configuration |
build()
Deprecated. |
FluentConfiguration.L1Config |
cleanupTaskFrequency(Long frequencyMillis)
Deprecated. Determines how often a cleanup thread runs to clean up an internal log of requestors for a specific key |
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.L1Config |
disable()
Deprecated. |
FluentConfiguration.EvictionConfig |
eviction()
Deprecated. |
FluentConfiguration.ExpirationConfig |
expiration()
Deprecated. |
FluentConfiguration.IndexingConfig |
indexing()
Deprecated. This method allows configuration of the indexing subsystem. |
FluentConfiguration.L1Config |
invalidationThreshold(Integer threshold)
Deprecated. Determines whether a multicast or a web of unicasts are used when performing L1 invalidations. |
FluentConfiguration.InvocationBatchingConfig |
invocationBatching()
Deprecated. This method allows configuration of invocation batching. |
FluentConfiguration.JmxStatisticsConfig |
jmxStatistics()
Deprecated. This method allows configuration of jmx statistics. |
FluentConfiguration.L1Config |
lifespan(Long lifespan)
Deprecated. Maximum lifespan of an entry placed in the L1 cache. |
FluentConfiguration.LoadersConfig |
loaders()
Deprecated. |
FluentConfiguration.LockingConfig |
locking()
Deprecated. |
FluentConfiguration.L1Config |
onRehash(Boolean onRehash)
Deprecated. If true, entries removed due to a rehash will be moved to L1 rather than being removed altogether. |
FluentConfiguration.StoreAsBinaryConfig |
storeAsBinary()
Deprecated. This method allows configuration of lazy deserialization. |
FluentConfiguration.TransactionConfig |
transaction()
Deprecated. |
FluentConfiguration.UnsafeConfig |
unsafe()
Deprecated. |
FluentConfiguration.VersioningConfig |
versioning()
Deprecated. |
Methods inherited from interface org.infinispan.config.FluentConfiguration.ClusteringConfig |
---|
async, hash, l1, mode, stateRetrieval, sync |
Method Detail |
---|
FluentConfiguration.L1Config lifespan(Long lifespan)
lifespan
- FluentConfiguration.L1Config onRehash(Boolean onRehash)
onRehash
- FluentConfiguration.L1Config disable()
FluentConfiguration.L1Config invalidationThreshold(Integer threshold)
Determines whether a multicast or a web of unicasts are used when performing L1 invalidations.
By default multicast will be used.
If the threshold is set to -1, then unicasts will always be used. If the threshold is set to 0, then multicast will be always be used.
threshold
- the threshold over which to use a multicastFluentConfiguration.L1Config cleanupTaskFrequency(Long frequencyMillis)
frequencyMillis
- frequency in millisecondsFluentConfiguration.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()
|
--> | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |