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]) @IntrinsicCandidate() @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 fileServiceComponent: FileServiceComponent
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- val hostConfig: HostConfiguration
- val httpClientAndRelease: Option[(Client[IO], IO[Unit])]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val localNodeRegistry: Option[ActorRef]
- def makeHttpProxyStorageClient(): (ManagedFileStorage, IO[Unit])
- val managedFileStorage: ManagedFileStorage
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val nodeLocalCache: StateR[Any]
- val nodeUIRelease: IO[Unit]
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- val packageServer: Option[IO[Unit]]
- val packageServerHostname: String
- val packageServerPort: Int
- val proxyStoragePort: Int
- val queueActor: ActorRef
- val reaperActor: ActorRef
- val releaseManagedFileStore: IO[Unit]
- val remoteFileStorage: RemoteFileStorage
- val remoteNodeRegistry: Option[ActorRef]
- val rootHistory: NoHistory.type
- val s3Client: Option[(S3, S3AsyncClient)]
- def shutdown(): Unit
- val shutdownHook: Option[ShutdownHookThread]
- def startProxyFileStorageHttpServer(storage: ManagedFileStorage): IO[Unit]
- 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]
- val uiRelease: IO[Unit]
- 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()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)