bamboo.router
Interface RouterCallbackInterface.RouteUpcallCB

Enclosing class:
RouterCallbackInterface

public static interface RouterCallbackInterface.RouteUpcallCB


Method Summary
 void route_upcall(BigInteger src, BigInteger dest, ostore.util.NodeId intermediate_src, long app_id, boolean iter, ostore.util.QuickSerializable payload, Object user_data)
           
 

Method Detail

route_upcall

void route_upcall(BigInteger src,
                  BigInteger dest,
                  ostore.util.NodeId intermediate_src,
                  long app_id,
                  boolean iter,
                  ostore.util.QuickSerializable payload,
                  Object user_data)