Uses of Class
org.apache.iotdb.mpp.rpc.thrift.TPushSingleTopicMetaReq
-
Packages that use TPushSingleTopicMetaReq Package Description org.apache.iotdb.mpp.rpc.thrift -
-
Uses of TPushSingleTopicMetaReq in org.apache.iotdb.mpp.rpc.thrift
Fields in org.apache.iotdb.mpp.rpc.thrift declared as TPushSingleTopicMetaReq Modifier and Type Field Description TPushSingleTopicMetaReqIDataNodeRPCService.pushSingleTopicMeta_args. reqMethods in org.apache.iotdb.mpp.rpc.thrift that return TPushSingleTopicMetaReq Modifier and Type Method Description TPushSingleTopicMetaReqTPushSingleTopicMetaReq. deepCopy()TPushSingleTopicMetaReqIDataNodeRPCService.pushSingleTopicMeta_args. getReq()TPushSingleTopicMetaReqTPushSingleTopicMetaReq. setTopicMeta(byte[] topicMeta)TPushSingleTopicMetaReqTPushSingleTopicMetaReq. setTopicMeta(ByteBuffer topicMeta)TPushSingleTopicMetaReqTPushSingleTopicMetaReq. setTopicNameToDrop(String topicNameToDrop)Methods in org.apache.iotdb.mpp.rpc.thrift with parameters of type TPushSingleTopicMetaReq Modifier and Type Method Description intTPushSingleTopicMetaReq. compareTo(TPushSingleTopicMetaReq other)booleanTPushSingleTopicMetaReq. equals(TPushSingleTopicMetaReq that)voidIDataNodeRPCService.AsyncClient. pushSingleTopicMeta(TPushSingleTopicMetaReq req, org.apache.thrift.async.AsyncMethodCallback<TPushTopicMetaResp> resultHandler)voidIDataNodeRPCService.AsyncIface. pushSingleTopicMeta(TPushSingleTopicMetaReq req, org.apache.thrift.async.AsyncMethodCallback<TPushTopicMetaResp> resultHandler)TPushTopicMetaRespIDataNodeRPCService.Client. pushSingleTopicMeta(TPushSingleTopicMetaReq req)TPushTopicMetaRespIDataNodeRPCService.Iface. pushSingleTopicMeta(TPushSingleTopicMetaReq req)Send one topic meta to DataNodes.voidIDataNodeRPCService.Client. send_pushSingleTopicMeta(TPushSingleTopicMetaReq req)IDataNodeRPCService.pushSingleTopicMeta_argsIDataNodeRPCService.pushSingleTopicMeta_args. setReq(TPushSingleTopicMetaReq req)Constructors in org.apache.iotdb.mpp.rpc.thrift with parameters of type TPushSingleTopicMetaReq Constructor Description pushSingleTopicMeta_args(TPushSingleTopicMetaReq req)pushSingleTopicMeta_call(TPushSingleTopicMetaReq req, org.apache.thrift.async.AsyncMethodCallback<TPushTopicMetaResp> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)TPushSingleTopicMetaReq(TPushSingleTopicMetaReq other)Performs a deep copy on other.
-