| Method and Description |
|---|
| org.apache.beam.fn.harness.state.FnApiStateAccessor.bindWatermark(String, StateSpec<WatermarkHoldState>, TimestampCombiner)
The Fn API has no plans to implement WatermarkHoldState as of this writing and is
waiting on resolution of BEAM-2535.
|
| org.apache.beam.fn.harness.BoundedSourceRunner.start()
The runner harness is meant to send the source over the Beam Fn Data API which
would be consumed by the
BoundedSourceRunner.runReadLoop(org.apache.beam.sdk.util.WindowedValue<InputT>). Drop this method once the runner harness
sends the source instead of unpacking it from the data block of the function specification. |