@Internal public class PythonOperatorUtils extends Object
| Constructor and Description |
|---|
PythonOperatorUtils() |
| Modifier and Type | Method and Description |
|---|---|
static <K> boolean |
inBatchExecutionMode(org.apache.flink.runtime.state.KeyedStateBackend<K> stateBackend) |
static <K> void |
setCurrentKeyForStreaming(org.apache.flink.runtime.state.KeyedStateBackend<K> stateBackend,
K currentKey)
Set the current key for streaming operator.
|
public static <K> void setCurrentKeyForStreaming(org.apache.flink.runtime.state.KeyedStateBackend<K> stateBackend,
K currentKey)
public static <K> boolean inBatchExecutionMode(org.apache.flink.runtime.state.KeyedStateBackend<K> stateBackend)
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.