public class OperationHandle extends Handle
| Constructor and Description |
|---|
OperationHandle(OperationType opType,
TProtocolVersion protocol) |
OperationHandle(TOperationHandle tOperationHandle) |
OperationHandle(TOperationHandle tOperationHandle,
TProtocolVersion protocol) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
OperationType |
getOperationType() |
TProtocolVersion |
getProtocolVersion() |
int |
hashCode() |
boolean |
hasResultSet() |
void |
setHasResultSet(boolean hasResultSet) |
String |
toString() |
TOperationHandle |
toTOperationHandle() |
getHandleIdentifierpublic OperationHandle(OperationType opType, TProtocolVersion protocol)
public OperationHandle(TOperationHandle tOperationHandle)
public OperationHandle(TOperationHandle tOperationHandle, TProtocolVersion protocol)
public OperationType getOperationType()
public void setHasResultSet(boolean hasResultSet)
public boolean hasResultSet()
public TOperationHandle toTOperationHandle()
public TProtocolVersion getProtocolVersion()
Copyright © 2017 The Apache Software Foundation. All rights reserved.