public class TimestampPlainValuesDecoder extends Object implements ValuesDecoder.TimestampValuesDecoder
ValuesDecoder.BinaryValuesDecoder, ValuesDecoder.BooleanValuesDecoder, ValuesDecoder.Int32ValuesDecoder, ValuesDecoder.Int64TimestampMicrosValuesDecoder, ValuesDecoder.Int64ValuesDecoder, ValuesDecoder.TimestampValuesDecoder| Constructor and Description |
|---|
TimestampPlainValuesDecoder(byte[] byteBuffer,
int bufferOffset,
int bufferLength) |
| Modifier and Type | Method and Description |
|---|---|
long |
getRetainedSizeInBytes() |
void |
readNext(long[] values,
int offset,
int length) |
void |
skip(int length) |
public TimestampPlainValuesDecoder(byte[] byteBuffer,
int bufferOffset,
int bufferLength)
public void readNext(long[] values,
int offset,
int length)
readNext in interface ValuesDecoder.TimestampValuesDecoderpublic void skip(int length)
skip in interface ValuesDecoder.TimestampValuesDecoderpublic long getRetainedSizeInBytes()
getRetainedSizeInBytes in interface ValuesDecoderCopyright © 2012–2024. All rights reserved.