public interface Processor<T> extends Serializable
| 限定符和类型 | 方法和说明 |
|---|---|
void |
close() |
void |
loadCheckpoint(Serializable checkpointObject)
See
Function.loadCheckpoint(Serializable). |
void |
open(List<io.ray.streaming.api.collector.Collector> collectors,
io.ray.streaming.api.context.RuntimeContext runtimeContext) |
void |
process(T t) |
Serializable |
saveCheckpoint()
See
Function.saveCheckpoint(). |
void open(List<io.ray.streaming.api.collector.Collector> collectors, io.ray.streaming.api.context.RuntimeContext runtimeContext)
void process(T t)
Serializable saveCheckpoint()
Function.saveCheckpoint().void loadCheckpoint(Serializable checkpointObject)
Function.loadCheckpoint(Serializable).void close()
Copyright © 2021. All rights reserved.