Uses of Class
org.apache.giraph.worker.WorkerAggregatorDelegator
-
-
Uses of WorkerAggregatorDelegator in com.alibaba.graphscope.example.giraph
Subclasses of WorkerAggregatorDelegator in com.alibaba.graphscope.example.giraph Modifier and Type Class Description classAggregateBenchmarkstatic classAggregateBenchmark.AggregateBenchmarkWorkerContextWorker context used withPageRank.classBFSclassMaxAppclassMessageAppOnly send msg.classMessageAppWithUserWritableOnly send msg.classMessageBenchMarkOnly send msg.static classMessageBenchMark.MessageBenchMarkWorkerContextclassPageRankDemonstrates the basic Pregel PageRank implementation.static classPageRank.SimplePageRankWorkerContextWorker context used withPageRank.classSSSPDemonstrates the basic Pregel shortest paths implementation.static classSSSP.SSSPWorkerContextclassTraversestatic classTraverse.TraverseContext -
Uses of WorkerAggregatorDelegator in com.alibaba.graphscope.example.giraph.circle
Subclasses of WorkerAggregatorDelegator in com.alibaba.graphscope.example.giraph.circle Modifier and Type Class Description classCircleclassCircleEdgeInputFormat.P2PEdgeReaderclassCircleVertexInputFormat.P2PVertexReader -
Uses of WorkerAggregatorDelegator in com.alibaba.graphscope.example.giraph.format
Subclasses of WorkerAggregatorDelegator in com.alibaba.graphscope.example.giraph.format Modifier and Type Class Description classDatagenEdgeInputFormat.LiveJournalEdgeReaderclassDatagenVertexInputFormat.P2PVertexReaderclassLiveJournalEdgeInputFormat.LiveJournalEdgeReaderclassLiveJournalVertexInputFormat.LiveJournalVertexReaderclassP2PEdgeInputFormat.P2PEdgeReaderclassP2PEdgeMultipleLongInputFormat.P2PEdgeReaderclassP2PVertexInputFormat.P2PVertexReaderclassP2PVertexMultipleLongInputFormat.P2PVertexReaderclassSampleTextVertexInputFormat.LongLongNullVertexReaderVertex reader associated withSampleTextVertexInputFormat. -
Uses of WorkerAggregatorDelegator in org.apache.giraph.graph
Subclasses of WorkerAggregatorDelegator in org.apache.giraph.graph Modifier and Type Class Description classAbstractComputation<OID_T extends org.apache.hadoop.io.WritableComparable,VDATA_T extends org.apache.hadoop.io.Writable,EDATA_T extends org.apache.hadoop.io.Writable,IN_MSG_T extends org.apache.hadoop.io.Writable,OUT_MSG_T extends org.apache.hadoop.io.Writable>Implement all methods in Computation other than compute, which left for user to define.classorg.apache.giraph.graph.BasicComputation<I extends org.apache.hadoop.io.WritableComparable,V extends org.apache.hadoop.io.Writable,E extends org.apache.hadoop.io.Writable,M extends org.apache.hadoop.io.Writable> -
Uses of WorkerAggregatorDelegator in org.apache.giraph.io
Subclasses of WorkerAggregatorDelegator in org.apache.giraph.io with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw Modifier and Type Class Description classorg.apache.giraph.io.EdgeReader<I extends org.apache.hadoop.io.WritableComparable,E extends org.apache.hadoop.io.Writable>classorg.apache.giraph.io.VertexReader<I extends org.apache.hadoop.io.WritableComparable,V extends org.apache.hadoop.io.Writable,E extends org.apache.hadoop.io.Writable> -
Uses of WorkerAggregatorDelegator in org.apache.giraph.io.formats
Subclasses of WorkerAggregatorDelegator in org.apache.giraph.io.formats Modifier and Type Class Description protected classTextEdgeInputFormat.TextEdgeReaderEdgeReaderforTextEdgeInputFormat.protected classTextEdgeInputFormat.TextEdgeReaderFromEachLineAbstract class to be implemented by the user to read an edge from each text line.protected classTextEdgeInputFormat.TextEdgeReaderFromEachLineProcessed<T>Abstract class to be implemented by the user to read an edge from each text line after preprocessing it.protected classTextVertexInputFormat.TextVertexReaderAbstract class to be implemented by the user based on their specific vertex input.protected classTextVertexInputFormat.TextVertexReaderFromEachLineAbstract class to be implemented by the user to read a vertex from each text line.protected classTextVertexInputFormat.TextVertexReaderFromEachLineProcessed<T>Abstract class to be implemented by the user to read a vertex from each text line after preprocessing it.protected classTextVertexInputFormat.TextVertexReaderFromEachLineProcessedHandlingExceptions<T,X extends Throwable>Abstract class to be implemented by the user to read a vertex from each text line after preprocessing it with exception handling. -
Uses of WorkerAggregatorDelegator in org.apache.giraph.worker
Subclasses of WorkerAggregatorDelegator in org.apache.giraph.worker Modifier and Type Class Description classWorkerContextWorkerContext allows for the execution of user code on a per-worker basis.
-