Class HsSpillingInfoProvider.ConsumeStatusWithId
- java.lang.Object
-
- org.apache.flink.runtime.io.network.partition.hybrid.HsSpillingInfoProvider.ConsumeStatusWithId
-
- Enclosing interface:
- HsSpillingInfoProvider
public static class HsSpillingInfoProvider.ConsumeStatusWithId extends Object
This class represents a pair ofHsSpillingInfoProvider.ConsumeStatusand consumer id.
-
-
Field Summary
Fields Modifier and Type Field Description static HsSpillingInfoProvider.ConsumeStatusWithIdALL_ANY
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static HsSpillingInfoProvider.ConsumeStatusWithIdfromStatusAndConsumerId(HsSpillingInfoProvider.ConsumeStatus consumeStatus, HsConsumerId consumerId)
-
-
-
Field Detail
-
ALL_ANY
public static final HsSpillingInfoProvider.ConsumeStatusWithId ALL_ANY
-
-
Method Detail
-
fromStatusAndConsumerId
public static HsSpillingInfoProvider.ConsumeStatusWithId fromStatusAndConsumerId(HsSpillingInfoProvider.ConsumeStatus consumeStatus, HsConsumerId consumerId)
-
-