Package org.apache.flink.streaming.api.operators.collect
package org.apache.flink.streaming.api.operators.collect
-
ClassesClassDescriptionA buffer which encapsulates the logic of dealing with the response from the
CollectSinkFunction.A buffer which encapsulates the logic of dealing with the response from theCollectSinkFunction.A pair of anIteratorto receive results from a streaming application and aJobClientto interact with the program.ACoordinationRequestfrom the client indicating that it wants a new batch of query results.ACoordinationResponsefrom the coordinator containing the required batch or new results and other necessary information in serialized form.A fetcher which fetches query results from sink and provides exactly-once semantics.An iterator which iterates through the results of a query job.AnOperatorEventthat passes the socket server address in the sink to the coordinator.A sink function that collects query results and sends them back to the client.AStreamSinkthat collects query results and sends them back to the client.Provider forCollectSinkOperatorCoordinator.The Factory class forCollectSinkOperator.ADataStreamSinkwhich is used to collect results of a data stream.A buffer which encapsulates the logic of dealing with the response from theCollectSinkFunction.