public class ComponentBackupFor<T extends ComponentBackupFor> extends Object
| Constructor and Description |
|---|
ComponentBackupFor() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public String getKey()
public String remoteCache()
public T remoteCache(String value)
public String remoteSite()
Copyright © 2015 JBoss by Red Hat. All rights reserved.