class FlinkRestManager extends FlinkDeploymentManager with LazyLogging

Linear Supertypes
FlinkDeploymentManager, LazyLogging, DeploymentManager, AutoCloseable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FlinkRestManager
  2. FlinkDeploymentManager
  3. LazyLogging
  4. DeploymentManager
  5. AutoCloseable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new FlinkRestManager(client: FlinkClient, config: FlinkConfig, modelData: BaseModelData, dependencies: DeploymentManagerDependencies, mainClassName: String)

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def cancelDeployment(command: DMCancelDeploymentCommand): Future[Unit]
    Attributes
    protected
    Definition Classes
    FlinkRestManagerFlinkDeploymentManager
  6. def cancelFlinkJob(deploymentId: ExternalDeploymentId): Future[Unit]
    Attributes
    protected
    Definition Classes
    FlinkRestManagerFlinkDeploymentManager
  7. def cancelScenario(command: DMCancelScenarioCommand): Future[Unit]
    Attributes
    protected
    Definition Classes
    FlinkRestManagerFlinkDeploymentManager
  8. def checkDuringDeployForNotRunningJob(s: JobStatus): Boolean
    Attributes
    protected
  9. def checkRequiredSlotsExceedAvailableSlots(canonicalProcess: CanonicalProcess, currentlyDeployedJobsIds: List[ExternalDeploymentId]): Future[Unit]
    Attributes
    protected
    Definition Classes
    FlinkRestManagerFlinkDeploymentManager
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  11. def close(): Unit
    Definition Classes
    FlinkRestManager → AutoCloseable
  12. def customActionsDefinitions: List[CustomActionDefinition]
    Definition Classes
    FlinkDeploymentManager → DeploymentManager
  13. val deploymentSynchronisationSupport: DeploymentSynchronisationSupport
    Definition Classes
    FlinkRestManager → DeploymentManager
  14. def ensureTasksRunning(jobStatusCount: BaseJobStatusCounts): Boolean
    Attributes
    protected
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  18. final def getProcessState(idWithName: ProcessIdWithName, lastStateAction: Option[ProcessAction])(implicit freshnessPolicy: DataFreshnessPolicy): Future[WithDataFreshnessStatus[ProcessState]]
    Definition Classes
    DeploymentManager
  19. def getProcessStates(name: ProcessName)(implicit freshnessPolicy: DataFreshnessPolicy): Future[WithDataFreshnessStatus[List[StatusDetails]]]
    Definition Classes
    FlinkRestManager → DeploymentManager
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. lazy val logger: Logger
    Attributes
    protected
    Definition Classes
    LazyLogging
    Annotations
    @transient()
  23. def makeSavepoint(deploymentId: ExternalDeploymentId, savepointDir: Option[String]): Future[SavepointResult]
    Attributes
    protected
    Definition Classes
    FlinkRestManagerFlinkDeploymentManager
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notImplemented: Future[Nothing]
    Attributes
    protected
    Definition Classes
    DeploymentManager
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  28. def processCommand[Result](command: DMScenarioCommand[Result]): Future[Result]
    Definition Classes
    FlinkDeploymentManager → DeploymentManager
  29. def processCustomAction(command: DMCustomActionCommand): Future[CustomActionResult]
    Attributes
    protected
    Definition Classes
    FlinkDeploymentManager
  30. def processStateDefinitionManager: ProcessStateDefinitionManager
    Definition Classes
    FlinkDeploymentManager → DeploymentManager
  31. def resolve(idWithName: ProcessIdWithName, statusDetails: List[StatusDetails], lastStateAction: Option[ProcessAction]): Future[ProcessState]

    Gets status from engine, handles finished state, resolves possible inconsistency with lastAction and formats status using ProcessStateDefinitionManager

    Gets status from engine, handles finished state, resolves possible inconsistency with lastAction and formats status using ProcessStateDefinitionManager

    Definition Classes
    FlinkDeploymentManager → DeploymentManager
  32. def runDeployment(command: DMRunDeploymentCommand): Future[Option[ExternalDeploymentId]]
    Attributes
    protected
    Definition Classes
    FlinkDeploymentManager
  33. def runProgram(processName: ProcessName, mainClass: String, args: List[String], savepointPath: Option[String], deploymentId: Option[DeploymentId]): Future[Option[ExternalDeploymentId]]
    Attributes
    protected
    Definition Classes
    FlinkRestManagerFlinkDeploymentManager
  34. def scenarioActivityHandling: ScenarioActivityHandling
    Definition Classes
    FlinkDeploymentManager → DeploymentManager
  35. def stop(deploymentId: ExternalDeploymentId, savepointDir: Option[String]): Future[SavepointResult]
    Attributes
    protected
    Definition Classes
    FlinkRestManagerFlinkDeploymentManager
  36. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  37. def toDeploymentStatus(jobState: String, jobStatusCounts: BaseJobStatusCounts): DeploymentStatus
    Attributes
    protected
  38. def toString(): String
    Definition Classes
    AnyRef → Any
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. def waitForDuringDeployFinished(processName: ProcessName, deploymentId: ExternalDeploymentId): Future[Unit]
    Attributes
    protected
    Definition Classes
    FlinkRestManagerFlinkDeploymentManager

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from FlinkDeploymentManager

Inherited from LazyLogging

Inherited from DeploymentManager

Inherited from AutoCloseable

Inherited from AnyRef

Inherited from Any

Ungrouped