@InterfaceAudience.Public
@InterfaceStability.Unstable
public interface EdgeManagerPluginContext
EdgeManagerPlugins
 This interface is not supposed to be implemented by users| Modifier 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 © 2016 Apache Software Foundation. All rights reserved.