Uses of Class
org.apache.hadoop.hbase.snapshot.SnapshotManifest

Packages that use SnapshotManifest
org.apache.hadoop.hbase.master.snapshot   
org.apache.hadoop.hbase.snapshot   
 

Uses of SnapshotManifest in org.apache.hadoop.hbase.master.snapshot
 

Fields in org.apache.hadoop.hbase.master.snapshot declared as SnapshotManifest
protected  SnapshotManifest TakeSnapshotHandler.snapshotManifest
           
 

Uses of SnapshotManifest in org.apache.hadoop.hbase.snapshot
 

Methods in org.apache.hadoop.hbase.snapshot that return SnapshotManifest
static SnapshotManifest SnapshotManifest.create(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path workingDir, HBaseProtos.SnapshotDescription desc, ForeignExceptionSnare monitor)
          Return a SnapshotManifest instance, used for writing a snapshot.
static SnapshotManifest SnapshotManifest.open(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path workingDir, HBaseProtos.SnapshotDescription desc)
          Return a SnapshotManifest instance with the information already loaded in-memory.
 

Methods in org.apache.hadoop.hbase.snapshot with parameters of type SnapshotManifest
static void SnapshotReferenceUtil.concurrentVisitReferencedFiles(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.FileSystem fs, SnapshotManifest manifest, SnapshotReferenceUtil.StoreFileVisitor visitor)
           
static void SnapshotReferenceUtil.verifySnapshot(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.FileSystem fs, SnapshotManifest manifest)
          Verify the validity of the snapshot
 

Constructors in org.apache.hadoop.hbase.snapshot with parameters of type SnapshotManifest
RestoreSnapshotHelper(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.FileSystem fs, SnapshotManifest manifest, HTableDescriptor tableDescriptor, org.apache.hadoop.fs.Path rootDir, ForeignExceptionDispatcher monitor, MonitoredTask status)
           
 



Copyright © 2015 The Apache Software Foundation. All rights reserved.