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.
|
Class and Description |
---|
GeneratedVertexInputFormat
This VertexInputFormat is meant for testing/debugging.
|
TextVertexInputFormat
Abstract class that users should subclass to use their own text based
vertex input format.
|
TextVertexInputFormat.TextVertexReader
Abstract class to be implemented by the user based on their specific
vertex input.
|
TextVertexOutputFormat
Abstract class that users should subclass to use their own text based
vertex output format.
|
TextVertexOutputFormat.TextVertexWriter
Abstract class to be implemented by the user based on their specific
vertex output.
|
Class and Description |
---|
TextVertexInputFormat
Abstract class that users should subclass to use their own text based
vertex input format.
|
TextVertexInputFormat.TextVertexReader
Abstract class to be implemented by the user based on their specific
vertex input.
|
Class and Description |
---|
TextVertexInputFormat
Abstract class that users should subclass to use their own text based
vertex input format.
|
TextVertexInputFormat.TextVertexReader
Abstract class to be implemented by the user based on their specific
vertex input.
|
TextVertexInputFormat.TextVertexReaderFromEachLineProcessed
Abstract class to be implemented by the user to read a vertex from each
text line after preprocessing it.
|
Class and Description |
---|
AdjacencyListTextVertexInputFormat
VertexReader that readers lines of text with vertices encoded as adjacency
lists and converts each token to the correct type.
|
AdjacencyListTextVertexInputFormat.AdjacencyListTextVertexReader
Vertex reader associated with
AdjacencyListTextVertexInputFormat . |
AdjacencyListTextVertexInputFormat.LineSanitizer
Utility for doing any cleaning of each line before it is tokenized.
|
AdjacencyListTextVertexOutputFormat.AdjacencyListTextVertexWriter
Vertex writer associated with
AdjacencyListTextVertexOutputFormat . |
GiraphFileInputFormat
Provides functionality similar to
FileInputFormat ,
but allows for different data sources (vertex and edge data). |
GiraphTextInputFormat
Provides functionality similar to
TextInputFormat ,
but allows for different data sources (vertex and edge data). |
GiraphTextOutputFormat
The text output format used for Giraph text writing.
|
IntNullTextEdgeInputFormat
Simple text-based
EdgeInputFormat for
unweighted graphs with int ids. |
TextEdgeInputFormat
Abstract class that users should subclass to use their own text based
edge output format.
|
TextEdgeInputFormat.TextEdgeReader |
TextEdgeInputFormat.TextEdgeReaderFromEachLineProcessed
Abstract class to be implemented by the user to read an edge from each
text line after preprocessing it.
|
TextEdgeOutputFormat
Abstract class that users should subclass to use their own text based
edge output format.
|
TextEdgeOutputFormat.TextEdgeWriter
Abstract class to be implemented by the user based on their specific
edge output.
|
TextEdgeOutputFormat.TextEdgeWriterToEachLine
Abstract class to be implemented by the user to write a line for each
edge.
|
TextVertexInputFormat
Abstract class that users should subclass to use their own text based
vertex input format.
|
TextVertexInputFormat.TextVertexReader
Abstract class to be implemented by the user based on their specific
vertex input.
|
TextVertexInputFormat.TextVertexReaderFromEachLineProcessed
Abstract class to be implemented by the user to read a vertex from each
text line after preprocessing it.
|
TextVertexOutputFormat
Abstract class that users should subclass to use their own text based
vertex output format.
|
TextVertexOutputFormat.TextVertexWriter
Abstract class to be implemented by the user based on their specific
vertex output.
|
TextVertexOutputFormat.TextVertexWriterToEachLine
Abstract class to be implemented by the user to write a line for each
vertex.
|
TextVertexValueInputFormat
Abstract class that users should subclass to use their own text based
vertex value input format.
|
TextVertexValueInputFormat.TextVertexValueReader |
TextVertexValueInputFormat.TextVertexValueReaderFromEachLineProcessed
Abstract class to be implemented by the user to read a vertex value from
each text line after preprocessing it.
|
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.