|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.cloudera.api.model.ApiHBaseSnapshotError
public class ApiHBaseSnapshotError
A HBase snapshot operation error.
| Constructor Summary | |
|---|---|
ApiHBaseSnapshotError()
|
|
ApiHBaseSnapshotError(String tableName,
String snapshotName,
ApiHBaseSnapshot.Storage storage,
String error)
|
|
ApiHBaseSnapshotError(String tableName,
String snapshotName,
String error)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
|
String |
getError()
Description of the error. |
String |
getSnapshotName()
Name of the snapshot. |
ApiHBaseSnapshot.Storage |
getStorage()
The location of the snapshot. |
String |
getTableName()
Name of the table. |
int |
hashCode()
|
void |
setError(String error)
|
void |
setSnapshotName(String snapshotName)
|
void |
setStorage(ApiHBaseSnapshot.Storage storage)
|
void |
setTableName(String tableName)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ApiHBaseSnapshotError()
public ApiHBaseSnapshotError(String tableName,
String snapshotName,
String error)
public ApiHBaseSnapshotError(String tableName,
String snapshotName,
ApiHBaseSnapshot.Storage storage,
String error)
| Method Detail |
|---|
public String getTableName()
public void setTableName(String tableName)
public String getSnapshotName()
public void setSnapshotName(String snapshotName)
public ApiHBaseSnapshot.Storage getStorage()
public void setStorage(ApiHBaseSnapshot.Storage storage)
public String getError()
public void setError(String error)
public String toString()
toString in class Objectpublic boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||