@Deprecated public static interface FluentConfiguration.LoadersConfig
Modifier and Type | Method and Description |
---|---|
FluentConfiguration.LoadersConfig |
addCacheLoader(CacheLoaderConfig... configs)
Deprecated.
|
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.LoadersConfig |
loaders()
Deprecated.
|
FluentConfiguration.LockingConfig |
locking()
Deprecated.
|
FluentConfiguration.LoadersConfig |
passivation(Boolean passivation)
Deprecated.
If true, data is only written to the cache store when it is evicted from memory, a phenomenon
known as 'passivation'.
|
FluentConfiguration.LoadersConfig |
preload(Boolean preload)
Deprecated.
If true, when the cache starts, data stored in the cache store will be pre-loaded into memory.
|
FluentConfiguration.LoadersConfig |
shared(Boolean shared)
Deprecated.
This setting should be set to true when multiple cache instances share the same cache store
(e.g., multiple nodes in a cluster using a JDBC-based CacheStore pointing to the same, shared
database.) Setting this to true avoids multiple cache instances writing the same modification
multiple times.
|
FluentConfiguration.StoreAsBinaryConfig |
storeAsBinary()
Deprecated.
This method allows configuration of lazy deserialization.
|
FluentConfiguration.TransactionConfig |
transaction()
Deprecated.
|
FluentConfiguration.UnsafeConfig |
unsafe()
Deprecated.
|
FluentConfiguration.VersioningConfig |
versioning()
Deprecated.
|
FluentConfiguration.LoadersConfig preload(Boolean preload)
preload
- FluentConfiguration.LoadersConfig passivation(Boolean passivation)
passivation
- FluentConfiguration.LoadersConfig shared(Boolean shared)
shared
- FluentConfiguration.LoadersConfig addCacheLoader(CacheLoaderConfig... configs)
FluentConfiguration.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.