T
- the element type@Experimental public static class DataStream.Collector<T> extends Object
DataStream.collectAsync(Collector)
.Constructor and Description |
---|
Collector() |
Modifier and Type | Method and Description |
---|---|
CloseableIterator<T> |
getOutput()
Returns an iterator over the collected elements.
|
public CloseableIterator<T> getOutput()
This method will always return the same iterator instance.
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.