| Package | Description |
|---|---|
| org.apache.flink.runtime.execution | |
| org.apache.flink.runtime.jobgraph.tasks | |
| org.apache.flink.runtime.operators | |
| org.apache.flink.runtime.profiling.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
RuntimeEnvironment |
| Modifier and Type | Method and Description |
|---|---|
Environment |
AbstractInvokable.getEnvironment()
Returns the environment of this task.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractInvokable.setEnvironment(Environment environment)
Sets the environment of this task.
|
| Modifier and Type | Method and Description |
|---|---|
protected static void |
RegularPactTask.reportAndClearAccumulators(Environment env,
Map<String,Accumulator<?,?>> accumulators,
ArrayList<ChainedDriver<?,?>> chainedTasks)
This method is called at the end of a task, receiving the accumulators of
the task and the chained tasks.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TaskManagerProfilerImpl.registerMainThreadForCPUProfiling(Environment environment,
Thread thread,
JobVertexID vertexId,
int subtask,
ExecutionAttemptID executionID) |
void |
TaskManagerProfilerImpl.registerUserThreadForCPUProfiling(Environment environment,
Thread userThread) |
void |
TaskManagerProfilerImpl.unregisterMainThreadFromCPUProfiling(Environment environment,
Thread thread) |
void |
TaskManagerProfilerImpl.unregisterUserThreadFromCPUProfiling(Environment environment,
Thread userThread) |
Copyright © 2015 The Apache Software Foundation. All rights reserved.