| Package | Description |
|---|---|
| org.apache.flink.runtime.profiling | |
| org.apache.flink.runtime.profiling.impl | |
| org.apache.flink.runtime.taskmanager |
| Modifier and Type | Method and Description |
|---|---|
static TaskManagerProfiler |
ProfilingUtils.loadTaskManagerProfiler(String profilerClassName,
InetAddress jobManagerAddress,
InstanceConnectionInfo instanceConnectionInfo)
Creates an instance of the task manager's profiling component.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TaskManagerProfilerImpl |
| Modifier and Type | Method and Description |
|---|---|
void |
Task.registerProfiler(TaskManagerProfiler taskManagerProfiler,
Configuration jobConfiguration)
Registers the task manager profiler with the task.
|
void |
Task.unregisterProfiler(TaskManagerProfiler taskManagerProfiler)
Unregisters the task from the task manager profiler.
|
Copyright © 2014 The Apache Software Foundation. All rights reserved.