class FlinkStreamletContextImpl extends FlinkStreamletContext
An implementation of FlinkStreamletContext
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- FlinkStreamletContextImpl
- FlinkStreamletContext
- Serializable
- Serializable
- Product
- Equals
- StreamletContext
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new FlinkStreamletContextImpl(streamletDefinition: StreamletDefinition, env: StreamExecutionEnvironment, config: Config)
Type Members
-
case class
MountedPathUnavailableException extends Exception with Product with Serializable
- Definition Classes
- StreamletContext
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( ... ) @native() @HotSpotIntrinsicCandidate()
-
val
config: Config
- Definition Classes
- FlinkStreamletContextImpl → StreamletContext
-
val
env: StreamExecutionEnvironment
- Definition Classes
- FlinkStreamletContext
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
findTopicForPort(port: StreamletPort): Topic
- Definition Classes
- StreamletContext
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
getMountedPath(volumeMount: VolumeMount): Path
- Definition Classes
- StreamletContext
-
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
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
readStream[In](inlet: CodecInlet[In])(implicit arg0: TypeInformation[In]): DataStream[In]
Returns a
DataStream[In]
from theinlet
to be added as the data source of the computation graphReturns a
DataStream[In]
from theinlet
to be added as the data source of the computation graph- inlet
the inlet port to read from
- returns
the data read as
DataStream[In]
- Definition Classes
- FlinkStreamletContextImpl → FlinkStreamletContext
-
def
runtimeBootstrapServers(topic: Topic): String
- Definition Classes
- StreamletContext
-
final
def
streamletConfig: Config
- Definition Classes
- StreamletContext
-
def
streamletRef: String
- Definition Classes
- StreamletContext
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
writeStream[Out](outlet: CodecOutlet[Out], stream: DataStream[Out])(implicit arg0: TypeInformation[Out]): DataStreamSink[Out]
Adds a sink to the
stream
Adds a sink to the
stream
- outlet
the outlet used to write the result of execution
- stream
stream used to write the result of execution
- returns
the
DataStream
used to write to sink
- Definition Classes
- FlinkStreamletContextImpl → FlinkStreamletContext
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated