Index

L O R U V 
All Classes and Interfaces|All Packages

L

LeaderLocation - Enum Class in org.opendaylight.controller.cluster.dom.api
Enumeration of possible shard leader locations relative to the local node.
LeaderLocationListener - Interface in org.opendaylight.controller.cluster.dom.api
Listener for shard leader location changes.
LOCAL - Enum constant in enum class org.opendaylight.controller.cluster.dom.api.LeaderLocation
The leader is co-located on this node.

O

onLeaderLocationChanged(LeaderLocation) - Method in interface org.opendaylight.controller.cluster.dom.api.LeaderLocationListener
Invoked when shard leader location changes.
org.opendaylight.controller.cluster.dom.api - module org.opendaylight.controller.cluster.dom.api
 
org.opendaylight.controller.cluster.dom.api - package org.opendaylight.controller.cluster.dom.api
This package defines extensions to org.opendaylight.mdsal.dom.api specific to Clustered Datastore implementation.

R

REMOTE - Enum constant in enum class org.opendaylight.controller.cluster.dom.api.LeaderLocation
The leader is resident on a different node.

U

UNKNOWN - Enum constant in enum class org.opendaylight.controller.cluster.dom.api.LeaderLocation
The leader is residence is currently unknown.

V

valueOf(String) - Static method in enum class org.opendaylight.controller.cluster.dom.api.LeaderLocation
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.opendaylight.controller.cluster.dom.api.LeaderLocation
Returns an array containing the constants of this enum class, in the order they are declared.
L O R U V 
All Classes and Interfaces|All Packages