case class TaskSystemComponents(queue: QueueActor, fs: FileServiceComponent, actorsystem: ActorSystem, cache: CacheActor, nodeLocalCache: NodeLocalCacheActor, filePrefix: FileServicePrefix, executionContext: ExecutionContext, actorMaterializer: Materializer, tasksConfig: TasksConfig, historyContext: HistoryContext, priority: Priority, labels: Labels) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TaskSystemComponents
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new TaskSystemComponents(queue: QueueActor, fs: FileServiceComponent, actorsystem: ActorSystem, cache: CacheActor, nodeLocalCache: NodeLocalCacheActor, filePrefix: FileServicePrefix, executionContext: ExecutionContext, actorMaterializer: Materializer, tasksConfig: TasksConfig, historyContext: HistoryContext, priority: Priority, labels: Labels)
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
- val actorMaterializer: Materializer
- val actorsystem: ActorSystem
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val cache: CacheActor
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val executionContext: ExecutionContext
- val filePrefix: FileServicePrefix
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- val fs: FileServiceComponent
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val historyContext: HistoryContext
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val labels: Labels
-
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 priority: Priority
- val queue: QueueActor
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val tasksConfig: TasksConfig
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def withChildPrefix(names: Seq[String]): TaskSystemComponents
- def withChildPrefix(name: String): TaskSystemComponents
- def withFilePrefix[B](prefix: Seq[String])(fun: (TaskSystemComponents) ⇒ B): B