E - Edge Valuepublic class DefaultEdgeValueFactory<E extends org.apache.hadoop.io.Writable> extends Object implements EdgeValueFactory<E>, GiraphConfigurationSettable
| Constructor and Description | 
|---|
| DefaultEdgeValueFactory() | 
| Modifier and Type | Method and Description | 
|---|---|
| E | 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 E newInstance()
ValueFactorynewInstance in interface ValueFactory<E extends org.apache.hadoop.io.Writable>Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.