Uses of Class
org.apache.hadoop.hbase.snapshot.SnapshotManifest
Packages that use SnapshotManifest
Package
Description
Provides HBase MapReduce
Input/OutputFormats, a table indexing MapReduce job, and utility methods.
- 
Uses of SnapshotManifest in org.apache.hadoop.hbase.mapreduceMethods in org.apache.hadoop.hbase.mapreduce that return SnapshotManifestModifier and TypeMethodDescriptionstatic SnapshotManifestTableSnapshotInputFormatImpl.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 SnapshotManifestModifier and TypeMethodDescriptionstatic List<RegionInfo>TableSnapshotInputFormatImpl.getRegionInfosFromManifest(SnapshotManifest manifest) TableSnapshotInputFormatImpl.getSplits(Scan scan, SnapshotManifest manifest, List<RegionInfo> regionManifests, org.apache.hadoop.fs.Path restoreDir, org.apache.hadoop.conf.Configuration conf) TableSnapshotInputFormatImpl.getSplits(Scan scan, SnapshotManifest manifest, List<RegionInfo> regionManifests, org.apache.hadoop.fs.Path restoreDir, org.apache.hadoop.conf.Configuration conf, RegionSplitter.SplitAlgorithm sa, int numSplits) 
- 
Uses of SnapshotManifest in org.apache.hadoop.hbase.master.procedureFields in org.apache.hadoop.hbase.master.procedure declared as SnapshotManifest
- 
Uses of SnapshotManifest in org.apache.hadoop.hbase.master.snapshotFields in org.apache.hadoop.hbase.master.snapshot declared as SnapshotManifestModifier and TypeFieldDescriptionprotected final SnapshotManifestTakeSnapshotHandler.snapshotManifestMethods in org.apache.hadoop.hbase.master.snapshot with parameters of type SnapshotManifestModifier and TypeMethodDescriptionprivate voidMasterSnapshotVerifier.verifyRegions(SnapshotManifest manifest, boolean verifyRegions) Check that all the regions in the snapshot are valid, and accounted for.private voidMasterSnapshotVerifier.verifyTableInfo(SnapshotManifest manifest) Check that the table descriptor for the snapshot is a valid table descriptor
- 
Uses of SnapshotManifest in org.apache.hadoop.hbase.quotasMethods in org.apache.hadoop.hbase.quotas with parameters of type SnapshotManifestModifier and TypeMethodDescription(package private) Set<FileArchiverNotifierImpl.StoreFileReference>FileArchiverNotifierImpl.getStoreFilesFromSnapshot(SnapshotManifest manifest, Predicate<String> filter) Extracts the names of the store files referenced by this snapshot which satisfy the given predicate (the predicate returnstrue).
- 
Uses of SnapshotManifest in org.apache.hadoop.hbase.snapshotFields in org.apache.hadoop.hbase.snapshot declared as SnapshotManifestModifier and TypeFieldDescriptionprivate final SnapshotManifestRestoreSnapshotHelper.snapshotManifestprivate SnapshotManifestSnapshotInfo.snapshotManifestMethods in org.apache.hadoop.hbase.snapshot that return SnapshotManifestModifier and TypeMethodDescriptionstatic SnapshotManifestSnapshotManifest.create(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path workingDir, org.apache.hadoop.hbase.shaded.protobuf.generated.SnapshotProtos.SnapshotDescription desc, ForeignExceptionSnare monitor) Return a SnapshotManifest instance, used for writing a snapshot.static SnapshotManifestSnapshotManifest.create(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path workingDir, org.apache.hadoop.hbase.shaded.protobuf.generated.SnapshotProtos.SnapshotDescription desc, ForeignExceptionSnare monitor, MonitoredTask statusTask) static SnapshotManifestSnapshotManifest.open(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path workingDir, org.apache.hadoop.hbase.shaded.protobuf.generated.SnapshotProtos.SnapshotDescription desc) Return a SnapshotManifest instance with the information already loaded in-memory.Methods in org.apache.hadoop.hbase.snapshot with parameters of type SnapshotManifestModifier and TypeMethodDescriptionstatic voidSnapshotReferenceUtil.concurrentVisitReferencedFiles(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.FileSystem fs, SnapshotManifest manifest, String desc, SnapshotReferenceUtil.StoreFileVisitor visitor) static voidSnapshotReferenceUtil.concurrentVisitReferencedFiles(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.FileSystem fs, SnapshotManifest manifest, ExecutorService exec, SnapshotReferenceUtil.StoreFileVisitor visitor) static voidSnapshotReferenceUtil.verifySnapshot(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.FileSystem fs, SnapshotManifest manifest) Verify the validity of the snapshotstatic voidSnapshotReferenceUtil.verifySnapshot(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.FileSystem fs, SnapshotManifest manifest, SnapshotReferenceUtil.StoreFileVisitor visitor) Verify the validity of the snapshot.Constructors in org.apache.hadoop.hbase.snapshot with parameters of type SnapshotManifestModifierConstructorDescriptionRestoreSnapshotHelper(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.FileSystem fs, SnapshotManifest manifest, TableDescriptor 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, TableDescriptor tableDescriptor, org.apache.hadoop.fs.Path rootDir, ForeignExceptionDispatcher monitor, MonitoredTask status, boolean createBackRefs)