Uses of Interface
org.opendaylight.controller.cluster.sharding.DistributedShardRegistration
-
Packages that use DistributedShardRegistration Package Description org.opendaylight.controller.cluster.sharding -
-
Uses of DistributedShardRegistration in org.opendaylight.controller.cluster.sharding
Methods in org.opendaylight.controller.cluster.sharding that return types with arguments of type DistributedShardRegistration Modifier and Type Method Description CompletionStage<DistributedShardRegistration>
DistributedShardedDOMDataTree. createDistributedShard(DOMDataTreeIdentifier prefix, Collection<MemberName> replicaMembers)
CompletionStage<DistributedShardRegistration>
DistributedShardFactory. createDistributedShard(DOMDataTreeIdentifier prefix, Collection<MemberName> replicaMembers)
Register a new shard that is rooted at the desired prefix with replicas on the provided members.CompletionStage<DistributedShardRegistration>
OSGiDistributedShardedDOMDataTree. createDistributedShard(DOMDataTreeIdentifier prefix, Collection<MemberName> replicaMembers)
-