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 Details

    • StateContentMetaInfo

      public StateContentMetaInfo()
    • StateContentMetaInfo

      public StateContentMetaInfo(List<Long> offsets, long size)
  • Method Details

    • withDataAdded

      public void withDataAdded(long offset, long size)
    • getOffsets

      public List<Long> getOffsets()
    • getSize

      public long getSize()