Uses of Class
org.opendaylight.controller.cluster.access.concepts.MemberName
-
Packages that use MemberName Package Description org.opendaylight.controller.cluster.access.concepts This package defines basic concepts used to interact with the CDS backend implementation.org.opendaylight.controller.cluster.databroker.actors.dds This package contains implementation required by the DistributedDataStore frontend.org.opendaylight.controller.cluster.datastore org.opendaylight.controller.cluster.datastore.config org.opendaylight.controller.cluster.datastore.identifiers org.opendaylight.controller.cluster.datastore.messages org.opendaylight.controller.cluster.datastore.utils org.opendaylight.controller.cluster.sharding -
-
Uses of MemberName in org.opendaylight.controller.cluster.access.concepts
Methods in org.opendaylight.controller.cluster.access.concepts that return MemberName Modifier and Type Method Description static MemberNameMemberName. forName(String name)MemberNameFrontendIdentifier. getMemberName()static MemberNameMemberName. readFrom(DataInput in)Methods in org.opendaylight.controller.cluster.access.concepts with parameters of type MemberName Modifier and Type Method Description intMemberName. compareTo(MemberName obj)static FrontendIdentifierFrontendIdentifier. create(MemberName memberName, FrontendType clientType) -
Uses of MemberName in org.opendaylight.controller.cluster.databroker.actors.dds
Methods in org.opendaylight.controller.cluster.databroker.actors.dds with parameters of type MemberName Modifier and Type Method Description static PropsDistributedDataStoreClientActor. props(@NonNull MemberName memberName, @NonNull String storeName, @NonNull ActorUtils ctx)static PropsSimpleDataStoreClientActor. props(@NonNull MemberName memberName, @NonNull String storeName, ActorUtils actorUtils, String shardName) -
Uses of MemberName in org.opendaylight.controller.cluster.datastore
Methods in org.opendaylight.controller.cluster.datastore that return MemberName Modifier and Type Method Description MemberNameClusterWrapper. getCurrentMemberName()MemberNameClusterWrapperImpl. getCurrentMemberName() -
Uses of MemberName in org.opendaylight.controller.cluster.datastore.config
Methods in org.opendaylight.controller.cluster.datastore.config that return types with arguments of type MemberName Modifier and Type Method Description @NonNull Collection<MemberName>Configuration. getMembersFromShardName(@NonNull String shardName)Returns the member replicas for the given shard name.Collection<MemberName>ConfigurationImpl. getMembersFromShardName(String shardName)@NonNull Set<MemberName>ShardConfig. getReplicas()Collection<MemberName>ModuleShardConfiguration. getShardMemberNames()Collection<MemberName>PrefixShardConfiguration. getShardMemberNames()Collection<MemberName>Configuration. getUniqueMemberNamesForAllShards()Returns a unique set of all member names configured for all shards.Collection<MemberName>ConfigurationImpl. getUniqueMemberNamesForAllShards()Methods in org.opendaylight.controller.cluster.datastore.config with parameters of type MemberName Modifier and Type Method Description voidConfiguration. addMemberReplicaForShard(String shardName, MemberName memberName)Adds the given member as the new replica for the given shardName.voidConfigurationImpl. addMemberReplicaForShard(String shardName, MemberName newMemberName)@NonNull Collection<String>Configuration. getMemberShardNames(@NonNull MemberName memberName)Returns all the shard names that belong on the member by the given name.Collection<String>ConfigurationImpl. getMemberShardNames(MemberName memberName)voidConfiguration. removeMemberReplicaForShard(String shardName, MemberName memberName)Removes the given member as a replica for the given shardName.voidConfigurationImpl. removeMemberReplicaForShard(String shardName, MemberName newMemberName)Method parameters in org.opendaylight.controller.cluster.datastore.config with type arguments of type MemberName Modifier and Type Method Description ModuleConfig.BuilderModuleConfig.Builder. shardConfig(String shardName, Collection<MemberName> replicas)Constructor parameters in org.opendaylight.controller.cluster.datastore.config with type arguments of type MemberName Constructor Description ModuleShardConfiguration(@NonNull URI namespace, @NonNull String moduleName, @NonNull String shardName, @Nullable String shardStrategyName, @NonNull Collection<MemberName> shardMemberNames)Constructs a new instance.PrefixShardConfiguration(DOMDataTreeIdentifier prefix, String shardStrategyName, Collection<MemberName> shardMemberNames)ShardConfig(@NonNull String name, @NonNull Collection<MemberName> replicas) -
Uses of MemberName in org.opendaylight.controller.cluster.datastore.identifiers
Methods in org.opendaylight.controller.cluster.datastore.identifiers that return MemberName Modifier and Type Method Description MemberNameShardIdentifier. getMemberName()Methods in org.opendaylight.controller.cluster.datastore.identifiers with parameters of type MemberName Modifier and Type Method Description static ShardIdentifierShardIdentifier. create(String shardName, MemberName memberName, String type)ShardIdentifier.BuilderShardIdentifier.Builder. memberName(MemberName newMemberName) -
Uses of MemberName in org.opendaylight.controller.cluster.datastore.messages
Methods in org.opendaylight.controller.cluster.datastore.messages that return MemberName Modifier and Type Method Description MemberNamePeerDown. getMemberName()MemberNamePeerUp. getMemberName()MemberNameRemovePrefixShardReplica. getMemberName()MemberNameRemoveShardReplica. getMemberName()Constructors in org.opendaylight.controller.cluster.datastore.messages with parameters of type MemberName Constructor Description PeerDown(MemberName memberName, String peerId)PeerUp(MemberName memberName, String peerId)RemovePrefixShardReplica(@NonNull YangInstanceIdentifier prefix, @NonNull MemberName memberName)Constructor.RemoveShardReplica(@NonNull String shardName, @NonNull MemberName memberName)Constructor. -
Uses of MemberName in org.opendaylight.controller.cluster.datastore.utils
Methods in org.opendaylight.controller.cluster.datastore.utils that return MemberName Modifier and Type Method Description MemberNameActorUtils. getCurrentMemberName()Methods in org.opendaylight.controller.cluster.datastore.utils with parameters of type MemberName Modifier and Type Method Description static ShardIdentifierClusterUtils. getShardIdentifier(MemberName memberName, DOMDataTreeIdentifier prefix) -
Uses of MemberName in org.opendaylight.controller.cluster.sharding
Methods in org.opendaylight.controller.cluster.sharding with parameters of type MemberName Modifier and Type Method Description StringShardingServiceAddressResolver. resolve(MemberName memberName)Method parameters in org.opendaylight.controller.cluster.sharding with type arguments of type MemberName 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.Constructors in org.opendaylight.controller.cluster.sharding with parameters of type MemberName Constructor Description PrefixedShardConfigUpdateHandler(ActorRef handlingActor, MemberName memberName)ShardConfigHandler(MemberName memberName, LogicalDatastoreType type, ActorRef handlingActor)ShardingServiceAddressResolver(String shardingServiceActorIdentifier, MemberName localMemberName)
-