public interface TaskManagerProfiler
| Modifier and Type | Method and Description |
|---|---|
void |
registerExecutionListener(Task task,
Configuration jobConfiguration)
Registers an
ExecutionListener object for profiling. |
void |
shutdown()
Shuts done the task manager's profiling component
and stops all its internal processes.
|
void |
unregisterExecutionListener(ExecutionVertexID id)
Unregisters all previously register
ExecutionListener objects for
the vertex identified by the given ID. |
void registerExecutionListener(Task task, Configuration jobConfiguration)
ExecutionListener object for profiling.task - task to be register a profiling listener forjobConfiguration - the job configuration sent with the taskvoid unregisterExecutionListener(ExecutionVertexID id)
ExecutionListener objects for
the vertex identified by the given ID.id - the ID of the vertex to unregister the ExecutionListener objects forvoid shutdown()
Copyright © 2014 The Apache Software Foundation. All rights reserved.