IN - The type of the input.@PublicEvolving
public abstract class BroadcastStateBootstrapFunction<IN>
extends org.apache.flink.api.common.functions.AbstractRichFunction
| 限定符和类型 | 类和说明 |
|---|---|
static interface |
BroadcastStateBootstrapFunction.Context
Context that
BroadcastStateBootstrapFunction's can use for getting additional data about an input
record. |
| 构造器和说明 |
|---|
BroadcastStateBootstrapFunction() |
| 限定符和类型 | 方法和说明 |
|---|---|
abstract void |
processElement(IN value,
BroadcastStateBootstrapFunction.Context ctx)
Writes the given value to operator state.
|
public abstract void processElement(IN value, BroadcastStateBootstrapFunction.Context ctx) throws Exception
value - The input record.Exception - This method may throw exceptions. Throwing an exception will cause the
operation to fail and may trigger recovery.Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.