Uses of Class
org.opendaylight.controller.cluster.access.concepts.MemberName
Packages that use MemberName
Package
Description
This package defines basic concepts used to interact with the CDS backend implementation.
This package contains implementation required by the DistributedDataStore frontend.
-
Uses of MemberName in org.opendaylight.controller.cluster.access.concepts
Methods in org.opendaylight.controller.cluster.access.concepts that return MemberNameModifier and TypeMethodDescriptionstatic @NonNull MemberName@NonNull MemberNameFrontendIdentifier.getMemberName()static @NonNull MemberNameMethods in org.opendaylight.controller.cluster.access.concepts with parameters of type MemberNameModifier and TypeMethodDescriptionintMemberName.compareTo(MemberName obj) static @NonNull 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 MemberNameModifier and TypeMethodDescriptionstatic 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 MemberNameModifier and TypeMethodDescriptionClusterWrapper.getCurrentMemberName()ClusterWrapperImpl.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 MemberNameModifier and TypeMethodDescription@NonNull Collection<MemberName> Configuration.getMembersFromShardName(@NonNull String shardName) Returns the member replicas for the given shard name.ConfigurationImpl.getMembersFromShardName(String shardName) @NonNull Set<MemberName> ShardConfig.getReplicas()ModuleShardConfiguration.getShardMemberNames()Configuration.getUniqueMemberNamesForAllShards()Returns a unique set of all member names configured for all shards.ConfigurationImpl.getUniqueMemberNamesForAllShards()Methods in org.opendaylight.controller.cluster.datastore.config with parameters of type MemberNameModifier and TypeMethodDescriptionvoidConfiguration.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.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 MemberNameModifier and TypeMethodDescriptionModuleConfig.Builder.shardConfig(String shardName, Collection<MemberName> replicas) Constructor parameters in org.opendaylight.controller.cluster.datastore.config with type arguments of type MemberNameModifierConstructorDescriptionModuleShardConfiguration(@NonNull XMLNamespace namespace, @NonNull String moduleName, @NonNull String shardName, @Nullable String shardStrategyName, @NonNull Collection<MemberName> shardMemberNames) Constructs a new instance.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 MemberNameMethods in org.opendaylight.controller.cluster.datastore.identifiers with parameters of type MemberNameModifier and TypeMethodDescriptionstatic ShardIdentifierShardIdentifier.create(String shardName, MemberName memberName, String type) ShardIdentifier.Builder.memberName(MemberName newMemberName) -
Uses of MemberName in org.opendaylight.controller.cluster.datastore.messages
Methods in org.opendaylight.controller.cluster.datastore.messages that return MemberNameConstructors in org.opendaylight.controller.cluster.datastore.messages with parameters of type MemberNameModifierConstructorDescriptionRemoveShardReplica(@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