Uses of Class
org.opendaylight.controller.cluster.datastore.identifiers.ShardIdentifier
-
-
Uses of ShardIdentifier in org.opendaylight.controller.cluster.datastore
Methods in org.opendaylight.controller.cluster.datastore that return ShardIdentifier Modifier and Type Method Description ShardIdentifierShard.AbstractBuilder. getId()Methods in org.opendaylight.controller.cluster.datastore with parameters of type ShardIdentifier Modifier and Type Method Description TShard.AbstractBuilder. id(ShardIdentifier newId) -
Uses of ShardIdentifier in org.opendaylight.controller.cluster.datastore.exceptions
Constructors in org.opendaylight.controller.cluster.datastore.exceptions with parameters of type ShardIdentifier Constructor Description NoShardLeaderException(ShardIdentifier shardId) -
Uses of ShardIdentifier in org.opendaylight.controller.cluster.datastore.identifiers
Methods in org.opendaylight.controller.cluster.datastore.identifiers that return ShardIdentifier Modifier and Type Method Description ShardIdentifierShardIdentifier.Builder. build()static ShardIdentifierShardIdentifier. create(String shardName, org.opendaylight.controller.cluster.access.concepts.MemberName memberName, String type)static ShardIdentifierShardIdentifier. fromShardIdString(String shardIdString) -
Uses of ShardIdentifier in org.opendaylight.controller.cluster.datastore.utils
Methods in org.opendaylight.controller.cluster.datastore.utils that return ShardIdentifier Modifier and Type Method Description static ShardIdentifierClusterUtils. getShardIdentifier(org.opendaylight.controller.cluster.access.concepts.MemberName memberName, org.opendaylight.mdsal.dom.api.DOMDataTreeIdentifier prefix)
-