Uses of Class
ai.heavy.thrift.server.TDBInfo
-
Packages that use TDBInfo Package Description ai.heavy.thrift.server -
-
Uses of TDBInfo in ai.heavy.thrift.server
Fields in ai.heavy.thrift.server with type parameters of type TDBInfo Modifier and Type Field Description List<TDBInfo>Heavy.get_databases_result. successMethods in ai.heavy.thrift.server that return TDBInfo Modifier and Type Method Description TDBInfoTDBInfo. deepCopy()TDBInfoTDBInfo. setDb_name(String db_name)TDBInfoTDBInfo. setDb_owner(String db_owner)Methods in ai.heavy.thrift.server that return types with arguments of type TDBInfo Modifier and Type Method Description List<TDBInfo>Heavy.Client. get_databases(String session)List<TDBInfo>Heavy.Iface. get_databases(String session)List<TDBInfo>Heavy.AsyncClient.get_databases_call. getResult()org.apache.thrift.async.AsyncMethodCallback<List<TDBInfo>>Heavy.AsyncProcessor.get_databases. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)List<TDBInfo>Heavy.get_databases_result. getSuccess()Iterator<TDBInfo>Heavy.get_databases_result. getSuccessIterator()List<TDBInfo>Heavy.Client. recv_get_databases()Methods in ai.heavy.thrift.server with parameters of type TDBInfo Modifier and Type Method Description voidHeavy.get_databases_result. addToSuccess(TDBInfo elem)intTDBInfo. compareTo(TDBInfo other)booleanTDBInfo. equals(TDBInfo that)Method parameters in ai.heavy.thrift.server with type arguments of type TDBInfo Modifier and Type Method Description voidHeavy.AsyncClient. get_databases(String session, org.apache.thrift.async.AsyncMethodCallback<List<TDBInfo>> resultHandler)voidHeavy.AsyncIface. get_databases(String session, org.apache.thrift.async.AsyncMethodCallback<List<TDBInfo>> resultHandler)Heavy.get_databases_resultHeavy.get_databases_result. setSuccess(List<TDBInfo> success)voidHeavy.AsyncProcessor.get_databases. start(I iface, Heavy.get_databases_args args, org.apache.thrift.async.AsyncMethodCallback<List<TDBInfo>> resultHandler)Constructors in ai.heavy.thrift.server with parameters of type TDBInfo Constructor Description TDBInfo(TDBInfo other)Performs a deep copy on other.Constructor parameters in ai.heavy.thrift.server with type arguments of type TDBInfo Constructor Description get_databases_call(String session, org.apache.thrift.async.AsyncMethodCallback<List<TDBInfo>> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)get_databases_result(List<TDBInfo> success, TDBException e)
-