V
- Vertex Valuepublic class JythonVertexValueFactory<V extends org.apache.hadoop.io.Writable> extends JythonFactoryBase<V> implements VertexValueFactory<V>
VertexValueFactory
that creates
vertex IDs which are Jython classes.Constructor and Description |
---|
JythonVertexValueFactory() |
Modifier and Type | Method and Description |
---|---|
JythonOptions.JythonGraphTypeOptions |
getOptions()
Get the options associated with this graph type
|
V |
newInstance()
Create a new value.
|
getGraphType, jythonClassNameOption, newJythonClassInstance, setConf, useThisFactory, writableValueClass
public JythonOptions.JythonGraphTypeOptions getOptions()
JythonFactoryBase
getOptions
in class JythonFactoryBase<V extends org.apache.hadoop.io.Writable>
public V newInstance()
ValueFactory
newInstance
in interface ValueFactory<V extends org.apache.hadoop.io.Writable>
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.