跳转到内容
简体中文

GetShardStats

此内容尚不支持你的语言。

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