public abstract class WindowFn.AssignContext
extends java.lang.Object
WindowFn.assignWindows(com.google.cloud.dataflow.sdk.transforms.windowing.WindowFn<T, W>.AssignContext).| Constructor and Description |
|---|
WindowFn.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 java.util.Collection<? extends BoundedWindow> |
windows()
Returns the windows the current element was in, prior to this
AssignFn being called. |
public abstract T element()
public abstract Instant timestamp()
public abstract java.util.Collection<? extends BoundedWindow> windows()
AssignFn being called.