ClusterSharding Methods |
The ClusterSharding type exposes the following members.
Name | Description | |
---|---|---|
DefaultConfig |
Default HOCON settings for cluster sharding.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
Get |
TBD
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ShardRegion |
Retrieve the actor reference of the ShardRegion actor responsible for the named entity type.
The entity type must be registered with the Start method before it can be used here.
Messages to the entity is always sent via the ShardRegion.
| |
Start(String, Props, ClusterShardingSettings, IMessageExtractor) |
Register a named entity type by defining the Props of the entity actor and
functions to extract entity and shard identifier from messages. The ShardRegion
actor for this type can later be retrieved with the ShardRegion(String) method.
| |
Start(String, Props, ClusterShardingSettings, IdExtractor, ShardResolver) |
Register a named entity type by defining the Props of the entity actor and
functions to extract entity and shard identifier from messages. The ShardRegion
actor for this type can later be retrieved with the ShardRegion(String) method.
| |
Start(String, Props, ClusterShardingSettings, IMessageExtractor, IShardAllocationStrategy, Object) |
Register a named entity type by defining the Props of the entity actor and
functions to extract entity and shard identifier from messages. The ShardRegion
actor for this type can later be retrieved with the ShardRegion(String) method.
| |
Start(String, Props, ClusterShardingSettings, IdExtractor, ShardResolver, IShardAllocationStrategy, Object) |
Register a named entity type by defining the Props of the entity actor and
functions to extract entity and shard identifier from messages. The ShardRegion
actor for this type can later be retrieved with the ShardRegion(String) method.
| |
StartAsync(String, Props, ClusterShardingSettings, IMessageExtractor) |
Register a named entity type by defining the Props of the entity actor and
functions to extract entity and shard identifier from messages. The ShardRegion
actor for this type can later be retrieved with the ShardRegion(String) method.
| |
StartAsync(String, Props, ClusterShardingSettings, IdExtractor, ShardResolver) |
Register a named entity type by defining the Props of the entity actor and
functions to extract entity and shard identifier from messages. The ShardRegion
actor for this type can later be retrieved with the ShardRegion(String) method.
| |
StartAsync(String, Props, ClusterShardingSettings, IMessageExtractor, IShardAllocationStrategy, Object) |
Register a named entity type by defining the Props of the entity actor and
functions to extract entity and shard identifier from messages. The ShardRegion
actor for this type can later be retrieved with the ShardRegion(String) method.
| |
StartAsync(String, Props, ClusterShardingSettings, IdExtractor, ShardResolver, IShardAllocationStrategy, Object) |
Register a named entity type by defining the Props of the entity actor and
functions to extract entity and shard identifier from messages. The ShardRegion
actor for this type can later be retrieved with the ShardRegion(String) method.
| |
StartProxy(String, String, IMessageExtractor) |
Register a named entity type `ShardRegion` on this node that will run in proxy only mode, i.e.it will
delegate messages to other `ShardRegion` actors on other nodes, but not host any entity actors itself.
The ShardRegion actor for this type can later be retrieved with the
ShardRegion(String) method.
| |
StartProxy(String, String, IdExtractor, ShardResolver) |
Register a named entity type `ShardRegion` on this node that will run in proxy only mode, i.e.it will
delegate messages to other `ShardRegion` actors on other nodes, but not host any entity actors itself.
The ShardRegion actor for this type can later be retrieved with the
ShardRegion(String) method.
| |
StartProxyAsync(String, String, IMessageExtractor) |
Register a named entity type `ShardRegion` on this node that will run in proxy only mode, i.e.it will
delegate messages to other `ShardRegion` actors on other nodes, but not host any entity actors itself.
The ShardRegion actor for this type can later be retrieved with the
ShardRegion(String) method.
| |
StartProxyAsync(String, String, IdExtractor, ShardResolver) |
Register a named entity type `ShardRegion` on this node that will run in proxy only mode, i.e.it will
delegate messages to other `ShardRegion` actors on other nodes, but not host any entity actors itself.
The ShardRegion actor for this type can later be retrieved with the
ShardRegion(String) method.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
AsInstanceOfT |
TBD
(Defined by Extensions.) | |
Match | Overloaded.
Matches the specified target.
(Defined by PatternMatch.) | |
MatchT | Overloaded.
Matches the specified target and return a result of target processing.
(Defined by PatternMatch.) |