public class CollectCoordinationRequest extends Object implements org.apache.flink.runtime.operators.coordination.CoordinationRequest
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.
| Constructor and Description |
|---|
CollectCoordinationRequest(org.apache.flink.core.memory.DataInputView inView) |
CollectCoordinationRequest(String version,
long offset) |
| Modifier and Type | Method and Description |
|---|---|
long |
getOffset() |
String |
getVersion() |
void |
serialize(org.apache.flink.core.memory.DataOutputView outView) |
public CollectCoordinationRequest(String version, long offset)
public CollectCoordinationRequest(org.apache.flink.core.memory.DataInputView inView)
throws IOException
IOExceptionpublic String getVersion()
public long getOffset()
public void serialize(org.apache.flink.core.memory.DataOutputView outView)
throws IOException
IOExceptionCopyright © 2014–2025 The Apache Software Foundation. All rights reserved.