public interface RecordDeserializer<T extends org.apache.flink.core.io.IOReadableWritable>
| Modifier and Type | Interface and Description |
|---|---|
static class |
RecordDeserializer.DeserializationResult
Status of the deserialization result.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
Buffer |
getCurrentBuffer() |
RecordDeserializer.DeserializationResult |
getNextRecord(T target) |
boolean |
hasUnfinishedData() |
void |
setNextBuffer(Buffer buffer) |
RecordDeserializer.DeserializationResult getNextRecord(T target) throws IOException
IOExceptionvoid setNextBuffer(Buffer buffer) throws IOException
IOExceptionBuffer getCurrentBuffer()
void clear()
boolean hasUnfinishedData()
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.