public class PartitionHandlingComponent<T extends PartitionHandlingComponent<T>> extends HashMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| 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
|
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringpublic String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public String availability()
public Boolean enabled()
Copyright © 2017 JBoss by Red Hat. All rights reserved.