- S_FLAG_AGGREGATOR_INCREMENT - Static variable in class org.apache.hama.graph.GraphJobRunner
-
- S_FLAG_AGGREGATOR_VALUE - Static variable in class org.apache.hama.graph.GraphJobRunner
-
- S_FLAG_MESSAGE_COUNTS - Static variable in class org.apache.hama.graph.GraphJobRunner
-
- sendAggregatorValues(BSPPeer<Writable, Writable, Writable, Writable, GraphJobMessage>, int) - Method in class org.apache.hama.graph.AggregationRunner
-
Runs the aggregators by sending their values to the master task.
- sendMessage(Edge<V, E>, M) - Method in class org.apache.hama.graph.Vertex
-
- sendMessage(V, M) - Method in class org.apache.hama.graph.Vertex
-
- sendMessage(Edge<V, E>, M) - Method in interface org.apache.hama.graph.VertexInterface
-
Sends a message to another vertex.
- sendMessage(V, M) - Method in interface org.apache.hama.graph.VertexInterface
-
Sends a message to the given destination vertex by ID and the message value
- sendMessageToNeighbors(M) - Method in class org.apache.hama.graph.Vertex
-
- sendMessageToNeighbors(M) - Method in interface org.apache.hama.graph.VertexInterface
-
Sends a message to neighbors
- setAggregatorClass(Class<? extends Aggregator>) - Method in class org.apache.hama.graph.GraphJob
-
Set the aggregator for the job.
- setAggregatorClass(Class<? extends Aggregator>...) - Method in class org.apache.hama.graph.GraphJob
-
Sets multiple aggregators for the job.
- setCombinerClass(Class<? extends Combiner<? extends Writable>>) - Method in class org.apache.hama.graph.GraphJob
-
- setEdges(List<Edge<V, E>>) - Method in class org.apache.hama.graph.Vertex
-
- setEdgeValueClass(Class<? extends Writable>) - Method in class org.apache.hama.graph.GraphJob
-
Set the Edge value class for the job.
- setMaxIteration(int) - Method in class org.apache.hama.graph.GraphJob
-
Sets how many iterations the algorithm should perform, -1 for deactivated
is default value.
- setPartitioner(Class<? extends Partitioner>) - Method in class org.apache.hama.graph.GraphJob
-
- setup(BSPPeer<Writable, Writable, Writable, Writable, GraphJobMessage>) - Method in class org.apache.hama.graph.GraphJobRunner
-
- setup(Configuration) - Method in class org.apache.hama.graph.Vertex
-
- setup(Configuration) - Method in interface org.apache.hama.graph.VertexInterface
-
Used to setup a vertex.
- setupAggregators(BSPPeer<Writable, Writable, Writable, Writable, GraphJobMessage>) - Method in class org.apache.hama.graph.AggregationRunner
-
- setValue(M) - Method in class org.apache.hama.graph.Vertex
-
- setValue(M) - Method in interface org.apache.hama.graph.VertexInterface
-
Sets the vertex value
- setVertexClass(Class<? extends Vertex<? extends Writable, ? extends Writable, ? extends Writable>>) - Method in class org.apache.hama.graph.GraphJob
-
Set the Vertex class for the job.
- setVertexID(V) - Method in class org.apache.hama.graph.Vertex
-
- setVertexIDClass(Class<? extends Writable>) - Method in class org.apache.hama.graph.GraphJob
-
Set the Vertex ID class for the job.
- setVertexInputReaderClass(Class<? extends VertexInputReader<?, ?, ?, ?, ?>>) - Method in class org.apache.hama.graph.GraphJob
-
Sets the input reader for parsing the input to vertices.
- setVertexValueClass(Class<? extends Writable>) - Method in class org.apache.hama.graph.GraphJob
-
Set the Vertex value class for the job.
- submit() - Method in class org.apache.hama.graph.GraphJob
-
- SumAggregator - Class in org.apache.hama.graph
-
Sums all vertex values globally.
- SumAggregator() - Constructor for class org.apache.hama.graph.SumAggregator
-