|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GraphTypeFactory | |
---|---|
com.intel.hadoop.graphbuilder.partition.mapreduce.keyvalue |
Uses of GraphTypeFactory in com.intel.hadoop.graphbuilder.partition.mapreduce.keyvalue |
---|
Methods in com.intel.hadoop.graphbuilder.partition.mapreduce.keyvalue that return GraphTypeFactory | |
---|---|
abstract GraphTypeFactory |
IngressValueType.getGraphTypeFactory()
|
Constructors in com.intel.hadoop.graphbuilder.partition.mapreduce.keyvalue with parameters of type GraphTypeFactory | |
---|---|
CombinedEdgeValueType(GraphTypeFactory factory)
|
|
CombinedEdgeValueType(VidType source,
VidType target,
EdgeData data,
GraphTypeFactory factory)
Create an instance with one edge. |
|
CombinedVrecordValueType(GraphTypeFactory factory)
Create an empty vertex record. |
|
CombinedVrecordValueType(VidType vid,
short pid,
int inEdges,
int outEdges,
GraphTypeFactory factory)
Creates a vertex record with vid, pid, inEdges and ouEdges. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |