| Package | Description |
|---|---|
| org.apache.hadoop.hive.serde2 |
| Modifier and Type | Method and Description |
|---|---|
WriteBuffers.Position |
WriteBuffers.getUnsafeReadPosition()
THIS METHOD IS NOT THREAD-SAFE.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WriteBuffers.getByteSegmentRefToCurrent(WriteBuffers.ByteSegmentRef byteSegmentRef,
int length,
WriteBuffers.Position readPos) |
long |
WriteBuffers.getReadPoint(WriteBuffers.Position readPos) |
int |
WriteBuffers.hashCode(int length,
WriteBuffers.Position readPos) |
boolean |
WriteBuffers.isEqual(byte[] left,
int leftOffset,
WriteBuffers.Position readPos,
int length)
Compares the current readPosition of the buffer with the external byte array.
|
int |
WriteBuffers.readInt(long offset,
WriteBuffers.Position readPos) |
long |
WriteBuffers.readNByteLong(int bytes,
WriteBuffers.Position readPos) |
long |
WriteBuffers.readNByteLong(long offset,
int bytes,
WriteBuffers.Position readPos) |
int |
WriteBuffers.readVInt(WriteBuffers.Position readPos) |
long |
WriteBuffers.readVLong(WriteBuffers.Position readPos) |
void |
WriteBuffers.Position.set(WriteBuffers.Position pos) |
void |
WriteBuffers.setReadPoint(long offset,
WriteBuffers.Position readPos) |
void |
WriteBuffers.skipVLong(WriteBuffers.Position readPos) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.