| Package | Description |
|---|---|
| org.apache.flink.runtime.profiling |
| 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. |
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.