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