public class OneInputProcessor<T> extends StreamProcessor<Record<T>,OneInputOperator<T>>
collectors, operator, runtimeContext| Constructor and Description |
|---|
OneInputProcessor(OneInputOperator<T> operator) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
process(Record<T> record) |
loadCheckpoint, open, saveCheckpoint, toStringpublic OneInputProcessor(OneInputOperator<T> operator)
Copyright © 2021. All rights reserved.