Ir al contenido
Español

GetShardStats

Esta página aún no está disponible en tu idioma.

GetShardStats = object

Defined in: src/cluster/sharding/ShardingProtocol.ts:169

Ask a shard what it is holding. replyTo must be a ref the shard can actually reach — an actor’s own self works from any node; ask() works when the shard is on the caller’s node. For the cluster-wide picture use ClusterSharding.shards(), which routes its reply through the region.

readonly kind: "sharding.GetShardStats"

Defined in: src/cluster/sharding/ShardingProtocol.ts:170


readonly replyTo: ActorRef<ShardStats>

Defined in: src/cluster/sharding/ShardingProtocol.ts:171