public class ExecutionVertexID extends AbstractID
SIZE| Constructor and Description |
|---|
ExecutionVertexID() |
| Modifier and Type | Method and Description |
|---|---|
static ExecutionVertexID |
fromManagementVertexID(ManagementVertexID vertexID)
Converts the given management vertex ID into the corresponding execution vertex ID.
|
ManagementVertexID |
toManagementVertexID()
Converts the execution vertex ID into a
management vertex ID.
|
equals, generateRandomLong, hashCode, read, setID, toString, write, write, writeTopublic ManagementVertexID toManagementVertexID()
equals method will return
true when both IDs are compared.public static ExecutionVertexID fromManagementVertexID(ManagementVertexID vertexID)
equals method will return
true when both IDs are compared.vertexID - the management vertex ID to be convertedCopyright © 2014 The Apache Software Foundation. All rights reserved.