Package | Description |
---|---|
org.apache.giraph.examples |
Package of Giraph examples.
|
Class and Description |
---|
Algorithm
This annotation should be used to annotate built-in algorithms.
|
GeneratedEdgeReader
Used by GeneratedEdgeInputFormat
to read some generated data
|
GeneratedVertexReader
Used by GeneratedVertexInputFormat to read some generated data
|
IdentityComputation
User applications can subclass IdentityComputation, which
simply prints the results that have been read for testing IO related
jobs under any inputformat
|
PageRankWithKryoSimpleWritable.EdgeValue
Creating a custom edge value class to force kryo to
register with a new ID.
|
PageRankWithKryoSimpleWritable.MessageValue
Creating a custom message value class to force kryo to
register with a new ID.
|
PageRankWithKryoSimpleWritable.VertexValue
Creating a custom vertex value class to force kryo to
register with a new ID.
|
RandomWalkComputation
Base class for executing a random walk on a graph
|
SimpleTriangleClosingComputation.IntArrayListWritable
Utility class for delivering the array of vertices THIS vertex
should connect with to close triangles with neighbors
|
SimpleTriangleClosingComputation.Pair
Quick, immutable K,V storage for sorting in tree set
|
VerifyMessage.VerifiableMessage
Message that will be sent in
VerifyMessage.VerifyMessageComputation . |
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.