public abstract class KeyedStateFunction<K,S extends org.apache.flink.api.common.state.State> extends Object
This functionality is only available through the
BroadcastConnectedStream.process(final KeyedBroadcastProcessFunction function)
.
Constructor and Description |
---|
KeyedStateFunction() |
Modifier and Type | Method and Description |
---|---|
abstract void |
process(K key,
S state)
The actual method to be applied on each of the states.
|
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.