Package org.apache.hadoop.hbase.snapshot
Class SnapshotManifestV2
java.lang.Object
org.apache.hadoop.hbase.snapshot.SnapshotManifestV2
DO NOT USE DIRECTLY. USE 
SnapshotManifest. Snapshot v2 layout format - Single Manifest
 file containing all the information of regions - In the online-snapshot case each region will
 write a "region manifest" /snapshotName/manifest.regionName- 
Nested Class SummaryNested ClassesModifier and TypeClassDescription(package private) static class
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final intprivate static final org.slf4j.Loggerstatic final String
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescription(package private) static voiddeleteRegionManifest(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path snapshotDir, org.apache.hadoop.hbase.shaded.protobuf.generated.SnapshotProtos.SnapshotRegionManifest manifest) private static org.apache.hadoop.fs.PathgetRegionManifestPath(org.apache.hadoop.fs.Path snapshotDir, org.apache.hadoop.hbase.shaded.protobuf.generated.SnapshotProtos.SnapshotRegionManifest manifest) (package private) static List<org.apache.hadoop.hbase.shaded.protobuf.generated.SnapshotProtos.SnapshotRegionManifest>loadRegionManifests(org.apache.hadoop.conf.Configuration conf, Executor executor, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path snapshotDir, org.apache.hadoop.hbase.shaded.protobuf.generated.SnapshotProtos.SnapshotDescription desc, int manifestSizeLimit) 
- 
Field Details- 
LOG
- 
DESCRIPTOR_VERSION- See Also:
 
- 
SNAPSHOT_MANIFEST_PREFIX- See Also:
 
 
- 
- 
Constructor Details- 
SnapshotManifestV2private SnapshotManifestV2()
 
- 
- 
Method Details- 
loadRegionManifestsstatic List<org.apache.hadoop.hbase.shaded.protobuf.generated.SnapshotProtos.SnapshotRegionManifest> loadRegionManifests(org.apache.hadoop.conf.Configuration conf, Executor executor, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path snapshotDir, org.apache.hadoop.hbase.shaded.protobuf.generated.SnapshotProtos.SnapshotDescription desc, int manifestSizeLimit) throws IOException - Throws:
- IOException
 
- 
deleteRegionManifeststatic void deleteRegionManifest(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path snapshotDir, org.apache.hadoop.hbase.shaded.protobuf.generated.SnapshotProtos.SnapshotRegionManifest manifest) throws IOException - Throws:
- IOException
 
- 
getRegionManifestPathprivate static org.apache.hadoop.fs.Path getRegionManifestPath(org.apache.hadoop.fs.Path snapshotDir, org.apache.hadoop.hbase.shaded.protobuf.generated.SnapshotProtos.SnapshotRegionManifest manifest) 
 
-