Package | Description |
---|---|
org.apache.giraph.jython |
Jython integration.
|
org.apache.giraph.jython.factories |
Jython factories.
|
Modifier and Type | Field and Description |
---|---|
static JythonOptions.JythonGraphTypeOptions |
JythonOptions.JYTHON_EDGE_VALUE
edge value options
|
static JythonOptions.JythonGraphTypeOptions |
JythonOptions.JYTHON_OUT_MSG_VALUE
outgonig message value options
|
static JythonOptions.JythonGraphTypeOptions |
JythonOptions.JYTHON_VERTEX_ID
vertex id options
|
static JythonOptions.JythonGraphTypeOptions |
JythonOptions.JYTHON_VERTEX_VALUE
vertex value options
|
Modifier and Type | Method and Description |
---|---|
JythonOptions.JythonGraphTypeOptions |
JythonEdgeValueFactory.getOptions() |
JythonOptions.JythonGraphTypeOptions |
JythonOutgoingMessageValueFactory.getOptions() |
JythonOptions.JythonGraphTypeOptions |
JythonVertexIdFactory.getOptions() |
abstract JythonOptions.JythonGraphTypeOptions |
JythonFactoryBase.getOptions()
Get the options associated with this graph type
|
JythonOptions.JythonGraphTypeOptions |
JythonVertexValueFactory.getOptions() |
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.