Uses of Class
org.apache.iotdb.mpp.rpc.thrift.TPushConsumerGroupMetaResp
-
Packages that use TPushConsumerGroupMetaResp Package Description org.apache.iotdb.mpp.rpc.thrift -
-
Uses of TPushConsumerGroupMetaResp in org.apache.iotdb.mpp.rpc.thrift
Fields in org.apache.iotdb.mpp.rpc.thrift declared as TPushConsumerGroupMetaResp Modifier and Type Field Description TPushConsumerGroupMetaRespIDataNodeRPCService.pushConsumerGroupMeta_result. successTPushConsumerGroupMetaRespIDataNodeRPCService.pushSingleConsumerGroupMeta_result. successMethods in org.apache.iotdb.mpp.rpc.thrift that return types with arguments of type TPushConsumerGroupMetaResp Modifier and Type Method Description org.apache.thrift.async.AsyncMethodCallback<TPushConsumerGroupMetaResp>IDataNodeRPCService.AsyncProcessor.pushConsumerGroupMeta. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)org.apache.thrift.async.AsyncMethodCallback<TPushConsumerGroupMetaResp>IDataNodeRPCService.AsyncProcessor.pushSingleConsumerGroupMeta. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)Methods in org.apache.iotdb.mpp.rpc.thrift with parameters of type TPushConsumerGroupMetaResp Modifier and Type Method Description intTPushConsumerGroupMetaResp. compareTo(TPushConsumerGroupMetaResp other)booleanTPushConsumerGroupMetaResp. equals(TPushConsumerGroupMetaResp that)IDataNodeRPCService.pushConsumerGroupMeta_resultIDataNodeRPCService.pushConsumerGroupMeta_result. setSuccess(TPushConsumerGroupMetaResp success)IDataNodeRPCService.pushSingleConsumerGroupMeta_resultIDataNodeRPCService.pushSingleConsumerGroupMeta_result. setSuccess(TPushConsumerGroupMetaResp success)Method parameters in org.apache.iotdb.mpp.rpc.thrift with type arguments of type TPushConsumerGroupMetaResp Modifier and Type Method Description voidIDataNodeRPCService.AsyncClient. pushConsumerGroupMeta(TPushConsumerGroupMetaReq req, org.apache.thrift.async.AsyncMethodCallback<TPushConsumerGroupMetaResp> resultHandler)voidIDataNodeRPCService.AsyncIface. pushConsumerGroupMeta(TPushConsumerGroupMetaReq req, org.apache.thrift.async.AsyncMethodCallback<TPushConsumerGroupMetaResp> resultHandler)voidIDataNodeRPCService.AsyncClient. pushSingleConsumerGroupMeta(TPushSingleConsumerGroupMetaReq req, org.apache.thrift.async.AsyncMethodCallback<TPushConsumerGroupMetaResp> resultHandler)voidIDataNodeRPCService.AsyncIface. pushSingleConsumerGroupMeta(TPushSingleConsumerGroupMetaReq req, org.apache.thrift.async.AsyncMethodCallback<TPushConsumerGroupMetaResp> resultHandler)voidIDataNodeRPCService.AsyncProcessor.pushConsumerGroupMeta. start(I iface, IDataNodeRPCService.pushConsumerGroupMeta_args args, org.apache.thrift.async.AsyncMethodCallback<TPushConsumerGroupMetaResp> resultHandler)voidIDataNodeRPCService.AsyncProcessor.pushSingleConsumerGroupMeta. start(I iface, IDataNodeRPCService.pushSingleConsumerGroupMeta_args args, org.apache.thrift.async.AsyncMethodCallback<TPushConsumerGroupMetaResp> resultHandler)Constructors in org.apache.iotdb.mpp.rpc.thrift with parameters of type TPushConsumerGroupMetaResp Constructor Description pushConsumerGroupMeta_result(TPushConsumerGroupMetaResp success)pushSingleConsumerGroupMeta_result(TPushConsumerGroupMetaResp success)TPushConsumerGroupMetaResp(TPushConsumerGroupMetaResp other)Performs a deep copy on other.Constructor parameters in org.apache.iotdb.mpp.rpc.thrift with type arguments of type TPushConsumerGroupMetaResp Constructor Description pushConsumerGroupMeta_call(TPushConsumerGroupMetaReq req, org.apache.thrift.async.AsyncMethodCallback<TPushConsumerGroupMetaResp> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)pushSingleConsumerGroupMeta_call(TPushSingleConsumerGroupMetaReq req, org.apache.thrift.async.AsyncMethodCallback<TPushConsumerGroupMetaResp> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
-