org.apache.hadoop.hbase.snapshot
Class SnapshotManifestV1

java.lang.Object
  extended by org.apache.hadoop.hbase.snapshot.SnapshotManifestV1

@InterfaceAudience.Private
public class SnapshotManifestV1
extends Object

DO NOT USE DIRECTLY. USE SnapshotManifest. Snapshot v1 layout format - Each region in the table is represented by a directory with the .hregioninfo file /snapshotName/regionName/.hregioninfo - Each file present in the table is represented by an empty file /snapshotName/regionName/familyName/fileName


Field Summary
static int DESCRIPTOR_VERSION
           
 
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


Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.