| Package | Description |
|---|---|
| org.apache.flink.table.gateway.api.operation | |
| org.apache.flink.table.gateway.api.results |
| Modifier and Type | Method and Description |
|---|---|
static OperationStatus |
OperationStatus.valueOf(String name)
Returns 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.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
OperationStatus.isValidStatusTransition(OperationStatus fromStatus,
OperationStatus toStatus) |
| Modifier and Type | Method and Description |
|---|---|
OperationStatus |
OperationInfo.getStatus() |
| Constructor and Description |
|---|
OperationInfo(OperationStatus status) |
OperationInfo(OperationStatus status,
Exception exception) |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.