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. 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. implicit val AS: ActorSystem
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val cacheActor: ActorRef
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  8. val components: TaskSystemComponents
  9. implicit val config: TasksConfig
  10. val elasticSupport: Option[ElasticSupport]
  11. val elasticSupportFactory: Option[Inner]
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. val fileActor: ActorRef
  15. val fileServiceComponent: FileServiceComponent
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  18. val hostConfig: HostConfiguration
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. val localNodeRegistry: Option[ActorRef]
  21. val managedFileStorage: Option[ManagedFileStorage]
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. val nodeLocalCache: NodeLocalCacheActor
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  26. val packageServer: Any
  27. val packageServerHostname: String
  28. val packageServerPort: Int
  29. val queueActor: ActorRef
  30. val reaperActor: ActorRef
  31. val remoteFileStorage: RemoteFileStorage
  32. val remoteNodeRegistry: Option[ActorRef]
  33. val rootHistory: NoHistory.type
  34. implicit val s3Stream: Option[S3ClientQueued]
  35. def shutdown(): Unit
  36. val shutdownHook: Option[ShutdownHookThread]
  37. implicit val streamHelper: StreamHelper
  38. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  39. val system: ActorSystem
  40. def toString(): String
    Definition Classes
    AnyRef → Any
  41. val trackerBootstrap: Option[TrackerBootstrap]
  42. val trackerEventListener: Option[EventListener[Event]]
  43. val uiBootstrap: Option[UIComponentBootstrap]
  44. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  45. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  46. 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

Inherited from AnyRef

Inherited from Any

Ungrouped