Uses of Class
org.apache.flink.runtime.concurrent.UnsupportedOperationExecutor
-
Packages that use UnsupportedOperationExecutor Package Description org.apache.flink.runtime.concurrent -
-
Uses of UnsupportedOperationExecutor in org.apache.flink.runtime.concurrent
Methods in org.apache.flink.runtime.concurrent that return UnsupportedOperationExecutor Modifier and Type Method Description static UnsupportedOperationExecutorUnsupportedOperationExecutor. valueOf(String name)Returns the enum constant of this type with the specified name.static UnsupportedOperationExecutor[]UnsupportedOperationExecutor. values()Returns an array containing the constants of this enum type, in the order they are declared.
-