Final review feedback
This commit is contained in:
parent
d1114495dd
commit
2d9660f847
10 changed files with 27 additions and 21 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue