org.apache.accumulo.core.metadata
Class RootTable

java.lang.Object
  extended by org.apache.accumulo.core.metadata.RootTable

public class RootTable
extends Object


Field Summary
static KeyExtent EXTENT
           
static String ID
           
static String NAME
           
static KeyExtent OLD_EXTENT
           
static String ROOT_TABLET_LOCATION
          DFS location relative to the Accumulo directory
static String ZROOT_TABLET
          ZK path relative to the instance directory for information about the root tablet
static String ZROOT_TABLET_FUTURE_LOCATION
           
static String ZROOT_TABLET_LAST_LOCATION
           
static String ZROOT_TABLET_LOCATION
           
static String ZROOT_TABLET_PATH
           
static String ZROOT_TABLET_WALOGS
           
 
Constructor Summary
RootTable()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ID

public static final String ID
See Also:
Constant Field Values

NAME

public static final String NAME
See Also:
Constant Field Values

ROOT_TABLET_LOCATION

public static final String ROOT_TABLET_LOCATION
DFS location relative to the Accumulo directory

See Also:
Constant Field Values

ZROOT_TABLET

public static final String ZROOT_TABLET
ZK path relative to the instance directory for information about the root tablet

See Also:
Constant Field Values

ZROOT_TABLET_LOCATION

public static final String ZROOT_TABLET_LOCATION
See Also:
Constant Field Values

ZROOT_TABLET_FUTURE_LOCATION

public static final String ZROOT_TABLET_FUTURE_LOCATION
See Also:
Constant Field Values

ZROOT_TABLET_LAST_LOCATION

public static final String ZROOT_TABLET_LAST_LOCATION
See Also:
Constant Field Values

ZROOT_TABLET_WALOGS

public static final String ZROOT_TABLET_WALOGS
See Also:
Constant Field Values

ZROOT_TABLET_PATH

public static final String ZROOT_TABLET_PATH
See Also:
Constant Field Values

EXTENT

public static final KeyExtent EXTENT

OLD_EXTENT

public static final KeyExtent OLD_EXTENT
Constructor Detail

RootTable

public RootTable()


Copyright © 2015 Apache Accumulo Project. All rights reserved.