public interface VertexAssignmentListener
VertexAssignmentListener interface can register for notifications about changes in
the assignment of an ExecutionVertex to an AllocatedResource.| Modifier and Type | Method and Description |
|---|---|
void |
vertexAssignmentChanged(ExecutionVertexID id,
AllocatedResource newAllocatedResource)
Called when an
ExecutionVertex has been assigned to an AllocatedResource. |
void vertexAssignmentChanged(ExecutionVertexID id, AllocatedResource newAllocatedResource)
ExecutionVertex has been assigned to an AllocatedResource.id - the ID of the vertex which has been reassignednewAllocatedResource - the allocated resource the vertex is now assigned toCopyright © 2014 The Apache Software Foundation. All rights reserved.