@InterfaceAudience.Private public class TimeOffsetEnvironmentEdge extends Object implements org.apache.hadoop.hbase.util.EnvironmentEdge
Modifier and Type | Field and Description |
---|---|
private long |
offset |
Constructor and Description |
---|
TimeOffsetEnvironmentEdge() |
Modifier and Type | Method and Description |
---|---|
long |
currentTime() |
long |
getTimeOffset() |
void |
increment(long incr) |
void |
setTimeOffset(long off) |
private long offset
public TimeOffsetEnvironmentEdge()
public void setTimeOffset(long off)
public long getTimeOffset()
public void increment(long incr)
public long currentTime()
currentTime
in interface org.apache.hadoop.hbase.util.EnvironmentEdge
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.