org.apache.hive.service.cli
Class OperationHandle
java.lang.Object
org.apache.hive.service.cli.Handle
org.apache.hive.service.cli.OperationHandle
public class OperationHandle
- extends Handle
OperationHandle
public OperationHandle()
OperationHandle
public OperationHandle(OperationType opType)
OperationHandle
public OperationHandle(TOperationHandle tOperationHandle)
getOperationType
public OperationType getOperationType()
setHasResultSet
public void setHasResultSet(boolean hasResultSet)
hasResultSet
public boolean hasResultSet()
toTOperationHandle
public TOperationHandle toTOperationHandle()
hashCode
public int hashCode()
- Overrides:
hashCode
in class Handle
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Handle
toString
public String toString()
- Specified by:
toString
in class Handle
Copyright © 2013 The Apache Software Foundation