Package akka.cluster.sharding.external
Class ShardLocations
- java.lang.Object
- 
- akka.cluster.sharding.external.ShardLocations
 
- 
 public final class ShardLocations extends java.lang.Object
- 
- 
Constructor SummaryConstructors Constructor Description ShardLocations(scala.collection.immutable.Map<java.lang.String,ExternalShardAllocationStrategy.ShardLocation> locations)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,ExternalShardAllocationStrategy.ShardLocation>getShardLocations()Java APIscala.collection.immutable.Map<java.lang.String,ExternalShardAllocationStrategy.ShardLocation>locations()
 
- 
- 
- 
Constructor Detail- 
ShardLocationspublic ShardLocations(scala.collection.immutable.Map<java.lang.String,ExternalShardAllocationStrategy.ShardLocation> locations) 
 
- 
 - 
Method Detail- 
getShardLocationspublic java.util.Map<java.lang.String,ExternalShardAllocationStrategy.ShardLocation> getShardLocations() Java API
 - 
locationspublic scala.collection.immutable.Map<java.lang.String,ExternalShardAllocationStrategy.ShardLocation> locations() 
 
- 
 
-