Uses of Enum
org.apache.flink.table.gateway.api.operation.OperationStatus
Packages that use OperationStatus
Package
Description
-
Uses of OperationStatus in org.apache.flink.table.gateway.api.operation
Methods in org.apache.flink.table.gateway.api.operation that return OperationStatusModifier and TypeMethodDescriptionstatic OperationStatusReturns the enum constant of this type with the specified name.static OperationStatus[]OperationStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.flink.table.gateway.api.operation with parameters of type OperationStatusModifier and TypeMethodDescriptionstatic booleanOperationStatus.isValidStatusTransition(OperationStatus fromStatus, OperationStatus toStatus) -
Uses of OperationStatus in org.apache.flink.table.gateway.api.results
Methods in org.apache.flink.table.gateway.api.results that return OperationStatusConstructors in org.apache.flink.table.gateway.api.results with parameters of type OperationStatusModifierConstructorDescriptionOperationInfo(OperationStatus status) OperationInfo(OperationStatus status, Exception exception)