public class ApiSnapshotCommand extends ApiCommand
| Constructor and Description |
|---|
ApiSnapshotCommand() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
ApiHBaseSnapshotResult |
getHBaseResult()
Results for snapshot commands on HBase services.
|
ApiHdfsSnapshotResult |
getHdfsResult()
Results for snapshot commands on Hdfs services.
|
int |
hashCode() |
void |
setHBaseResult(ApiHBaseSnapshotResult hbaseResult) |
void |
setHdfsResult(ApiHdfsSnapshotResult hdfsResult) |
String |
toString() |
getCanRetry, getChildren, getClusterRef, getEndTime, getHostRef, getId, getName, getParent, getResultDataUrl, getResultMessage, getRoleRef, getServiceRef, getStartTime, getSuccess, isActive, isCanRetry, setActive, setCanRetry, setChildren, setClusterRef, setEndTime, setHostRef, setId, setName, setParent, setResultDataUrl, setResultMessage, setRoleRef, setServiceRef, setStartTime, setSuccess, toStringHelperpublic ApiHBaseSnapshotResult getHBaseResult()
public void setHBaseResult(ApiHBaseSnapshotResult hbaseResult)
public ApiHdfsSnapshotResult getHdfsResult()
public void setHdfsResult(ApiHdfsSnapshotResult hdfsResult)
public boolean equals(Object o)
equals in class ApiCommandpublic int hashCode()
hashCode in class ApiCommandpublic String toString()
toString in class ApiCommandCopyright © Cloudera, Inc. Released under Apache License, Version 2.0.