Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.giraph.examples Classes and Interfaces - 73 results found.
NameDescriptionTypePackageFramework
AggregatorsTestComputationComputation which uses aggrergators.Classorg.apache.giraph.examplesGiraph
AggregatorsTestComputation .AggregatorsTestMasterComputeMaster compute which uses aggregators.Classorg.apache.giraph.examples.AggregatorsTestComputationGiraph
AggregatorsTestComputation .SimpleEdgeInputFormatClassorg.apache.giraph.examples.AggregatorsTestComputationGiraph
AggregatorsTestComputation .SimpleEdgeReaderClassorg.apache.giraph.examples.AggregatorsTestComputationGiraph
AggregatorsTestComputation .SimpleVertexInputFormatClassorg.apache.giraph.examples.AggregatorsTestComputationGiraph
AggregatorsTestComputation .SimpleVertexReaderClassorg.apache.giraph.examples.AggregatorsTestComputationGiraph
AlgorithmThis annotation should be used to annotate built-in algorithms.Classorg.apache.giraph.examplesGiraph
BrachaTouegDeadlockComputationThis code demonstrates the Bracha Toueg deadlock detection algorithm.Classorg.apache.giraph.examplesGiraph
BrachaTouegDeadlockInputFormatVertexInputFormat for the Bracha Toueg Deadlock Detection algorithm specified in JSON format.Classorg.apache.giraph.examples.io.formatsGiraph
BrachaTouegDeadlockMessageData sent via a message that includes the source vertex id.Classorg.apache.giraph.examples.utilsGiraph
BrachaTouegDeadlockVertexValueClassorg.apache.giraph.examples.utilsGiraph
ConnectedComponentsComputation assigns each vertex its component identifier (the smallest vertex id The idea behind the algorithm is very simple: propagate the smallestClassorg.apache.giraph.examplesGiraph
GeneratedEdgeReaderUsed by GeneratedEdgeInputFormat to read some generated dataClassorg.apache.giraph.examplesGiraph
GeneratedVertexReaderClassorg.apache.giraph.examplesGiraph
IdentityComputationUser applications can subclass IdentityComputation, which simply prints the results that have been read for testing IO relatedClassorg.apache.giraph.examplesGiraph
LongDoubleDoubleTextInputFormatSimple text-based VertexInputFormat for unweighted graphs with long ids.Classorg.apache.giraph.examplesGiraph
LongDoubleFloatTextInputFormatSimple text-based VertexInputFormat for weighted graphs with long ids.Classorg.apache.giraph.examplesGiraph
LongDoubleNullTextInputFormatInput format for unweighted graphs with long ids.Classorg.apache.giraph.examplesGiraph
MaxComputationSimple algorithm that computes the max value in the graph.Classorg.apache.giraph.examplesGiraph
NormalizingLongDoubleDoubleTextInputFormatSimple text-based VertexInputFormat for unweighted graphs with long ids.Classorg.apache.giraph.examplesGiraph
PageRankComputationThe PageRank algorithm, with uniform transition probabilities on the edges http://en.Classorg.apache.giraph.examplesGiraph
RandomWalkComputationClassorg.apache.giraph.examplesGiraph
RandomWalkVertexMasterComputeMaster compute associated with RandomWalkComputation.Classorg.apache.giraph.examplesGiraph
RandomWalkWithRestartComputationExecutes RandomWalkWithRestart, a random walk on the graph which is biased towards a source vertex.Classorg.apache.giraph.examplesGiraph
RandomWalkWorkerContextWorker context for random walks.Classorg.apache.giraph.examplesGiraph
SccComputationFinds strongly connected components of the graph.Classorg.apache.giraph.examples.sccGiraph
SccLongLongNullTextInputFormatSimple text-based VertexInputFormat for unweighted graphs with long ids.Classorg.apache.giraph.examples.sccGiraph
SccPhaseMasterComputeThis master compute keeps track of what phase is being currently executed by the Strongly Connected Components computation.Classorg.apache.giraph.examples.sccGiraph
SccPhaseMasterCompute .PhasesVertex convergence in SCCMaximum id propagationClassorg.apache.giraph.examples.scc.SccPhaseMasterComputeGiraph
SccVertexValueVertex value for the Strongly Connected Components algorithm.Classorg.apache.giraph.examples.sccGiraph
SimpleAggregatorWriterThis is a simple example for an aggregator writer.Classorg.apache.giraph.examplesGiraph
SimpleCheckpointAn example that simply uses its id, value, and edges to compute new data every iteration to verify that checkpoint restarting works.Classorg.apache.giraph.examplesGiraph
SimpleCheckpoint .SimpleCheckpointComputationClassorg.apache.giraph.examples.SimpleCheckpointGiraph
SimpleCheckpoint .SimpleCheckpointVertexMasterComputeMaster compute associated with SimpleCheckpoint.Classorg.apache.giraph.examples.SimpleCheckpointGiraph
SimpleCheckpoint .SimpleCheckpointVertexWorkerContextWorker context associated with SimpleCheckpoint.Classorg.apache.giraph.examples.SimpleCheckpointGiraph
SimpleCombinerComputationTest whether messages can go through a combiner.Classorg.apache.giraph.examplesGiraph
SimpleFailComputationClassorg.apache.giraph.examplesGiraph
SimpleInDegreeCountComputationSimple function to return the out degree for each vertex.Classorg.apache.giraph.examplesGiraph
SimpleLongDoubleDoubleDoubleIdentityComputationA simple use of the Identity Vertex for taking care of Long, Double, Double, Double type Inputformat Good for use withClassorg.apache.giraph.examplesGiraph
SimpleMasterComputeComputationClassorg.apache.giraph.examplesGiraph
SimpleMasterComputeComputation .SimpleMasterComputeMasterCompute used with SimpleMasterComputeComputation.Classorg.apache.giraph.examples.SimpleMasterComputeComputationGiraph
SimpleMasterComputeComputation .SimpleMasterComputeWorkerContextWorker context used with SimpleMasterComputeComputation.Classorg.apache.giraph.examples.SimpleMasterComputeComputationGiraph
SimpleMsgComputationTest whether messages can be sent and received by vertices.Classorg.apache.giraph.examplesGiraph
SimpleMutateGraphComputationVertex to allow unit testing of graph mutations.Classorg.apache.giraph.examplesGiraph
SimpleMutateGraphComputation .SimpleMutateGraphVertexWorkerContextWorker context used with SimpleMutateGraphComputation.Classorg.apache.giraph.examples.SimpleMutateGraphComputationGiraph
SimpleOutDegreeCountComputationSimple function to return the out degree for each vertex.Classorg.apache.giraph.examplesGiraph
SimplePageRankComputationDemonstrates the basic Pregel PageRank implementation.Classorg.apache.giraph.examplesGiraph
SimplePageRankComputation .SimplePageRankMasterComputeMaster compute associated with SimplePageRankComputation.Classorg.apache.giraph.examples.SimplePageRankComputationGiraph
SimplePageRankComputation .SimplePageRankVertexInputFormatClassorg.apache.giraph.examples.SimplePageRankComputationGiraph
SimplePageRankComputation .SimplePageRankVertexOutputFormatClassorg.apache.giraph.examples.SimplePageRankComputationGiraph
SimplePageRankComputation .SimplePageRankVertexReaderClassorg.apache.giraph.examples.SimplePageRankComputationGiraph
SimplePageRankComputation .SimplePageRankWorkerContextWorker context used with SimplePageRankComputation.Classorg.apache.giraph.examples.SimplePageRankComputationGiraph
SimpleShortestPathsComputationDemonstrates the basic Pregel shortest paths implementation.Classorg.apache.giraph.examplesGiraph
SimpleSuperstepComputationClassorg.apache.giraph.examplesGiraph
SimpleSuperstepComputation .SimpleSuperstepVertexInputFormatClassorg.apache.giraph.examples.SimpleSuperstepComputationGiraph
SimpleSuperstepComputation .SimpleSuperstepVertexOutputFormatClassorg.apache.giraph.examples.SimpleSuperstepComputationGiraph
SimpleSuperstepComputation .SimpleSuperstepVertexReaderClassorg.apache.giraph.examples.SimpleSuperstepComputationGiraph
SimpleTextVertexOutputFormatSimple text based vertex output format example.Classorg.apache.giraph.examplesGiraph
SimpleTriangleClosingComputationDemonstrates triangle closing in simple, unweighted graphs for Giraph.Classorg.apache.giraph.examplesGiraph
SimpleTriangleClosingComputation .IntArrayListWritableUtility class for delivering the array of vertices THIS vertex should connect with to close triangles with neighborsClassorg.apache.giraph.examples.SimpleTriangleClosingComputationGiraph
SimpleTriangleClosingComputation .PairClassorg.apache.giraph.examples.SimpleTriangleClosingComputationGiraph
SimpleVertexWithWorkerContextFully runnable example of how to emit worker data to HDFS during a graphClassorg.apache.giraph.examplesGiraph
SimpleVertexWithWorkerContext .EmitterWorkerContextExample worker context to emit data as part of a superstep.Classorg.apache.giraph.examples.SimpleVertexWithWorkerContextGiraph
SimpleVertexWithWorkerContext .SimpleComputationClassorg.apache.giraph.examples.SimpleVertexWithWorkerContextGiraph
TestComputationStateComputationClassorg.apache.giraph.examplesGiraph
TestComputationStateComputation .TestComputationStateWorkerContextClassorg.apache.giraph.examples.TestComputationStateComputationGiraph
VerifyMessageAn example that simply uses its id, value, and edges to compute new data every iteration to verify that messages are sent and received at theClassorg.apache.giraph.examplesGiraph
VerifyMessage .VerifiableMessageMessage that will be sent in VerifyMessage.Classorg.apache.giraph.examples.VerifyMessageGiraph
VerifyMessage .VerifyMessageComputationSend and verify messages.Classorg.apache.giraph.examples.VerifyMessageGiraph
VerifyMessage .VerifyMessageComputation .VerifyMessageVertexWorkerContextWorker context used with VerifyMessage.Classorg.apache.giraph.examples.VerifyMessage.VerifyMessageComputationGiraph
VerifyMessage .VerifyMessageMasterComputeMaster compute associated with VerifyMessage.Classorg.apache.giraph.examples.VerifyMessageGiraph
VertexWithDoubleValueDoubleEdgeTextOutputFormatSimple vertex output format for weighted graphs.Classorg.apache.giraph.examplesGiraph
VertexWithDoubleValueNullEdgeTextOutputFormatClassorg.apache.giraph.examplesGiraph