com.cloudera.api.model
Class ApiHBaseSnapshotResult

java.lang.Object
  extended by com.cloudera.api.model.ApiHBaseSnapshotResult

public class ApiHBaseSnapshotResult
extends Object

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

ApiHBaseSnapshotResult

public ApiHBaseSnapshotResult()
Method Detail

getProcessedTableCount

public Integer getProcessedTableCount()
Number of processed tables.


setProcessedTableCount

public void setProcessedTableCount(Integer processedTableCount)

getProcessedTables

public List<String> getProcessedTables()
The list of processed tables.

This is only available in the full view.


setProcessedTables

public void setProcessedTables(List<String> tables)

getUnprocessedTableCount

public Integer getUnprocessedTableCount()
Number of unprocessed tables.


setUnprocessedTableCount

public void setUnprocessedTableCount(Integer unprocessedTableCount)

getUnprocessedTables

public List<String> getUnprocessedTables()
The list of unprocessed tables. Note that tables that are currently being processed will also be included in this list.

This is only available in the full view.


setUnprocessedTables

public void setUnprocessedTables(List<String> tables)

getCreatedSnapshotCount

public Integer getCreatedSnapshotCount()
Number of snapshots created.


setCreatedSnapshotCount

public void setCreatedSnapshotCount(Integer createdSnapshotCount)

getCreatedSnapshots

public List<ApiHBaseSnapshot> getCreatedSnapshots()
List of snapshots created.

This is only available in the full view.


setCreatedSnapshots

public void setCreatedSnapshots(List<ApiHBaseSnapshot> createdSnapshots)

getDeletedSnapshotCount

public Integer getDeletedSnapshotCount()
Number of snapshots deleted.


setDeletedSnapshotCount

public void setDeletedSnapshotCount(Integer deletedSnapshotCount)

getDeletedSnapshots

public List<ApiHBaseSnapshot> getDeletedSnapshots()
List of snapshots deleted.

This is only available in the full view.


setDeletedSnapshots

public void setDeletedSnapshots(List<ApiHBaseSnapshot> deletedSnapshots)

getCreationErrorCount

public Integer getCreationErrorCount()
Number of errors detected when creating snapshots.


setCreationErrorCount

public void setCreationErrorCount(Integer creationErrorCount)

getCreationErrors

public List<ApiHBaseSnapshotError> getCreationErrors()
List of errors encountered when creating snapshots.

This is only available in the full view.


setCreationErrors

public void setCreationErrors(List<ApiHBaseSnapshotError> creationErrors)

getDeletionErrorCount

public Integer getDeletionErrorCount()
Number of errors detected when deleting snapshots.


setDeletionErrorCount

public void setDeletionErrorCount(Integer deletionErrorCount)

getDeletionErrors

public List<ApiHBaseSnapshotError> getDeletionErrors()
List of errors encountered when deleting snapshots.

This is only available in the full view.


setDeletionErrors

public void setDeletionErrors(List<ApiHBaseSnapshotError> deletionErrors)

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © Cloudera, Inc. Released under Apache License, Version 2.0.