Package akka.cluster.sharding.external
Class ShardLocations
- java.lang.Object
-
- akka.cluster.sharding.external.ShardLocations
-
public final class ShardLocations extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ShardLocations(scala.collection.immutable.Map<java.lang.String,ExternalShardAllocationStrategy.ShardLocation> locations)
-
Method Summary
All 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
-
ShardLocations
public ShardLocations(scala.collection.immutable.Map<java.lang.String,ExternalShardAllocationStrategy.ShardLocation> locations)
-
-
Method Detail
-
getShardLocations
public java.util.Map<java.lang.String,ExternalShardAllocationStrategy.ShardLocation> getShardLocations()
Java API
-
locations
public scala.collection.immutable.Map<java.lang.String,ExternalShardAllocationStrategy.ShardLocation> locations()
-
-