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