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]) @IntrinsicCandidate() @native()
  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 fileServiceComponent: FileServiceComponent
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  17. val hostConfig: HostConfiguration
  18. val httpClientAndRelease: Option[(Client[IO], IO[Unit])]
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. val localNodeRegistry: Option[ActorRef]
  21. def makeHttpProxyStorageClient(): (ManagedFileStorage, IO[Unit])
  22. val managedFileStorage: ManagedFileStorage
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. val nodeLocalCache: StateR[Any]
  25. val nodeUIRelease: IO[Unit]
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  28. val packageServer: Option[IO[Unit]]
  29. val packageServerHostname: String
  30. val packageServerPort: Int
  31. val proxyStoragePort: Int
  32. val queueActor: ActorRef
  33. val reaperActor: ActorRef
  34. val releaseManagedFileStore: IO[Unit]
  35. val remoteFileStorage: RemoteFileStorage
  36. val remoteNodeRegistry: Option[ActorRef]
  37. val rootHistory: NoHistory.type
  38. val s3Client: Option[(S3, S3AsyncClient)]
  39. def shutdown(): Unit
  40. val shutdownHook: Option[ShutdownHookThread]
  41. def startProxyFileStorageHttpServer(storage: ManagedFileStorage): IO[Unit]
  42. implicit val streamHelper: StreamHelper
  43. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  44. val system: ActorSystem
  45. def toString(): String
    Definition Classes
    AnyRef → Any
  46. val trackerBootstrap: Option[TrackerBootstrap]
  47. val trackerEventListener: Option[EventListener[Event]]
  48. val uiBootstrap: Option[UIComponentBootstrap]
  49. val uiRelease: IO[Unit]
  50. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  51. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  52. 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

    (Since version 9)

Inherited from AnyRef

Inherited from Any

Ungrouped