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 classTestOnlyRaftPolicyA RaftPolicy that disables elections so that we can then specify exactly which Shard Replica should be Leader.classTwoNodeClusterRaftPolicyThe 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 RaftPolicyConfigParams. getRaftPolicy()Returns the RaftPolicy used to determine certain Raft behaviors.RaftPolicyDefaultConfigParamsImpl. getRaftPolicy()@NonNull RaftPolicyRaftActorContext. getRaftPolicy()Returns the RaftPolicy used to determine certain Raft behaviors.RaftPolicyRaftActorContextImpl. 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 classDefaultRaftPolicyclassDisableElectionsRaftPolicyDisableElectionsRaftPolicy 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 RaftPolicyDefaultRaftPolicy. INSTANCE
-