public static final class AbstractStateBackend.CheckpointStateOutputView
extends org.apache.flink.core.memory.DataOutputViewStreamWrapper
StateHandle<DataInputView> when closed.written| Constructor and Description |
|---|
CheckpointStateOutputView(AbstractStateBackend.CheckpointStateOutputStream out) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
StateHandle<org.apache.flink.core.memory.DataInputView> |
closeAndGetHandle()
Closes the stream and gets a state handle that can create a DataInputView.
|
skipBytesToWrite, writeflush, size, write, write, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTFwriteclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitwrite, write, write, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTFpublic CheckpointStateOutputView(AbstractStateBackend.CheckpointStateOutputStream out)
public StateHandle<org.apache.flink.core.memory.DataInputView> closeAndGetHandle() throws IOException
IOException - Thrown, if the stream cannot be closed.public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class FilterOutputStreamIOExceptionCopyright © 2014–2016 The Apache Software Foundation. All rights reserved.