public abstract class WindowFn.AssignContext extends Object
WindowFn.assignWindows(com.google.cloud.dataflow.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 org.joda.time.Instant |
timestamp()
Returns the timestamp of the current element.
|
abstract Collection<? extends BoundedWindow> |
windows()
Returns the windows the current element was in, prior to this
WindowFn being called. |
public abstract T element()
public abstract org.joda.time.Instant timestamp()
public abstract Collection<? extends BoundedWindow> windows()
WindowFn being called.