| Package | Description | 
|---|---|
| org.opendaylight.controller.cluster.raft | 
| Modifier and Type | Method and Description | 
|---|---|
| VotingState | PeerInfo. getVotingState() | 
| static VotingState | VotingState. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static VotingState[] | VotingState. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | RaftActorContextImpl. addToPeers(String peerId,
          String address,
          VotingState votingState) | 
| void | RaftActorContext. addToPeers(String id,
          String address,
          VotingState votingState)Adds a new peer. | 
| void | PeerInfo. setVotingState(VotingState votingState) | 
| Constructor and Description | 
|---|
| PeerInfo(String id,
        String address,
        VotingState votingState)Constructs an instance. | 
Copyright © 2019 OpenDaylight. All rights reserved.