Uses of Interface
org.apache.hadoop.hbase.snapshot.SnapshotReferenceUtil.StoreFileVisitor

Packages that use org.apache.hadoop.hbase.snapshot.SnapshotReferenceUtil.StoreFileVisitor
Package
Description
 
  • Uses of org.apache.hadoop.hbase.snapshot.SnapshotReferenceUtil.StoreFileVisitor in org.apache.hadoop.hbase.snapshot

    Subinterfaces of org.apache.hadoop.hbase.snapshot.SnapshotReferenceUtil.StoreFileVisitor in in org.apache.hadoop.hbase.snapshot
    Modifier and Type
    Interface
    Description
    static interface 
    org.apache.hadoop.hbase.snapshot.SnapshotReferenceUtil.SnapshotVisitor
     
    Methods in org.apache.hadoop.hbase.snapshot with parameters of type org.apache.hadoop.hbase.snapshot.SnapshotReferenceUtil.StoreFileVisitor in in
    Modifier and Type
    Method
    Description
    static void
    SnapshotReferenceUtil.concurrentVisitReferencedFiles(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.hbase.snapshot.SnapshotManifest manifest, String desc, org.apache.hadoop.hbase.snapshot.SnapshotReferenceUtil.StoreFileVisitor visitor)
     
    static void
    SnapshotReferenceUtil.concurrentVisitReferencedFiles(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.hbase.snapshot.SnapshotManifest manifest, ExecutorService exec, org.apache.hadoop.hbase.snapshot.SnapshotReferenceUtil.StoreFileVisitor visitor)
     
    static void
    SnapshotReferenceUtil.verifySnapshot(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.hbase.snapshot.SnapshotManifest manifest, org.apache.hadoop.hbase.snapshot.SnapshotReferenceUtil.StoreFileVisitor visitor)
    Verify the validity of the snapshot.
    static void
    SnapshotReferenceUtil.visitRegionStoreFiles(org.apache.hadoop.hbase.shaded.protobuf.generated.SnapshotProtos.SnapshotRegionManifest manifest, org.apache.hadoop.hbase.snapshot.SnapshotReferenceUtil.StoreFileVisitor visitor)
    Iterate over the snapshot store files in the specified region