Package | Description |
---|---|
org.apache.hadoop.hbase.master | |
org.apache.hadoop.hbase.master.snapshot |
Modifier and Type | Method and Description |
---|---|
SnapshotManager |
HMaster.getSnapshotManager() |
SnapshotManager |
MasterServices.getSnapshotManager() |
Modifier and Type | Field and Description |
---|---|
protected SnapshotManager |
TakeSnapshotHandler.snapshotManager |
Modifier and Type | Method and Description |
---|---|
Iterable<org.apache.hadoop.fs.FileStatus> |
SnapshotFileCache.getUnreferencedFiles(Iterable<org.apache.hadoop.fs.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(org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.SnapshotDescription snapshot,
MasterServices masterServices,
SnapshotManager snapshotManager) |
EnabledTableSnapshotHandler(org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.SnapshotDescription snapshot,
MasterServices master,
SnapshotManager manager) |
TakeSnapshotHandler(org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.SnapshotDescription snapshot,
MasterServices masterServices,
SnapshotManager snapshotManager) |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.