org.apache.accumulo.server.tabletserver
public abstract class TabletTime extends Object
Modifier and Type | Field and Description |
---|---|
static char |
LOGICAL_TIME_ID |
static char |
MILLIS_TIME_ID |
Constructor and Description |
---|
TabletTime() |
Modifier and Type | Method and Description |
---|---|
static char |
getTimeID(TimeType timeType) |
static String |
maxMetadataTime(String mv1,
String mv2) |
protected void |
setSystemTimes(Mutation mutation,
long lastCommitTime) |
public static final char LOGICAL_TIME_ID
public static final char MILLIS_TIME_ID
Copyright © 2011-2015 The Apache Software Foundation. All Rights Reserved.