Uses of Class
org.apache.flink.runtime.io.network.partition.hybrid.HsSpillingInfoProvider.ConsumeStatus
-
Packages that use HsSpillingInfoProvider.ConsumeStatus Package Description org.apache.flink.runtime.io.network.partition.hybrid -
-
Uses of HsSpillingInfoProvider.ConsumeStatus in org.apache.flink.runtime.io.network.partition.hybrid
Methods in org.apache.flink.runtime.io.network.partition.hybrid that return HsSpillingInfoProvider.ConsumeStatus Modifier and Type Method Description static HsSpillingInfoProvider.ConsumeStatusHsSpillingInfoProvider.ConsumeStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static HsSpillingInfoProvider.ConsumeStatus[]HsSpillingInfoProvider.ConsumeStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.flink.runtime.io.network.partition.hybrid with parameters of type HsSpillingInfoProvider.ConsumeStatus Modifier and Type Method Description static HsSpillingInfoProvider.ConsumeStatusWithIdHsSpillingInfoProvider.ConsumeStatusWithId. fromStatusAndConsumerId(HsSpillingInfoProvider.ConsumeStatus consumeStatus, HsConsumerId consumerId)
-