Packages

object BackendServer extends ProcessCommandRunner

For io.github.wherby.doradilla.back in Doradilla Created by whereby[Tao Zhou]([email protected]) on 2019/5/11

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BackendServer
  2. ProcessCommandRunner
  3. NamedJobRunner
  4. BatchProcessor
  5. ActorSystemApi
  6. GetBlockIOExcutor
  7. AskProcessResult
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. var backendServerMap: Map[Int, BackendServer]
  6. def changeFSMForNamedJob(jobName: String, num: Int): Unit
    Definition Classes
    NamedJobRunner
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  8. def createBackendServer(portConf: Option[Int], systemConfigOpt: Option[Config] = None): BackendServer
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. def getActorSystem(): ActorSystem
    Definition Classes
    BackendServerActorSystemApi
  12. def getBackendServerForCommand(backendServerOpt: Option[BackendServer]): BackendServer
    Definition Classes
    ProcessCommandRunner
  13. def getBlockDispatcher(): ExecutionContextExecutor
    Definition Classes
    GetBlockIOExcutor
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def getProcessCommandFutureResult(jobRequest: JobRequest, driver: ActorRef, receiveActor: ActorRef, timeout: Timeout): Future[JobResult]
    Definition Classes
    AskProcessResult
  16. def getResult(receiveActor: ActorRef, timeout: Timeout): Future[JobResult]
    Definition Classes
    AskProcessResult
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. var namedJobApiMap: Map[String, JobApi]
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. var nextPort: Int
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. def proxyProps(system: ActorSystem, name: String): Props

    Set singleton proxy

    Set singleton proxy

    returns

    the Props of singlenton proxy

  25. def queryBatchProcessResult(batchProcessActor: ActorRef, timeout: Timeout = ConstVars.timeout1S)(implicit ex: ExecutionContext): Future[BatchJobResult]
    Definition Classes
    BatchProcessor
  26. def queryProcessResult(receiveActor: ActorRef, timeout: Timeout = ConstVars.longTimeOut): Future[JobResult]
    Definition Classes
    ProcessCommandRunner
  27. def runNamedProcessCommand(processJob: JobMsg, jobName: String, timeout: Timeout = ConstVars.longTimeOut, priority: Option[Int] = None)(implicit ex: ExecutionContext): Future[JobResult]
    Definition Classes
    NamedJobRunner
  28. def runProcessCommand(processJob: JobMsg, backendServerOpt: Option[BackendServer] = None, timeout: Timeout = ConstVars.longTimeOut, priority: Option[Int] = None)(implicit ex: ExecutionContext): Future[JobResult]
    Definition Classes
    ProcessCommandRunner
  29. lazy val seedPort: Int
  30. def setUpClusterSingleton(system: ActorSystem, props: Props, name: String): ActorRef
  31. def startProcessBatchCommand(batchRequests: Seq[JobMsg], backendServerOpt: Option[BackendServer] = None, priority: Option[Int] = None, jobMetaOpt: Option[JobMeta] = None)(implicit ex: ExecutionContext): Option[ActorRef]
    Definition Classes
    BatchProcessor
  32. def startProcessCommand(processJob: JobMsg, backendServerOpt: Option[BackendServer] = None, priority: Option[Int] = None)(implicit ex: ExecutionContext): Option[ActorRef]
    Definition Classes
    ProcessCommandRunner
  33. def startup(portConf: Option[Int] = None, systemConfigOpt: Option[Config] = None): BackendServer
  34. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from ProcessCommandRunner

Inherited from NamedJobRunner

Inherited from BatchProcessor

Inherited from ActorSystemApi

Inherited from GetBlockIOExcutor

Inherited from AskProcessResult

Inherited from AnyRef

Inherited from Any

Ungrouped