|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HSnapshotDescription | |
---|---|
org.apache.hadoop.hbase.ipc | Tools to help define network clients and servers. |
org.apache.hadoop.hbase.master |
Uses of HSnapshotDescription in org.apache.hadoop.hbase.ipc |
---|
Methods in org.apache.hadoop.hbase.ipc that return types with arguments of type HSnapshotDescription | |
---|---|
List<HSnapshotDescription> |
HMasterInterface.getCompletedSnapshots()
|
Methods in org.apache.hadoop.hbase.ipc with parameters of type HSnapshotDescription | |
---|---|
void |
HMasterInterface.deleteSnapshot(HSnapshotDescription snapshot)
|
boolean |
HMasterInterface.isRestoreSnapshotDone(HSnapshotDescription request)
|
boolean |
HMasterInterface.isSnapshotDone(HSnapshotDescription snapshot)
|
void |
HMasterInterface.restoreSnapshot(HSnapshotDescription request)
|
long |
HMasterInterface.snapshot(HSnapshotDescription snapshot)
|
Uses of HSnapshotDescription in org.apache.hadoop.hbase.master |
---|
Methods in org.apache.hadoop.hbase.master that return types with arguments of type HSnapshotDescription | |
---|---|
List<HSnapshotDescription> |
HMaster.getCompletedSnapshots()
List the currently available/stored snapshots. |
Methods in org.apache.hadoop.hbase.master with parameters of type HSnapshotDescription | |
---|---|
void |
HMaster.deleteSnapshot(HSnapshotDescription request)
Execute Delete Snapshot operation. |
boolean |
HMaster.isRestoreSnapshotDone(HSnapshotDescription request)
Returns the status of the requested snapshot restore/clone operation. |
boolean |
HMaster.isSnapshotDone(HSnapshotDescription request)
Checks if the specified snapshot is done. |
void |
HMaster.restoreSnapshot(HSnapshotDescription request)
Execute Restore/Clone snapshot operation. |
long |
HMaster.snapshot(HSnapshotDescription request)
Triggers an asynchronous attempt to take a snapshot. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |