org.apache.accumulo.server.tabletserver
Class TabletServerConstants

java.lang.Object
  extended by org.apache.accumulo.server.tabletserver.TabletServerConstants

public class TabletServerConstants
extends Object


Field Summary
static String AuthorizationSetName
           
static String ColumnSetName
           
static String EndKeyName
           
static String IntermediateKeyName
           
static String MaxResultsName
           
static String PreviousQueryStatusName
           
static String PreviousQueryTypeName
           
 
Constructor Summary
TabletServerConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IntermediateKeyName

public static final String IntermediateKeyName
See Also:
Constant Field Values

ColumnSetName

public static final String ColumnSetName
See Also:
Constant Field Values

AuthorizationSetName

public static final String AuthorizationSetName
See Also:
Constant Field Values

EndKeyName

public static final String EndKeyName
See Also:
Constant Field Values

MaxResultsName

public static final String MaxResultsName
See Also:
Constant Field Values

PreviousQueryTypeName

public static final String PreviousQueryTypeName
See Also:
Constant Field Values

PreviousQueryStatusName

public static final String PreviousQueryStatusName
See Also:
Constant Field Values
Constructor Detail

TabletServerConstants

public TabletServerConstants()


Copyright © 2013 Apache Accumulo Project. All Rights Reserved.