Final review feedback

This commit is contained in:
Christopher Batey 2020-08-24 11:29:56 +01:00
parent d1114495dd
commit 2d9660f847
10 changed files with 27 additions and 21 deletions

View file

@ -358,6 +358,8 @@ private[akka] object Shard {
// only called once during handoff
def activeEntities(): Set[ActorRef] = byRef.keySet.asScala.toSet
def nrActiveEntities() = byRef.size()
// only called for getting shard stats
def activeEntityIds(): Set[EntityId] = byRef.values.asScala.toSet