| Name | Description | Type | Package | Framework |
| AbstractHiveToEdge | Class | org.apache.giraph.hive.input.edge | 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 |
| HiveIntDoubleEdge | A simple HiveToEdge with integer IDs and double edge values. | Class | org.apache.giraph.hive.input.edge.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 |
| HiveToEdge | An interface used to create edges from Hive records. | Interface | org.apache.giraph.hive.input.edge | Giraph |
| SimpleHiveToEdge | Class | org.apache.giraph.hive.input.edge | Giraph | |