@InterfaceAudience.Public
@InterfaceStability.Unstable
public interface EdgeManagerPluginContext
EdgeManagerPlugin
s
This interface is not supposed to be implemented by usersModifier and Type | Method and Description |
---|---|
String |
getDestinationVertexName()
Returns the destination vertex name
|
int |
getDestinationVertexNumTasks()
Returns the number of tasks in the destination vertex
|
String |
getSourceVertexName()
Returns the source vertex name
|
int |
getSourceVertexNumTasks()
Returns the number of tasks in the source vertex
|
UserPayload |
getUserPayload()
Returns the payload specified by the user for the edge.
|
UserPayload getUserPayload()
UserPayload
specified by the userString getSourceVertexName()
String getDestinationVertexName()
int getSourceVertexNumTasks()
int getDestinationVertexNumTasks()
Copyright © 2015 Apache Software Foundation. All rights reserved.