Uses of Class
ai.heavy.thrift.server.TKrb5Session
-
Packages that use TKrb5Session Package Description ai.heavy.thrift.server -
-
Uses of TKrb5Session in ai.heavy.thrift.server
Fields in ai.heavy.thrift.server declared as TKrb5Session Modifier and Type Field Description TKrb5SessionHeavy.krb5_connect_result. successMethods in ai.heavy.thrift.server that return TKrb5Session Modifier and Type Method Description TKrb5SessionTKrb5Session. deepCopy()TKrb5SessionHeavy.AsyncClient.krb5_connect_call. getResult()TKrb5SessionHeavy.krb5_connect_result. getSuccess()TKrb5SessionHeavy.Client. krb5_connect(String inputToken, String dbname)TKrb5SessionHeavy.Iface. krb5_connect(String inputToken, String dbname)TKrb5SessionHeavy.Client. recv_krb5_connect()TKrb5SessionTKrb5Session. setKrbToken(String krbToken)TKrb5SessionTKrb5Session. setSessionId(String sessionId)Methods in ai.heavy.thrift.server that return types with arguments of type TKrb5Session Modifier and Type Method Description org.apache.thrift.async.AsyncMethodCallback<TKrb5Session>Heavy.AsyncProcessor.krb5_connect. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)Methods in ai.heavy.thrift.server with parameters of type TKrb5Session Modifier and Type Method Description intTKrb5Session. compareTo(TKrb5Session other)booleanTKrb5Session. equals(TKrb5Session that)Heavy.krb5_connect_resultHeavy.krb5_connect_result. setSuccess(TKrb5Session success)Method parameters in ai.heavy.thrift.server with type arguments of type TKrb5Session Modifier and Type Method Description voidHeavy.AsyncClient. krb5_connect(String inputToken, String dbname, org.apache.thrift.async.AsyncMethodCallback<TKrb5Session> resultHandler)voidHeavy.AsyncIface. krb5_connect(String inputToken, String dbname, org.apache.thrift.async.AsyncMethodCallback<TKrb5Session> resultHandler)voidHeavy.AsyncProcessor.krb5_connect. start(I iface, Heavy.krb5_connect_args args, org.apache.thrift.async.AsyncMethodCallback<TKrb5Session> resultHandler)Constructors in ai.heavy.thrift.server with parameters of type TKrb5Session Constructor Description krb5_connect_result(TKrb5Session success, TDBException e)TKrb5Session(TKrb5Session other)Performs a deep copy on other.Constructor parameters in ai.heavy.thrift.server with type arguments of type TKrb5Session Constructor Description krb5_connect_call(String inputToken, String dbname, org.apache.thrift.async.AsyncMethodCallback<TKrb5Session> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
-