- SccComputation - Class in org.apache.giraph.examples.scc
-
Finds strongly connected components of the graph.
- SccComputation() - Constructor for class org.apache.giraph.examples.scc.SccComputation
-
- SccLongLongNullTextInputFormat - Class in org.apache.giraph.examples.scc
-
- SccLongLongNullTextInputFormat() - Constructor for class org.apache.giraph.examples.scc.SccLongLongNullTextInputFormat
-
- SccLongLongNullTextInputFormat.LongLongNullVertexReader - Class in org.apache.giraph.examples.scc
-
- SccPhaseMasterCompute - Class in org.apache.giraph.examples.scc
-
This master compute keeps track of what phase is being currently executed by
the Strongly Connected Components computation.
- SccPhaseMasterCompute() - Constructor for class org.apache.giraph.examples.scc.SccPhaseMasterCompute
-
- SccPhaseMasterCompute.Phases - Enum in org.apache.giraph.examples.scc
-
Enumerates the possible phases of the algorithm.
- SccVertexValue - Class in org.apache.giraph.examples.scc
-
Vertex value for the Strongly Connected Components algorithm.
- SccVertexValue() - Constructor for class org.apache.giraph.examples.scc.SccVertexValue
-
Public constructor required for serialization.
- SccVertexValue(long) - Constructor for class org.apache.giraph.examples.scc.SccVertexValue
-
Constructor
- set(Float) - Method in class org.apache.giraph.examples.PageRankWithKryoSimpleWritable.EdgeValue
-
Set edge value
- set(Double) - Method in class org.apache.giraph.examples.PageRankWithKryoSimpleWritable.MessageValue
-
Set message value
- set(Double) - Method in class org.apache.giraph.examples.PageRankWithKryoSimpleWritable.VertexValue
-
Set vertex value.
- set(long) - Method in class org.apache.giraph.examples.scc.SccVertexValue
-
Sets the vertex value.
- setClass() - Method in class org.apache.giraph.examples.SimpleTriangleClosingComputation.IntArrayListWritable
-
Set storage type for this ArrayListWritable
- setConf(ImmutableClassesGiraphConfiguration<LongWritable, DoubleWritable, DoubleWritable>) - Method in class org.apache.giraph.examples.LongDoubleDoubleTextInputFormat
-
- setConf(ImmutableClassesGiraphConfiguration<LongWritable, DoubleWritable, FloatWritable>) - Method in class org.apache.giraph.examples.LongDoubleFloatTextInputFormat
-
- setConf(ImmutableClassesGiraphConfiguration<LongWritable, DoubleWritable, NullWritable>) - Method in class org.apache.giraph.examples.LongDoubleNullTextInputFormat
-
- setConf(ImmutableClassesGiraphConfiguration<LongWritable, DoubleWritable, DoubleWritable>) - Method in class org.apache.giraph.examples.NormalizingLongDoubleDoubleTextInputFormat
-
- setConf(Configuration) - Method in class org.apache.giraph.examples.SimpleCheckpoint
-
- setConf(Configuration) - Method in class org.apache.giraph.examples.SimpleVertexWithWorkerContext
-
- setFinalSum(double) - Static method in class org.apache.giraph.examples.block_app.SimpleMigrationMasterBlockFactory.SimpleMigrationMasterWorkerContext
-
- setFinalSum(double) - Static method in class org.apache.giraph.examples.SimpleMasterComputeComputation.SimpleMasterComputeWorkerContext
-
- setFree() - Method in class org.apache.giraph.examples.utils.BrachaTouegDeadlockVertexValue
-
the vertex is free from deadlocks
- setIdWithInHoldAck(Long) - Method in class org.apache.giraph.examples.utils.BrachaTouegDeadlockVertexValue
-
- setIdWithInHoldDone(Long) - Method in class org.apache.giraph.examples.utils.BrachaTouegDeadlockVertexValue
-
- setNotified() - Method in class org.apache.giraph.examples.utils.BrachaTouegDeadlockVertexValue
-
the vertex got a notification
- SimpleAggregatorWriter - Class in org.apache.giraph.examples
-
This is a simple example for an aggregator writer.
- SimpleAggregatorWriter() - Constructor for class org.apache.giraph.examples.SimpleAggregatorWriter
-
- SimpleCheckpoint - Class in org.apache.giraph.examples
-
An example that simply uses its id, value, and edges to compute new data
every iteration to verify that checkpoint restarting works.
- SimpleCheckpoint() - Constructor for class org.apache.giraph.examples.SimpleCheckpoint
-
- SimpleCheckpoint.SimpleCheckpointComputation - Class in org.apache.giraph.examples
-
Actual computation.
- SimpleCheckpoint.SimpleCheckpointVertexMasterCompute - Class in org.apache.giraph.examples
-
- SimpleCheckpoint.SimpleCheckpointVertexWorkerContext - Class in org.apache.giraph.examples
-
- SimpleCheckpointComputation() - Constructor for class org.apache.giraph.examples.SimpleCheckpoint.SimpleCheckpointComputation
-
- SimpleCheckpointVertexMasterCompute() - Constructor for class org.apache.giraph.examples.SimpleCheckpoint.SimpleCheckpointVertexMasterCompute
-
- SimpleCheckpointVertexWorkerContext() - Constructor for class org.apache.giraph.examples.SimpleCheckpoint.SimpleCheckpointVertexWorkerContext
-
- SimpleCombinerComputation - Class in org.apache.giraph.examples
-
Test whether messages can go through a combiner.
- SimpleCombinerComputation() - Constructor for class org.apache.giraph.examples.SimpleCombinerComputation
-
- SimpleComputation() - Constructor for class org.apache.giraph.examples.SimpleVertexWithWorkerContext.SimpleComputation
-
- SimpleEdgeInputFormat() - Constructor for class org.apache.giraph.examples.AggregatorsTestComputation.SimpleEdgeInputFormat
-
- SimpleEdgeReader() - Constructor for class org.apache.giraph.examples.AggregatorsTestComputation.SimpleEdgeReader
-
- SimpleFailComputation - Class in org.apache.giraph.examples
-
Vertex to allow unit testing of failure detection
- SimpleFailComputation() - Constructor for class org.apache.giraph.examples.SimpleFailComputation
-
- SimpleInDegreeCountComputation - Class in org.apache.giraph.examples
-
Simple function to return the out degree for each vertex.
- SimpleInDegreeCountComputation() - Constructor for class org.apache.giraph.examples.SimpleInDegreeCountComputation
-
- SimpleLongDoubleDoubleDoubleIdentityComputation - Class in org.apache.giraph.examples
-
A simple use of the Identity Vertex for taking care of Long, Double,
Double, Double type Inputformat Good for use with
io.LongDoubleDoubleAdjacencyListVertexInputFormat
- SimpleLongDoubleDoubleDoubleIdentityComputation() - Constructor for class org.apache.giraph.examples.SimpleLongDoubleDoubleDoubleIdentityComputation
-
- SimpleMasterCompute() - Constructor for class org.apache.giraph.examples.SimpleMasterComputeComputation.SimpleMasterCompute
-
- SimpleMasterComputeComputation - Class in org.apache.giraph.examples
-
Demonstrates a computation with a centralized part implemented via a
MasterCompute.
- SimpleMasterComputeComputation() - Constructor for class org.apache.giraph.examples.SimpleMasterComputeComputation
-
- SimpleMasterComputeComputation.SimpleMasterCompute - Class in org.apache.giraph.examples
-
- SimpleMasterComputeComputation.SimpleMasterComputeWorkerContext - Class in org.apache.giraph.examples
-
- SimpleMasterComputeWorkerContext() - Constructor for class org.apache.giraph.examples.SimpleMasterComputeComputation.SimpleMasterComputeWorkerContext
-
- SimpleMigrationMasterBlockFactory - Class in org.apache.giraph.examples.block_app
-
Demonstrates using migration library for Blocks Framework,
as an drop-in replacement, without any changes.
- SimpleMigrationMasterBlockFactory() - Constructor for class org.apache.giraph.examples.block_app.SimpleMigrationMasterBlockFactory
-
- SimpleMigrationMasterBlockFactory.SimpleMigrationMasterComputation - Class in org.apache.giraph.examples.block_app
-
Demonstrates a computation with a centralized part implemented via a
MasterCompute.
- SimpleMigrationMasterBlockFactory.SimpleMigrationMasterCompute - Class in org.apache.giraph.examples.block_app
-
- SimpleMigrationMasterBlockFactory.SimpleMigrationMasterWorkerContext - Class in org.apache.giraph.examples.block_app
-
- SimpleMigrationMasterComputation() - Constructor for class org.apache.giraph.examples.block_app.SimpleMigrationMasterBlockFactory.SimpleMigrationMasterComputation
-
- SimpleMigrationMasterCompute() - Constructor for class org.apache.giraph.examples.block_app.SimpleMigrationMasterBlockFactory.SimpleMigrationMasterCompute
-
- SimpleMigrationMasterWorkerContext() - Constructor for class org.apache.giraph.examples.block_app.SimpleMigrationMasterBlockFactory.SimpleMigrationMasterWorkerContext
-
- SimpleMsgComputation - Class in org.apache.giraph.examples
-
Test whether messages can be sent and received by vertices.
- SimpleMsgComputation() - Constructor for class org.apache.giraph.examples.SimpleMsgComputation
-
- SimpleMutateGraphComputation - Class in org.apache.giraph.examples
-
Vertex to allow unit testing of graph mutations.
- SimpleMutateGraphComputation() - Constructor for class org.apache.giraph.examples.SimpleMutateGraphComputation
-
- SimpleMutateGraphComputation.SimpleMutateGraphVertexWorkerContext - Class in org.apache.giraph.examples
-
- SimpleMutateGraphVertexWorkerContext() - Constructor for class org.apache.giraph.examples.SimpleMutateGraphComputation.SimpleMutateGraphVertexWorkerContext
-
- SimpleOutDegreeCountComputation - Class in org.apache.giraph.examples
-
Simple function to return the out degree for each vertex.
- SimpleOutDegreeCountComputation() - Constructor for class org.apache.giraph.examples.SimpleOutDegreeCountComputation
-
- SimplePageRankComputation - Class in org.apache.giraph.examples
-
Demonstrates the basic Pregel PageRank implementation.
- SimplePageRankComputation() - Constructor for class org.apache.giraph.examples.SimplePageRankComputation
-
- SimplePageRankComputation.SimplePageRankMasterCompute - Class in org.apache.giraph.examples
-
- SimplePageRankComputation.SimplePageRankVertexInputFormat - Class in org.apache.giraph.examples
-
- SimplePageRankComputation.SimplePageRankVertexOutputFormat - Class in org.apache.giraph.examples
-
- SimplePageRankComputation.SimplePageRankVertexOutputFormat.SimplePageRankVertexWriter - Class in org.apache.giraph.examples
-
- SimplePageRankComputation.SimplePageRankVertexReader - Class in org.apache.giraph.examples
-
- SimplePageRankComputation.SimplePageRankWorkerContext - Class in org.apache.giraph.examples
-
- SimplePageRankMasterCompute() - Constructor for class org.apache.giraph.examples.SimplePageRankComputation.SimplePageRankMasterCompute
-
- SimplePageRankVertexInputFormat() - Constructor for class org.apache.giraph.examples.SimplePageRankComputation.SimplePageRankVertexInputFormat
-
- SimplePageRankVertexOutputFormat() - Constructor for class org.apache.giraph.examples.SimplePageRankComputation.SimplePageRankVertexOutputFormat
-
- SimplePageRankVertexReader() - Constructor for class org.apache.giraph.examples.SimplePageRankComputation.SimplePageRankVertexReader
-
- SimplePageRankVertexWriter() - Constructor for class org.apache.giraph.examples.SimplePageRankComputation.SimplePageRankVertexOutputFormat.SimplePageRankVertexWriter
-
- SimplePageRankWorkerContext() - Constructor for class org.apache.giraph.examples.SimplePageRankComputation.SimplePageRankWorkerContext
-
- SimpleShortestPathsComputation - Class in org.apache.giraph.examples
-
Demonstrates the basic Pregel shortest paths implementation.
- SimpleShortestPathsComputation() - Constructor for class org.apache.giraph.examples.SimpleShortestPathsComputation
-
- SimpleSuperstepComputation - Class in org.apache.giraph.examples
-
Just a simple Vertex compute implementation that executes 3 supersteps, then
finishes.
- SimpleSuperstepComputation() - Constructor for class org.apache.giraph.examples.SimpleSuperstepComputation
-
- SimpleSuperstepComputation.SimpleSuperstepVertexInputFormat - Class in org.apache.giraph.examples
-
- SimpleSuperstepComputation.SimpleSuperstepVertexOutputFormat - Class in org.apache.giraph.examples
-
- SimpleSuperstepComputation.SimpleSuperstepVertexOutputFormat.SimpleSuperstepVertexWriter - Class in org.apache.giraph.examples
-
- SimpleSuperstepComputation.SimpleSuperstepVertexReader - Class in org.apache.giraph.examples
-
- SimpleSuperstepVertexInputFormat() - Constructor for class org.apache.giraph.examples.SimpleSuperstepComputation.SimpleSuperstepVertexInputFormat
-
- SimpleSuperstepVertexOutputFormat() - Constructor for class org.apache.giraph.examples.SimpleSuperstepComputation.SimpleSuperstepVertexOutputFormat
-
- SimpleSuperstepVertexReader() - Constructor for class org.apache.giraph.examples.SimpleSuperstepComputation.SimpleSuperstepVertexReader
-
- SimpleSuperstepVertexWriter() - Constructor for class org.apache.giraph.examples.SimpleSuperstepComputation.SimpleSuperstepVertexOutputFormat.SimpleSuperstepVertexWriter
-
- SimpleTextVertexOutputFormat - Class in org.apache.giraph.examples
-
Simple text based vertex output format example.
- SimpleTextVertexOutputFormat() - Constructor for class org.apache.giraph.examples.SimpleTextVertexOutputFormat
-
- SimpleTriangleClosingComputation - Class in org.apache.giraph.examples
-
Demonstrates triangle closing in simple,
unweighted graphs for Giraph.
- SimpleTriangleClosingComputation() - Constructor for class org.apache.giraph.examples.SimpleTriangleClosingComputation
-
- SimpleTriangleClosingComputation.IntArrayListWritable - Class in org.apache.giraph.examples
-
Utility class for delivering the array of vertices THIS vertex
should connect with to close triangles with neighbors
- SimpleTriangleClosingComputation.Pair - Class in org.apache.giraph.examples
-
Quick, immutable K,V storage for sorting in tree set
- SimpleVertexInputFormat() - Constructor for class org.apache.giraph.examples.AggregatorsTestComputation.SimpleVertexInputFormat
-
- SimpleVertexReader() - Constructor for class org.apache.giraph.examples.AggregatorsTestComputation.SimpleVertexReader
-
- SimpleVertexWithWorkerContext - Class in org.apache.giraph.examples
-
Fully runnable example of how to
emit worker data to HDFS during a graph
computation.
- SimpleVertexWithWorkerContext() - Constructor for class org.apache.giraph.examples.SimpleVertexWithWorkerContext
-
- SimpleVertexWithWorkerContext.EmitterWorkerContext - Class in org.apache.giraph.examples
-
Example worker context to emit data as part of a superstep.
- SimpleVertexWithWorkerContext.SimpleComputation - Class in org.apache.giraph.examples
-
Actual vetex implementation
- SMC_AGG - Static variable in class org.apache.giraph.examples.block_app.SimpleMigrationMasterBlockFactory.SimpleMigrationMasterComputation
-
Aggregator to get values from the master to the workers
- SMC_AGG - Static variable in class org.apache.giraph.examples.SimpleMasterComputeComputation
-
Aggregator to get values from the master to the workers
- SOURCE_ID - Static variable in class org.apache.giraph.examples.SimpleShortestPathsComputation
-
The shortest paths id
- SUPERSTEP_COUNT - Static variable in class org.apache.giraph.examples.SimpleCheckpoint
-
Dynamically set number of supersteps
- SUPERSTEP_COUNT - Static variable in class org.apache.giraph.examples.VerifyMessage.VerifyMessageComputation
-
Dynamically set number of SUPERSTEPS