Uses of Class
org.apache.iotdb.mpp.rpc.thrift.TPipeHeartbeatResp
-
Packages that use TPipeHeartbeatResp Package Description org.apache.iotdb.mpp.rpc.thrift -
-
Uses of TPipeHeartbeatResp in org.apache.iotdb.mpp.rpc.thrift
Fields in org.apache.iotdb.mpp.rpc.thrift declared as TPipeHeartbeatResp Modifier and Type Field Description TPipeHeartbeatRespIDataNodeRPCService.pipeHeartbeat_result. successMethods in org.apache.iotdb.mpp.rpc.thrift that return TPipeHeartbeatResp Modifier and Type Method Description TPipeHeartbeatRespTPipeHeartbeatResp. deepCopy()TPipeHeartbeatRespIDataNodeRPCService.AsyncClient.pipeHeartbeat_call. getResult()TPipeHeartbeatRespIDataNodeRPCService.pipeHeartbeat_result. getSuccess()TPipeHeartbeatRespIDataNodeRPCService.Client. pipeHeartbeat(TPipeHeartbeatReq req)TPipeHeartbeatRespIDataNodeRPCService.Iface. pipeHeartbeat(TPipeHeartbeatReq req)ConfigNode will ask DataNode for pipe meta in every few secondsTPipeHeartbeatRespIDataNodeRPCService.Client. recv_pipeHeartbeat()TPipeHeartbeatRespTPipeHeartbeatResp. setPipeMetaList(List<ByteBuffer> pipeMetaList)Methods in org.apache.iotdb.mpp.rpc.thrift that return types with arguments of type TPipeHeartbeatResp Modifier and Type Method Description org.apache.thrift.async.AsyncMethodCallback<TPipeHeartbeatResp>IDataNodeRPCService.AsyncProcessor.pipeHeartbeat. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)Methods in org.apache.iotdb.mpp.rpc.thrift with parameters of type TPipeHeartbeatResp Modifier and Type Method Description intTPipeHeartbeatResp. compareTo(TPipeHeartbeatResp other)booleanTPipeHeartbeatResp. equals(TPipeHeartbeatResp that)IDataNodeRPCService.pipeHeartbeat_resultIDataNodeRPCService.pipeHeartbeat_result. setSuccess(TPipeHeartbeatResp success)Method parameters in org.apache.iotdb.mpp.rpc.thrift with type arguments of type TPipeHeartbeatResp Modifier and Type Method Description voidIDataNodeRPCService.AsyncClient. pipeHeartbeat(TPipeHeartbeatReq req, org.apache.thrift.async.AsyncMethodCallback<TPipeHeartbeatResp> resultHandler)voidIDataNodeRPCService.AsyncIface. pipeHeartbeat(TPipeHeartbeatReq req, org.apache.thrift.async.AsyncMethodCallback<TPipeHeartbeatResp> resultHandler)voidIDataNodeRPCService.AsyncProcessor.pipeHeartbeat. start(I iface, IDataNodeRPCService.pipeHeartbeat_args args, org.apache.thrift.async.AsyncMethodCallback<TPipeHeartbeatResp> resultHandler)Constructors in org.apache.iotdb.mpp.rpc.thrift with parameters of type TPipeHeartbeatResp Constructor Description pipeHeartbeat_result(TPipeHeartbeatResp success)TPipeHeartbeatResp(TPipeHeartbeatResp other)Performs a deep copy on other.Constructor parameters in org.apache.iotdb.mpp.rpc.thrift with type arguments of type TPipeHeartbeatResp Constructor Description pipeHeartbeat_call(TPipeHeartbeatReq req, org.apache.thrift.async.AsyncMethodCallback<TPipeHeartbeatResp> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
-