| Package | Description |
|---|---|
| org.apache.flink.runtime.event.job | |
| org.apache.flink.runtime.profiling.types |
| Modifier and Type | Class and Description |
|---|---|
class |
ExecutionStateChangeEvent
An
ExecutionStateChangeEvent can be used to notify other objects about an execution state change of a vertex. |
class |
RecentJobEvent
A
RecentJobEvent provides a summary of a job which is either currently running or has been running recently. |
class |
VertexAssignmentEvent
A
VertexAssignmentEvent can be used to notify other objects about changes in the assignment of vertices to
instances. |
| Modifier and Type | Class and Description |
|---|---|
class |
InputGateProfilingEvent
Input gate profiling events are a special subclass of vertex profiling events.
|
class |
InstanceProfilingEvent
Instance profiling events are a special subclass of profiling events.
|
class |
InstanceSummaryProfilingEvent
Instance summary profiling events summarize the profiling events of all instances involved in computing a Nephele
job.
|
class |
OutputGateProfilingEvent
Output gate profiling events are a special subclass of vertex profiling events.
|
class |
ProfilingEvent
A profiling event is a special type of event.
|
class |
SingleInstanceProfilingEvent
A single instance profiling event encapsulates profiling information for one particular instance.
|
class |
ThreadProfilingEvent
Through this interface it is possible to access profiling data about the CPU utilization
of the corresponding execution thread during its execution.
|
class |
VertexProfilingEvent
This interface is a base interface for profiling data which
pertains to the execution of tasks.
|
Copyright © 2014 The Apache Software Foundation. All rights reserved.