class TaskSystem extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TaskSystem
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- implicit val AS: ActorSystem
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val cacheActor: ActorRef
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val components: TaskSystemComponents
- implicit val config: TasksConfig
- val elasticSupport: Option[ElasticSupport]
- val elasticSupportFactory: Option[Inner]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- val fileActor: ActorRef
- val fileServiceComponent: FileServiceComponent
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val hostConfig: HostConfiguration
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val localNodeRegistry: Option[ActorRef]
- val managedFileStorage: Option[ManagedFileStorage]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val nodeLocalCache: NodeLocalCacheActor
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val packageServer: Any
- val packageServerHostname: String
- val packageServerPort: Int
- val queueActor: ActorRef
- val reaperActor: ActorRef
- val remoteFileStorage: RemoteFileStorage
- val remoteNodeRegistry: Option[ActorRef]
- val rootHistory: NoHistory.type
- implicit val s3Stream: Option[S3ClientQueued]
- def shutdown(): Unit
- val shutdownHook: Option[ShutdownHookThread]
- implicit val streamHelper: StreamHelper
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val system: ActorSystem
- def toString(): String
- Definition Classes
- AnyRef → Any
- val trackerBootstrap: Option[TrackerBootstrap]
- val trackerEventListener: Option[EventListener[Event]]
- val uiBootstrap: Option[UIComponentBootstrap]
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()