| 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 |
|
| 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 |
|
| HiveInputChecker | Interface to check the validity of a Hive input configuration. | Interface | org.apache.giraph.hive.input | 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 |
|
| HiveMappingInputFormat | | Class | org.apache.giraph.hive.input.mapping | Giraph |
|
| HiveMappingReader | | Class | org.apache.giraph.hive.input.mapping | 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 |
|
| HiveVertexInputFormat | VertexInputFormat for reading vertices from Hive. | Class | org.apache.giraph.hive.input.vertex | Giraph |
|
| HiveVertexReader | | Class | org.apache.giraph.hive.input.vertex | 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 |
|
| 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 |