Packages

c

tasks

TaskSystem

class TaskSystem extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TaskSystem
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. implicit val as: ActorSystem
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val cacherActor: ActorRef
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  8. val components: TaskSystemComponents
  9. implicit val config: TasksConfig
  10. val elasticSupportFactory: Option[Inner]
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. val fileActor: ActorRef
  14. val fileServiceActor: FileServiceActor
  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
    Annotations
    @native()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. val hostConfig: MasterSlaveConfiguration
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. val managedFileStorage: Option[ManagedFileStorage]
  21. implicit val mat: ActorMaterializer
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. val nodeLocalCache: NodeLocalCacheActor
  24. val nodeLocalCacheActor: ActorRef
  25. val noderegistry: Option[ActorRef]
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. val packageServer: Option[Future[ServerBinding]]
  29. def printQueueToLog(): Unit
  30. val queueActor: ActorRef
  31. val reaperActor: ActorRef
  32. val remoteFileStorage: RemoteFileStorage
  33. val remotenoderegistry: Option[ActorRef]
  34. implicit val s3Stream: Option[S3ClientQueued]
  35. implicit val sh: StreamHelper
  36. def shutdown(): Unit
  37. var shuttingDown: Boolean
  38. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  39. val system: ActorSystem
  40. def toString(): String
    Definition Classes
    AnyRef → Any
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped