Class ExternalShardAllocationStrategy.GetShardLocationsResponse
Inheritance
ExternalShardAllocationStrategy.GetShardLocationsResponse
Assembly: Akka.Cluster.Sharding.dll
Syntax
public sealed class GetShardLocationsResponse : INoSerializationVerificationNeeded, IEquatable<ExternalShardAllocationStrategy.GetShardLocationsResponse>
Constructors
|
Improve this Doc
View Source
GetShardLocationsResponse(IImmutableDictionary<String, Address>)
Declaration
public GetShardLocationsResponse(IImmutableDictionary<string, Address> desiredAllocations)
Parameters
Type |
Name |
Description |
System.Collections.Immutable.IImmutableDictionary<String, Address> |
desiredAllocations |
|
Properties
|
Improve this Doc
View Source
DesiredAllocations
Declaration
public IImmutableDictionary<string, Address> DesiredAllocations { get; }
Property Value
Type |
Description |
System.Collections.Immutable.IImmutableDictionary<String, Address> |
|
Methods
|
Improve this Doc
View Source
Equals(ExternalShardAllocationStrategy.GetShardLocationsResponse)
Declaration
public bool Equals(ExternalShardAllocationStrategy.GetShardLocationsResponse other)
Parameters
Returns
|
Improve this Doc
View Source
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
Object |
obj |
|
Returns
Overrides
|
Improve this Doc
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides
Implements
Extension Methods