@InterfaceAudience.Public @InterfaceStability.Unstable public class VertexStateUpdate extends Object
Constructor and Description |
---|
VertexStateUpdate(String vertexName,
VertexState vertexState) |
Modifier and Type | Method and Description |
---|---|
String |
getVertexName()
Get the name of the vertex for which the state has changed
|
VertexState |
getVertexState()
Get the updated state
|
String |
toString() |
public VertexStateUpdate(String vertexName, VertexState vertexState)
public String getVertexName()
public VertexState getVertexState()
Copyright © 2015 Apache Software Foundation. All rights reserved.