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.mapreduce
Methods in org.apache.hadoop.hbase.mapreduce that return SnapshotManifestModifier and TypeMethodDescriptionstatic 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 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.procedure
Fields in org.apache.hadoop.hbase.master.procedure declared as SnapshotManifest -
Uses of SnapshotManifest in org.apache.hadoop.hbase.master.snapshot
Fields in org.apache.hadoop.hbase.master.snapshot declared as SnapshotManifestModifier and TypeFieldDescriptionprotected final SnapshotManifest
TakeSnapshotHandler.snapshotManifest
Methods in org.apache.hadoop.hbase.master.snapshot with parameters of type SnapshotManifestModifier and TypeMethodDescriptionprivate void
MasterSnapshotVerifier.verifyRegions
(SnapshotManifest manifest, boolean verifyRegions) Check that all the regions in the snapshot are valid, and accounted for.private void
MasterSnapshotVerifier.verifyTableInfo
(SnapshotManifest manifest) Check that the table descriptor for the snapshot is a valid table descriptor -
Uses of SnapshotManifest in org.apache.hadoop.hbase.quotas
Methods 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.snapshot
Fields in org.apache.hadoop.hbase.snapshot declared as SnapshotManifestModifier and TypeFieldDescriptionprivate final SnapshotManifest
RestoreSnapshotHelper.snapshotManifest
private SnapshotManifest
SnapshotInfo.snapshotManifest
Methods in org.apache.hadoop.hbase.snapshot that return SnapshotManifestModifier and TypeMethodDescriptionstatic SnapshotManifest
SnapshotManifest.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 SnapshotManifest
SnapshotManifest.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 SnapshotManifest
SnapshotManifest.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 void
SnapshotReferenceUtil.concurrentVisitReferencedFiles
(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.FileSystem fs, SnapshotManifest manifest, String desc, SnapshotReferenceUtil.StoreFileVisitor visitor) 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.verifySnapshot
(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.FileSystem fs, SnapshotManifest manifest) Verify the validity of the snapshotstatic void
SnapshotReferenceUtil.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)