Merge pull request #20428 from timcharper/cluster-sharding-docs

=doc correct references to non-existent ShardRegion state messages / return types
This commit is contained in:
Johan Andrén 2016-05-02 08:15:19 +02:00
commit b6b6285bc9
2 changed files with 6 additions and 6 deletions

View file

@ -361,11 +361,11 @@ Inspecting cluster sharding state
---------------------------------
Two requests to inspect the cluster state are available:
``ClusterShard.GetShardRegionState`` which will return a ``ClusterShard.ShardRegionState`` that contains
``ShardRegion.GetShardRegionState`` which will return a ``ShardRegion.CurrentShardRegionState`` that contains
the identifiers of the shards running in a Region and what entities are alive for each of them.
``ClusterShard.GetClusterShardingStats`` which will query all the regions in the cluster and return
a ``ClusterShard.ClusterShardingStats`` containing the identifiers of the shards running in each region and a count
``ShardRegion.GetClusterShardingStats`` which will query all the regions in the cluster and return
a ``ShardRegion.ClusterShardingStats`` containing the identifiers of the shards running in each region and a count
of entities that are alive in each shard.
The purpose of these messages is testing and monitoring, they are not provided to give access to