org.apache.hadoop.hbase.snapshot
Class SnapshotManifestV2

java.lang.Object
  extended by 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


Field Summary
static int DESCRIPTOR_VERSION
           
 
Constructor Summary
SnapshotManifestV2()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DESCRIPTOR_VERSION

public static final int DESCRIPTOR_VERSION
See Also:
Constant Field Values
Constructor Detail

SnapshotManifestV2

public SnapshotManifestV2()


Copyright © 2015 The Apache Software Foundation. All rights reserved.