public interface StreamStateHandle extends StateObject
StateObject that represents state that was written to a stream. The data can be read
back via openInputStream().| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.core.fs.FSDataInputStream |
openInputStream()
Returns an
FSDataInputStream that can be used to read back the data that
was previously written to the stream. |
discardState, getStateSizeorg.apache.flink.core.fs.FSDataInputStream openInputStream()
throws IOException
FSDataInputStream that can be used to read back the data that
was previously written to the stream.IOExceptionCopyright © 2014–2020 The Apache Software Foundation. All rights reserved.