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 class
AggregateBenchmark
static class
AggregateBenchmark.AggregateBenchmarkWorkerContext
Worker context used withPageRank
.class
BFS
class
MaxApp
class
MessageApp
Only send msg.class
MessageAppWithUserWritable
Only send msg.class
MessageBenchMark
Only send msg.static class
MessageBenchMark.MessageBenchMarkWorkerContext
class
PageRank
Demonstrates the basic Pregel PageRank implementation.static class
PageRank.SimplePageRankWorkerContext
Worker context used withPageRank
.class
SSSP
Demonstrates the basic Pregel shortest paths implementation.static class
SSSP.SSSPWorkerContext
class
Traverse
static class
Traverse.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 class
Circle
class
CircleEdgeInputFormat.P2PEdgeReader
class
CircleVertexInputFormat.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 class
DatagenEdgeInputFormat.LiveJournalEdgeReader
class
DatagenVertexInputFormat.P2PVertexReader
class
LiveJournalEdgeInputFormat.LiveJournalEdgeReader
class
LiveJournalVertexInputFormat.LiveJournalVertexReader
class
P2PEdgeInputFormat.P2PEdgeReader
class
P2PEdgeMultipleLongInputFormat.P2PEdgeReader
class
P2PVertexInputFormat.P2PVertexReader
class
P2PVertexMultipleLongInputFormat.P2PVertexReader
class
SampleTextVertexInputFormat.LongLongNullVertexReader
Vertex reader associated withSampleTextVertexInputFormat
. -
Uses of WorkerAggregatorDelegator in org.apache.giraph.graph
Subclasses of WorkerAggregatorDelegator in org.apache.giraph.graph Modifier and Type Class Description class
AbstractComputation<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.class
org.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 class
org.apache.giraph.io.EdgeReader<I extends org.apache.hadoop.io.WritableComparable,E extends org.apache.hadoop.io.Writable>
class
org.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 class
TextEdgeInputFormat.TextEdgeReader
EdgeReader
forTextEdgeInputFormat
.protected class
TextEdgeInputFormat.TextEdgeReaderFromEachLine
Abstract class to be implemented by the user to read an edge from each text line.protected class
TextEdgeInputFormat.TextEdgeReaderFromEachLineProcessed<T>
Abstract class to be implemented by the user to read an edge from each text line after preprocessing it.protected class
TextVertexInputFormat.TextVertexReader
Abstract class to be implemented by the user based on their specific vertex input.protected class
TextVertexInputFormat.TextVertexReaderFromEachLine
Abstract class to be implemented by the user to read a vertex from each text line.protected class
TextVertexInputFormat.TextVertexReaderFromEachLineProcessed<T>
Abstract class to be implemented by the user to read a vertex from each text line after preprocessing it.protected class
TextVertexInputFormat.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 class
WorkerContext
WorkerContext allows for the execution of user code on a per-worker basis.
-