| Name | Description | Type | Package | Framework |
| AbstractHiveToVertex | Class | org.apache.giraph.hive.input.vertex | 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 |
| 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 |
| 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 |
| 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 | |
| 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 |