public class PartitionHandlingComponent<T extends PartitionHandlingComponent<T>> extends Object
Constructor and Description |
---|
PartitionHandlingComponent() |
Modifier and Type | Method and Description |
---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
String |
availability()
Indicates the current availability of the cache.
|
T |
availability(String value)
Indicates the current availability of the cache.
|
Boolean |
enabled()
If enabled, the cache will enter degraded mode upon detecting a network
partition that threatens the integrity of the cache.
|
T |
enabled(Boolean value)
If enabled, the cache will enter degraded mode upon detecting a network
partition that threatens the integrity of the cache.
|
String |
getKey() |
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
public String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public String availability()
public Boolean enabled()
Copyright © 2019 JBoss by Red Hat. All rights reserved.