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
ACoordinationRequestfrom 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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CollectCoordinationRequest(String version, long offset)CollectCoordinationRequest(org.apache.flink.core.memory.DataInputView inView)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetOffset()StringgetVersion()voidserialize(org.apache.flink.core.memory.DataOutputView outView)
-
-
-
Constructor Detail
-
CollectCoordinationRequest
public CollectCoordinationRequest(String version, long offset)
-
CollectCoordinationRequest
public CollectCoordinationRequest(org.apache.flink.core.memory.DataInputView inView) throws IOException- Throws:
IOException
-
-
Method Detail
-
getVersion
public String getVersion()
-
getOffset
public long getOffset()
-
serialize
public void serialize(org.apache.flink.core.memory.DataOutputView outView) throws IOException- Throws:
IOException
-
-