@Deprecated public class SingletonStoreConfiguration extends Object implements Matchable<SingletonStoreConfiguration>
Modifier and Type | Field and Description |
---|---|
static AttributeDefinition<Boolean> |
ENABLED
Deprecated.
|
static AttributeDefinition<Long> |
PUSH_STATE_TIMEOUT
Deprecated.
|
static AttributeDefinition<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(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.
|
String |
toString()
Deprecated.
|
public static final AttributeDefinition<Boolean> ENABLED
public static final AttributeDefinition<Long> PUSH_STATE_TIMEOUT
public static final AttributeDefinition<Boolean> PUSH_STATE_WHEN_COORDINATOR
public static AttributeSet attributeDefinitionSet()
public boolean enabled()
public long pushStateTimeout()
public boolean pushStateWhenCoordinator()
public AttributeSet attributes()
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.