Package | Description |
---|---|
org.apache.hadoop.hbase.ipc |
Tools to help define network clients and servers.
|
org.apache.hadoop.hbase.master |
Modifier and Type | Method and Description |
---|---|
List<HSnapshotDescription> |
HMasterInterface.getCompletedSnapshots() |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
List<HSnapshotDescription> |
HMaster.getCompletedSnapshots()
List the currently available/stored snapshots.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.