Uses of Class
org.apache.iotdb.confignode.rpc.thrift.TAddConsensusGroupReq
-
-
Uses of TAddConsensusGroupReq in org.apache.iotdb.confignode.rpc.thrift
Fields in org.apache.iotdb.confignode.rpc.thrift declared as TAddConsensusGroupReq Modifier and Type Field Description TAddConsensusGroupReqIConfigNodeRPCService.addConsensusGroup_args. reqMethods in org.apache.iotdb.confignode.rpc.thrift that return TAddConsensusGroupReq Modifier and Type Method Description TAddConsensusGroupReqTAddConsensusGroupReq. deepCopy()TAddConsensusGroupReqIConfigNodeRPCService.addConsensusGroup_args. getReq()TAddConsensusGroupReqTAddConsensusGroupReq. setConfigNodeList(List<TConfigNodeLocation> configNodeList)Methods in org.apache.iotdb.confignode.rpc.thrift with parameters of type TAddConsensusGroupReq Modifier and Type Method Description voidIConfigNodeRPCService.AsyncClient. addConsensusGroup(TAddConsensusGroupReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)voidIConfigNodeRPCService.AsyncIface. addConsensusGroup(TAddConsensusGroupReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)TSStatusIConfigNodeRPCService.Client. addConsensusGroup(TAddConsensusGroupReq req)TSStatusIConfigNodeRPCService.Iface. addConsensusGroup(TAddConsensusGroupReq req)The ConfigNode-leader will guide the Non-Seed-ConfigNode to join the ConsensusGroup when first startupintTAddConsensusGroupReq. compareTo(TAddConsensusGroupReq other)booleanTAddConsensusGroupReq. equals(TAddConsensusGroupReq that)voidIConfigNodeRPCService.Client. send_addConsensusGroup(TAddConsensusGroupReq req)IConfigNodeRPCService.addConsensusGroup_argsIConfigNodeRPCService.addConsensusGroup_args. setReq(TAddConsensusGroupReq req)Constructors in org.apache.iotdb.confignode.rpc.thrift with parameters of type TAddConsensusGroupReq Constructor Description addConsensusGroup_args(TAddConsensusGroupReq req)addConsensusGroup_call(TAddConsensusGroupReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)TAddConsensusGroupReq(TAddConsensusGroupReq other)Performs a deep copy on other.
-