public interface RecordDeserializer<T extends IOReadableWritable>
| Modifier and Type | Interface and Description |
|---|---|
static class |
RecordDeserializer.DeserializationResult |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
RecordDeserializer.DeserializationResult |
getNextRecord(T target) |
boolean |
hasUnfinishedData() |
void |
setNextMemorySegment(MemorySegment segment,
int numBytes) |
RecordDeserializer.DeserializationResult getNextRecord(T target) throws IOException
IOExceptionvoid setNextMemorySegment(MemorySegment segment, int numBytes) throws IOException
IOExceptionvoid clear()
boolean hasUnfinishedData()
Copyright © 2015 The Apache Software Foundation. All rights reserved.