public class OperationHandle extends Handle
| Constructor and Description |
|---|
OperationHandle(OperationType opType,
org.apache.hive.service.rpc.thrift.TProtocolVersion protocol) |
OperationHandle(org.apache.hive.service.rpc.thrift.TOperationHandle tOperationHandle) |
OperationHandle(org.apache.hive.service.rpc.thrift.TOperationHandle tOperationHandle,
org.apache.hive.service.rpc.thrift.TProtocolVersion protocol) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
OperationType |
getOperationType() |
org.apache.hive.service.rpc.thrift.TProtocolVersion |
getProtocolVersion() |
int |
hashCode() |
boolean |
hasResultSet() |
void |
setHasResultSet(boolean hasResultSet) |
String |
toString() |
org.apache.hive.service.rpc.thrift.TOperationHandle |
toTOperationHandle() |
getHandleIdentifierpublic OperationHandle(OperationType opType, org.apache.hive.service.rpc.thrift.TProtocolVersion protocol)
public OperationHandle(org.apache.hive.service.rpc.thrift.TOperationHandle tOperationHandle)
public OperationHandle(org.apache.hive.service.rpc.thrift.TOperationHandle tOperationHandle,
org.apache.hive.service.rpc.thrift.TProtocolVersion protocol)
public OperationType getOperationType()
public void setHasResultSet(boolean hasResultSet)
public boolean hasResultSet()
public org.apache.hive.service.rpc.thrift.TOperationHandle toTOperationHandle()
public org.apache.hive.service.rpc.thrift.TProtocolVersion getProtocolVersion()
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.