Packages

class UiStateService extends ComponentBase with StateService

Annotations
@Singleton()
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UiStateService
  2. StateService
  3. ComponentBase
  4. AkkaHelper
  5. Component
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new UiStateService(executor: Executor, metricsService: Metrics)(implicit akkaRuntime: AkkaRuntime)
    Annotations
    @Inject()

Type Members

  1. case class JobInfo(header: JobHeader, operations: Seq[OperationId]) extends Product with Serializable
  2. case class JobOperationId(jobId: String, opId: OperationId) extends Product with Serializable

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 def actorSystem: ActorSystem
    Attributes
    protected
    Definition Classes
    AkkaHelper
  5. def addShutdownHook(f: => Future[_]): Unit
    Attributes
    protected
    Definition Classes
    ComponentBase
  6. implicit val akkaRuntime: AkkaRuntime
    Attributes
    protected
    Definition Classes
    ComponentBase → Component
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clock: Clock
    Attributes
    protected
    Definition Classes
    AkkaHelper
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  10. def config: Config
    Attributes
    protected
    Definition Classes
    AkkaHelper
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. def executingCoordinatedOperation[T](jobId: String, coordinates: List[Int])(f: => Future[T]): Future[T]

    Track the execution of an operation identified by coordinates

  14. def executingNamedOperation[T](jobId: String, opId: String)(f: => Future[T]): Future[T]

    Track the execution of an named operation

  15. implicit def executionContext: ExecutionContext
    Attributes
    protected
    Definition Classes
    AkkaHelper
  16. def finishJob(id: String, error: Option[String] = None): Unit
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def job(id: String, pollVersion: Option[Long]): Future[JobResponse]
    Definition Classes
    UiStateService → StateService
  21. def jobs(pollVersion: Option[Long]): Future[JobsResponse]
    Definition Classes
    UiStateService → StateService
  22. final val logger: Logger
    Attributes
    protected
    Definition Classes
    ComponentBase
  23. implicit def materializer: Materializer
    Attributes
    protected
    Definition Classes
    AkkaHelper
  24. def metrics: MetricsResponse
    Definition Classes
    UiStateService → StateService
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. def registerNewJob(id: String, plan: Plan[_]): Unit
  29. def runGraph(jobId: String, operationId: OperationId, pollVersion: Option[Long]): Future[RunGraphResponse]
    Definition Classes
    UiStateService → StateService
  30. def settings: SettingsResponse
    Definition Classes
    UiStateService → StateService
  31. def startJob(id: String): Unit
  32. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  33. def toString(): String
    Definition Classes
    AnyRef → Any
  34. def version: VersionResponse
    Definition Classes
    UiStateService → StateService
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  37. 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

Inherited from StateService

Inherited from ComponentBase

Inherited from AkkaHelper

Inherited from Component

Inherited from AnyRef

Inherited from Any

Ungrouped