org.apache.accumulo.server.tabletserver
Class TabletTime

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

public abstract class TabletTime
extends Object


Field Summary
static char LOGICAL_TIME_ID
           
static char MILLIS_TIME_ID
           
 
Constructor Summary
TabletTime()
           
 
Method Summary
static char getTimeID(TimeType timeType)
           
static String maxMetadataTime(String mv1, String mv2)
           
protected  void setSystemTimes(Mutation mutation, long lastCommitTime)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOGICAL_TIME_ID

public static final char LOGICAL_TIME_ID
See Also:
Constant Field Values

MILLIS_TIME_ID

public static final char MILLIS_TIME_ID
See Also:
Constant Field Values
Constructor Detail

TabletTime

public TabletTime()
Method Detail

getTimeID

public static char getTimeID(TimeType timeType)

setSystemTimes

protected void setSystemTimes(Mutation mutation,
                              long lastCommitTime)

maxMetadataTime

public static String maxMetadataTime(String mv1,
                                     String mv2)


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