Class CollectCoordinationRequest

java.lang.Object
org.apache.flink.streaming.api.operators.collect.CollectCoordinationRequest
All Implemented Interfaces:
Serializable, CoordinationRequest

public class CollectCoordinationRequest extends Object implements CoordinationRequest
A CoordinationRequest from the client indicating that it wants a new batch of query results.

For an explanation of this communication protocol, see Java docs in CollectSinkFunction.

See Also:
  • Constructor Details

    • CollectCoordinationRequest

      public CollectCoordinationRequest(String version, long offset)
    • CollectCoordinationRequest

      public CollectCoordinationRequest(org.apache.flink.core.memory.DataInputView inView) throws IOException
      Throws:
      IOException
  • Method Details

    • getVersion

      public String getVersion()
    • getOffset

      public long getOffset()
    • serialize

      public void serialize(org.apache.flink.core.memory.DataOutputView outView) throws IOException
      Throws:
      IOException