@Experimental
public interface Collector<OUT>
void collect(OUT record)
record - to be collected.void collectAndOverwriteTimestamp(OUT record, long timestamp)
record - to be collected.timestamp - of the processed data.Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.