JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Hierarchy For All Packages
Package Hierarchies:
org.apache.giraph.examples
,
org.apache.giraph.examples.block_app
,
org.apache.giraph.examples.io.formats
,
org.apache.giraph.examples.scc
,
org.apache.giraph.examples.utils
Class Hierarchy
java.lang.
Object
org.apache.giraph.block_app.framework.
AbstractBlockFactory
<S> (implements org.apache.giraph.block_app.framework.
BlockFactory
<S>)
org.apache.giraph.block_app.migration.
MigrationFullBlockFactory
org.apache.giraph.examples.block_app.
SimpleMigrationMasterBlockFactory
java.util.
AbstractCollection
<E> (implements java.util.
Collection
<E>)
java.util.
AbstractList
<E> (implements java.util.
List
<E>)
java.util.
ArrayList
<E> (implements java.lang.
Cloneable
, java.util.
List
<E>, java.util.
RandomAccess
, java.io.
Serializable
)
org.apache.giraph.utils.
ArrayListWritable
<M> (implements org.apache.hadoop.conf.Configurable, org.apache.hadoop.io.Writable)
org.apache.giraph.examples.
SimpleTriangleClosingComputation.IntArrayListWritable
org.apache.giraph.aggregators.
BasicAggregator
<A> (implements org.apache.giraph.aggregators.
Aggregator
<A>)
org.apache.giraph.examples.
PageRankWithKryoSimpleWritable.DoubleMaxWrapperAggregator
org.apache.giraph.examples.
PageRankWithKryoSimpleWritable.DoubleMinWrapperAggregator
org.apache.giraph.examples.utils.
BrachaTouegDeadlockMessage
(implements org.apache.hadoop.io.Writable)
org.apache.giraph.examples.utils.
BrachaTouegDeadlockVertexValue
(implements org.apache.hadoop.io.Writable)
org.apache.giraph.conf.
DefaultImmutableClassesGiraphConfigurable
<I,V,E> (implements org.apache.giraph.conf.
ImmutableClassesGiraphConfigurable
<I,V,E>)
org.apache.giraph.io.
GiraphInputFormat
<I,V,E>
org.apache.giraph.io.
EdgeInputFormat
<I,E>
org.apache.giraph.examples.
AggregatorsTestComputation.SimpleEdgeInputFormat
org.apache.giraph.io.
VertexInputFormat
<I,V,E>
org.apache.giraph.io.formats.
GeneratedVertexInputFormat
<I,V,E>
org.apache.giraph.examples.
AggregatorsTestComputation.SimpleVertexInputFormat
org.apache.giraph.examples.
PageRankWithKryoSimpleWritable.PageRankWithKryoVertexInputFormat
org.apache.giraph.examples.
SimplePageRankComputation.SimplePageRankVertexInputFormat
org.apache.giraph.examples.
SimpleSuperstepComputation.SimpleSuperstepVertexInputFormat
org.apache.giraph.io.formats.
TextVertexInputFormat
<I,V,E>
org.apache.giraph.examples.io.formats.
BrachaTouegDeadlockInputFormat
org.apache.giraph.examples.
LongDoubleDoubleTextInputFormat
(implements org.apache.giraph.conf.
ImmutableClassesGiraphConfigurable
<I,V,E>)
org.apache.giraph.examples.
LongDoubleFloatTextInputFormat
(implements org.apache.giraph.conf.
ImmutableClassesGiraphConfigurable
<I,V,E>)
org.apache.giraph.examples.
LongDoubleNullTextInputFormat
(implements org.apache.giraph.conf.
ImmutableClassesGiraphConfigurable
<I,V,E>)
org.apache.giraph.examples.
NormalizingLongDoubleDoubleTextInputFormat
(implements org.apache.giraph.conf.
ImmutableClassesGiraphConfigurable
<I,V,E>)
org.apache.giraph.examples.scc.
SccLongLongNullTextInputFormat
org.apache.giraph.master.
MasterCompute
(implements org.apache.giraph.master.
MasterAggregatorUsage
, org.apache.giraph.master.
MasterGlobalCommUsage
, org.apache.hadoop.io.Writable)
org.apache.giraph.master.
DefaultMasterCompute
org.apache.giraph.examples.
AggregatorsTestComputation.AggregatorsTestMasterCompute
org.apache.giraph.examples.
PageRankWithKryoSimpleWritable.PageRankWithKryoMasterCompute
org.apache.giraph.examples.
RandomWalkVertexMasterCompute
org.apache.giraph.examples.scc.
SccPhaseMasterCompute
org.apache.giraph.examples.
SimpleCheckpoint.SimpleCheckpointVertexMasterCompute
org.apache.giraph.examples.
SimpleMasterComputeComputation.SimpleMasterCompute
org.apache.giraph.examples.
SimplePageRankComputation.SimplePageRankMasterCompute
org.apache.giraph.examples.
VerifyMessage.VerifyMessageMasterCompute
org.apache.giraph.block_app.migration.
MigrationMasterCompute
(implements org.apache.hadoop.io.Writable)
org.apache.giraph.block_app.migration.
MigrationMasterCompute.MigrationFullMasterCompute
org.apache.giraph.examples.block_app.
SimpleMigrationMasterBlockFactory.SimpleMigrationMasterCompute
org.apache.giraph.block_app.migration.
MigrationWorkerContext
(implements org.apache.hadoop.io.Writable)
org.apache.giraph.block_app.migration.
MigrationWorkerContext.MigrationFullWorkerContext
org.apache.giraph.examples.block_app.
SimpleMigrationMasterBlockFactory.SimpleMigrationMasterWorkerContext
org.apache.giraph.io.
OutputFormat
<I,V,E>
org.apache.giraph.io.
VertexOutputFormat
<I,V,E>
org.apache.giraph.io.formats.
TextVertexOutputFormat
<I,V,E>
org.apache.giraph.examples.
SimplePageRankComputation.SimplePageRankVertexOutputFormat
org.apache.giraph.examples.
SimpleSuperstepComputation.SimpleSuperstepVertexOutputFormat
org.apache.giraph.examples.
SimpleTextVertexOutputFormat
org.apache.giraph.examples.
VertexWithDoubleValueDoubleEdgeTextOutputFormat
org.apache.giraph.examples.
VertexWithDoubleValueNullEdgeTextOutputFormat
org.apache.giraph.examples.
SimpleAggregatorWriter
(implements org.apache.giraph.aggregators.
AggregatorWriter
)
org.apache.giraph.io.
VertexWriter
<I,V,E> (implements org.apache.giraph.io.
SimpleVertexWriter
<I,V,E>)
org.apache.giraph.io.formats.
TextVertexOutputFormat.TextVertexWriter
org.apache.giraph.examples.
SimplePageRankComputation.SimplePageRankVertexOutputFormat.SimplePageRankVertexWriter
org.apache.giraph.examples.
SimpleSuperstepComputation.SimpleSuperstepVertexOutputFormat.SimpleSuperstepVertexWriter
org.apache.giraph.examples.
VertexWithDoubleValueDoubleEdgeTextOutputFormat.VertexWithDoubleValueWriter
org.apache.giraph.examples.
VertexWithDoubleValueNullEdgeTextOutputFormat.VertexWithDoubleValueWriter
org.apache.giraph.worker.
WorkerAggregatorDelegator
<I,V,E> (implements org.apache.giraph.worker.
WorkerAggregatorUsage
, org.apache.giraph.worker.
WorkerGlobalCommUsage
)
org.apache.giraph.graph.
AbstractComputation
<I,V,E,M1,M2> (implements org.apache.giraph.graph.
Computation
<I,V,E,M1,M2>)
org.apache.giraph.graph.
BasicComputation
<I,V,E,M>
org.apache.giraph.examples.
AggregatorsTestComputation
org.apache.giraph.examples.
BrachaTouegDeadlockComputation
org.apache.giraph.examples.
ConnectedComponentsComputation
org.apache.giraph.examples.
IdentityComputation
<I,V,E,M>
org.apache.giraph.examples.
SimpleLongDoubleDoubleDoubleIdentityComputation
org.apache.giraph.examples.
MaxComputation
org.apache.giraph.examples.
PageRankWithKryoSimpleWritable
org.apache.giraph.examples.
RandomWalkComputation
<E>
org.apache.giraph.examples.
PageRankComputation
org.apache.giraph.examples.
RandomWalkWithRestartComputation
org.apache.giraph.examples.scc.
SccComputation
org.apache.giraph.examples.
SimpleCheckpoint.SimpleCheckpointComputation
org.apache.giraph.examples.
SimpleCombinerComputation
org.apache.giraph.examples.
SimpleFailComputation
org.apache.giraph.examples.
SimpleInDegreeCountComputation
org.apache.giraph.examples.
SimpleMasterComputeComputation
org.apache.giraph.examples.
SimpleMsgComputation
org.apache.giraph.examples.
SimpleMutateGraphComputation
org.apache.giraph.examples.
SimpleOutDegreeCountComputation
org.apache.giraph.examples.
SimplePageRankComputation
org.apache.giraph.examples.
SimpleShortestPathsComputation
org.apache.giraph.examples.
SimpleSuperstepComputation
org.apache.giraph.examples.
SimpleTriangleClosingComputation
org.apache.giraph.examples.
SimpleVertexWithWorkerContext.SimpleComputation
org.apache.giraph.examples.
TestComputationStateComputation
org.apache.giraph.examples.
VerifyMessage.VerifyMessageComputation
org.apache.giraph.io.
EdgeReader
<I,E>
org.apache.giraph.examples.
GeneratedEdgeReader
<I,E>
org.apache.giraph.examples.
AggregatorsTestComputation.SimpleEdgeReader
org.apache.giraph.block_app.migration.
MigrationAbstractComputation
<I,V,E,M1,M2> (implements org.apache.giraph.conf.
TypesHolder
<I,V,E,M1,M2>, org.apache.hadoop.io.Writable)
org.apache.giraph.block_app.migration.
MigrationAbstractComputation.MigrationFullAbstractComputation
<I,V,E,M1,M2>
org.apache.giraph.block_app.migration.
MigrationAbstractComputation.MigrationFullBasicComputation
<I,V,E,M>
org.apache.giraph.examples.block_app.
SimpleMigrationMasterBlockFactory.SimpleMigrationMasterComputation
org.apache.giraph.io.
VertexReader
<I,V,E>
org.apache.giraph.examples.
GeneratedVertexReader
<I,V,E>
org.apache.giraph.examples.
AggregatorsTestComputation.SimpleVertexReader
org.apache.giraph.examples.
PageRankWithKryoSimpleWritable.PageRankWithKryoVertexReader
org.apache.giraph.examples.
SimplePageRankComputation.SimplePageRankVertexReader
org.apache.giraph.examples.
SimpleSuperstepComputation.SimpleSuperstepVertexReader
org.apache.giraph.io.formats.
TextVertexInputFormat.TextVertexReader
org.apache.giraph.examples.
LongDoubleDoubleTextInputFormat.LongDoubleDoubleDoubleVertexReader
org.apache.giraph.examples.
LongDoubleFloatTextInputFormat.LongDoubleFloatVertexReader
org.apache.giraph.examples.
LongDoubleNullTextInputFormat.LongDoubleNullDoubleVertexReader
org.apache.giraph.examples.
NormalizingLongDoubleDoubleTextInputFormat.NormalizingLongDoubleDoubleDoubleVertexReader
org.apache.giraph.io.formats.
TextVertexInputFormat.TextVertexReaderFromEachLineProcessed
<T>
org.apache.giraph.examples.scc.
SccLongLongNullTextInputFormat.LongLongNullVertexReader
org.apache.giraph.worker.
WorkerContext
(implements org.apache.giraph.worker.
WorkerIndexUsage
<I>, org.apache.hadoop.io.Writable)
org.apache.giraph.worker.
DefaultWorkerContext
org.apache.giraph.examples.
TestComputationStateComputation.TestComputationStateWorkerContext
org.apache.giraph.examples.
PageRankWithKryoSimpleWritable.PageRankWithKryoWorkerContext
org.apache.giraph.examples.
RandomWalkWorkerContext
org.apache.giraph.examples.
SimpleCheckpoint.SimpleCheckpointVertexWorkerContext
org.apache.giraph.examples.
SimpleMasterComputeComputation.SimpleMasterComputeWorkerContext
org.apache.giraph.examples.
SimpleMutateGraphComputation.SimpleMutateGraphVertexWorkerContext
org.apache.giraph.examples.
SimplePageRankComputation.SimplePageRankWorkerContext
org.apache.giraph.examples.
SimpleVertexWithWorkerContext.EmitterWorkerContext
org.apache.giraph.examples.
VerifyMessage.VerifyMessageComputation.VerifyMessageVertexWorkerContext
org.apache.giraph.writable.kryo.
KryoSimpleWritable
(implements org.apache.giraph.writable.kryo.markers.
KryoIgnoreWritable
)
org.apache.giraph.examples.
PageRankWithKryoSimpleWritable.EdgeValue
org.apache.giraph.examples.
PageRankWithKryoSimpleWritable.MessageValue
org.apache.giraph.examples.
PageRankWithKryoSimpleWritable.VertexValue
org.apache.giraph.examples.scc.
SccVertexValue
(implements org.apache.hadoop.io.Writable)
org.apache.giraph.examples.
SimpleCheckpoint
(implements org.apache.hadoop.util.Tool)
org.apache.giraph.examples.
SimpleTriangleClosingComputation.Pair
(implements java.lang.
Comparable
<T>)
org.apache.giraph.examples.
SimpleVertexWithWorkerContext
(implements org.apache.hadoop.util.Tool)
org.apache.giraph.examples.
VerifyMessage
org.apache.giraph.examples.
VerifyMessage.VerifiableMessage
(implements org.apache.hadoop.io.Writable)
Annotation Type Hierarchy
org.apache.giraph.examples.
Algorithm
(implements java.lang.annotation.
Annotation
)
Enum Hierarchy
java.lang.
Object
java.lang.
Enum
<E> (implements java.lang.
Comparable
<T>, java.io.
Serializable
)
org.apache.giraph.examples.scc.
SccPhaseMasterCompute.Phases
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2011-2020
The Apache Software Foundation
. All Rights Reserved.