| Package | Description | 
|---|---|
| org.apache.giraph.examples | Package of Giraph examples. | 
| org.apache.giraph.examples.io.formats | IO classes for Giraph examples. | 
| org.apache.giraph.examples.scc | Classes for Strongly Connected Components computation. | 
| org.apache.giraph.io.formats | Package of reusable library Giraph objects. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | LongDoubleDoubleTextInputFormatSimple text-based  VertexInputFormatfor
 unweighted graphs with long ids. | 
| class  | LongDoubleFloatTextInputFormatSimple text-based  VertexInputFormatfor
 weighted graphs with long ids. | 
| class  | LongDoubleNullTextInputFormatInput format for unweighted graphs with long ids. | 
| class  | NormalizingLongDoubleDoubleTextInputFormatSimple text-based  VertexInputFormatfor
 unweighted graphs with long ids. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BrachaTouegDeadlockInputFormatVertexInputFormat for the Bracha Toueg Deadlock Detection algorithm
 specified in JSON format. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SccLongLongNullTextInputFormatSimple text-based  VertexInputFormatfor
 unweighted graphs with long ids. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AdjacencyListTextVertexInputFormat<I extends org.apache.hadoop.io.WritableComparable,V extends org.apache.hadoop.io.Writable,E extends org.apache.hadoop.io.Writable>VertexReader that readers lines of text with vertices encoded as adjacency
 lists and converts each token to the correct type. | 
| class  | IntIntNullTextInputFormatSimple text-based  VertexInputFormatfor
 unweighted graphs with int ids. | 
| class  | IntIntNullTextVertexInputFormatSimple text-based  VertexInputFormatfor
 unweighted graphs with int ids. | 
| class  | IntNullNullTextInputFormatSimple text-based  VertexInputFormatfor
 unweighted graphs without edges or values, just vertices with ids. | 
| class  | JsonBase64VertexInputFormat<I extends org.apache.hadoop.io.WritableComparable,V extends org.apache.hadoop.io.Writable,E extends org.apache.hadoop.io.Writable>Simple way to represent the structure of the graph with a JSON object. | 
| class  | JsonLongDoubleFloatDoubleVertexInputFormatVertexInputFormat that features  longvertex ID's,doublevertex values andfloatout-edge weights, anddoublemessage types,
  specified in JSON format. | 
| class  | LongDoubleDoubleAdjacencyListVertexInputFormatInputFormat for reading graphs stored as (ordered) adjacency lists
 with the vertex ids longs and the vertex values and edges doubles. | 
| class  | LongLongNullTextInputFormatSimple text-based  VertexInputFormatfor
 unweighted graphs with long ids. | 
| class  | TextDoubleDoubleAdjacencyListVertexInputFormatClass to read graphs stored as adjacency lists with ids represented by
 Strings and values as doubles. | 
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.