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 TypeClassDescriptionclassA RaftPolicy that disables elections so that we can then specify exactly which Shard Replica should be Leader.classThe 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 RaftPolicyConfigParams.getRaftPolicy()Returns the RaftPolicy used to determine certain Raft behaviors.DefaultConfigParamsImpl.getRaftPolicy()@NonNull RaftPolicyRaftActorContext.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 TypeClassDescriptionclassclassDisableElectionsRaftPolicy can be used for actors that does not participate in shard election.Fields in org.opendaylight.controller.cluster.raft.policy declared as RaftPolicy