case object MonitorEmptySink extends EmptySink with Serializable with Product

Linear Supertypes
Product, Equals, EmptySink, BasicFlinkSink, ExplicitUidInOperatorsSupport, FlinkSink, Serializable, Sink, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MonitorEmptySink
  2. Product
  3. Equals
  4. EmptySink
  5. BasicFlinkSink
  6. ExplicitUidInOperatorsSupport
  7. FlinkSink
  8. Serializable
  9. Sink
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type Value = AnyRef
    Definition Classes
    EmptySink → FlinkSink

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 clear(): Unit
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. def explicitUidInStatefulOperators(nodeCtx: FlinkCustomNodeContext): Boolean
    Attributes
    protected
    Definition Classes
    ExplicitUidInOperatorsSupport
    Annotations
    @Public()
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  11. val invocationsCount: AtomicInteger
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  16. def prepareTestValueFunction: (Value) => AnyRef
    Definition Classes
    FlinkSink
  17. def prepareValue(dataStream: DataStream[Context], flinkCustomNodeContext: FlinkCustomNodeContext): DataStream[ValueWithContext[Value]]
    Definition Classes
    BasicFlinkSink → FlinkSink
  18. def productElementName(n: Int): String
    Definition Classes
    Product
  19. def productElementNames: Iterator[String]
    Definition Classes
    Product
  20. def registerSink(dataStream: DataStream[ValueWithContext[Value]], flinkNodeContext: FlinkCustomNodeContext): DataStreamSink[_]
    Definition Classes
    BasicFlinkSink → FlinkSink
  21. def setUidToNodeIdIfNeed[T](nodeCtx: FlinkCustomNodeContext, stream: SingleOutputStreamOperator[T]): SingleOutputStreamOperator[T]
    Attributes
    protected
    Definition Classes
    ExplicitUidInOperatorsSupport
  22. def setUidToNodeIdIfNeed[T](nodeCtx: FlinkCustomNodeContext, stream: DataStreamSink[T]): DataStreamSink[T]
    Attributes
    protected
    Definition Classes
    ExplicitUidInOperatorsSupport
  23. def setUidToNodeIdIfNeed[T](nodeCtx: FlinkCustomNodeContext, stream: DataStream[T]): DataStream[T]
    Attributes
    protected
    Definition Classes
    ExplicitUidInOperatorsSupport
  24. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  25. def toFlinkFunction(flinkNodeContext: FlinkCustomNodeContext): SinkFunction[AnyRef]
    Definition Classes
    EmptySink → BasicFlinkSink
  26. def typeResult: TypingResult
    Definition Classes
    BasicFlinkSink
  27. def valueFunction(helper: FlinkLazyParameterFunctionHelper): FlatMapFunction[Context, ValueWithContext[AnyRef]]
    Definition Classes
    MonitorEmptySink → EmptySink → BasicFlinkSink
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

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 Product

Inherited from Equals

Inherited from EmptySink

Inherited from BasicFlinkSink

Inherited from ExplicitUidInOperatorsSupport

Inherited from FlinkSink

Inherited from Serializable

Inherited from Sink

Inherited from AnyRef

Inherited from Any

Ungrouped