org.apache.tez.dag.api
Interface EdgeManagerContext


public interface EdgeManagerContext

Context information provided to Edge plugins on initialization.


Method Summary
 String getDestVertexName()
          Returns the destination vertex name
 String getSrcVertexName()
          Returns the source vertex name
 byte[] getUserPayload()
          Returns the byte payload specified by the user for the edge.
 

Method Detail

getUserPayload

byte[] getUserPayload()
Returns the byte payload specified by the user for the edge.

Returns:
the byte payload specified by the user

getSrcVertexName

String getSrcVertexName()
Returns the source vertex name

Returns:
the source vertex name

getDestVertexName

String getDestVertexName()
Returns the destination vertex name

Returns:
the destination vertex name


Copyright © 2014 Apache Software Foundation. All rights reserved.