Uses of Class
org.apache.iotdb.mpp.rpc.thrift.TPushTopicMetaReq
-
Packages that use TPushTopicMetaReq Package Description org.apache.iotdb.mpp.rpc.thrift -
-
Uses of TPushTopicMetaReq in org.apache.iotdb.mpp.rpc.thrift
Fields in org.apache.iotdb.mpp.rpc.thrift declared as TPushTopicMetaReq Modifier and Type Field Description TPushTopicMetaReqIDataNodeRPCService.pushTopicMeta_args. reqMethods in org.apache.iotdb.mpp.rpc.thrift that return TPushTopicMetaReq Modifier and Type Method Description TPushTopicMetaReqTPushTopicMetaReq. deepCopy()TPushTopicMetaReqIDataNodeRPCService.pushTopicMeta_args. getReq()TPushTopicMetaReqTPushTopicMetaReq. setTopicMetas(List<ByteBuffer> topicMetas)Methods in org.apache.iotdb.mpp.rpc.thrift with parameters of type TPushTopicMetaReq Modifier and Type Method Description intTPushTopicMetaReq. compareTo(TPushTopicMetaReq other)booleanTPushTopicMetaReq. equals(TPushTopicMetaReq that)voidIDataNodeRPCService.AsyncClient. pushTopicMeta(TPushTopicMetaReq req, org.apache.thrift.async.AsyncMethodCallback<TPushTopicMetaResp> resultHandler)voidIDataNodeRPCService.AsyncIface. pushTopicMeta(TPushTopicMetaReq req, org.apache.thrift.async.AsyncMethodCallback<TPushTopicMetaResp> resultHandler)TPushTopicMetaRespIDataNodeRPCService.Client. pushTopicMeta(TPushTopicMetaReq req)TPushTopicMetaRespIDataNodeRPCService.Iface. pushTopicMeta(TPushTopicMetaReq req)Send topicMetas to DataNodes, for synchronizationvoidIDataNodeRPCService.Client. send_pushTopicMeta(TPushTopicMetaReq req)IDataNodeRPCService.pushTopicMeta_argsIDataNodeRPCService.pushTopicMeta_args. setReq(TPushTopicMetaReq req)Constructors in org.apache.iotdb.mpp.rpc.thrift with parameters of type TPushTopicMetaReq Constructor Description pushTopicMeta_args(TPushTopicMetaReq req)pushTopicMeta_call(TPushTopicMetaReq 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)TPushTopicMetaReq(TPushTopicMetaReq other)Performs a deep copy on other.
-