Uses of Class
org.apache.flink.streaming.api.operators.collect.CollectCoordinationResponse
-
Packages that use CollectCoordinationResponse Package Description org.apache.flink.streaming.api.operators.collect -
-
Uses of CollectCoordinationResponse in org.apache.flink.streaming.api.operators.collect
Methods in org.apache.flink.streaming.api.operators.collect that return types with arguments of type CollectCoordinationResponse Modifier and Type Method Description static org.apache.flink.api.java.tuple.Tuple2<Long,CollectCoordinationResponse>CollectSinkFunction. deserializeAccumulatorResult(byte[] serializedAccResults)Methods in org.apache.flink.streaming.api.operators.collect with parameters of type CollectCoordinationResponse Modifier and Type Method Description voidAbstractCollectResultBuffer. dealWithResponse(CollectCoordinationResponse response, long responseOffset)
-