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