@Internal public abstract class ListenableCollector<T> extends TableFunctionCollector<T>
Modifier and Type | Class and Description |
---|---|
static interface |
ListenableCollector.CollectListener<T>
An interface can listen on collecting original record.
|
Constructor and Description |
---|
ListenableCollector() |
Modifier and Type | Method and Description |
---|---|
protected Optional<ListenableCollector.CollectListener<T>> |
getCollectListener() |
void |
setCollectListener(ListenableCollector.CollectListener<T> collectListener) |
close, getInput, isCollected, outputResult, reset, setCollector, setInput
getIterationRuntimeContext, getRuntimeContext, open, setRuntimeContext
public void setCollectListener(@Nullable ListenableCollector.CollectListener<T> collectListener)
protected Optional<ListenableCollector.CollectListener<T>> getCollectListener()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.