public interface Processor<T> extends Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
loadCheckpoint(Serializable checkpointObject)
|
void |
open(List<Collector> collectors,
RuntimeContext runtimeContext) |
void |
process(T t) |
Serializable |
saveCheckpoint()
|
void open(List<Collector> collectors, RuntimeContext runtimeContext)
void process(T t)
Serializable saveCheckpoint()
void loadCheckpoint(Serializable checkpointObject)
void close()
Copyright © 2021. All rights reserved.