@Addresses(value={"/subsystem=infinispan/cache-container=*/replicated-cache=*/component=backup-for","/subsystem=infinispan/cache-container=*/distributed-cache=*/component=backup-for"}) @Implicit public class BackupForComponent<T extends BackupForComponent<T>> extends HashMap implements Keyed
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
BackupForComponent() |
| Modifier and Type | Method and Description |
|---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
String |
getKey() |
String |
remoteCache()
The name of the remote cache for which this cache acts as a backup.
|
T |
remoteCache(String value)
The name of the remote cache for which this cache acts as a backup.
|
String |
remoteSite()
The site of the remote cache for which this cache acts as a backup.
|
T |
remoteSite(String value)
The site of the remote cache for which this cache acts as a backup.
|
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 void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
@ModelNodeBinding(detypedName="remote-cache") public String remoteCache()
public T remoteCache(String value)
@ModelNodeBinding(detypedName="remote-site") public String remoteSite()
Copyright © 2017 JBoss by Red Hat. All rights reserved.