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

Packages that use SnapshotManifest
org.apache.hadoop.hbase.mapreduce Provides HBase MapReduce Input/OutputFormats, a table indexing MapReduce job, and utility 
org.apache.hadoop.hbase.master.snapshot   
org.apache.hadoop.hbase.snapshot   
 

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

Methods in org.apache.hadoop.hbase.mapreduce that return SnapshotManifest
static SnapshotManifest TableSnapshotInputFormatImpl.getSnapshotManifest(org.apache.hadoop.conf.Configuration conf, String snapshotName, org.apache.hadoop.fs.Path rootDir, org.apache.hadoop.fs.FileSystem fs)
           
 

Methods in org.apache.hadoop.hbase.mapreduce with parameters of type SnapshotManifest
static List<HRegionInfo> TableSnapshotInputFormatImpl.getRegionInfosFromManifest(SnapshotManifest manifest)
           
static List<TableSnapshotInputFormatImpl.InputSplit> TableSnapshotInputFormatImpl.getSplits(Scan scan, SnapshotManifest manifest, List<HRegionInfo> regionManifests, org.apache.hadoop.fs.Path restoreDir, org.apache.hadoop.conf.Configuration conf)
           
 

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)
           
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, boolean createBackRefs)
           
 



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