@Deprecated public class SingletonStoreConfiguration extends java.lang.Object implements Matchable<SingletonStoreConfiguration>
| Modifier and Type | Field and Description |
|---|---|
static AttributeDefinition<java.lang.Boolean> |
ENABLED
Deprecated.
|
static AttributeDefinition<java.lang.Long> |
PUSH_STATE_TIMEOUT
Deprecated.
|
static AttributeDefinition<java.lang.Boolean> |
PUSH_STATE_WHEN_COORDINATOR
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static AttributeSet |
attributeDefinitionSet()
Deprecated.
|
AttributeSet |
attributes()
Deprecated.
|
boolean |
enabled()
Deprecated.
If true, the singleton store cache store is enabled.
|
boolean |
equals(java.lang.Object obj)
Deprecated.
|
int |
hashCode()
Deprecated.
|
long |
pushStateTimeout()
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.
|
boolean |
pushStateWhenCoordinator()
Deprecated.
If true, when a node becomes the coordinator, it will transfer in-memory state to the
underlying cache store.
|
java.lang.String |
toString()
Deprecated.
|
public static final AttributeDefinition<java.lang.Boolean> ENABLED
public static final AttributeDefinition<java.lang.Long> PUSH_STATE_TIMEOUT
public static final AttributeDefinition<java.lang.Boolean> PUSH_STATE_WHEN_COORDINATOR
public static AttributeSet attributeDefinitionSet()
public boolean enabled()
public long pushStateTimeout()
public boolean pushStateWhenCoordinator()
public AttributeSet attributes()
public java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object