Package org.apache.flink.runtime.state
Class AbstractChannelStateHandle.StateContentMetaInfo
- java.lang.Object
-
- org.apache.flink.runtime.state.AbstractChannelStateHandle.StateContentMetaInfo
-
- Enclosing class:
- AbstractChannelStateHandle<Info>
public static class AbstractChannelStateHandle.StateContentMetaInfo extends Object
Describes the underlying content.
-
-
Constructor Summary
Constructors Constructor Description StateContentMetaInfo()
StateContentMetaInfo(List<Long> offsets, long size)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Long>
getOffsets()
long
getSize()
void
withDataAdded(long offset, long size)
-