Class ClusterRouterGroupActor

    • Method Detail

      • addRoutees

        public void addRoutees()
        Adds routees based on totalInstances and maxInstancesPerNode settings
        Specified by:
        addRoutees in interface ClusterRouterActor
      • group

        public Group group()
      • receive

        public scala.PartialFunction<java.lang.Object,​scala.runtime.BoxedUnit> receive()
        Description copied from interface: Actor
        Scala API: This defines the initial actor behavior, it must return a partial function with the actor logic.
        Specified by:
        receive in interface Actor
        Overrides:
        receive in class RouterActor
      • selectDeploymentTarget

        public scala.Option<scala.Tuple2<Address,​java.lang.String>> selectDeploymentTarget()
      • usedRouteePaths

        public scala.collection.immutable.Map<Address,​scala.collection.immutable.Set<java.lang.String>> usedRouteePaths()
      • usedRouteePaths_$eq

        public void usedRouteePaths_$eq​(scala.collection.immutable.Map<Address,​scala.collection.immutable.Set<java.lang.String>> x$1)