|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.cloudera.api.model.ApiHBaseSnapshotResult
public class ApiHBaseSnapshotResult
Detailed information about an HBase snapshot command.
| Constructor Summary | |
|---|---|
ApiHBaseSnapshotResult()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
|
Integer |
getCreatedSnapshotCount()
Number of snapshots created. |
List<ApiHBaseSnapshot> |
getCreatedSnapshots()
List of snapshots created. |
Integer |
getCreationErrorCount()
Number of errors detected when creating snapshots. |
List<ApiHBaseSnapshotError> |
getCreationErrors()
List of errors encountered when creating snapshots. |
Integer |
getDeletedSnapshotCount()
Number of snapshots deleted. |
List<ApiHBaseSnapshot> |
getDeletedSnapshots()
List of snapshots deleted. |
Integer |
getDeletionErrorCount()
Number of errors detected when deleting snapshots. |
List<ApiHBaseSnapshotError> |
getDeletionErrors()
List of errors encountered when deleting snapshots. |
Integer |
getProcessedTableCount()
Number of processed tables. |
List<String> |
getProcessedTables()
The list of processed tables. |
Integer |
getUnprocessedTableCount()
Number of unprocessed tables. |
List<String> |
getUnprocessedTables()
The list of unprocessed tables. |
int |
hashCode()
|
void |
setCreatedSnapshotCount(Integer createdSnapshotCount)
|
void |
setCreatedSnapshots(List<ApiHBaseSnapshot> createdSnapshots)
|
void |
setCreationErrorCount(Integer creationErrorCount)
|
void |
setCreationErrors(List<ApiHBaseSnapshotError> creationErrors)
|
void |
setDeletedSnapshotCount(Integer deletedSnapshotCount)
|
void |
setDeletedSnapshots(List<ApiHBaseSnapshot> deletedSnapshots)
|
void |
setDeletionErrorCount(Integer deletionErrorCount)
|
void |
setDeletionErrors(List<ApiHBaseSnapshotError> deletionErrors)
|
void |
setProcessedTableCount(Integer processedTableCount)
|
void |
setProcessedTables(List<String> tables)
|
void |
setUnprocessedTableCount(Integer unprocessedTableCount)
|
void |
setUnprocessedTables(List<String> tables)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ApiHBaseSnapshotResult()
| Method Detail |
|---|
public Integer getProcessedTableCount()
public void setProcessedTableCount(Integer processedTableCount)
public List<String> getProcessedTables()
public void setProcessedTables(List<String> tables)
public Integer getUnprocessedTableCount()
public void setUnprocessedTableCount(Integer unprocessedTableCount)
public List<String> getUnprocessedTables()
public void setUnprocessedTables(List<String> tables)
public Integer getCreatedSnapshotCount()
public void setCreatedSnapshotCount(Integer createdSnapshotCount)
public List<ApiHBaseSnapshot> getCreatedSnapshots()
public void setCreatedSnapshots(List<ApiHBaseSnapshot> createdSnapshots)
public Integer getDeletedSnapshotCount()
public void setDeletedSnapshotCount(Integer deletedSnapshotCount)
public List<ApiHBaseSnapshot> getDeletedSnapshots()
public void setDeletedSnapshots(List<ApiHBaseSnapshot> deletedSnapshots)
public Integer getCreationErrorCount()
public void setCreationErrorCount(Integer creationErrorCount)
public List<ApiHBaseSnapshotError> getCreationErrors()
public void setCreationErrors(List<ApiHBaseSnapshotError> creationErrors)
public Integer getDeletionErrorCount()
public void setDeletionErrorCount(Integer deletionErrorCount)
public List<ApiHBaseSnapshotError> getDeletionErrors()
public void setDeletionErrors(List<ApiHBaseSnapshotError> deletionErrors)
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||