@InterfaceAudience.LimitedPrivate(value="Coprocesssor") public interface SettableTimestamp
| Modifier and Type | Method and Description |
|---|---|
void |
setTimestamp(byte[] ts,
int tsOffset)
Sets with the given timestamp.
|
void |
setTimestamp(long ts)
Sets with the given timestamp.
|
void setTimestamp(long ts)
throws IOException
ts - IOExceptionvoid setTimestamp(byte[] ts,
int tsOffset)
throws IOException
ts - buffer containing the timestamp valuetsOffset - offset to the new timestampIOExceptionCopyright © 2007–2019 The Apache Software Foundation. All rights reserved.