Uses of Class
org.apache.iotdb.confignode.rpc.thrift.TSpaceQuotaResp
-
-
Uses of TSpaceQuotaResp in org.apache.iotdb.confignode.rpc.thrift
Fields in org.apache.iotdb.confignode.rpc.thrift declared as TSpaceQuotaResp Modifier and Type Field Description TSpaceQuotaRespIConfigNodeRPCService.getSpaceQuota_result. successTSpaceQuotaRespIConfigNodeRPCService.showSpaceQuota_result. successMethods in org.apache.iotdb.confignode.rpc.thrift that return TSpaceQuotaResp Modifier and Type Method Description TSpaceQuotaRespTSpaceQuotaResp. deepCopy()TSpaceQuotaRespIConfigNodeRPCService.AsyncClient.getSpaceQuota_call. getResult()TSpaceQuotaRespIConfigNodeRPCService.AsyncClient.showSpaceQuota_call. getResult()TSpaceQuotaRespIConfigNodeRPCService.Client. getSpaceQuota()TSpaceQuotaRespIConfigNodeRPCService.Iface. getSpaceQuota()Get space quota informationTSpaceQuotaRespIConfigNodeRPCService.getSpaceQuota_result. getSuccess()TSpaceQuotaRespIConfigNodeRPCService.showSpaceQuota_result. getSuccess()TSpaceQuotaRespIConfigNodeRPCService.Client. recv_getSpaceQuota()TSpaceQuotaRespIConfigNodeRPCService.Client. recv_showSpaceQuota()TSpaceQuotaRespTSpaceQuotaResp. setSpaceQuota(Map<String,TSpaceQuota> spaceQuota)TSpaceQuotaRespTSpaceQuotaResp. setSpaceQuotaUsage(Map<String,TSpaceQuota> spaceQuotaUsage)TSpaceQuotaRespTSpaceQuotaResp. setStatus(TSStatus status)TSpaceQuotaRespIConfigNodeRPCService.Client. showSpaceQuota(List<String> databases)TSpaceQuotaRespIConfigNodeRPCService.Iface. showSpaceQuota(List<String> databases)Show space quotaMethods in org.apache.iotdb.confignode.rpc.thrift that return types with arguments of type TSpaceQuotaResp Modifier and Type Method Description org.apache.thrift.async.AsyncMethodCallback<TSpaceQuotaResp>IConfigNodeRPCService.AsyncProcessor.getSpaceQuota. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)org.apache.thrift.async.AsyncMethodCallback<TSpaceQuotaResp>IConfigNodeRPCService.AsyncProcessor.showSpaceQuota. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)Methods in org.apache.iotdb.confignode.rpc.thrift with parameters of type TSpaceQuotaResp Modifier and Type Method Description intTSpaceQuotaResp. compareTo(TSpaceQuotaResp other)booleanTSpaceQuotaResp. equals(TSpaceQuotaResp that)IConfigNodeRPCService.getSpaceQuota_resultIConfigNodeRPCService.getSpaceQuota_result. setSuccess(TSpaceQuotaResp success)IConfigNodeRPCService.showSpaceQuota_resultIConfigNodeRPCService.showSpaceQuota_result. setSuccess(TSpaceQuotaResp success)Method parameters in org.apache.iotdb.confignode.rpc.thrift with type arguments of type TSpaceQuotaResp Modifier and Type Method Description voidIConfigNodeRPCService.AsyncClient. getSpaceQuota(org.apache.thrift.async.AsyncMethodCallback<TSpaceQuotaResp> resultHandler)voidIConfigNodeRPCService.AsyncIface. getSpaceQuota(org.apache.thrift.async.AsyncMethodCallback<TSpaceQuotaResp> resultHandler)voidIConfigNodeRPCService.AsyncClient. showSpaceQuota(List<String> databases, org.apache.thrift.async.AsyncMethodCallback<TSpaceQuotaResp> resultHandler)voidIConfigNodeRPCService.AsyncIface. showSpaceQuota(List<String> databases, org.apache.thrift.async.AsyncMethodCallback<TSpaceQuotaResp> resultHandler)voidIConfigNodeRPCService.AsyncProcessor.getSpaceQuota. start(I iface, IConfigNodeRPCService.getSpaceQuota_args args, org.apache.thrift.async.AsyncMethodCallback<TSpaceQuotaResp> resultHandler)voidIConfigNodeRPCService.AsyncProcessor.showSpaceQuota. start(I iface, IConfigNodeRPCService.showSpaceQuota_args args, org.apache.thrift.async.AsyncMethodCallback<TSpaceQuotaResp> resultHandler)Constructors in org.apache.iotdb.confignode.rpc.thrift with parameters of type TSpaceQuotaResp Constructor Description getSpaceQuota_result(TSpaceQuotaResp success)showSpaceQuota_result(TSpaceQuotaResp success)TSpaceQuotaResp(TSpaceQuotaResp other)Performs a deep copy on other.Constructor parameters in org.apache.iotdb.confignode.rpc.thrift with type arguments of type TSpaceQuotaResp Constructor Description getSpaceQuota_call(org.apache.thrift.async.AsyncMethodCallback<TSpaceQuotaResp> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)showSpaceQuota_call(List<String> databases, org.apache.thrift.async.AsyncMethodCallback<TSpaceQuotaResp> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
-