| Package | Description |
|---|---|
| org.apache.hive.service.cli | |
| org.apache.hive.service.cli.thrift |
| Modifier and Type | Method and Description |
|---|---|
TOperationState |
OperationState.toTOperationState() |
| Modifier and Type | Method and Description |
|---|---|
static OperationState |
OperationState.getOperationState(TOperationState tOperationState) |
| Modifier and Type | Method and Description |
|---|---|
static TOperationState |
TOperationState.findByValue(int value)
Find a the enum type by its integer value, as defined in the Thrift IDL.
|
TOperationState |
TGetOperationStatusResp.getOperationState() |
static TOperationState |
TOperationState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TOperationState[] |
TOperationState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TGetOperationStatusResp.setOperationState(TOperationState operationState) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.