io.gearpump.util

ActorUtil

object ActorUtil

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ActorUtil
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def actorNameForExecutor(appId: Int, executorId: Int): String

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def askActor[T](actor: ActorRef, msg: Any)(implicit ex: ExecutionContext): Future[T]

  9. def askAppMaster[T](master: ActorRef, appId: Int, msg: Any)(implicit ex: ExecutionContext): Future[T]

  10. def askWorker[T](master: ActorRef, workerId: Int, msg: Any)(implicit ex: ExecutionContext): Future[T]

  11. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def defaultMsgHandler(actor: ActorRef): Receive

  13. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  17. def getFullPath(system: ActorSystem, path: ActorPath): String

  18. def getHostname(actor: ActorRef): String

  19. def getMasterActorPath(master: HostPort): ActorPath

    TODO: Currently we explicitly require the master contacts to be started with this path pattern 'akka.

    TODO: Currently we explicitly require the master contacts to be started with this path pattern 'akka.tcp://$MASTER@${master.host}:${master.port}/user/$MASTER'

  20. def getSystemAddress(system: ActorSystem): Address

  21. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  22. def isChildActorPath(parent: ActorRef, child: ActorRef): Boolean

  23. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  24. def launchExecutorOnEachWorker(master: ActorRef, executorJvmConfig: ExecutorSystemJvmConfig, sender: ActorRef)(implicit executor: ExecutionContext): Future[Unit]

  25. def loadClass(className: String): Class[_ <: Actor]

  26. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  27. final def notify(): Unit

    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  29. def printActorSystemTree(system: ActorSystem): Unit

  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  31. def toString(): String

    Definition Classes
    AnyRef → Any
  32. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped