Package | Description |
---|---|
org.apache.hadoop.hbase.master.snapshot | |
org.apache.hadoop.hbase.snapshot |
Modifier and Type | Method and Description |
---|---|
void |
MasterSnapshotVerifier.verifySnapshot(org.apache.hadoop.fs.Path snapshotDir,
Set<String> snapshotServers)
Verify that the snapshot in the directory is a valid snapshot
|
private void |
MasterSnapshotVerifier.verifySnapshotDescription(org.apache.hadoop.fs.Path snapshotDir)
Check that the snapshot description written in the filesystem matches the current snapshot
|
Modifier and Type | Method and Description |
---|---|
static org.apache.hadoop.hbase.shaded.protobuf.generated.SnapshotProtos.SnapshotDescription |
SnapshotDescriptionUtils.readSnapshotInfo(org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.Path snapshotDir)
Read in the
HBaseProtos.SnapshotDescription stored for the snapshot in the passed directory |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.