Uses of Class
org.opendaylight.controller.cluster.dom.api.LeaderLocation
-
Packages that use LeaderLocation Package Description org.opendaylight.controller.cluster.dom.api 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 LeaderLocation Modifier and Type Method Description static LeaderLocation
LeaderLocation. valueOf(String name)
Returns the enum constant of this type with the specified name.static LeaderLocation[]
LeaderLocation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.opendaylight.controller.cluster.dom.api with parameters of type LeaderLocation Modifier and Type Method Description void
LeaderLocationListener. onLeaderLocationChanged(@NonNull LeaderLocation location)
Invoked when shard leader location changes.
-