Class ExternalShardAllocationStrategy.ShardLocation
Inheritance
ExternalShardAllocationStrategy.ShardLocation
Assembly: Akka.Cluster.Sharding.dll
Syntax
public sealed class ExternalShardAllocationStrategy.ShardLocation : INoSerializationVerificationNeeded, IEquatable<ExternalShardAllocationStrategy.ShardLocation>
Constructors
|
Edit this page
View Source
ShardLocation(Address)
Declaration
public ShardLocation(Address address)
Parameters
Type |
Name |
Description |
Address |
address |
|
Properties
|
Edit this page
View Source
Address
Declaration
public Address Address { get; }
Property Value
Methods
|
Edit this page
View Source
Equals(ShardLocation)
Declaration
public bool Equals(ExternalShardAllocationStrategy.ShardLocation other)
Parameters
Returns
|
Edit this page
View Source
Equals(object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
object |
obj |
|
Returns
Overrides
|
Edit this page
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
|
Edit this page
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides
Implements
Extension Methods