Uses of Class
org.apache.iotdb.mpp.rpc.thrift.TDataNodeHeartbeatResp
-
Packages that use TDataNodeHeartbeatResp Package Description org.apache.iotdb.mpp.rpc.thrift -
-
Uses of TDataNodeHeartbeatResp in org.apache.iotdb.mpp.rpc.thrift
Fields in org.apache.iotdb.mpp.rpc.thrift declared as TDataNodeHeartbeatResp Modifier and Type Field Description TDataNodeHeartbeatRespIDataNodeRPCService.getDataNodeHeartBeat_result. successMethods in org.apache.iotdb.mpp.rpc.thrift that return types with arguments of type TDataNodeHeartbeatResp Modifier and Type Method Description org.apache.thrift.async.AsyncMethodCallback<TDataNodeHeartbeatResp>IDataNodeRPCService.AsyncProcessor.getDataNodeHeartBeat. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)Methods in org.apache.iotdb.mpp.rpc.thrift with parameters of type TDataNodeHeartbeatResp Modifier and Type Method Description intTDataNodeHeartbeatResp. compareTo(TDataNodeHeartbeatResp other)booleanTDataNodeHeartbeatResp. equals(TDataNodeHeartbeatResp that)IDataNodeRPCService.getDataNodeHeartBeat_resultIDataNodeRPCService.getDataNodeHeartBeat_result. setSuccess(TDataNodeHeartbeatResp success)Method parameters in org.apache.iotdb.mpp.rpc.thrift with type arguments of type TDataNodeHeartbeatResp Modifier and Type Method Description voidIDataNodeRPCService.AsyncClient. getDataNodeHeartBeat(TDataNodeHeartbeatReq req, org.apache.thrift.async.AsyncMethodCallback<TDataNodeHeartbeatResp> resultHandler)voidIDataNodeRPCService.AsyncIface. getDataNodeHeartBeat(TDataNodeHeartbeatReq req, org.apache.thrift.async.AsyncMethodCallback<TDataNodeHeartbeatResp> resultHandler)voidIDataNodeRPCService.AsyncProcessor.getDataNodeHeartBeat. start(I iface, IDataNodeRPCService.getDataNodeHeartBeat_args args, org.apache.thrift.async.AsyncMethodCallback<TDataNodeHeartbeatResp> resultHandler)Constructors in org.apache.iotdb.mpp.rpc.thrift with parameters of type TDataNodeHeartbeatResp Constructor Description getDataNodeHeartBeat_result(TDataNodeHeartbeatResp success)TDataNodeHeartbeatResp(TDataNodeHeartbeatResp other)Performs a deep copy on other.Constructor parameters in org.apache.iotdb.mpp.rpc.thrift with type arguments of type TDataNodeHeartbeatResp Constructor Description getDataNodeHeartBeat_call(TDataNodeHeartbeatReq req, org.apache.thrift.async.AsyncMethodCallback<TDataNodeHeartbeatResp> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
-