Class CollectCoordinationRequest
java.lang.Object
org.apache.flink.streaming.api.operators.collect.CollectCoordinationRequest
- All Implemented Interfaces:
Serializable,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 Summary
ConstructorsConstructorDescriptionCollectCoordinationRequest(String version, long offset) CollectCoordinationRequest(org.apache.flink.core.memory.DataInputView inView) -
Method Summary
Modifier and TypeMethodDescriptionlongvoidserialize(org.apache.flink.core.memory.DataOutputView outView)
-
Constructor Details
-
CollectCoordinationRequest
-
CollectCoordinationRequest
public CollectCoordinationRequest(org.apache.flink.core.memory.DataInputView inView) throws IOException - Throws:
IOException
-
-
Method Details
-
getVersion
-
getOffset
public long getOffset() -
serialize
- Throws:
IOException
-