class TaskSystem extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TaskSystem
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- implicit val AS: ActorSystem
- val cacheActor: ActorRef
- val components: TaskSystemComponents
- implicit val config: TasksConfig
- val elasticSupport: Option[ElasticSupport]
- val elasticSupportFactory: Option[Inner]
- val fileActor: ActorRef
- val fileServiceComponent: FileServiceComponent
- val hostConfig: HostConfiguration
- val localNodeRegistry: Option[ActorRef]
- val managedFileStorage: Option[ManagedFileStorage]
- val nodeLocalCache: NodeLocalCacheActor
- 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
- val system: ActorSystem
- val trackerBootstrap: Option[TrackerBootstrap]
- val trackerEventListener: Option[EventListener[Event]]
- val uiBootstrap: Option[UIComponentBootstrap]