public class GraphState extends Object
Constructor and Description |
---|
GraphState(long superstep,
long numVertices,
long numEdges,
org.apache.hadoop.mapreduce.Mapper.Context context)
Constructor
|
Modifier and Type | Method and Description |
---|---|
org.apache.hadoop.mapreduce.Mapper.Context |
getContext() |
long |
getSuperstep() |
long |
getTotalNumEdges() |
long |
getTotalNumVertices() |
String |
toString() |
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.