class QueueUI extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- QueueUI
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new QueueUI(container: Node)
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- val combinedUIStateSinks: Sink[UIQueueState, NotUsed]
- val completedTasksTable: Table
- val completedTasksTableSink: Sink[UIQueueState, NotUsed]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val failedTasksTable: Table
- val failedTasksTableSink: Sink[UIQueueState, NotUsed]
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val host: String
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val keepAliveTicks: Source[String, Cancellable]
- val knownLaunchersSink: Sink[UIQueueState, NotUsed]
- val knownLaunchersTable: TypedTag[Table]
- implicit val materializer: ActorMaterializer
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val queuedTasksTable: Table
- val queuedTasksTableSink: Sink[UIQueueState, NotUsed]
- val recoveredTasksTable: Table
- val recoveredTasksTableSink: Sink[UIQueueState, NotUsed]
- val root: TypedTag[Div]
- val scheduledTasksSummaryTable: Table
- val scheduledTasksTable: Table
- val scheduledTasksTableSink: Sink[UIQueueState, NotUsed]
- val scheudledTasksSummaryTableSink: Sink[UIQueueState, NotUsed]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- implicit val system: ActorSystem
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- val uiStateSource: Repr[UIQueueState]
-
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( ... )
- val wsSink: Sink[String, Any]
- val wsSource: Source[MessageEvent, Any]