Package | Description |
---|---|
org.infinispan.configuration.cache |
Cache configuration |
Modifier and Type | Field and Description |
---|---|
protected SingletonStoreConfigurationBuilder<S> |
AbstractStoreConfigurationBuilder.singletonStore |
Modifier and Type | Method and Description |
---|---|
SingletonStoreConfigurationBuilder<S> |
SingletonStoreConfigurationBuilder.disable()
Deprecated.
Enable the singleton store cache store
|
SingletonStoreConfigurationBuilder<S> |
SingletonStoreConfigurationBuilder.enable()
Deprecated.
Enable the singleton store cache store
|
SingletonStoreConfigurationBuilder<S> |
SingletonStoreConfigurationBuilder.enabled(boolean enabled)
Deprecated.
If true, the singleton store cache store is enabled.
|
SingletonStoreConfigurationBuilder<S> |
SingletonStoreConfigurationBuilder.pushStateTimeout(long l)
Deprecated.
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<S> |
SingletonStoreConfigurationBuilder.pushStateTimeout(long l,
TimeUnit unit)
Deprecated.
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<S> |
SingletonStoreConfigurationBuilder.pushStateWhenCoordinator(boolean b)
Deprecated.
If true, when a node becomes the coordinator, it will transfer in-memory state to the
underlying cache store.
|
SingletonStoreConfigurationBuilder<S> |
SingletonStoreConfigurationBuilder.read(SingletonStoreConfiguration template)
Deprecated.
|
SingletonStoreConfigurationBuilder<S> |
StoreConfigurationChildBuilder.singleton()
Deprecated.
Singleton writers will be removed in 10.0. If it is desirable that all nodes don't write to the underlying store
then a shared store should be used instead, as this only performs store writes at a key's primary owner.
|
SingletonStoreConfigurationBuilder<S> |
AbstractStoreConfigurationChildBuilder.singleton() |
SingletonStoreConfigurationBuilder<S> |
AbstractStoreConfigurationBuilder.singleton()
SingletonStore is a delegating cache store used for situations when only one instance in a
cluster should interact with the underlying store.
|
Copyright © 2017 JBoss, a division of Red Hat. All rights reserved.