public static class PageRankWithKryoSimpleWritable.EdgeValue
extends KryoSimpleWritable
Creating a custom edge value class to force kryo to
register with a new ID. Please note that a custom
class containing a float is not
necessary for the page rank application. It is only
used for testing the scenario of kryo encountering an
unregistered custom class.