Uses of Interface
org.opendaylight.controller.cluster.raft.policy.RaftPolicy
Packages that use RaftPolicy
Package
Description
-
Uses of RaftPolicy in org.opendaylight.controller.cluster.datastore.policy
Classes in org.opendaylight.controller.cluster.datastore.policy that implement RaftPolicyModifier and TypeClassDescriptionclass
A RaftPolicy that disables elections so that we can then specify exactly which Shard Replica should be Leader.class
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 RaftPolicyModifier and TypeMethodDescription@NonNull RaftPolicy
ConfigParams.getRaftPolicy()
Returns the RaftPolicy used to determine certain Raft behaviors.DefaultConfigParamsImpl.getRaftPolicy()
@NonNull RaftPolicy
RaftActorContext.getRaftPolicy()
Returns the RaftPolicy used to determine certain Raft behaviors.RaftActorContextImpl.getRaftPolicy()
-
Uses of RaftPolicy in org.opendaylight.controller.cluster.raft.policy
Classes in org.opendaylight.controller.cluster.raft.policy that implement RaftPolicyModifier and TypeClassDescriptionclass
class
DisableElectionsRaftPolicy can be used for actors that does not participate in shard election.Fields in org.opendaylight.controller.cluster.raft.policy declared as RaftPolicy