public class StreamingRuntimeContext
extends org.apache.flink.api.common.functions.util.RuntimeUDFContext
RuntimeContext, created by runtime stream UDF
operators.| Constructor and Description |
|---|
StreamingRuntimeContext(String name,
org.apache.flink.runtime.execution.Environment env,
ClassLoader userCodeClassLoader,
org.apache.flink.api.common.ExecutionConfig executionConfig) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.runtime.jobgraph.tasks.InputSplitProvider |
getInputSplitProvider()
Returns the input split provider associated with the operator.
|
org.apache.flink.configuration.Configuration |
getTaskStubParameters()
Returns the stub parameters associated with the
TaskConfig of the
operator. |
clearAllBroadcastVariables, clearBroadcastVariable, getBroadcastVariable, getBroadcastVariableWithInitializer, setBroadcastVariableaddAccumulator, getAccumulator, getAllAccumulators, getDistributedCache, getDoubleCounter, getExecutionConfig, getHistogram, getIndexOfThisSubtask, getIntCounter, getLongCounter, getNumberOfParallelSubtasks, getTaskName, getUserCodeClassLoaderpublic StreamingRuntimeContext(String name, org.apache.flink.runtime.execution.Environment env, ClassLoader userCodeClassLoader, org.apache.flink.api.common.ExecutionConfig executionConfig)
public org.apache.flink.runtime.jobgraph.tasks.InputSplitProvider getInputSplitProvider()
public org.apache.flink.configuration.Configuration getTaskStubParameters()
TaskConfig of the
operator.Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.