|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.cloudera.api.model.ApiHBaseSnapshot
public class ApiHBaseSnapshot
An HBase snapshot descriptor.
Nested Class Summary | |
---|---|
static class |
ApiHBaseSnapshot.Storage
|
Constructor Summary | |
---|---|
ApiHBaseSnapshot()
|
|
ApiHBaseSnapshot(String snapshotName,
String tableName)
|
|
ApiHBaseSnapshot(String snapshotName,
String tableName,
Date creationTime)
|
|
ApiHBaseSnapshot(String snapshotName,
String tableName,
Date creationTime,
ApiHBaseSnapshot.Storage storage)
|
Method Summary | |
---|---|
boolean |
equals(Object o)
|
Date |
getCreationTime()
Snapshot creation time. |
String |
getSnapshotName()
Snapshot name. |
ApiHBaseSnapshot.Storage |
getStorage()
The location where a snapshot is stored. |
String |
getTableName()
Name of the table this snapshot is for. |
int |
hashCode()
|
void |
setCreationTime(Date creationTime)
|
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 ApiHBaseSnapshot()
public ApiHBaseSnapshot(String snapshotName, String tableName)
public ApiHBaseSnapshot(String snapshotName, String tableName, Date creationTime)
public ApiHBaseSnapshot(String snapshotName, String tableName, Date creationTime, ApiHBaseSnapshot.Storage storage)
Method Detail |
---|
public String getSnapshotName()
public void setSnapshotName(String snapshotName)
public String getTableName()
public void setTableName(String tableName)
public Date getCreationTime()
public void setCreationTime(Date creationTime)
public ApiHBaseSnapshot.Storage getStorage()
public void setStorage(ApiHBaseSnapshot.Storage storage)
public String toString()
toString
in class Object
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |