Uses of Class
org.apache.iotdb.confignode.rpc.thrift.TConfigNodeHeartbeatResp
-
-
Uses of TConfigNodeHeartbeatResp in org.apache.iotdb.confignode.rpc.thrift
Fields in org.apache.iotdb.confignode.rpc.thrift declared as TConfigNodeHeartbeatResp Modifier and Type Field Description TConfigNodeHeartbeatRespIConfigNodeRPCService.getConfigNodeHeartBeat_result. successMethods in org.apache.iotdb.confignode.rpc.thrift that return TConfigNodeHeartbeatResp Modifier and Type Method Description TConfigNodeHeartbeatRespTConfigNodeHeartbeatResp. deepCopy()TConfigNodeHeartbeatRespIConfigNodeRPCService.Client. getConfigNodeHeartBeat(TConfigNodeHeartbeatReq req)TConfigNodeHeartbeatRespIConfigNodeRPCService.Iface. getConfigNodeHeartBeat(TConfigNodeHeartbeatReq req)The ConfigNode-leader will ping other ConfigNodes periodicallyTConfigNodeHeartbeatRespIConfigNodeRPCService.AsyncClient.getConfigNodeHeartBeat_call. getResult()TConfigNodeHeartbeatRespIConfigNodeRPCService.getConfigNodeHeartBeat_result. getSuccess()TConfigNodeHeartbeatRespIConfigNodeRPCService.Client. recv_getConfigNodeHeartBeat()TConfigNodeHeartbeatRespTConfigNodeHeartbeatResp. setActivateStatus(String activateStatus)TConfigNodeHeartbeatRespTConfigNodeHeartbeatResp. setLicense(TLicense license)TConfigNodeHeartbeatRespTConfigNodeHeartbeatResp. setTimestamp(long timestamp)Methods in org.apache.iotdb.confignode.rpc.thrift that return types with arguments of type TConfigNodeHeartbeatResp Modifier and Type Method Description org.apache.thrift.async.AsyncMethodCallback<TConfigNodeHeartbeatResp>IConfigNodeRPCService.AsyncProcessor.getConfigNodeHeartBeat. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)Methods in org.apache.iotdb.confignode.rpc.thrift with parameters of type TConfigNodeHeartbeatResp Modifier and Type Method Description intTConfigNodeHeartbeatResp. compareTo(TConfigNodeHeartbeatResp other)booleanTConfigNodeHeartbeatResp. equals(TConfigNodeHeartbeatResp that)IConfigNodeRPCService.getConfigNodeHeartBeat_resultIConfigNodeRPCService.getConfigNodeHeartBeat_result. setSuccess(TConfigNodeHeartbeatResp success)Method parameters in org.apache.iotdb.confignode.rpc.thrift with type arguments of type TConfigNodeHeartbeatResp Modifier and Type Method Description voidIConfigNodeRPCService.AsyncClient. getConfigNodeHeartBeat(TConfigNodeHeartbeatReq req, org.apache.thrift.async.AsyncMethodCallback<TConfigNodeHeartbeatResp> resultHandler)voidIConfigNodeRPCService.AsyncIface. getConfigNodeHeartBeat(TConfigNodeHeartbeatReq req, org.apache.thrift.async.AsyncMethodCallback<TConfigNodeHeartbeatResp> resultHandler)voidIConfigNodeRPCService.AsyncProcessor.getConfigNodeHeartBeat. start(I iface, IConfigNodeRPCService.getConfigNodeHeartBeat_args args, org.apache.thrift.async.AsyncMethodCallback<TConfigNodeHeartbeatResp> resultHandler)Constructors in org.apache.iotdb.confignode.rpc.thrift with parameters of type TConfigNodeHeartbeatResp Constructor Description getConfigNodeHeartBeat_result(TConfigNodeHeartbeatResp success)TConfigNodeHeartbeatResp(TConfigNodeHeartbeatResp other)Performs a deep copy on other.Constructor parameters in org.apache.iotdb.confignode.rpc.thrift with type arguments of type TConfigNodeHeartbeatResp Constructor Description getConfigNodeHeartBeat_call(TConfigNodeHeartbeatReq req, org.apache.thrift.async.AsyncMethodCallback<TConfigNodeHeartbeatResp> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
-