Class CollectResultFetcher<T>

java.lang.Object
org.apache.flink.streaming.api.operators.collect.CollectResultFetcher<T>

public class CollectResultFetcher<T> extends Object
A fetcher which fetches query results from sink and provides exactly-once semantics.
  • Constructor Details

  • Method Details

    • setJobClient

      public void setJobClient(org.apache.flink.core.execution.JobClient jobClient)
    • next

      public T next() throws IOException
      Throws:
      IOException
    • close

      public void close()