public abstract class WindowFn.AssignContext
extends java.lang.Object
WindowFn.assignWindows(org.apache.beam.sdk.transforms.windowing.WindowFn<T, W>.AssignContext)
.Constructor and Description |
---|
AssignContext() |
Modifier and Type | Method and Description |
---|---|
abstract T |
element()
Returns the current element.
|
abstract Instant |
timestamp()
Returns the timestamp of the current element.
|
abstract BoundedWindow |
window()
Returns the window of the current element prior to this
WindowFn being called. |
public abstract T element()
public abstract Instant timestamp()
public abstract BoundedWindow window()
WindowFn
being called.