public static final class ShardRegion.ClusterShardingStats
extends java.lang.Object
implements scala.Product, scala.Serializable
ShardRegion.GetClusterShardingStats
, contains statistics about all the sharding regions
in the cluster.Constructor and Description |
---|
ClusterShardingStats(scala.collection.immutable.Map<Address,ShardRegion.ShardRegionStats> regions) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<Address,ShardRegion.ShardRegionStats> |
getRegions()
Java API
|
scala.collection.immutable.Map<Address,ShardRegion.ShardRegionStats> |
regions() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ClusterShardingStats(scala.collection.immutable.Map<Address,ShardRegion.ShardRegionStats> regions)
public scala.collection.immutable.Map<Address,ShardRegion.ShardRegionStats> regions()
public java.util.Map<Address,ShardRegion.ShardRegionStats> getRegions()