Class ExternalShardAllocationStrategy.ShardLocation
Inheritance
ExternalShardAllocationStrategy.ShardLocation
Assembly: Akka.Cluster.Sharding.dll
Syntax
public sealed class ShardLocation : INoSerializationVerificationNeeded, IEquatable<ExternalShardAllocationStrategy.ShardLocation>
Constructors
|
Improve this Doc
View Source
ShardLocation(Address)
Declaration
public ShardLocation(Address address)
Parameters
Type |
Name |
Description |
Address |
address |
|
Properties
|
Improve this Doc
View Source
Address
Declaration
public Address Address { get; }
Property Value
Methods
|
Improve this Doc
View Source
Equals(ExternalShardAllocationStrategy.ShardLocation)
Declaration
public bool Equals(ExternalShardAllocationStrategy.ShardLocation 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