| Package | Description |
|---|---|
| org.apache.flink.runtime.jobmanager | |
| org.apache.flink.runtime.profiling | |
| org.apache.flink.runtime.profiling.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
EventCollector
The event collector collects events which occurred during the execution of a job and prepares them
for being fetched by a client.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JobManagerProfiler.registerForProfilingData(JobID jobID,
ProfilingListener profilingListener)
Registers the given
ProfilingListener object to receive
profiling data for the job with the given job ID. |
void |
JobManagerProfiler.unregisterFromProfilingData(JobID jobID,
ProfilingListener profilingListener)
Unregisters the given
ProfilingListener object from receiving
profiling data issued by the job manager's profiling component. |
| Modifier and Type | Method and Description |
|---|---|
void |
JobManagerProfilerImpl.registerForProfilingData(JobID jobID,
ProfilingListener profilingListener) |
void |
JobManagerProfilerImpl.unregisterFromProfilingData(JobID jobID,
ProfilingListener profilingListener) |
Copyright © 2015 The Apache Software Foundation. All rights reserved.