K
- the key typeV
- the value typepublic interface StatefulProcessor<K,V>
Modifier and Type | Method and Description |
---|---|
void |
initState(KeyValueState<K,V> keyValueState)
Initialize the state of the processor with the given
KeyValueState . |
void initState(KeyValueState<K,V> keyValueState)
KeyValueState
.keyValueState
- the key-value stateCopyright © 2023 The Apache Software Foundation. All rights reserved.