Uses of Class
com.alibaba.graphscope.example.giraph.writable.MultipleLongWritable
-
Packages that use MultipleLongWritable Package Description com.alibaba.graphscope.example.giraph com.alibaba.graphscope.example.giraph.aggregator com.alibaba.graphscope.example.giraph.format -
-
Uses of MultipleLongWritable in com.alibaba.graphscope.example.giraph
Method parameters in com.alibaba.graphscope.example.giraph with type arguments of type MultipleLongWritable Modifier and Type Method Description voidMessageAppWithUserWritable. compute(org.apache.giraph.graph.Vertex<org.apache.hadoop.io.LongWritable,MultipleLongWritable,MultipleLongWritable> vertex, Iterable<MultipleLongWritable> messages)Must be defined by user to do computation on a single Vertex.voidMessageAppWithUserWritable. compute(org.apache.giraph.graph.Vertex<org.apache.hadoop.io.LongWritable,MultipleLongWritable,MultipleLongWritable> vertex, Iterable<MultipleLongWritable> messages)Must be defined by user to do computation on a single Vertex.voidMessageAppWithUserWritable. compute(org.apache.giraph.graph.Vertex<org.apache.hadoop.io.LongWritable,MultipleLongWritable,MultipleLongWritable> vertex, Iterable<MultipleLongWritable> messages)Must be defined by user to do computation on a single Vertex. -
Uses of MultipleLongWritable in com.alibaba.graphscope.example.giraph.aggregator
Methods in com.alibaba.graphscope.example.giraph.aggregator that return MultipleLongWritable Modifier and Type Method Description MultipleLongWritableMultipleLongWritableAggregator. createInitialValue()Methods in com.alibaba.graphscope.example.giraph.aggregator with parameters of type MultipleLongWritable Modifier and Type Method Description voidMultipleLongWritableAggregator. aggregate(MultipleLongWritable value) -
Uses of MultipleLongWritable in com.alibaba.graphscope.example.giraph.format
Methods in com.alibaba.graphscope.example.giraph.format that return MultipleLongWritable Modifier and Type Method Description protected MultipleLongWritableP2PEdgeMultipleLongInputFormat.P2PEdgeReader. getValue(String[] line)Reads edge value from the preprocessed line.protected MultipleLongWritableP2PVertexMultipleLongInputFormat.P2PVertexReader. getValue(String[] tokens)Methods in com.alibaba.graphscope.example.giraph.format that return types with arguments of type MultipleLongWritable Modifier and Type Method Description org.apache.giraph.io.EdgeReader<org.apache.hadoop.io.LongWritable,MultipleLongWritable>P2PEdgeMultipleLongInputFormat. createEdgeReader(org.apache.hadoop.mapreduce.InputSplit split, org.apache.hadoop.mapreduce.TaskAttemptContext context)Create an edge reader for a given split.protected Iterable<org.apache.giraph.edge.Edge<org.apache.hadoop.io.LongWritable,MultipleLongWritable>>P2PVertexMultipleLongInputFormat.P2PVertexReader. getEdges(String[] tokens)
-