public interface RecordSerializer<T extends org.apache.flink.core.io.IOReadableWritable>
| Modifier and Type | Interface and Description |
|---|---|
static class |
RecordSerializer.SerializationResult |
| Modifier and Type | Method and Description |
|---|---|
RecordSerializer.SerializationResult |
addRecord(T record) |
void |
clear() |
void |
clearCurrentBuffer() |
Buffer |
getCurrentBuffer() |
boolean |
hasData() |
RecordSerializer.SerializationResult |
setNextBuffer(Buffer buffer) |
RecordSerializer.SerializationResult addRecord(T record) throws IOException
IOExceptionRecordSerializer.SerializationResult setNextBuffer(Buffer buffer) throws IOException
IOExceptionBuffer getCurrentBuffer()
void clearCurrentBuffer()
void clear()
boolean hasData()
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.