org.apache.hive.service.cli
Class SessionHandle

java.lang.Object
  extended by org.apache.hive.service.cli.Handle
      extended by org.apache.hive.service.cli.SessionHandle

public class SessionHandle
extends Handle

SessionHandle.


Constructor Summary
SessionHandle()
           
SessionHandle(HandleIdentifier handleId)
           
SessionHandle(TSessionHandle tSessionHandle)
           
 
Method Summary
 UUID getSessionId()
           
 String toString()
           
 TSessionHandle toTSessionHandle()
           
 
Methods inherited from class org.apache.hive.service.cli.Handle
equals, getHandleIdentifier, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SessionHandle

public SessionHandle()

SessionHandle

public SessionHandle(HandleIdentifier handleId)

SessionHandle

public SessionHandle(TSessionHandle tSessionHandle)
Method Detail

getSessionId

public UUID getSessionId()

toTSessionHandle

public TSessionHandle toTSessionHandle()

toString

public String toString()
Specified by:
toString in class Handle


Copyright © 2013 The Apache Software Foundation