Uses of Interface
org.opendaylight.controller.cluster.raft.policy.RaftPolicy
-
Packages that use RaftPolicy Package Description org.opendaylight.controller.cluster.datastore.policy org.opendaylight.controller.cluster.raft org.opendaylight.controller.cluster.raft.policy -
-
Uses of RaftPolicy in org.opendaylight.controller.cluster.datastore.policy
Classes in org.opendaylight.controller.cluster.datastore.policy that implement RaftPolicy Modifier and Type Class Description class
TestOnlyRaftPolicy
A RaftPolicy that disables elections so that we can then specify exactly which Shard Replica should be Leader.class
TwoNodeClusterRaftPolicy
The TwoNodeClusterRaftPolicy is intended to be used in a two node deployment where when one instance of the controller goes down the other instance is to take over and move the state forward. -
Uses of RaftPolicy in org.opendaylight.controller.cluster.raft
Methods in org.opendaylight.controller.cluster.raft that return RaftPolicy Modifier and Type Method Description @NonNull RaftPolicy
ConfigParams. getRaftPolicy()
Returns the RaftPolicy used to determine certain Raft behaviors.RaftPolicy
DefaultConfigParamsImpl. getRaftPolicy()
@NonNull RaftPolicy
RaftActorContext. getRaftPolicy()
Returns the RaftPolicy used to determine certain Raft behaviors.RaftPolicy
RaftActorContextImpl. getRaftPolicy()
-
Uses of RaftPolicy in org.opendaylight.controller.cluster.raft.policy
Classes in org.opendaylight.controller.cluster.raft.policy that implement RaftPolicy Modifier and Type Class Description class
DefaultRaftPolicy
class
DisableElectionsRaftPolicy
DisableElectionsRaftPolicy can be used for actors that does not participate in shard election.Fields in org.opendaylight.controller.cluster.raft.policy declared as RaftPolicy Modifier and Type Field Description static RaftPolicy
DefaultRaftPolicy. INSTANCE
-