Uses of Class
org.apache.flink.streaming.runtime.operators.asyncprocessing.ElementOrder
-
Packages that use ElementOrder Package Description org.apache.flink.runtime.asyncprocessing.operators org.apache.flink.streaming.runtime.operators.asyncprocessing -
-
Uses of ElementOrder in org.apache.flink.runtime.asyncprocessing.operators
Methods in org.apache.flink.runtime.asyncprocessing.operators that return ElementOrder Modifier and Type Method Description ElementOrderAbstractAsyncStateStreamOperator. getElementOrder()ElementOrderAbstractAsyncStateStreamOperatorV2. getElementOrder() -
Uses of ElementOrder in org.apache.flink.streaming.runtime.operators.asyncprocessing
Methods in org.apache.flink.streaming.runtime.operators.asyncprocessing that return ElementOrder Modifier and Type Method Description ElementOrderAsyncStateProcessingOperator. getElementOrder()Get theElementOrderof this operator.static ElementOrderElementOrder. valueOf(String name)Returns the enum constant of this type with the specified name.static ElementOrder[]ElementOrder. values()Returns an array containing the constants of this enum type, in the order they are declared.
-