public abstract class ReduceFn.ProcessValueContext extends ReduceFn.Context
ReduceFn.processValue(com.google.cloud.dataflow.sdk.util.ReduceFn<K, InputT, OutputT, W>.ProcessValueContext).| Constructor and Description |
|---|
ProcessValueContext() |
| Modifier and Type | Method and Description |
|---|---|
abstract org.joda.time.Instant |
timestamp()
Return the timestamp associated with the value.
|
abstract InputT |
value()
Return the actual value being processed.
|
key, state, timers, window, windowingStrategypublic abstract InputT value()
public abstract org.joda.time.Instant timestamp()