Uses of Interface
org.opendaylight.controller.cluster.dom.api.LeaderLocationListener
-
-
Uses of LeaderLocationListener in org.opendaylight.controller.cluster.dom.api
Classes in org.opendaylight.controller.cluster.dom.api with type parameters of type LeaderLocationListener Modifier and Type Interface Description interfaceLeaderLocationListenerRegistration<T extends LeaderLocationListener>Registration of aLeaderLocationListener.Methods in org.opendaylight.controller.cluster.dom.api with type parameters of type LeaderLocationListener Modifier and Type Method Description <L extends LeaderLocationListener>
@NonNull LeaderLocationListenerRegistration<L>CDSShardAccess. registerLeaderLocationListener(@NonNull L listener)Register a listener to shard location changes.
-