Class ReplicatedShardingImpl<M>

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      scala.collection.immutable.Map<ReplicaId,​EntityRef<M>> entityRefsFor​(java.lang.String entityId)
      Scala API: Returns the entity ref for each replica for user defined routing/replica selection
      java.util.Map<ReplicaId,​EntityRef<M>> getEntityRefsFor​(java.lang.String entityId)
      Java API: Returns the entity ref for each replica for user defined routing/replica selection
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ReplicatedShardingImpl

        public ReplicatedShardingImpl​(ClusterSharding sharding,
                                      scala.collection.immutable.Map<ReplicaId,​scala.Tuple3<EntityTypeKey<M>,​scala.Option<java.lang.String>,​java.lang.String>> replicaTypeKeys)