IN - The type of the input.@PublicEvolving
public abstract class BroadcastStateBootstrapFunction<IN>
extends org.apache.flink.api.common.functions.AbstractRichFunction
| Modifier and Type | Class and Description |
|---|---|
static interface |
BroadcastStateBootstrapFunction.Context
Context that
BroadcastStateBootstrapFunction's can use for getting additional data
about an input record. |
| Constructor and Description |
|---|
BroadcastStateBootstrapFunction() |
| Modifier and Type | Method and Description |
|---|---|
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–2021 The Apache Software Foundation. All rights reserved.