|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.cloudera.api.model.ApiHdfsSnapshotResult
public class ApiHdfsSnapshotResult
Detailed information about an HDFS snapshot command.
Constructor Summary | |
---|---|
ApiHdfsSnapshotResult()
|
Method Summary | |
---|---|
boolean |
equals(Object o)
|
Integer |
getCreatedSnapshotCount()
Number of snapshots created. |
List<ApiHdfsSnapshot> |
getCreatedSnapshots()
List of snapshots created. |
Integer |
getCreationErrorCount()
Number of errors detected when creating snapshots. |
List<ApiHdfsSnapshotError> |
getCreationErrors()
List of errors encountered when creating snapshots. |
Integer |
getDeletedSnapshotCount()
Number of snapshots deleted. |
List<ApiHdfsSnapshot> |
getDeletedSnapshots()
List of snapshots deleted. |
Integer |
getDeletionErrorCount()
Number of errors detected when deleting snapshots. |
List<ApiHdfsSnapshotError> |
getDeletionErrors()
List of errors encountered when deleting snapshots. |
Integer |
getProcessedPathCount()
Number of processed paths. |
List<String> |
getProcessedPaths()
The list of processed paths. |
Integer |
getUnprocessedPathCount()
Number of unprocessed paths. |
List<String> |
getUnprocessedPaths()
The list of unprocessed paths. |
int |
hashCode()
|
void |
setCreatedSnapshotCount(Integer createdSnapshotCount)
|
void |
setCreatedSnapshots(List<ApiHdfsSnapshot> createdSnapshots)
|
void |
setCreationErrorCount(Integer creationErrorCount)
|
void |
setCreationErrors(List<ApiHdfsSnapshotError> creationErrors)
|
void |
setDeletedSnapshotCount(Integer deletedSnapshotCount)
|
void |
setDeletedSnapshots(List<ApiHdfsSnapshot> deletedSnapshots)
|
void |
setDeletionErrorCount(Integer deletionErrorCount)
|
void |
setDeletionErrors(List<ApiHdfsSnapshotError> deletionErrors)
|
void |
setProcessedPathCount(Integer processedPathCount)
|
void |
setProcessedPaths(List<String> paths)
|
void |
setUnprocessedPathCount(Integer unprocessedPathCount)
|
void |
setUnprocessedPaths(List<String> paths)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ApiHdfsSnapshotResult()
Method Detail |
---|
public Integer getProcessedPathCount()
public void setProcessedPathCount(Integer processedPathCount)
public List<String> getProcessedPaths()
public void setProcessedPaths(List<String> paths)
public Integer getUnprocessedPathCount()
public void setUnprocessedPathCount(Integer unprocessedPathCount)
public List<String> getUnprocessedPaths()
public void setUnprocessedPaths(List<String> paths)
public Integer getCreatedSnapshotCount()
public void setCreatedSnapshotCount(Integer createdSnapshotCount)
public List<ApiHdfsSnapshot> getCreatedSnapshots()
public void setCreatedSnapshots(List<ApiHdfsSnapshot> createdSnapshots)
public Integer getDeletedSnapshotCount()
public void setDeletedSnapshotCount(Integer deletedSnapshotCount)
public List<ApiHdfsSnapshot> getDeletedSnapshots()
public void setDeletedSnapshots(List<ApiHdfsSnapshot> deletedSnapshots)
public Integer getCreationErrorCount()
public void setCreationErrorCount(Integer creationErrorCount)
public List<ApiHdfsSnapshotError> getCreationErrors()
public void setCreationErrors(List<ApiHdfsSnapshotError> creationErrors)
public Integer getDeletionErrorCount()
public void setDeletionErrorCount(Integer deletionErrorCount)
public List<ApiHdfsSnapshotError> getDeletionErrors()
public void setDeletionErrors(List<ApiHdfsSnapshotError> deletionErrors)
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |