Uses of Class
org.apache.iotdb.confignode.rpc.thrift.TConfigNodeHeartbeatReq
-
-
Uses of TConfigNodeHeartbeatReq in org.apache.iotdb.confignode.rpc.thrift
Fields in org.apache.iotdb.confignode.rpc.thrift declared as TConfigNodeHeartbeatReq Modifier and Type Field Description TConfigNodeHeartbeatReqIConfigNodeRPCService.getConfigNodeHeartBeat_args. reqMethods in org.apache.iotdb.confignode.rpc.thrift that return TConfigNodeHeartbeatReq Modifier and Type Method Description TConfigNodeHeartbeatReqTConfigNodeHeartbeatReq. deepCopy()TConfigNodeHeartbeatReqIConfigNodeRPCService.getConfigNodeHeartBeat_args. getReq()TConfigNodeHeartbeatReqTConfigNodeHeartbeatReq. setActivationControl(TActivationControl activationControl)TConfigNodeHeartbeatReqTConfigNodeHeartbeatReq. setLicence(TLicense licence)TConfigNodeHeartbeatReqTConfigNodeHeartbeatReq. setTimestamp(long timestamp)Methods in org.apache.iotdb.confignode.rpc.thrift with parameters of type TConfigNodeHeartbeatReq Modifier and Type Method Description intTConfigNodeHeartbeatReq. compareTo(TConfigNodeHeartbeatReq other)booleanTConfigNodeHeartbeatReq. equals(TConfigNodeHeartbeatReq that)voidIConfigNodeRPCService.AsyncClient. getConfigNodeHeartBeat(TConfigNodeHeartbeatReq req, org.apache.thrift.async.AsyncMethodCallback<TConfigNodeHeartbeatResp> resultHandler)voidIConfigNodeRPCService.AsyncIface. getConfigNodeHeartBeat(TConfigNodeHeartbeatReq req, org.apache.thrift.async.AsyncMethodCallback<TConfigNodeHeartbeatResp> resultHandler)TConfigNodeHeartbeatRespIConfigNodeRPCService.Client. getConfigNodeHeartBeat(TConfigNodeHeartbeatReq req)TConfigNodeHeartbeatRespIConfigNodeRPCService.Iface. getConfigNodeHeartBeat(TConfigNodeHeartbeatReq req)The ConfigNode-leader will ping other ConfigNodes periodicallyvoidIConfigNodeRPCService.Client. send_getConfigNodeHeartBeat(TConfigNodeHeartbeatReq req)IConfigNodeRPCService.getConfigNodeHeartBeat_argsIConfigNodeRPCService.getConfigNodeHeartBeat_args. setReq(TConfigNodeHeartbeatReq req)Constructors in org.apache.iotdb.confignode.rpc.thrift with parameters of type TConfigNodeHeartbeatReq Constructor Description getConfigNodeHeartBeat_args(TConfigNodeHeartbeatReq req)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)TConfigNodeHeartbeatReq(TConfigNodeHeartbeatReq other)Performs a deep copy on other.
-