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