Uses of Enum Class
org.opendaylight.controller.cluster.dom.api.LeaderLocation
Packages that use LeaderLocation
Package
Description
This package defines extensions to org.opendaylight.mdsal.dom.api specific
to Clustered Datastore implementation.
-
Uses of LeaderLocation in org.opendaylight.controller.cluster.dom.api
Methods in org.opendaylight.controller.cluster.dom.api that return LeaderLocationModifier and TypeMethodDescriptionstatic LeaderLocation
Returns the enum constant of this class with the specified name.static LeaderLocation[]
LeaderLocation.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.opendaylight.controller.cluster.dom.api with parameters of type LeaderLocationModifier and TypeMethodDescriptionvoid
LeaderLocationListener.onLeaderLocationChanged
(@NonNull LeaderLocation location) Invoked when shard leader location changes.