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 -
-
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 MemberName
MemberName. forName(String name)
MemberName
FrontendIdentifier. getMemberName()
static MemberName
MemberName. readFrom(DataInput in)
Methods in org.opendaylight.controller.cluster.access.concepts with parameters of type MemberName Modifier and Type Method Description int
MemberName. compareTo(MemberName obj)
static FrontendIdentifier
FrontendIdentifier. 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 Props
DistributedDataStoreClientActor. props(@NonNull MemberName memberName, @NonNull String storeName, @NonNull ActorUtils ctx)
static Props
SimpleDataStoreClientActor. 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 MemberName
ClusterWrapper. getCurrentMemberName()
MemberName
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 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>
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 void
Configuration. addMemberReplicaForShard(String shardName, MemberName memberName)
Adds the given member as the new replica for the given shardName.void
ConfigurationImpl. 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)
void
Configuration. removeMemberReplicaForShard(String shardName, MemberName memberName)
Removes the given member as a replica for the given shardName.void
ConfigurationImpl. 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.Builder
ModuleConfig.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 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 MemberName Modifier and Type Method Description MemberName
ShardIdentifier. getMemberName()
Methods in org.opendaylight.controller.cluster.datastore.identifiers with parameters of type MemberName Modifier and Type Method Description static ShardIdentifier
ShardIdentifier. create(String shardName, MemberName memberName, String type)
ShardIdentifier.Builder
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 MemberName Modifier and Type Method Description MemberName
PeerDown. getMemberName()
MemberName
PeerUp. getMemberName()
MemberName
RemoveShardReplica. 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)
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 MemberName
ActorUtils. getCurrentMemberName()
-