class FlinkRestManager extends FlinkDeploymentManager with LazyLogging

Linear Supertypes
FlinkDeploymentManager, LazyLogging, DeploymentManager, AutoCloseable, AnyRef, Any
Known Subclasses
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. All

Instance Constructors

  1. new FlinkRestManager(config: FlinkConfig, modelData: BaseModelData, mainClassName: String)(implicit ec: ExecutionContext, backend: SttpBackend[Future, Nothing, NothingT])

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 cancel(deploymentId: ExternalDeploymentId): Future[Unit]
    Attributes
    protected
    Definition Classes
    FlinkRestManagerFlinkDeploymentManager
  6. def cancel(processName: ProcessName, user: User): Future[Unit]
    Definition Classes
    FlinkRestManager → DeploymentManager
  7. def checkDuringDeployForNotRunningJob(s: JobStatus): Boolean
    Attributes
    protected
  8. def checkRequiredSlotsExceedAvailableSlots(canonicalProcess: CanonicalProcess, currentlyDeployedJobId: Option[ExternalDeploymentId]): Future[Unit]
    Attributes
    protected
    Definition Classes
    FlinkRestManagerFlinkDeploymentManager
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  10. def close(): Unit
    Definition Classes
    FlinkRestManager → AutoCloseable
  11. def customActions: List[CustomAction]
    Definition Classes
    FlinkDeploymentManager → DeploymentManager
  12. def deploy(processVersion: ProcessVersion, deploymentData: DeploymentData, canonicalProcess: CanonicalProcess, savepointPath: Option[String]): Future[Option[ExternalDeploymentId]]
    Definition Classes
    FlinkDeploymentManager → DeploymentManager
  13. def ensureTasksRunning(overview: JobOverview): Boolean
    Attributes
    protected
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  16. def findJobStatus(name: ProcessName): Future[Option[ProcessState]]
    Definition Classes
    FlinkRestManager → DeploymentManager
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. def invokeCustomAction(actionRequest: CustomActionRequest, canonicalProcess: CanonicalProcess): Future[Either[CustomActionError, CustomActionResult]]
    Definition Classes
    FlinkDeploymentManager → DeploymentManager
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def isNotFinished(overview: JobOverview): Boolean
    Attributes
    protected
  22. lazy val jarFile: File
    Attributes
    protected
  23. lazy val logger: Logger
    Attributes
    protected
    Definition Classes
    LazyLogging
    Annotations
    @transient()
  24. def makeSavepoint(deploymentId: ExternalDeploymentId, savepointDir: Option[String]): Future[SavepointResult]
    Attributes
    protected
    Definition Classes
    FlinkRestManagerFlinkDeploymentManager
  25. def mapJobStatus(overview: JobOverview): StateStatus
    Attributes
    protected
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. def processStateDefinitionManager: ProcessStateDefinitionManager
    Definition Classes
    FlinkDeploymentManager → DeploymentManager
  30. def runProgram(processName: ProcessName, mainClass: String, args: List[String], savepointPath: Option[String]): Future[Option[ExternalDeploymentId]]
    Attributes
    protected
    Definition Classes
    FlinkRestManagerFlinkDeploymentManager
  31. def savepoint(processName: ProcessName, savepointDir: Option[String]): Future[SavepointResult]
    Definition Classes
    FlinkDeploymentManager → DeploymentManager
  32. def stop(deploymentId: ExternalDeploymentId, savepointDir: Option[String]): Future[SavepointResult]
    Attributes
    protected
    Definition Classes
    FlinkRestManagerFlinkDeploymentManager
  33. def stop(processName: ProcessName, savepointDir: Option[String], user: User): Future[SavepointResult]
    Definition Classes
    FlinkDeploymentManager → DeploymentManager
  34. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  35. def test[T](processName: ProcessName, canonicalProcess: CanonicalProcess, testData: TestData, variableEncoder: (Any) ⇒ T): Future[TestResults[T]]
    Definition Classes
    FlinkDeploymentManager → DeploymentManager
  36. def toString(): String
    Definition Classes
    AnyRef → Any
  37. def validate(processVersion: ProcessVersion, deploymentData: DeploymentData, canonicalProcess: CanonicalProcess): Future[Unit]
    Definition Classes
    FlinkDeploymentManager → DeploymentManager
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

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

    (Since version ) see corresponding Javadoc for more information.

Inherited from FlinkDeploymentManager

Inherited from LazyLogging

Inherited from DeploymentManager

Inherited from AutoCloseable

Inherited from AnyRef

Inherited from Any

Ungrouped