org.apache.accumulo.server
Class ServerConstants

java.lang.Object
  extended by org.apache.accumulo.server.ServerConstants

public class ServerConstants
extends Object


Constructor Summary
ServerConstants()
           
 
Method Summary
static String getBaseDir()
           
static org.apache.hadoop.fs.Path getDataVersionLocation()
           
static org.apache.hadoop.fs.Path getInstanceIdLocation()
           
static String getMetadataTableDir()
           
static String getRecoveryDir()
           
static String getRootTabletDir()
           
static String getTablesDir()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerConstants

public ServerConstants()
Method Detail

getBaseDir

public static String getBaseDir()

getTablesDir

public static String getTablesDir()

getRecoveryDir

public static String getRecoveryDir()

getInstanceIdLocation

public static org.apache.hadoop.fs.Path getInstanceIdLocation()

getDataVersionLocation

public static org.apache.hadoop.fs.Path getDataVersionLocation()

getMetadataTableDir

public static String getMetadataTableDir()

getRootTabletDir

public static String getRootTabletDir()


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.