public class SingletonStoreConfiguration extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
enabled()
If true, the singleton store cache store is enabled.
|
long |
pushStateTimeout()
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.
|
boolean |
pushStateWhenCoordinator()
If true, when a node becomes the coordinator, it will transfer in-memory state to the
underlying cache store.
|
String |
toString() |
public boolean enabled()
public long pushStateTimeout()
public boolean pushStateWhenCoordinator()
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.