|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface FluentConfiguration.LoadersConfig
Holds the configuration for cache loaders and stores.
Method Summary | |
---|---|
FluentConfiguration.LoadersConfig |
addCacheLoader(CacheLoaderConfig... configs)
TODO |
Configuration |
build()
|
FluentConfiguration.ClusteringConfig |
clustering()
|
FluentConfiguration.CustomInterceptorsConfig |
customInterceptors()
|
FluentConfiguration.DataContainerConfig |
dataContainer()
|
FluentConfiguration.DeadlockDetectionConfig |
deadlockDetection()
This method allows configuration of the deadlock detection. |
FluentConfiguration.EvictionConfig |
eviction()
|
FluentConfiguration.ExpirationConfig |
expiration()
|
FluentConfiguration.IndexingConfig |
indexing()
This method allows configuration of the indexing subsystem. |
FluentConfiguration.InvocationBatchingConfig |
invocationBatching()
This method allows configuration of invocation batching. |
FluentConfiguration.JmxStatisticsConfig |
jmxStatistics()
This method allows configuration of jmx statistics. |
FluentConfiguration.LoadersConfig |
loaders()
|
FluentConfiguration.LockingConfig |
locking()
|
FluentConfiguration.LoadersConfig |
passivation(Boolean passivation)
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)
If true, when the cache starts, data stored in the cache store will be pre-loaded into memory. |
FluentConfiguration.LoadersConfig |
shared(Boolean shared)
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()
This method allows configuration of lazy deserialization. |
FluentConfiguration.TransactionConfig |
transaction()
|
FluentConfiguration.UnsafeConfig |
unsafe()
|
Method Detail |
---|
FluentConfiguration.LoadersConfig preload(Boolean preload)
preload
- FluentConfiguration.LoadersConfig passivation(Boolean passivation)
passivation
- FluentConfiguration.LoadersConfig shared(Boolean shared)
shared
- FluentConfiguration.LoadersConfig addCacheLoader(CacheLoaderConfig... configs)
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()
Configuration build()
|
--> | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |