public class SingletonStoreConfiguration extends Object
Modifier and Type | Method and Description |
---|---|
AttributeSet |
attributes() |
boolean |
enabled()
If true, the singleton store cache store is enabled.
|
boolean |
equals(Object obj) |
int |
hashCode() |
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()
public AttributeSet attributes()
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.