| Class | Description |
|---|---|
| JythonComputation |
Base class for writing computations in Jython.
|
| JythonGiraphComputation<I extends org.apache.hadoop.io.WritableComparable,V extends org.apache.hadoop.io.Writable,E extends org.apache.hadoop.io.Writable,M1 extends org.apache.hadoop.io.Writable,M2 extends org.apache.hadoop.io.Writable> |
The
Computation class for using
Jython with Giraph. |
| JythonJob |
Holder of Jython job information.
|
| JythonJob.EdgeInput |
Info about edge input
|
| JythonJob.InputBase |
Base class for input information
|
| JythonJob.TypeHolder |
Holds a Java or Jython type.
|
| JythonJob.TypeWithHive |
A type along with its Hive input/output class.
|
| JythonJob.VertexInput |
Info about vertex input
|
| JythonJob.VertexOutput |
Info about vertex output
|
| JythonOptions |
Jython related
Configuration options |
| JythonOptions.JythonGraphTypeOptions |
Options for a graph type
|
| JythonUtils |
Helpers for running jobs with Jython.
|
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.