public class ApiHBaseSnapshotResult extends Object
Constructor and Description |
---|
ApiHBaseSnapshotResult() |
Modifier and Type | Method and Description |
---|---|
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() |
public Integer getProcessedTableCount()
public void setProcessedTableCount(Integer processedTableCount)
public List<String> getProcessedTables()
public Integer getUnprocessedTableCount()
public void setUnprocessedTableCount(Integer unprocessedTableCount)
public List<String> getUnprocessedTables()
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)
Copyright © Cloudera, Inc. Released under Apache License, Version 2.0.