Uses of Class
org.apache.iotdb.mpp.rpc.thrift.TPushSingleConsumerGroupMetaReq
-
Packages that use TPushSingleConsumerGroupMetaReq Package Description org.apache.iotdb.mpp.rpc.thrift -
-
Uses of TPushSingleConsumerGroupMetaReq in org.apache.iotdb.mpp.rpc.thrift
Fields in org.apache.iotdb.mpp.rpc.thrift declared as TPushSingleConsumerGroupMetaReq Modifier and Type Field Description TPushSingleConsumerGroupMetaReqIDataNodeRPCService.pushSingleConsumerGroupMeta_args. reqMethods in org.apache.iotdb.mpp.rpc.thrift that return TPushSingleConsumerGroupMetaReq Modifier and Type Method Description TPushSingleConsumerGroupMetaReqTPushSingleConsumerGroupMetaReq. deepCopy()TPushSingleConsumerGroupMetaReqIDataNodeRPCService.pushSingleConsumerGroupMeta_args. getReq()TPushSingleConsumerGroupMetaReqTPushSingleConsumerGroupMetaReq. setConsumerGroupMeta(byte[] consumerGroupMeta)TPushSingleConsumerGroupMetaReqTPushSingleConsumerGroupMetaReq. setConsumerGroupMeta(ByteBuffer consumerGroupMeta)TPushSingleConsumerGroupMetaReqTPushSingleConsumerGroupMetaReq. setConsumerGroupNameToDrop(String consumerGroupNameToDrop)Constructors in org.apache.iotdb.mpp.rpc.thrift with parameters of type TPushSingleConsumerGroupMetaReq Constructor Description pushSingleConsumerGroupMeta_args(TPushSingleConsumerGroupMetaReq req)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)TPushSingleConsumerGroupMetaReq(TPushSingleConsumerGroupMetaReq other)Performs a deep copy on other.
-