org.apache.hadoop.hbase.snapshot
Class SnapshotManifestV2
java.lang.Object
org.apache.hadoop.hbase.snapshot.SnapshotManifestV2
@InterfaceAudience.Private
public class SnapshotManifestV2
- extends Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DESCRIPTOR_VERSION
public static final int DESCRIPTOR_VERSION
- See Also:
- Constant Field Values
SNAPSHOT_MANIFEST_PREFIX
public static final String SNAPSHOT_MANIFEST_PREFIX
- See Also:
- Constant Field Values
SnapshotManifestV2
public SnapshotManifestV2()
Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.