class UiStateService extends ComponentBase with StateService
- Annotations
- @Singleton()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- UiStateService
- StateService
- ComponentBase
- AkkaHelper
- Component
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
UiStateService(executor: Executor, metricsService: Metrics)(implicit akkaRuntime: AkkaRuntime)
- Annotations
- @Inject()
Type Members
- case class JobInfo(header: JobHeader, operations: Seq[OperationId]) extends Product with Serializable
- case class JobOperationId(jobId: String, opId: OperationId) extends Product with Serializable
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
def
actorSystem: ActorSystem
- Attributes
- protected
- Definition Classes
- AkkaHelper
-
def
addShutdownHook(f: ⇒ Future[_]): Unit
- Attributes
- protected
- Definition Classes
- ComponentBase
-
implicit
val
akkaRuntime: AkkaRuntime
- Attributes
- protected
- Definition Classes
- ComponentBase → Component
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clock: Clock
- Attributes
- protected
- Definition Classes
- AkkaHelper
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
def
config: Config
- Attributes
- protected
- Definition Classes
- AkkaHelper
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
executingCoordinatedOperation[T](jobId: String, coordinates: List[Int])(f: ⇒ Future[T]): Future[T]
Track the execution of an operation identified by coordinates
-
def
executingNamedOperation[T](jobId: String, opId: String)(f: ⇒ Future[T]): Future[T]
Track the execution of an named operation
-
implicit
def
executionContext: ExecutionContext
- Attributes
- protected
- Definition Classes
- AkkaHelper
- def finishJob(id: String, error: Option[String] = None): Unit
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
job(id: String, pollVersion: Option[Long]): Future[JobResponse]
- Definition Classes
- UiStateService → StateService
-
def
jobs(pollVersion: Option[Long]): Future[JobsResponse]
- Definition Classes
- UiStateService → StateService
-
final
val
logger: Logger
- Attributes
- protected
- Definition Classes
- ComponentBase
-
implicit
def
materializer: Materializer
- Attributes
- protected
- Definition Classes
- AkkaHelper
-
def
metrics: MetricsResponse
- Definition Classes
- UiStateService → StateService
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def registerNewJob(id: String, plan: Plan[_]): Unit
-
def
runGraph(jobId: String, operationId: OperationId, pollVersion: Option[Long]): Future[RunGraphResponse]
- Definition Classes
- UiStateService → StateService
-
def
settings: SettingsResponse
- Definition Classes
- UiStateService → StateService
- def startJob(id: String): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
version: VersionResponse
- Definition Classes
- UiStateService → StateService
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )