Uses of Class
org.opendaylight.controller.cluster.raft.PeerInfo
-
Packages that use PeerInfo Package Description org.opendaylight.controller.cluster.raft -
-
Uses of PeerInfo in org.opendaylight.controller.cluster.raft
Methods in org.opendaylight.controller.cluster.raft that return PeerInfo Modifier and Type Method Description @Nullable PeerInfo
RaftActorContext. getPeerInfo(String peerId)
Returns the PeerInfo for the given peer.PeerInfo
RaftActorContextImpl. getPeerInfo(String peerId)
Methods in org.opendaylight.controller.cluster.raft that return types with arguments of type PeerInfo Modifier and Type Method Description @NonNull Collection<PeerInfo>
RaftActorContext. getPeers()
Returns the PeerInfo instances for each peer.Collection<PeerInfo>
RaftActorContextImpl. getPeers()
Constructors in org.opendaylight.controller.cluster.raft with parameters of type PeerInfo Constructor Description FollowerLogInformation(PeerInfo peerInfo, RaftActorContext context)
Constructs an instance with no matching index.
-