Uses of Class
org.apache.hadoop.hbase.snapshot.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
Modifier 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) Modifier 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
-
Uses of SnapshotManifest in org.apache.hadoop.hbase.master.snapshot
Modifier and TypeFieldDescriptionprotected final SnapshotManifest
TakeSnapshotHandler.snapshotManifest
Modifier 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
Modifier 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
Modifier and TypeFieldDescriptionprivate final SnapshotManifest
RestoreSnapshotHelper.snapshotManifest
private SnapshotManifest
SnapshotInfo.snapshotManifest
Modifier 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.Modifier 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.ModifierConstructorDescriptionRestoreSnapshotHelper
(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)