object OperationUtils

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. OperationUtils
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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 clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  9. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def runAddJarOperation(addJarOperation: AddJarOperation, executor: Executor, sessionId: String): ResultSet

    Runs a AddJarOperation with the executor.

    Runs a AddJarOperation with the executor. Currently only jars on local filesystem are supported.

    addJarOperation

    Add-jar operation.

    executor

    A gateway for communicating with Flink and other external systems.

    sessionId

    Id of the session.

    returns

    A ResultSet of AddJarOperation execution.

  15. def runRemoveJarOperation(removeJarOperation: RemoveJarOperation, executor: Executor, sessionId: String): ResultSet

    Runs a RemoveJarOperation with the executor.

    Runs a RemoveJarOperation with the executor. Only jars added by AddJarOperation could be removed.

    removeJarOperation

    Remove-jar operation.

    executor

    A gateway for communicating with Flink and other external systems.

    sessionId

    Id of the session.

    returns

    A ResultSet of RemoveJarOperation execution.

  16. def runResetOperation(resetOperation: ResetOperation, executor: Executor, sessionId: String): ResultSet

    Runs a ResetOperation with executor.

    Runs a ResetOperation with executor. Returns when ResetOperation is executed successfully.

    resetOperation

    Reset operation.

    executor

    A gateway for communicating with Flink and other external systems.

    sessionId

    Id of the session.

    returns

    A ResultSet of ResetOperation execution.

  17. def runSetOperation(setOperation: SetOperation, executor: Executor, sessionId: String): ResultSet

    Runs a SetOperation with executor.

    Runs a SetOperation with executor. Returns when SetOperation is executed successfully.

    setOperation

    Set operation.

    executor

    A gateway for communicating with Flink and other external systems.

    sessionId

    Id of the session.

    returns

    A ResultSet of SetOperation execution.

  18. def runShowJarOperation(showJarsOperation: ShowJarsOperation, executor: Executor, sessionId: String): ResultSet

    Runs a ShowJarsOperation with the executor.

    Runs a ShowJarsOperation with the executor. Returns the jars of the current session.

    showJarsOperation

    Show-jar operation.

    executor

    A gateway for communicating with Flink and other external systems.

    sessionId

    Id of the session.

    returns

    A ResultSet of ShowJarsOperation execution.

  19. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  20. def toString(): String
    Definition Classes
    AnyRef → Any
  21. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  23. 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

Inherited from AnyRef

Inherited from Any

Ungrouped