I think, BSP and Graph user interfaces should have a clean and well defined interface to collect output. Instead of peer.write(), it'd be nice if there's a way to get output collector "OutputCollector<KEYOUT, VALUEOUT> output;".
On Thu, Feb 9, 2012 at 11:36 AM, Edward J. Yoon <[email protected]> wrote: > Currently, Vertex has no output interface. > > Should we provide some output interface e.g., writeOutput()? > > Or, just write <vertexId, its value> as a defined <K, V> format by > setOutputKeyClass() and setOutputValueClass() automatically? > > -- > Best Regards, Edward J. Yoon > @eddieyoon -- Best Regards, Edward J. Yoon @eddieyoon
