Uses of Class
com.omnisci.thrift.server.TDBInfo
-
Packages that use TDBInfo Package Description com.omnisci.thrift.server -
-
Uses of TDBInfo in com.omnisci.thrift.server
Fields in com.omnisci.thrift.server with type parameters of type TDBInfo Modifier and Type Field Description List<TDBInfo>OmniSci.get_databases_result. successMethods in com.omnisci.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 com.omnisci.thrift.server that return types with arguments of type TDBInfo Modifier and Type Method Description List<TDBInfo>OmniSci.Client. get_databases(String session)List<TDBInfo>OmniSci.Iface. get_databases(String session)List<TDBInfo>OmniSci.AsyncClient.get_databases_call. getResult()org.apache.thrift.async.AsyncMethodCallback<List<TDBInfo>>OmniSci.AsyncProcessor.get_databases. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)List<TDBInfo>OmniSci.get_databases_result. getSuccess()Iterator<TDBInfo>OmniSci.get_databases_result. getSuccessIterator()List<TDBInfo>OmniSci.Client. recv_get_databases()Methods in com.omnisci.thrift.server with parameters of type TDBInfo Modifier and Type Method Description voidOmniSci.get_databases_result. addToSuccess(TDBInfo elem)intTDBInfo. compareTo(TDBInfo other)booleanTDBInfo. equals(TDBInfo that)Method parameters in com.omnisci.thrift.server with type arguments of type TDBInfo Modifier and Type Method Description voidOmniSci.AsyncClient. get_databases(String session, org.apache.thrift.async.AsyncMethodCallback<List<TDBInfo>> resultHandler)voidOmniSci.AsyncIface. get_databases(String session, org.apache.thrift.async.AsyncMethodCallback<List<TDBInfo>> resultHandler)OmniSci.get_databases_resultOmniSci.get_databases_result. setSuccess(List<TDBInfo> success)voidOmniSci.AsyncProcessor.get_databases. start(I iface, OmniSci.get_databases_args args, org.apache.thrift.async.AsyncMethodCallback<List<TDBInfo>> resultHandler)Constructors in com.omnisci.thrift.server with parameters of type TDBInfo Constructor Description TDBInfo(TDBInfo other)Performs a deep copy on other.Constructor parameters in com.omnisci.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, TOmniSciException e)
-