public interface VertexValueFactory<V extends org.apache.hadoop.io.Writable>
extends ValueFactory<V>
Factory class to create default vertex values.
A user can extend this class in order to customize the creation of new
vertex values when a vertex is created by the infrastructure
(e.g., if edges for a vertex are read).
Method Summary
Methods inherited from interface org.apache.giraph.factories.ValueFactory