|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.hadoop.hbase.HGlobals
public class HGlobals
Global values that require initialization that cannot be done in HConstants
Field Summary | |
---|---|
static ImmutableBytesWritable |
completeCacheFlush
Value written to HLog on a complete cache flush |
static ImmutableBytesWritable |
deleteBytes
Value stored for a deleted item |
static HTableDescriptor |
metaTableDesc
table descriptor for meta table |
static HRegionInfo |
rootRegionInfo
region info for the root region |
static HTableDescriptor |
rootTableDesc
table descriptor for root table |
Constructor Summary | |
---|---|
HGlobals()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static HTableDescriptor rootTableDesc
public static HRegionInfo rootRegionInfo
public static HTableDescriptor metaTableDesc
public static ImmutableBytesWritable deleteBytes
public static ImmutableBytesWritable completeCacheFlush
Constructor Detail |
---|
public HGlobals()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |