Class PartitionTrackerEntry<K,M>
- java.lang.Object
-
- org.apache.flink.runtime.io.network.partition.PartitionTrackerEntry<K,M>
-
public class PartitionTrackerEntry<K,M> extends Object
Encapsulates all information that aPartitionTracker
keeps for a partition.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description K
getKey()
M
getMetaInfo()
ResultPartitionID
getResultPartitionId()
-
-
-
Method Detail
-
getResultPartitionId
public ResultPartitionID getResultPartitionId()
-
getKey
public K getKey()
-
getMetaInfo
public M getMetaInfo()
-
-