| Package | Description |
|---|---|
| org.apache.flink.runtime.managementgraph |
| Modifier and Type | Method and Description |
|---|---|
static ManagementGroupVertexID |
ManagementGroupVertexID.fromHexString(String hexString)
Constructs a new job ID and initializes it with the given bytes.
|
ManagementGroupVertexID |
ManagementGroupVertex.getID()
Returns the ID of this management group vertex.
|
| Modifier and Type | Method and Description |
|---|---|
ManagementGroupVertex |
ManagementGraph.getGroupVertexByID(ManagementGroupVertexID id)
Returns the group vertex with the given ID from the graph's internal group vertex map.
|
| Constructor and Description |
|---|
ManagementGroupVertex(ManagementStage stage,
ManagementGroupVertexID id,
String name)
Constructs a new management group vertex.
|
Copyright © 2014 The Apache Software Foundation. All rights reserved.