Package org.apache.flink.runtime.state
Class StatePartitionStreamProvider
java.lang.Object
org.apache.flink.runtime.state.StatePartitionStreamProvider
- Direct Known Subclasses:
KeyGroupStatePartitionStreamProvider
This class provides access to input streams that contain data of one state partition of a
partitionable state.
TODO use bounded stream that fail fast if the limit is exceeded on corrupted reads.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns a stream with the data of one state partition.
-
Constructor Details
-
StatePartitionStreamProvider
-
StatePartitionStreamProvider
-
-
Method Details
-
getStream
Returns a stream with the data of one state partition.- Throws:
IOException
-