final class ScalaWindowFunctionWrapper[IN, OUT, KEY, W <: Window] extends WrappingFunction[WindowFunction[IN, OUT, KEY, W]] with flink.streaming.api.functions.windowing.WindowFunction[IN, OUT, KEY, W] with RichFunction
A wrapper function that exposes a Scala WindowFunction as a JavaWindow function.
The Scala and Java Window functions differ in their type of "Iterable":
- Scala WindowFunction: scala.Iterable
- Java WindowFunction: java.lang.Iterable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ScalaWindowFunctionWrapper
- WindowFunction
- WrappingFunction
- AbstractRichFunction
- RichFunction
- Function
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ScalaWindowFunctionWrapper(func: WindowFunction[IN, OUT, KEY, W])
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
-
def
apply(key: KEY, window: W, input: Iterable[IN], out: Collector[OUT]): Unit
- Definition Classes
- ScalaWindowFunctionWrapper → WindowFunction
- Annotations
- @throws( classOf[Exception] )
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
def
close(): Unit
- Definition Classes
- WrappingFunction → AbstractRichFunction → RichFunction
- Annotations
- @throws( classOf[java.lang.Exception] )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
getIterationRuntimeContext(): IterationRuntimeContext
- Definition Classes
- ScalaWindowFunctionWrapper → AbstractRichFunction → RichFunction
-
def
getRuntimeContext(): RuntimeContext
- Definition Classes
- ScalaWindowFunctionWrapper → AbstractRichFunction → RichFunction
-
def
getWrappedFunction(): WindowFunction[IN, OUT, KEY, W]
- Definition Classes
- WrappingFunction
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
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
open(arg0: Configuration): Unit
- Definition Classes
- WrappingFunction → AbstractRichFunction → RichFunction
- Annotations
- @throws( classOf[java.lang.Exception] )
-
def
setRuntimeContext(arg0: RuntimeContext): Unit
- Definition Classes
- WrappingFunction → AbstractRichFunction → RichFunction
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated