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