Package | Description |
---|---|
org.infinispan.configuration.cache |
Classes related to eviction.
|
Modifier and Type | Field and Description |
---|---|
protected SingletonStoreConfigurationBuilder |
AbstractLoaderConfigurationBuilder.singletonStore |
Modifier and Type | Method and Description |
---|---|
SingletonStoreConfigurationBuilder |
SingletonStoreConfigurationBuilder.disable()
Enable the singleton store cache store
|
SingletonStoreConfigurationBuilder |
SingletonStoreConfigurationBuilder.enable()
Enable the singleton store cache store
|
SingletonStoreConfigurationBuilder |
SingletonStoreConfigurationBuilder.enabled(boolean enabled)
If true, the singleton store cache store is enabled.
|
SingletonStoreConfigurationBuilder |
SingletonStoreConfigurationBuilder.pushStateTimeout(long l)
If pushStateWhenCoordinator is true, this property sets the maximum number of milliseconds
that the process of pushing the in-memory state to the underlying cache loader should take.
|
SingletonStoreConfigurationBuilder |
SingletonStoreConfigurationBuilder.pushStateWhenCoordinator(boolean b)
If true, when a node becomes the coordinator, it will transfer in-memory state to the
underlying cache store.
|
SingletonStoreConfigurationBuilder |
SingletonStoreConfigurationBuilder.read(SingletonStoreConfiguration template) |
SingletonStoreConfigurationBuilder |
LoaderConfigurationChildBuilder.singletonStore() |
SingletonStoreConfigurationBuilder |
AbstractLoaderConfigurationChildBuilder.singletonStore() |
SingletonStoreConfigurationBuilder |
AbstractLoaderConfigurationBuilder.singletonStore()
SingletonStore is a delegating cache store used for situations when only one instance in a
cluster should interact with the underlying store.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.