Uses of Class
org.apache.iotdb.confignode.rpc.thrift.TShowDatabaseResp
-
-
Uses of TShowDatabaseResp in org.apache.iotdb.confignode.rpc.thrift
Fields in org.apache.iotdb.confignode.rpc.thrift declared as TShowDatabaseResp Modifier and Type Field Description TShowDatabaseRespIConfigNodeRPCService.showDatabase_result. successMethods in org.apache.iotdb.confignode.rpc.thrift that return TShowDatabaseResp Modifier and Type Method Description TShowDatabaseRespTShowDatabaseResp. deepCopy()TShowDatabaseRespIConfigNodeRPCService.AsyncClient.showDatabase_call. getResult()TShowDatabaseRespIConfigNodeRPCService.showDatabase_result. getSuccess()TShowDatabaseRespIConfigNodeRPCService.Client. recv_showDatabase()TShowDatabaseRespTShowDatabaseResp. setDatabaseInfoMap(Map<String,TDatabaseInfo> databaseInfoMap)TShowDatabaseRespTShowDatabaseResp. setStatus(TSStatus status)TShowDatabaseRespIConfigNodeRPCService.Client. showDatabase(TGetDatabaseReq req)TShowDatabaseRespIConfigNodeRPCService.Iface. showDatabase(TGetDatabaseReq req)Show cluster Databases' informationMethods in org.apache.iotdb.confignode.rpc.thrift that return types with arguments of type TShowDatabaseResp Modifier and Type Method Description org.apache.thrift.async.AsyncMethodCallback<TShowDatabaseResp>IConfigNodeRPCService.AsyncProcessor.showDatabase. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)Methods in org.apache.iotdb.confignode.rpc.thrift with parameters of type TShowDatabaseResp Modifier and Type Method Description intTShowDatabaseResp. compareTo(TShowDatabaseResp other)booleanTShowDatabaseResp. equals(TShowDatabaseResp that)IConfigNodeRPCService.showDatabase_resultIConfigNodeRPCService.showDatabase_result. setSuccess(TShowDatabaseResp success)Method parameters in org.apache.iotdb.confignode.rpc.thrift with type arguments of type TShowDatabaseResp Modifier and Type Method Description voidIConfigNodeRPCService.AsyncClient. showDatabase(TGetDatabaseReq req, org.apache.thrift.async.AsyncMethodCallback<TShowDatabaseResp> resultHandler)voidIConfigNodeRPCService.AsyncIface. showDatabase(TGetDatabaseReq req, org.apache.thrift.async.AsyncMethodCallback<TShowDatabaseResp> resultHandler)voidIConfigNodeRPCService.AsyncProcessor.showDatabase. start(I iface, IConfigNodeRPCService.showDatabase_args args, org.apache.thrift.async.AsyncMethodCallback<TShowDatabaseResp> resultHandler)Constructors in org.apache.iotdb.confignode.rpc.thrift with parameters of type TShowDatabaseResp Constructor Description showDatabase_result(TShowDatabaseResp success)TShowDatabaseResp(TShowDatabaseResp other)Performs a deep copy on other.Constructor parameters in org.apache.iotdb.confignode.rpc.thrift with type arguments of type TShowDatabaseResp Constructor Description showDatabase_call(TGetDatabaseReq req, org.apache.thrift.async.AsyncMethodCallback<TShowDatabaseResp> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
-