Package org.apache.flink.runtime.state
Class OperatorStateHandle.StateMetaInfo
- java.lang.Object
-
- org.apache.flink.runtime.state.OperatorStateHandle.StateMetaInfo
-
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- OperatorStateHandle
public static class OperatorStateHandle.StateMetaInfo extends Object implements Serializable
Meta information about the operator state handle.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StateMetaInfo(long[] offsets, OperatorStateHandle.Mode distributionMode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
OperatorStateHandle.Mode
getDistributionMode()
long[]
getOffsets()
int
hashCode()
String
toString()
-
-
-
Constructor Detail
-
StateMetaInfo
public StateMetaInfo(long[] offsets, OperatorStateHandle.Mode distributionMode)
-
-
Method Detail
-
getOffsets
public long[] getOffsets()
-
getDistributionMode
public OperatorStateHandle.Mode getDistributionMode()
-
-