Show / Hide Table of Contents

Class ClusterShardingCommands

Provides a set of commands for working with ClusterSharding on the current node.

Inheritance
object
CommandPaletteHandler
ClusterShardingCommands
Inherited Members
CommandPaletteHandler.Palette
CommandPaletteHandler.OnRegister(PetabridgeCmd)
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Petabridge.Cmd.Cluster.Sharding
Assembly: Petabridge.Cmd.Cluster.Sharding.dll
Syntax
public sealed class ClusterShardingCommands : CommandPaletteHandler
Remarks

NOTE: these commands will only work as expected on nodes that have started ShardRegions and have access to a live, running ClusterSharding instance.

Fields

Instance

Declaration
public static readonly ClusterShardingCommands Instance
Field Value
Type Description
ClusterShardingCommands

Properties

HandlerProps

The Props of the actor who will handle the messages.

Declaration
public override Props HandlerProps { get; }
Property Value
Type Description
Props
Overrides
CommandPaletteHandler.HandlerProps
Remarks

One instance of the HandlerProps actor will be created per-connection. The actor will be terminated when that connection is closed.

In this article
Back to top Generated by DocFX