Package | Description |
---|---|
org.apache.giraph.block_app.framework.api.giraph |
Giraph implementation of graph processing system API used by
Blocks Framework.
|
org.apache.giraph.block_app.framework.piece.messages |
Utility classes for handling of messages within Pieces
|
org.apache.giraph.examples |
Package of Giraph examples.
|
org.apache.giraph.writable.kryo |
Utilities for using Kryo to efficiently serialize objects,
and integrate with Writable interface.
|
Modifier and Type | Class and Description |
---|---|
class |
BlockWorkerContext
WorkerContext that executes receiver and sender blocks passed
into BlockWorkerPieces.
|
Modifier and Type | Class and Description |
---|---|
class |
ObjectMessageClasses<I extends org.apache.hadoop.io.WritableComparable,M extends org.apache.hadoop.io.Writable>
MessageClasses implementation that provides factory and combiner instances
through a provided supplier.
|
Modifier and Type | Class and Description |
---|---|
static class |
PageRankWithKryoSimpleWritable.EdgeValue
Creating a custom edge value class to force kryo to
register with a new ID.
|
static class |
PageRankWithKryoSimpleWritable.MessageValue
Creating a custom message value class to force kryo to
register with a new ID.
|
static class |
PageRankWithKryoSimpleWritable.VertexValue
Creating a custom vertex value class to force kryo to
register with a new ID.
|
Modifier and Type | Class and Description |
---|---|
class |
KryoSimpleWritable
Class which you can extend to get all serialization/deserialization
done automagically.
|
class |
KryoWritable
Class which you can extend to get all serialization/deserialization
done automagically
|
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.