Package | Description |
---|---|
org.apache.hadoop.hbase.snapshot |
Modifier and Type | Interface and Description |
---|---|
static interface |
SnapshotReferenceUtil.SnapshotVisitor |
Modifier and Type | Method and Description |
---|---|
static void |
SnapshotReferenceUtil.concurrentVisitReferencedFiles(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.fs.FileSystem fs,
SnapshotManifest manifest,
ExecutorService exec,
SnapshotReferenceUtil.StoreFileVisitor visitor) |
static void |
SnapshotReferenceUtil.concurrentVisitReferencedFiles(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.fs.FileSystem fs,
SnapshotManifest manifest,
String desc,
SnapshotReferenceUtil.StoreFileVisitor visitor) |
(package private) static void |
SnapshotReferenceUtil.visitRegionStoreFiles(org.apache.hadoop.hbase.shaded.protobuf.generated.SnapshotProtos.SnapshotRegionManifest manifest,
SnapshotReferenceUtil.StoreFileVisitor visitor)
Iterate over the snapshot store files in the specified region
|
(package private) static void |
SnapshotReferenceUtil.visitTableStoreFiles(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.Path snapshotDir,
org.apache.hadoop.hbase.shaded.protobuf.generated.SnapshotProtos.SnapshotDescription desc,
SnapshotReferenceUtil.StoreFileVisitor visitor)
©
Iterate over the snapshot store files
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.