Uses of Interface
org.opendaylight.controller.cluster.notifications.LeaderStateChanged
Packages that use LeaderStateChanged
Package
Description
-
Uses of LeaderStateChanged in org.opendaylight.controller.cluster.datastore
Methods in org.opendaylight.controller.cluster.datastore that return LeaderStateChangedModifier and TypeMethodDescriptionprotected final LeaderStateChanged
Shard.wrapLeaderStateChanged
(LeaderStateChanged change) Methods in org.opendaylight.controller.cluster.datastore with parameters of type LeaderStateChangedModifier and TypeMethodDescriptionprotected final LeaderStateChanged
Shard.wrapLeaderStateChanged
(LeaderStateChanged change) -
Uses of LeaderStateChanged in org.opendaylight.controller.cluster.datastore.messages
Classes in org.opendaylight.controller.cluster.datastore.messages that implement LeaderStateChangedModifier and TypeClassDescriptionfinal class
A local message derived from LeaderStateChanged containing additional Shard-specific info that is sent when some state of the shard leader has changed.Methods in org.opendaylight.controller.cluster.datastore.messages that return LeaderStateChangedModifier and TypeMethodDescriptionprotected LeaderStateChanged
ShardLeaderStateChanged.delegate()
Constructors in org.opendaylight.controller.cluster.datastore.messages with parameters of type LeaderStateChangedModifierConstructorDescriptionShardLeaderStateChanged
(LeaderStateChanged delegate, @Nullable ReadOnlyDataTree localShardDataTree) -
Uses of LeaderStateChanged in org.opendaylight.controller.cluster.notifications
Classes in org.opendaylight.controller.cluster.notifications that implement LeaderStateChangedModifier and TypeClassDescriptionfinal record
Default implementation ofLeaderStateChanged
.class
Bese lass for extendedLeaderStateChanged
base implementations.Methods in org.opendaylight.controller.cluster.notifications that return LeaderStateChangedModifier and TypeMethodDescriptionprotected abstract LeaderStateChanged
ForwadingLeaderStateChanged.delegate()
-
Uses of LeaderStateChanged in org.opendaylight.controller.cluster.raft
Methods in org.opendaylight.controller.cluster.raft that return LeaderStateChangedModifier and TypeMethodDescriptionprotected LeaderStateChanged
RaftActor.wrapLeaderStateChanged
(LeaderStateChanged change) Methods in org.opendaylight.controller.cluster.raft with parameters of type LeaderStateChangedModifier and TypeMethodDescriptionprotected LeaderStateChanged
RaftActor.wrapLeaderStateChanged
(LeaderStateChanged change)