=doc correct references to non-existent ShardRegion state messages / return types

This commit is contained in:
Tim Harper 2016-05-01 15:16:28 -06:00
parent 3af02c3bf9
commit a02325a85d
2 changed files with 6 additions and 6 deletions

View file

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

View file

@ -361,11 +361,11 @@ Inspecting cluster sharding state
--------------------------------- ---------------------------------
Two requests to inspect the cluster state are available: 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. 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 ``ShardRegion.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 a ``ShardRegion.ClusterShardingStats`` containing the identifiers of the shards running in each region and a count
of entities that are alive in each shard. 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 The purpose of these messages is testing and monitoring, they are not provided to give access to