Class and Description |
---|
ComputerResult
The result of the
GraphComputer 's computation. |
GraphComputer
The
GraphComputer is responsible for the execution of a VertexProgram and then a set of MapReduce jobs
over the vertices in the Graph . |
GraphComputer.Features |
GraphComputer.Persist |
GraphComputer.ResultGraph |
KeyValue |
MapReduce
A MapReduce is composed of map(), combine(), and reduce() stages.
|
MapReduce.MapEmitter
The MapEmitter is used to emit key/value pairs from the map() stage of the MapReduce job.
|
MapReduce.NullObject
A convenience singleton when a single key is needed so that all emitted values converge to the same combiner/reducer.
|
MapReduce.ReduceEmitter
The ReduceEmitter is used to emit key/value pairs from the combine() and reduce() stages of the MapReduce job.
|
MapReduce.Stage
MapReduce is composed of three stages: map, combine, and reduce.
|
Memory
The Memory of a
GraphComputer is a global data structure where by vertices can communicate information with one another. |
Memory.Admin
The Admin interface is used by the
GraphComputer to update the Memory. |
MessageCombiner
A MessageCombiner allows two messages in route to the same vertex to be aggregated into a single message.
|
MessageScope
A
MessageScope represents the range of a message. |
MessageScope.Global
A Global message is directed at an arbitrary vertex in the graph.
|
MessageScope.Local
A Local message is directed to an adjacent (or "memory adjacent") vertex.
|
Messenger
The
Messenger serves as the routing system for messages between vertices. |
VertexProgram
A
VertexProgram represents one component of a distributed graph computation. |
VertexProgram.Builder |
VertexProgram.Features |
Class and Description |
---|
GraphComputer.Persist |
GraphComputer.ResultGraph |
Memory
The Memory of a
GraphComputer is a global data structure where by vertices can communicate information with one another. |
MessageScope
A
MessageScope represents the range of a message. |
Messenger
The
Messenger serves as the routing system for messages between vertices. |
VertexProgram
A
VertexProgram represents one component of a distributed graph computation. |
VertexProgram.Builder |
VertexProgram.Features |
Class and Description |
---|
GraphComputer.Persist |
GraphComputer.ResultGraph |
Memory
The Memory of a
GraphComputer is a global data structure where by vertices can communicate information with one another. |
MessageCombiner
A MessageCombiner allows two messages in route to the same vertex to be aggregated into a single message.
|
MessageScope
A
MessageScope represents the range of a message. |
Messenger
The
Messenger serves as the routing system for messages between vertices. |
VertexProgram
A
VertexProgram represents one component of a distributed graph computation. |
VertexProgram.Builder |
VertexProgram.Features |
Class and Description |
---|
ComputerResult
The result of the
GraphComputer 's computation. |
GraphComputer.Persist |
GraphComputer.ResultGraph |
MapReduce
A MapReduce is composed of map(), combine(), and reduce() stages.
|
Memory
The Memory of a
GraphComputer is a global data structure where by vertices can communicate information with one another. |
MessageCombiner
A MessageCombiner allows two messages in route to the same vertex to be aggregated into a single message.
|
MessageScope
A
MessageScope represents the range of a message. |
Messenger
The
Messenger serves as the routing system for messages between vertices. |
VertexProgram
A
VertexProgram represents one component of a distributed graph computation. |
VertexProgram.Builder |
VertexProgram.Features |
Class and Description |
---|
VertexProgram
A
VertexProgram represents one component of a distributed graph computation. |
VertexProgram.Builder |
Class and Description |
---|
GraphComputer
The
GraphComputer is responsible for the execution of a VertexProgram and then a set of MapReduce jobs
over the vertices in the Graph . |
Class and Description |
---|
GraphComputer
The
GraphComputer is responsible for the execution of a VertexProgram and then a set of MapReduce jobs
over the vertices in the Graph . |
Class and Description |
---|
KeyValue |
Copyright © 2013–2016 Apache Software Foundation. All rights reserved.