@Deprecated public class SingletonStoreConfiguration extends java.lang.Object implements Matchable<SingletonStoreConfiguration>, ConfigurationInfo
| Modifier and Type | Field and Description |
|---|---|
static ElementDefinition |
ELEMENT_DEFINITION
Deprecated.
|
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.
|
ElementDefinition |
getElementDefinition()
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.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitsubElementspublic 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 ElementDefinition ELEMENT_DEFINITION
public static AttributeSet attributeDefinitionSet()
public ElementDefinition getElementDefinition()
getElementDefinition in interface BaseConfigurationInfoElementDefinition of the configuration.public boolean enabled()
public long pushStateTimeout()
public boolean pushStateWhenCoordinator()
public AttributeSet attributes()
attributes in interface BaseConfigurationInfoAttributeSet declared by the configuration.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