Class | Description |
---|---|
ComputeFunction<K,VV,EV,Message> |
The base class for the message-passing functions between vertices as a part of a
VertexCentricIteration . |
MessageCombiner<K,Message> |
The base class for combining messages sent during a
VertexCentricIteration . |
MessageIterator<Message> |
An iterator that returns messages.
|
VertexCentricConfiguration |
A VertexCentricConfiguration object can be used to set the iteration name and
degree of parallelism, to register aggregators and use broadcast sets in
the
ComputeFunction . |
VertexCentricIteration<K,VV,EV,Message> |
This class represents iterative graph computations, programmed in a vertex-centric perspective.
|
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.