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