| Package | Description |
|---|---|
| org.apache.hadoop.hbase.master | |
| org.apache.hadoop.hbase.master.snapshot |
| Modifier and Type | Method and Description |
|---|---|
SnapshotManager |
MasterServices.getSnapshotManager() |
SnapshotManager |
HMaster.getSnapshotManager() |
| Modifier and Type | Field and Description |
|---|---|
protected SnapshotManager |
TakeSnapshotHandler.snapshotManager |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Iterable<FileStatus> |
SnapshotFileCache.getUnreferencedFiles(java.lang.Iterable<FileStatus> files,
SnapshotManager snapshotManager)
Check to see if any of the passed file names is contained in any of the snapshots.
|
| Constructor and Description |
|---|
DisabledTableSnapshotHandler(SnapshotDescription snapshot,
MasterServices masterServices,
SnapshotManager snapshotManager) |
EnabledTableSnapshotHandler(SnapshotDescription snapshot,
MasterServices master,
SnapshotManager manager) |
TakeSnapshotHandler(SnapshotDescription snapshot,
MasterServices masterServices,
SnapshotManager snapshotManager) |