| Package | Description |
|---|---|
| org.opendaylight.controller.cluster.raft |
| Modifier and Type | Method and Description |
|---|---|
PeerInfo |
RaftActorContextImpl.getPeerInfo(String peerId) |
PeerInfo |
RaftActorContext.getPeerInfo(String peerId)
Returns the PeerInfo for the given peer.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<PeerInfo> |
RaftActorContextImpl.getPeers() |
Collection<PeerInfo> |
RaftActorContext.getPeers()
Returns the PeerInfo instances for each peer.
|
| Constructor and Description |
|---|
FollowerLogInformation(PeerInfo peerInfo,
RaftActorContext context)
Constructs an instance with no matching index.
|
Copyright © 2019 OpenDaylight. All rights reserved.