Packages

c

pl.touk.nussknacker.engine.testing

DeploymentManagerStub

class DeploymentManagerStub extends DeploymentManager

Linear Supertypes
DeploymentManager, AutoCloseable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DeploymentManagerStub
  2. DeploymentManager
  3. AutoCloseable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DeploymentManagerStub()

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(name: ProcessName, user: User): Future[Unit]
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  7. def close(): Unit
    Definition Classes
    DeploymentManagerStub → AutoCloseable
  8. def customActions: List[CustomAction]
  9. def deploy(processVersion: ProcessVersion, deploymentData: DeploymentData, canonicalProcess: CanonicalProcess, savepointPath: Option[String]): Future[Option[ExternalDeploymentId]]

    We assume that validate was already called and was successful

    We assume that validate was already called and was successful

    Definition Classes
    DeploymentManagerStubDeploymentManager
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def findJobStatus(name: ProcessName): Future[Option[ProcessState]]
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def invokeCustomAction(actionRequest: CustomActionRequest, canonicalProcess: CanonicalProcess): Future[Either[CustomActionError, CustomActionResult]]
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. def processStateDefinitionManager: ProcessStateDefinitionManager
  21. def savepoint(name: ProcessName, savepointDir: Option[String]): Future[SavepointResult]
  22. def stop(name: ProcessName, savepointDir: Option[String], user: User): Future[SavepointResult]
  23. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  24. def test[T](name: ProcessName, canonicalProcess: CanonicalProcess, testData: TestData, variableEncoder: (Any) ⇒ T): Future[TestResults[T]]
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. def validate(processVersion: ProcessVersion, deploymentData: DeploymentData, canonicalProcess: CanonicalProcess): Future[Unit]

    This method is invoked separately before deploy, to be able to give user quick feedback, as deploy (e.g.

    This method is invoked separately before deploy, to be able to give user quick feedback, as deploy (e.g. on Flink) may take long time

    Definition Classes
    DeploymentManagerStubDeploymentManager
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  29. 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 DeploymentManager

Inherited from AutoCloseable

Inherited from AnyRef

Inherited from Any

Ungrouped