| Name | Description | Type | Package | Framework |
| AbstractHiveToEdge | | Class | org.apache.giraph.hive.input.edge | Giraph |
|
| AbstractHiveToMapping | | Class | org.apache.giraph.hive.input.mapping | Giraph |
|
| AbstractHiveToVertex | | Class | org.apache.giraph.hive.input.vertex | Giraph |
|
| AbstractVertexToHive | | Class | org.apache.giraph.hive.output | Giraph |
|
| DefaultConfigurableAndTableSchemaAware | Default implementation of HiveTableSchemaAware and ImmutableClassesGiraphConfigurable | Class | org.apache.giraph.hive.common | Giraph |
|
| GiraphHiveConstants | | Class | org.apache.giraph.hive.common | Giraph |
|
| HiveEdgeInputFormat | EdgeInputFormat for reading edges from Hive. | Class | org.apache.giraph.hive.input.edge | Giraph |
|
| HiveEdgeReader | A reader for reading edges from Hive. | Class | org.apache.giraph.hive.input.edge | Giraph |
|
| HiveGiraphRunner | | Class | org.apache.giraph.hive | Giraph |
|
| HiveInputChecker | Interface to check the validity of a Hive input configuration. | Interface | org.apache.giraph.hive.input | Giraph |
|
| HiveInputOptions | Holder for Hive Input Configuration options. | Class | org.apache.giraph.hive.common | Giraph |
|
| HiveIntDoubleDoubleVertex | Simple HiveToVertex that reads vertices with integer IDs, Double vertex values, and edges with Double values. | Class | org.apache.giraph.hive.input.vertex.examples | Giraph |
|
| HiveIntDoubleEdge | A simple HiveToEdge with integer IDs and double edge values. | Class | org.apache.giraph.hive.input.edge.examples | Giraph |
|
| HiveIntIntNullVertex | Simple HiveToVertex that reads vertices with integer IDs, no vertex values, and edges with no values. | Class | org.apache.giraph.hive.input.vertex.examples | Giraph |
|
| HiveIntNullEdge | A simple HiveToEdge with integer IDs, no edge value, that assumes the Hive table is made up of [source,target] columns. | Class | org.apache.giraph.hive.input.edge.examples | Giraph |
|
| HiveIntNullNullVertex | Simple HiveToVertex that reads vertices with integer IDs, no vertex values, and edges with no values. | Class | org.apache.giraph.hive.input.vertex.examples | Giraph |
|
| HiveJythonRunner | | Class | org.apache.giraph.hive.jython | Giraph |
|
| HiveJythonUtils | Plugin to HiveJythonRunner to use Hive. | Class | org.apache.giraph.hive.jython | Giraph |
|
| HiveMappingInputFormat | | Class | org.apache.giraph.hive.input.mapping | Giraph |
|
| HiveMappingReader | | Class | org.apache.giraph.hive.input.mapping | Giraph |
|
| HiveOutputIntIntVertex | | Class | org.apache.giraph.hive.output.examples | Giraph |
|
| HiveParsing | Helpers for parsing with Hive. | Class | org.apache.giraph.hive.common | Giraph |
|
| HiveReadableColumn | A single column from a Hive record. | Class | org.apache.giraph.hive.column | Giraph |
|
| HiveRecordSaver | Interface which can save HiveWritableRecords. | Interface | org.apache.giraph.hive.output | Giraph |
|
| HiveToEdge | An interface used to create edges from Hive records. | Interface | org.apache.giraph.hive.input.edge | Giraph |
|
| HiveToMapping | | Interface | org.apache.giraph.hive.input.mapping | Giraph |
|
| HiveToVertex | An interface used to create vertices from Hive records. | Interface | org.apache.giraph.hive.input.vertex | Giraph |
|
| HiveUtils | | Class | org.apache.giraph.hive.common | Giraph |
|
| HiveValueReader | | Interface | org.apache.giraph.hive.values | Giraph |
|
| HiveValueReader .Null | | Class | org.apache.giraph.hive.values.HiveValueReader | Giraph |
|
| HiveValueWriter | | Interface | org.apache.giraph.hive.values | Giraph |
|
| HiveValueWriter .Null | | Class | org.apache.giraph.hive.values.HiveValueWriter | Giraph |
|
| HiveVertexInputFormat | VertexInputFormat for reading vertices from Hive. | Class | org.apache.giraph.hive.input.vertex | Giraph |
|
| HiveVertexOutputFormat | | Class | org.apache.giraph.hive.output | Giraph |
|
| HiveVertexReader | | Class | org.apache.giraph.hive.input.vertex | Giraph |
|
| HiveVertexWriter | Vertex writer using Hive. | Class | org.apache.giraph.hive.output | Giraph |
|
| HiveWritableColumn | A single column to write to a Hive record. | Class | org.apache.giraph.hive.column | Giraph |
|
| JythonColumnReader | A Vertex ID reader from a single Hive column. | Class | org.apache.giraph.hive.jython | Giraph |
|
| JythonColumnWriter | | Class | org.apache.giraph.hive.jython | Giraph |
|
| JythonHiveIO | A type that can read and write itself using a Hive column. | Interface | org.apache.giraph.hive.jython | Giraph |
|
| JythonHiveReader | Interface for reading user graph type (IVEMM) from Hive columns. | Interface | org.apache.giraph.hive.jython | Giraph |
|
| JythonHiveToEdge | A HiveToEdge that reads each part (vertex ID, edge value) using separate readers. | Class | org.apache.giraph.hive.jython | Giraph |
|
| JythonHiveToVertex | A HiveToVertex that writes each part (vertex ID, vertex value, edges) using separate writers. | Class | org.apache.giraph.hive.jython | Giraph |
|
| JythonHiveWriter | | Interface | org.apache.giraph.hive.jython | Giraph |
|
| JythonReadableColumn | | Class | org.apache.giraph.hive.jython | Giraph |
|
| JythonVertexToHive | A VertexToHive that writes each part (vertex ID, vertex value, edge value) using separate writers. | Class | org.apache.giraph.hive.jython | Giraph |
|
| LanguageAndType | A class/type with the language. | Class | org.apache.giraph.hive.common | Giraph |
|
| LongByteHiveToMapping | | Class | org.apache.giraph.hive.input.mapping.examples | Giraph |
|
| LongInt2ByteHiveToMapping | Long VertexId, Int Mapping target -> Byte MappingTarget implementation of HiveToMapping | Class | org.apache.giraph.hive.input.mapping.examples | Giraph |
|
| PrimitiveValueReader | | Class | org.apache.giraph.hive.primitives | Giraph |
|
| PrimitiveValueWriter | | Class | org.apache.giraph.hive.primitives | Giraph |
|
| RecordReaderWrapper | | Class | org.apache.giraph.hive.input | Giraph |
|
| SimpleHiveToEdge | | Class | org.apache.giraph.hive.input.edge | Giraph |
|
| SimpleHiveToMapping | | Class | org.apache.giraph.hive.input.mapping | Giraph |
|
| SimpleHiveToVertex | | Class | org.apache.giraph.hive.input.vertex | Giraph |
|
| SimpleNoEdgesHiveToVertex | Simple implementation of HiveToVertex when each vertex is in the one row of the input, and there are no edges in vertex input. | Class | org.apache.giraph.hive.input.vertex | Giraph |
|
| SimpleVertexToHive | Simple implementation of VertexToHive when each Vertex is stored to one row in the output. | Class | org.apache.giraph.hive.output | Giraph |
|
| VertexToHive | Interface for writing vertices to Hive. | Interface | org.apache.giraph.hive.output | Giraph |