Uses of Class
org.opendaylight.controller.cluster.raft.PeerInfo
Packages that use PeerInfo
-
Uses of PeerInfo in org.opendaylight.controller.cluster.raft
Methods in org.opendaylight.controller.cluster.raft that return PeerInfoModifier and TypeMethodDescription@Nullable PeerInfo
RaftActorContext.getPeerInfo
(String peerId) Returns the PeerInfo for the given peer.RaftActorContextImpl.getPeerInfo
(String peerId) Methods in org.opendaylight.controller.cluster.raft that return types with arguments of type PeerInfoModifier and TypeMethodDescriptionRaftActorContext.getPeers()
Returns the PeerInfo instances for each peer.RaftActorContextImpl.getPeers()
Constructors in org.opendaylight.controller.cluster.raft with parameters of type PeerInfoModifierConstructorDescriptionFollowerLogInformation
(PeerInfo peerInfo, RaftActorContext context) Constructs an instance with no matching index.