Class Watch.Growth.PollFn<InputT,OutputT>

java.lang.Object
org.apache.beam.sdk.transforms.Watch.Growth.PollFn<InputT,OutputT>
All Implemented Interfaces:
Serializable, Contextful.Fn<InputT,Watch.Growth.PollResult<OutputT>>
Enclosing class:
Watch.Growth<InputT,OutputT,KeyT>

public abstract static class Watch.Growth.PollFn<InputT,OutputT> extends Object implements Contextful.Fn<InputT,Watch.Growth.PollResult<OutputT>>
A function that computes the current set of outputs for the given input, in the form of a Watch.Growth.PollResult.
See Also:
  • Constructor Details

    • PollFn

      public PollFn()