Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
W
X
Z
C
c2rMap()
- Method in class com.intel.hadoop.graphbuilder.graph.glgraph.
GLGraph
cleanBidirectionalEdge()
- Method in class com.intel.hadoop.graphbuilder.demoapps.wikipedia.docwordgraph.
CreateWordCountGraph.Job
cleanBidirectionalEdge()
- Method in class com.intel.hadoop.graphbuilder.demoapps.wikipedia.linkgraph.
CreateLinkGraph.Job
cleanBidirectionalEdge()
- Method in class com.intel.hadoop.graphbuilder.job.
AbstractPreprocessJob
cleanBidirectionalEdge(boolean)
- Method in class com.intel.hadoop.graphbuilder.preprocess.mapreduce.
CreateGraphMR
Set the option to clean bidirectional edges.
cleanBidirectionalEdge()
- Method in class com.intel.hadoop.graphbuilder.test.job.
PreprocessJobTest.Job
clear()
- Method in class com.intel.hadoop.graphbuilder.graph.glgraph.
EdgeListStorage
Removing all edges from the storage.
clear()
- Method in class com.intel.hadoop.graphbuilder.graph.glgraph.
GLGraph
clear()
- Method in class com.intel.hadoop.graphbuilder.graph.glgraph.
SparseGraphStruct
Clear the matrix.
clear()
- Method in interface com.intel.hadoop.graphbuilder.graph.
Graph
Reset the graph to its initial empty state.
clear()
- Method in class com.intel.hadoop.graphbuilder.graph.simplegraph.
SimpleGraph
clear()
- Method in class com.intel.hadoop.graphbuilder.partition.mapreduce.keyvalue.
CombinedEdgeValueType
Clear the edges in the value.
clear()
- Method in class com.intel.hadoop.graphbuilder.partition.mapreduce.keyvalue.
CombinedVrecordValueType
Clear this value.
clear()
- Method in class com.intel.hadoop.graphbuilder.partition.mapreduce.keyvalue.
IngressValueType
Clear the edgevalue and vrecordvalue.
clearAdjList()
- Method in class com.intel.hadoop.graphbuilder.graph.simplegraph.
SimpleGraph
Clear the adjacency list.
clearEdataList()
- Method in class com.intel.hadoop.graphbuilder.graph.simplegraph.
SimpleGraph
Clear the edge data list.
close()
- Method in class com.intel.hadoop.graphbuilder.graph.glgraph.
GLGraphOutput
close()
- Method in interface com.intel.hadoop.graphbuilder.graph.
GraphOutput
Close the output.
close()
- Method in class com.intel.hadoop.graphbuilder.graph.simplegraph.
SimpleGraphOutput
close()
- Method in class com.intel.hadoop.graphbuilder.idnormalize.mapreduce.
SortDictReducer
close()
- Method in class com.intel.hadoop.graphbuilder.partition.mapreduce.edge.
EdgeIngressReducer
close()
- Method in class com.intel.hadoop.graphbuilder.partition.mapreduce.vrecord.
VrecordIngressReducer
close()
- Method in class com.intel.hadoop.graphbuilder.preprocess.inputformat.
XMLInputFormat.XMLRecordReader
close()
- Method in class com.intel.hadoop.graphbuilder.util.
Parallel
Reap the threads.
com.intel.hadoop.graphbuilder.demoapps.wikipedia
- package com.intel.hadoop.graphbuilder.demoapps.wikipedia
com.intel.hadoop.graphbuilder.demoapps.wikipedia.docwordgraph
- package com.intel.hadoop.graphbuilder.demoapps.wikipedia.docwordgraph
com.intel.hadoop.graphbuilder.demoapps.wikipedia.linkgraph
- package com.intel.hadoop.graphbuilder.demoapps.wikipedia.linkgraph
com.intel.hadoop.graphbuilder.graph
- package com.intel.hadoop.graphbuilder.graph
com.intel.hadoop.graphbuilder.graph.glgraph
- package com.intel.hadoop.graphbuilder.graph.glgraph
com.intel.hadoop.graphbuilder.graph.simplegraph
- package com.intel.hadoop.graphbuilder.graph.simplegraph
com.intel.hadoop.graphbuilder.idnormalize.mapreduce
- package com.intel.hadoop.graphbuilder.idnormalize.mapreduce
com.intel.hadoop.graphbuilder.io
- package com.intel.hadoop.graphbuilder.io
com.intel.hadoop.graphbuilder.job
- package com.intel.hadoop.graphbuilder.job
com.intel.hadoop.graphbuilder.parser
- package com.intel.hadoop.graphbuilder.parser
com.intel.hadoop.graphbuilder.partition.mapreduce.edge
- package com.intel.hadoop.graphbuilder.partition.mapreduce.edge
com.intel.hadoop.graphbuilder.partition.mapreduce.keyvalue
- package com.intel.hadoop.graphbuilder.partition.mapreduce.keyvalue
com.intel.hadoop.graphbuilder.partition.mapreduce.vrecord
- package com.intel.hadoop.graphbuilder.partition.mapreduce.vrecord
com.intel.hadoop.graphbuilder.partition.strategy
- package com.intel.hadoop.graphbuilder.partition.strategy
com.intel.hadoop.graphbuilder.preprocess.functional
- package com.intel.hadoop.graphbuilder.preprocess.functional
com.intel.hadoop.graphbuilder.preprocess.inputformat
- package com.intel.hadoop.graphbuilder.preprocess.inputformat
com.intel.hadoop.graphbuilder.preprocess.mapreduce
- package com.intel.hadoop.graphbuilder.preprocess.mapreduce
com.intel.hadoop.graphbuilder.preprocess.mapreduce.keyvalue
- package com.intel.hadoop.graphbuilder.preprocess.mapreduce.keyvalue
com.intel.hadoop.graphbuilder.preprocess.util
- package com.intel.hadoop.graphbuilder.preprocess.util
com.intel.hadoop.graphbuilder.test.experimental.javassist
- package com.intel.hadoop.graphbuilder.test.experimental.javassist
com.intel.hadoop.graphbuilder.test.graph
- package com.intel.hadoop.graphbuilder.test.graph
com.intel.hadoop.graphbuilder.test.idnormalize
- package com.intel.hadoop.graphbuilder.test.idnormalize
com.intel.hadoop.graphbuilder.test.job
- package com.intel.hadoop.graphbuilder.test.job
com.intel.hadoop.graphbuilder.test.partition
- package com.intel.hadoop.graphbuilder.test.partition
com.intel.hadoop.graphbuilder.test.util
- package com.intel.hadoop.graphbuilder.test.util
com.intel.hadoop.graphbuilder.types
- package com.intel.hadoop.graphbuilder.types
com.intel.hadoop.graphbuilder.util
- package com.intel.hadoop.graphbuilder.util
CombinedEdgeValueType
<
VidType
extends org.apache.hadoop.io.WritableComparable<
VidType
>,
VertexData
extends org.apache.hadoop.io.Writable,
EdgeData
extends org.apache.hadoop.io.Writable> - Class in
com.intel.hadoop.graphbuilder.partition.mapreduce.keyvalue
Intermediate value type of edge records and supports commutative and associative add operation to merge with instances of the same type.
CombinedEdgeValueType(GraphTypeFactory)
- Constructor for class com.intel.hadoop.graphbuilder.partition.mapreduce.keyvalue.
CombinedEdgeValueType
CombinedEdgeValueType(VidType, VidType, EdgeData, GraphTypeFactory)
- Constructor for class com.intel.hadoop.graphbuilder.partition.mapreduce.keyvalue.
CombinedEdgeValueType
Create an instance with one edge.
CombinedVrecordValueType
<
VidType
extends org.apache.hadoop.io.WritableComparable<
VidType
>,
VertexData
extends org.apache.hadoop.io.Writable,
EdgeData
extends org.apache.hadoop.io.Writable> - Class in
com.intel.hadoop.graphbuilder.partition.mapreduce.keyvalue
Intermediate value type of vertex records and supports commutative and associative add operation through additvity of inEdges, outEdges and union of the mirror set.
CombinedVrecordValueType(GraphTypeFactory)
- Constructor for class com.intel.hadoop.graphbuilder.partition.mapreduce.keyvalue.
CombinedVrecordValueType
Create an empty vertex record.
CombinedVrecordValueType(VidType, short, int, int, GraphTypeFactory)
- Constructor for class com.intel.hadoop.graphbuilder.partition.mapreduce.keyvalue.
CombinedVrecordValueType
Creates a vertex record with vid, pid, inEdges and ouEdges.
CombinedVrecordValueType(VidType, VertexData)
- Constructor for class com.intel.hadoop.graphbuilder.partition.mapreduce.keyvalue.
CombinedVrecordValueType
Creates a vertex record with vid and vdata.
compare(EdgeType, EdgeType)
- Method in class com.intel.hadoop.graphbuilder.graph.glgraph.
EdgeList.EdgeTypeComparator
compareTo(IngressKeyType<VidType>)
- Method in class com.intel.hadoop.graphbuilder.partition.mapreduce.keyvalue.
IngressKeyType
compareTo(DoubleType)
- Method in class com.intel.hadoop.graphbuilder.types.
DoubleType
compareTo(FloatType)
- Method in class com.intel.hadoop.graphbuilder.types.
FloatType
compareTo(IntType)
- Method in class com.intel.hadoop.graphbuilder.types.
IntType
compareTo(LongType)
- Method in class com.intel.hadoop.graphbuilder.types.
LongType
compareTo(StringType)
- Method in class com.intel.hadoop.graphbuilder.types.
StringType
computePid(VidType, VidType)
- Method in class com.intel.hadoop.graphbuilder.partition.strategy.
GreedyIngress
computePid(VidType, VidType)
- Method in interface com.intel.hadoop.graphbuilder.partition.strategy.
Ingress
computePid(VidType, VidType)
- Method in class com.intel.hadoop.graphbuilder.partition.strategy.
RandomIngress
configure(JobConf)
- Method in class com.intel.hadoop.graphbuilder.demoapps.wikipedia.docwordgraph.
TransformToTFIDF.Dividefunc
configure(JobConf)
- Method in class com.intel.hadoop.graphbuilder.demoapps.wikipedia.docwordgraph.
TransformToTFIDF.FloatCountFunc
configure(JobConf)
- Method in class com.intel.hadoop.graphbuilder.demoapps.wikipedia.docwordgraph.
TransformToTFIDF.IDFfunc
configure(JobConf)
- Method in class com.intel.hadoop.graphbuilder.demoapps.wikipedia.docwordgraph.
TransformToTFIDF.Sumfunc
configure(JobConf)
- Method in class com.intel.hadoop.graphbuilder.demoapps.wikipedia.docwordgraph.
WordCountGraphTokenizer
configure(JobConf)
- Method in class com.intel.hadoop.graphbuilder.demoapps.wikipedia.linkgraph.
LinkGraphTokenizer
configure(JobConf)
- Method in class com.intel.hadoop.graphbuilder.graph.glgraph.
GLGraphOutput
configure(JobConf)
- Method in interface com.intel.hadoop.graphbuilder.graph.
GraphOutput
Configure this GraphOutput using
JobConf
.
configure(JobConf)
- Method in class com.intel.hadoop.graphbuilder.graph.simplegraph.
SimpleGraphOutput
configure(JobConf)
- Method in class com.intel.hadoop.graphbuilder.idnormalize.mapreduce.
HashIdMapper
configure(JobConf)
- Method in class com.intel.hadoop.graphbuilder.idnormalize.mapreduce.
HashIdReducer
configure(JobConf)
- Method in class com.intel.hadoop.graphbuilder.idnormalize.mapreduce.
SortDictMapper
configure(JobConf)
- Method in class com.intel.hadoop.graphbuilder.idnormalize.mapreduce.
SortDictReducer
configure(JobConf)
- Method in class com.intel.hadoop.graphbuilder.idnormalize.mapreduce.
SortEdgeMR.SortEdgeMapper
configure(JobConf)
- Method in class com.intel.hadoop.graphbuilder.idnormalize.mapreduce.
TransEdgeMapper
configure(JobConf)
- Method in class com.intel.hadoop.graphbuilder.idnormalize.mapreduce.
TransEdgeReducer
configure(JobConf)
- Method in class com.intel.hadoop.graphbuilder.partition.mapreduce.edge.
EdgeIngressCombiner
configure(JobConf)
- Method in class com.intel.hadoop.graphbuilder.partition.mapreduce.edge.
EdgeIngressMapper
configure(JobConf)
- Method in class com.intel.hadoop.graphbuilder.partition.mapreduce.edge.
EdgeIngressReducer
configure(JobConf)
- Method in class com.intel.hadoop.graphbuilder.partition.mapreduce.vrecord.
VrecordIngressMapper
configure(JobConf)
- Method in class com.intel.hadoop.graphbuilder.partition.mapreduce.vrecord.
VrecordIngressReducer
configure(JobConf)
- Method in class com.intel.hadoop.graphbuilder.preprocess.functional.
CountFunc
configure(JobConf)
- Method in interface com.intel.hadoop.graphbuilder.preprocess.functional.
Functional
configure(JobConf)
- Method in interface com.intel.hadoop.graphbuilder.preprocess.inputformat.
GraphTokenizer
Configure the tokenizer from JobConf.
configure(JobConf)
- Method in class com.intel.hadoop.graphbuilder.preprocess.inputformat.
XMLInputFormat
configure(JobConf)
- Method in class com.intel.hadoop.graphbuilder.preprocess.mapreduce.
CreateGraphMapper
configure(JobConf)
- Method in class com.intel.hadoop.graphbuilder.preprocess.mapreduce.
CreateGraphReducer
configure(JobConf)
- Method in class com.intel.hadoop.graphbuilder.preprocess.mapreduce.
EdgeTransformCombiner
configure(JobConf)
- Method in class com.intel.hadoop.graphbuilder.preprocess.mapreduce.
EdgeTransformMapper
configure(JobConf)
- Method in class com.intel.hadoop.graphbuilder.preprocess.mapreduce.
EdgeTransformReducer
configure(JobConf)
- Method in class com.intel.hadoop.graphbuilder.test.job.
EdgeTransformJobTest.Divide
configure(JobConf)
- Method in class com.intel.hadoop.graphbuilder.test.job.
EdgeTransformJobTest.Sum
CountFunc
<
T
> - Class in
com.intel.hadoop.graphbuilder.preprocess.functional
Represents a counting functional: f x y -> y + 1
CountFunc()
- Constructor for class com.intel.hadoop.graphbuilder.preprocess.functional.
CountFunc
createEdata()
- Method in class com.intel.hadoop.graphbuilder.partition.mapreduce.keyvalue.
GraphTypeFactory
createEdata()
- Method in class com.intel.hadoop.graphbuilder.preprocess.mapreduce.keyvalue.
VertexEdgeUnionType
createElem()
- Method in class com.intel.hadoop.graphbuilder.test.experimental.javassist.
Foo
CreateGraphMapper
- Class in
com.intel.hadoop.graphbuilder.preprocess.mapreduce
The Mapper class parses each input value provided by the
InputFormat
, and outputs a list of
Vertex
and a list of
Edge
using a
GraphTokenizer
.
CreateGraphMapper()
- Constructor for class com.intel.hadoop.graphbuilder.preprocess.mapreduce.
CreateGraphMapper
CreateGraphMR
- Class in
com.intel.hadoop.graphbuilder.preprocess.mapreduce
This MapReduce Job creates an initial edge list and vertex list from raw input data, e.g.
CreateGraphMR(GraphTokenizer, InputFormat)
- Constructor for class com.intel.hadoop.graphbuilder.preprocess.mapreduce.
CreateGraphMR
Create a Job and set tokenizer and inputformat.
CreateGraphReducer
- Class in
com.intel.hadoop.graphbuilder.preprocess.mapreduce
The Reducer class applies user defined
Functional
s to reduce duplicate edges and vertices.
CreateGraphReducer()
- Constructor for class com.intel.hadoop.graphbuilder.preprocess.mapreduce.
CreateGraphReducer
CreateGraphReducer.CREATE_GRAPH_COUNTER
- Enum in
com.intel.hadoop.graphbuilder.preprocess.mapreduce
createKey()
- Method in class com.intel.hadoop.graphbuilder.preprocess.inputformat.
XMLInputFormat.XMLRecordReader
CreateLinkGraph
- Class in
com.intel.hadoop.graphbuilder.demoapps.wikipedia.linkgraph
CreateLinkGraph()
- Constructor for class com.intel.hadoop.graphbuilder.demoapps.wikipedia.linkgraph.
CreateLinkGraph
CreateLinkGraph.Job
- Class in
com.intel.hadoop.graphbuilder.demoapps.wikipedia.linkgraph
CreateLinkGraph.Job()
- Constructor for class com.intel.hadoop.graphbuilder.demoapps.wikipedia.linkgraph.
CreateLinkGraph.Job
createLValue()
- Method in class com.intel.hadoop.graphbuilder.preprocess.mapreduce.keyvalue.
PairListType
createLValue()
- Method in class com.intel.hadoop.graphbuilder.test.job.
EdgeTransformJobTest.Value
createRValue()
- Method in class com.intel.hadoop.graphbuilder.preprocess.mapreduce.keyvalue.
PairListType
createRValue()
- Method in class com.intel.hadoop.graphbuilder.test.job.
EdgeTransformJobTest.Value
createValue()
- Method in class com.intel.hadoop.graphbuilder.preprocess.inputformat.
XMLInputFormat.XMLRecordReader
createVdata()
- Method in class com.intel.hadoop.graphbuilder.partition.mapreduce.keyvalue.
GraphTypeFactory
createVdata()
- Method in class com.intel.hadoop.graphbuilder.preprocess.mapreduce.keyvalue.
VertexEdgeUnionType
createVid()
- Method in class com.intel.hadoop.graphbuilder.partition.mapreduce.keyvalue.
GraphTypeFactory
createVid()
- Method in class com.intel.hadoop.graphbuilder.partition.mapreduce.keyvalue.
IngressKeyType
createVid()
- Method in class com.intel.hadoop.graphbuilder.preprocess.mapreduce.keyvalue.
VertexEdgeUnionType
CreateWordCountGraph
- Class in
com.intel.hadoop.graphbuilder.demoapps.wikipedia.docwordgraph
CreateWordCountGraph()
- Constructor for class com.intel.hadoop.graphbuilder.demoapps.wikipedia.docwordgraph.
CreateWordCountGraph
CreateWordCountGraph.Job
- Class in
com.intel.hadoop.graphbuilder.demoapps.wikipedia.docwordgraph
CreateWordCountGraph.Job()
- Constructor for class com.intel.hadoop.graphbuilder.demoapps.wikipedia.docwordgraph.
CreateWordCountGraph.Job
csc()
- Method in class com.intel.hadoop.graphbuilder.graph.glgraph.
GLGraph
csr()
- Method in class com.intel.hadoop.graphbuilder.graph.glgraph.
GLGraph
current_time()
- Method in class com.intel.hadoop.graphbuilder.util.
Timer
current_time_millis()
- Method in class com.intel.hadoop.graphbuilder.util.
Timer
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
W
X
Z