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. implicit val AS: ActorSystem
  2. val cacheActor: ActorRef
  3. val components: TaskSystemComponents
  4. implicit val config: TasksConfig
  5. val elasticSupport: Option[ElasticSupport]
  6. val elasticSupportFactory: Option[Inner]
  7. val fileActor: ActorRef
  8. val fileServiceComponent: FileServiceComponent
  9. val hostConfig: HostConfiguration
  10. val localNodeRegistry: Option[ActorRef]
  11. val managedFileStorage: Option[ManagedFileStorage]
  12. val nodeLocalCache: NodeLocalCacheActor
  13. val packageServer: Any
  14. val packageServerHostname: String
  15. val packageServerPort: Int
  16. val queueActor: ActorRef
  17. val reaperActor: ActorRef
  18. val remoteFileStorage: RemoteFileStorage
  19. val remoteNodeRegistry: Option[ActorRef]
  20. val rootHistory: NoHistory.type
  21. implicit val s3Stream: Option[S3ClientQueued]
  22. def shutdown(): Unit
  23. val shutdownHook: Option[ShutdownHookThread]
  24. implicit val streamHelper: StreamHelper
  25. val system: ActorSystem
  26. val trackerBootstrap: Option[TrackerBootstrap]
  27. val trackerEventListener: Option[EventListener[Event]]
  28. val uiBootstrap: Option[UIComponentBootstrap]