Uses of Class
org.apache.iotdb.confignode.rpc.thrift.TCountDatabaseResp
-
-
Uses of TCountDatabaseResp in org.apache.iotdb.confignode.rpc.thrift
Fields in org.apache.iotdb.confignode.rpc.thrift declared as TCountDatabaseResp Modifier and Type Field Description TCountDatabaseRespIConfigNodeRPCService.countMatchedDatabases_result. successMethods in org.apache.iotdb.confignode.rpc.thrift that return TCountDatabaseResp Modifier and Type Method Description TCountDatabaseRespIConfigNodeRPCService.Client. countMatchedDatabases(TGetDatabaseReq req)TCountDatabaseRespIConfigNodeRPCService.Iface. countMatchedDatabases(TGetDatabaseReq req)Count the matched DatabasesTCountDatabaseRespTCountDatabaseResp. deepCopy()TCountDatabaseRespIConfigNodeRPCService.AsyncClient.countMatchedDatabases_call. getResult()TCountDatabaseRespIConfigNodeRPCService.countMatchedDatabases_result. getSuccess()TCountDatabaseRespIConfigNodeRPCService.Client. recv_countMatchedDatabases()TCountDatabaseRespTCountDatabaseResp. setCount(int count)TCountDatabaseRespTCountDatabaseResp. setStatus(TSStatus status)Methods in org.apache.iotdb.confignode.rpc.thrift that return types with arguments of type TCountDatabaseResp Modifier and Type Method Description org.apache.thrift.async.AsyncMethodCallback<TCountDatabaseResp>IConfigNodeRPCService.AsyncProcessor.countMatchedDatabases. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)Methods in org.apache.iotdb.confignode.rpc.thrift with parameters of type TCountDatabaseResp Modifier and Type Method Description intTCountDatabaseResp. compareTo(TCountDatabaseResp other)booleanTCountDatabaseResp. equals(TCountDatabaseResp that)IConfigNodeRPCService.countMatchedDatabases_resultIConfigNodeRPCService.countMatchedDatabases_result. setSuccess(TCountDatabaseResp success)Method parameters in org.apache.iotdb.confignode.rpc.thrift with type arguments of type TCountDatabaseResp Modifier and Type Method Description voidIConfigNodeRPCService.AsyncClient. countMatchedDatabases(TGetDatabaseReq req, org.apache.thrift.async.AsyncMethodCallback<TCountDatabaseResp> resultHandler)voidIConfigNodeRPCService.AsyncIface. countMatchedDatabases(TGetDatabaseReq req, org.apache.thrift.async.AsyncMethodCallback<TCountDatabaseResp> resultHandler)voidIConfigNodeRPCService.AsyncProcessor.countMatchedDatabases. start(I iface, IConfigNodeRPCService.countMatchedDatabases_args args, org.apache.thrift.async.AsyncMethodCallback<TCountDatabaseResp> resultHandler)Constructors in org.apache.iotdb.confignode.rpc.thrift with parameters of type TCountDatabaseResp Constructor Description countMatchedDatabases_result(TCountDatabaseResp success)TCountDatabaseResp(TCountDatabaseResp other)Performs a deep copy on other.Constructor parameters in org.apache.iotdb.confignode.rpc.thrift with type arguments of type TCountDatabaseResp Constructor Description countMatchedDatabases_call(TGetDatabaseReq req, org.apache.thrift.async.AsyncMethodCallback<TCountDatabaseResp> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
-