public class RestorationConfig extends Object
| Constructor and Description |
|---|
RestorationConfig() |
RestorationConfig(String host,
int port,
String storeId,
String spaceId,
String snapshotId) |
| Modifier and Type | Method and Description |
|---|---|
String |
getHost() |
int |
getPort() |
String |
getSnapshotId() |
String |
getSpaceId() |
String |
getStoreId() |
void |
setHost(String host) |
void |
setPort(int port) |
void |
setSnapshotId(String snapshot) |
void |
setSpaceId(String spaceId) |
void |
setStoreId(String storeId) |
String |
toString() |
public RestorationConfig(String host, int port, String storeId, String spaceId, String snapshotId)
host - port - storeId - spaceId - snapshotId - public RestorationConfig()
public void setSnapshotId(String snapshot)
snapshot - the snapshot to setpublic void setHost(String host)
host - the host to setpublic void setPort(int port)
port - the port to setpublic void setSpaceId(String spaceId)
spaceId - the spaceId to setpublic String getHost()
public int getPort()
public String getSpaceId()
public String getSnapshotId()
public String getStoreId()
public void setStoreId(String storeId)
storeId - the storeId to setCopyright © 2014–2015 DuraSpace. All rights reserved.