case class EmptySource(returnType: TypingResult) extends StandardFlinkSource[Any] with ReturningType with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- EmptySource
- Serializable
- Product
- Equals
- ReturningType
- StandardFlinkSource
- ExplicitUidInOperatorsSupport
- CustomizableTimestampWatermarkHandlerSource
- CustomizableContextInitializerSource
- FlinkSource
- Source
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new EmptySource(returnType: TypingResult)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- def contextInitializer: ContextInitializer[Any]
- Definition Classes
- CustomizableContextInitializerSource
- final def contextStream(env: StreamExecutionEnvironment, flinkNodeContext: FlinkCustomNodeContext): DataStream[Context]
- Definition Classes
- StandardFlinkSource → FlinkSource
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def explicitUidInStatefulOperators(nodeCtx: FlinkCustomNodeContext): Boolean
- Attributes
- protected
- Definition Classes
- ExplicitUidInOperatorsSupport
- Annotations
- @Public()
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val returnType: TypingResult
- Definition Classes
- EmptySource → ReturningType
- def setUidToNodeIdIfNeed[T](nodeCtx: FlinkCustomNodeContext, stream: SingleOutputStreamOperator[T]): SingleOutputStreamOperator[T]
- Attributes
- protected
- Definition Classes
- ExplicitUidInOperatorsSupport
- def setUidToNodeIdIfNeed[T](nodeCtx: FlinkCustomNodeContext, stream: DataStreamSink[T]): DataStreamSink[T]
- Attributes
- protected
- Definition Classes
- ExplicitUidInOperatorsSupport
- def setUidToNodeIdIfNeed[T](nodeCtx: FlinkCustomNodeContext, stream: DataStream[T]): DataStream[T]
- Attributes
- protected
- Definition Classes
- ExplicitUidInOperatorsSupport
- def sourceStream(env: StreamExecutionEnvironment, flinkNodeContext: FlinkCustomNodeContext): DataStreamSource[Any]
- Definition Classes
- EmptySource → StandardFlinkSource
- Annotations
- @silent("deprecated")
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def timestampAssigner: Option[TimestampWatermarkHandler[Any]]
- Definition Classes
- CustomizableTimestampWatermarkHandlerSource
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)