public class ApiHBaseSnapshot extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ApiHBaseSnapshot.Storage |
Constructor and Description |
---|
ApiHBaseSnapshot() |
ApiHBaseSnapshot(String snapshotName,
String tableName) |
ApiHBaseSnapshot(String snapshotName,
String tableName,
Date creationTime) |
ApiHBaseSnapshot(String snapshotName,
String tableName,
Date creationTime,
ApiHBaseSnapshot.Storage storage) |
Modifier and Type | Method and Description |
---|---|
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() |
public ApiHBaseSnapshot()
public ApiHBaseSnapshot(String snapshotName, String tableName, Date creationTime, ApiHBaseSnapshot.Storage storage)
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)
Copyright © Cloudera, Inc. Released under Apache License, Version 2.0.