Uses of Class
org.apache.iotdb.confignode.exception.AddPeerException
Packages that use AddPeerException
Package
Description
-
Uses of AddPeerException in org.apache.iotdb.confignode.manager.consensus
Methods in org.apache.iotdb.confignode.manager.consensus that throw AddPeerExceptionModifier and TypeMethodDescriptionvoidConsensusManager.addConfigNodePeer(TConfigNodeLocation configNodeLocation) Add a new ConfigNode Peer into ConfigRegion. -
Uses of AddPeerException in org.apache.iotdb.confignode.procedure.env
Methods in org.apache.iotdb.confignode.procedure.env that throw AddPeerExceptionModifier and TypeMethodDescriptionvoidConfigNodeProcedureEnv.addConfigNodePeer(TConfigNodeLocation configNodeLocation) Leader will add the new ConfigNode Peer into ConfigRegion.