V - Vertex valuepublic class DefaultVertexValueFactory<V extends org.apache.hadoop.io.Writable> extends Object implements VertexValueFactory<V>, GiraphConfigurationSettable
VertexValueFactory that simply uses the default
constructor for the vertex value class.| Constructor and Description |
|---|
DefaultVertexValueFactory() |
| Modifier and Type | Method and Description |
|---|---|
V |
newInstance()
Create a new value.
|
void |
setConf(ImmutableClassesGiraphConfiguration conf)
Set the configuration to be used by this object.
|
public void setConf(ImmutableClassesGiraphConfiguration conf)
GiraphConfigurationSettablesetConf in interface GiraphConfigurationSettableconf - Set configurationpublic V newInstance()
ValueFactorynewInstance in interface ValueFactory<V extends org.apache.hadoop.io.Writable>Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.