Package | Description |
---|---|
org.opendaylight.controller.cluster.dom.api |
This package defines extensions to org.opendaylight.mdsal.dom.api specific
to Clustered Datastore implementation.
|
Modifier and Type | Method and Description |
---|---|
LeaderLocation |
CDSShardAccess.getLeaderLocation()
Return the shard leader location relative to the local node.
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
LeaderLocationListener.onLeaderLocationChanged(LeaderLocation location)
Invoked when shard leader location changes.
|
Copyright © 2019 OpenDaylight. All rights reserved.