A B C D E F I K L N O P R S T V W 
All Classes All Packages

A

active() - Method in class org.apache.hugegraph.computer.algorithm.community.kcore.KcoreValue
 
addPath(Vertex) - Method in class org.apache.hugegraph.computer.algorithm.path.rings.filter.RingsDetectionMessage
 
addToPath(Vertex) - Method in class org.apache.hugegraph.computer.algorithm.sampling.RandomWalkMessage
 
addToPreVertexAdjacence(Id) - Method in class org.apache.hugegraph.computer.algorithm.sampling.RandomWalkMessage
 
afterSuperstep(WorkerContext) - Method in class org.apache.hugegraph.computer.algorithm.centrality.degree.DegreeCentrality
 
afterSuperstep(WorkerContext) - Method in class org.apache.hugegraph.computer.algorithm.centrality.pagerank.PageRank
 
AGGR_COMULATIVE_DANGLING_PROBABILITY - Static variable in class org.apache.hugegraph.computer.algorithm.centrality.pagerank.PageRank4Master
 
AGGR_COMULATIVE_PROBABILITY - Static variable in class org.apache.hugegraph.computer.algorithm.centrality.pagerank.PageRank4Master
 
AGGR_DANGLING_VERTICES_NUM - Static variable in class org.apache.hugegraph.computer.algorithm.centrality.pagerank.PageRank4Master
 
AGGR_L1_NORM_DIFFERENCE_KEY - Static variable in class org.apache.hugegraph.computer.algorithm.centrality.pagerank.PageRank4Master
 
ALPHA_DEFAULT_VALUE - Static variable in class org.apache.hugegraph.computer.algorithm.centrality.pagerank.PageRank
 
arrivedVertices() - Method in class org.apache.hugegraph.computer.algorithm.centrality.betweenness.BetweennessValue
 

B

beforeSuperstep(WorkerContext) - Method in class org.apache.hugegraph.computer.algorithm.centrality.degree.DegreeCentrality
 
beforeSuperstep(WorkerContext) - Method in class org.apache.hugegraph.computer.algorithm.centrality.pagerank.PageRank
 
betweenness() - Method in class org.apache.hugegraph.computer.algorithm.centrality.betweenness.BetweennessValue
 
BetweennessCentrality - Class in org.apache.hugegraph.computer.algorithm.centrality.betweenness
 
BetweennessCentrality() - Constructor for class org.apache.hugegraph.computer.algorithm.centrality.betweenness.BetweennessCentrality
 
BetweennessCentralityParams - Class in org.apache.hugegraph.computer.algorithm.centrality.betweenness
 
BetweennessCentralityParams() - Constructor for class org.apache.hugegraph.computer.algorithm.centrality.betweenness.BetweennessCentralityParams
 
BetweennessMessage - Class in org.apache.hugegraph.computer.algorithm.centrality.betweenness
 
BetweennessMessage() - Constructor for class org.apache.hugegraph.computer.algorithm.centrality.betweenness.BetweennessMessage
 
BetweennessMessage(DoubleValue) - Constructor for class org.apache.hugegraph.computer.algorithm.centrality.betweenness.BetweennessMessage
 
BetweennessMessage(IdList) - Constructor for class org.apache.hugegraph.computer.algorithm.centrality.betweenness.BetweennessMessage
 
BetweennessValue - Class in org.apache.hugegraph.computer.algorithm.centrality.betweenness
 
BetweennessValue() - Constructor for class org.apache.hugegraph.computer.algorithm.centrality.betweenness.BetweennessValue
 
BetweennessValue(double) - Constructor for class org.apache.hugegraph.computer.algorithm.centrality.betweenness.BetweennessValue
 

C

category() - Method in class org.apache.hugegraph.computer.algorithm.centrality.betweenness.BetweennessCentrality
 
category() - Method in class org.apache.hugegraph.computer.algorithm.centrality.closeness.ClosenessCentrality
 
category() - Method in class org.apache.hugegraph.computer.algorithm.centrality.degree.DegreeCentrality
 
category() - Method in class org.apache.hugegraph.computer.algorithm.centrality.pagerank.PageRank
 
category() - Method in class org.apache.hugegraph.computer.algorithm.community.cc.ClusteringCoefficient
 
category() - Method in class org.apache.hugegraph.computer.algorithm.community.kcore.Kcore
 
category() - Method in class org.apache.hugegraph.computer.algorithm.community.lpa.Lpa
 
category() - Method in class org.apache.hugegraph.computer.algorithm.community.trianglecount.TriangleCount
 
category() - Method in class org.apache.hugegraph.computer.algorithm.community.wcc.Wcc
 
category() - Method in class org.apache.hugegraph.computer.algorithm.path.rings.filter.RingsDetectionWithFilter
 
category() - Method in class org.apache.hugegraph.computer.algorithm.path.rings.RingsDetection
 
category() - Method in class org.apache.hugegraph.computer.algorithm.sampling.RandomWalk
 
close(Config) - Method in class org.apache.hugegraph.computer.algorithm.centrality.betweenness.BetweennessCentrality
 
close(Config) - Method in class org.apache.hugegraph.computer.algorithm.centrality.closeness.ClosenessCentrality
 
close(Config) - Method in class org.apache.hugegraph.computer.algorithm.centrality.degree.DegreeCentrality
 
close(Config) - Method in class org.apache.hugegraph.computer.algorithm.centrality.pagerank.PageRank
 
close(MasterContext) - Method in class org.apache.hugegraph.computer.algorithm.centrality.pagerank.PageRank4Master
 
ClosenessCentrality - Class in org.apache.hugegraph.computer.algorithm.centrality.closeness
 
ClosenessCentrality() - Constructor for class org.apache.hugegraph.computer.algorithm.centrality.closeness.ClosenessCentrality
 
ClosenessCentralityParams - Class in org.apache.hugegraph.computer.algorithm.centrality.closeness
 
ClosenessCentralityParams() - Constructor for class org.apache.hugegraph.computer.algorithm.centrality.closeness.ClosenessCentralityParams
 
ClosenessMessage - Class in org.apache.hugegraph.computer.algorithm.centrality.closeness
 
ClosenessMessage() - Constructor for class org.apache.hugegraph.computer.algorithm.centrality.closeness.ClosenessMessage
 
ClosenessMessage(Id, Id, DoubleValue) - Constructor for class org.apache.hugegraph.computer.algorithm.centrality.closeness.ClosenessMessage
 
ClosenessValue - Class in org.apache.hugegraph.computer.algorithm.centrality.closeness
 
ClosenessValue() - Constructor for class org.apache.hugegraph.computer.algorithm.centrality.closeness.ClosenessValue
 
ClusteringCoefficient - Class in org.apache.hugegraph.computer.algorithm.community.cc
ClusteringCoefficient(CC) algorithm could calculate local & the whole graph: 1.
ClusteringCoefficient() - Constructor for class org.apache.hugegraph.computer.algorithm.community.cc.ClusteringCoefficient
 
ClusteringCoefficientOutput - Class in org.apache.hugegraph.computer.algorithm.community.cc
Offer 2 ways to output: write-back + hdfs-file(TODO)
ClusteringCoefficientOutput() - Constructor for class org.apache.hugegraph.computer.algorithm.community.cc.ClusteringCoefficientOutput
 
ClusteringCoefficientParams - Class in org.apache.hugegraph.computer.algorithm.community.cc
 
ClusteringCoefficientParams() - Constructor for class org.apache.hugegraph.computer.algorithm.community.cc.ClusteringCoefficientParams
 
ClusteringCoefficientValue - Class in org.apache.hugegraph.computer.algorithm.community.cc
TODO: We could reuse triangle's result to simplify it (and avoid logical differences)
ClusteringCoefficientValue() - Constructor for class org.apache.hugegraph.computer.algorithm.community.cc.ClusteringCoefficientValue
 
compareTo(Value) - Method in class org.apache.hugegraph.computer.algorithm.centrality.betweenness.BetweennessMessage
 
compute(MasterComputationContext) - Method in class org.apache.hugegraph.computer.algorithm.centrality.pagerank.PageRank4Master
 
compute(ComputationContext, Vertex, Iterator<BetweennessMessage>) - Method in class org.apache.hugegraph.computer.algorithm.centrality.betweenness.BetweennessCentrality
 
compute(ComputationContext, Vertex, Iterator<ClosenessMessage>) - Method in class org.apache.hugegraph.computer.algorithm.centrality.closeness.ClosenessCentrality
 
compute(ComputationContext, Vertex, Iterator<RingsDetectionMessage>) - Method in class org.apache.hugegraph.computer.algorithm.path.rings.filter.RingsDetectionWithFilter
 
compute(ComputationContext, Vertex, Iterator<RandomWalkMessage>) - Method in class org.apache.hugegraph.computer.algorithm.sampling.RandomWalk
 
compute(ComputationContext, Vertex, Iterator<Id>) - Method in class org.apache.hugegraph.computer.algorithm.community.kcore.Kcore
 
compute(ComputationContext, Vertex, Iterator<Id>) - Method in class org.apache.hugegraph.computer.algorithm.community.lpa.Lpa
 
compute(ComputationContext, Vertex, Iterator<Id>) - Method in class org.apache.hugegraph.computer.algorithm.community.wcc.Wcc
 
compute(ComputationContext, Vertex, Iterator<DoubleValue>) - Method in class org.apache.hugegraph.computer.algorithm.centrality.pagerank.PageRank
 
compute(ComputationContext, Vertex, Iterator<IdList>) - Method in class org.apache.hugegraph.computer.algorithm.community.cc.ClusteringCoefficient
 
compute(ComputationContext, Vertex, Iterator<IdList>) - Method in class org.apache.hugegraph.computer.algorithm.community.trianglecount.TriangleCount
 
compute(ComputationContext, Vertex, Iterator<IdList>) - Method in class org.apache.hugegraph.computer.algorithm.path.rings.RingsDetection
 
compute(ComputationContext, Vertex, Iterator<NullValue>) - Method in class org.apache.hugegraph.computer.algorithm.centrality.degree.DegreeCentrality
 
compute0(ComputationContext, Vertex) - Method in class org.apache.hugegraph.computer.algorithm.centrality.betweenness.BetweennessCentrality
 
compute0(ComputationContext, Vertex) - Method in class org.apache.hugegraph.computer.algorithm.centrality.closeness.ClosenessCentrality
 
compute0(ComputationContext, Vertex) - Method in class org.apache.hugegraph.computer.algorithm.centrality.degree.DegreeCentrality
 
compute0(ComputationContext, Vertex) - Method in class org.apache.hugegraph.computer.algorithm.centrality.pagerank.PageRank
 
compute0(ComputationContext, Vertex) - Method in class org.apache.hugegraph.computer.algorithm.community.cc.ClusteringCoefficient
 
compute0(ComputationContext, Vertex) - Method in class org.apache.hugegraph.computer.algorithm.community.kcore.Kcore
 
compute0(ComputationContext, Vertex) - Method in class org.apache.hugegraph.computer.algorithm.community.lpa.Lpa
 
compute0(ComputationContext, Vertex) - Method in class org.apache.hugegraph.computer.algorithm.community.trianglecount.TriangleCount
 
compute0(ComputationContext, Vertex) - Method in class org.apache.hugegraph.computer.algorithm.community.wcc.Wcc
 
compute0(ComputationContext, Vertex) - Method in class org.apache.hugegraph.computer.algorithm.path.rings.filter.RingsDetectionWithFilter
 
compute0(ComputationContext, Vertex) - Method in class org.apache.hugegraph.computer.algorithm.path.rings.RingsDetection
 
compute0(ComputationContext, Vertex) - Method in class org.apache.hugegraph.computer.algorithm.sampling.RandomWalk
 
CONF_L1_DIFF_THRESHOLD_DEFAULT - Static variable in class org.apache.hugegraph.computer.algorithm.centrality.pagerank.PageRank4Master
 
CONF_L1_NORM_DIFFERENCE_THRESHOLD_KEY - Static variable in class org.apache.hugegraph.computer.algorithm.centrality.pagerank.PageRank4Master
 
constructHugeVertex(Vertex) - Method in class org.apache.hugegraph.computer.algorithm.community.cc.ClusteringCoefficientOutput
 
copy() - Method in class org.apache.hugegraph.computer.algorithm.community.cc.ClusteringCoefficientValue
 
copy() - Method in class org.apache.hugegraph.computer.algorithm.community.kcore.KcoreValue
 
copy() - Method in class org.apache.hugegraph.computer.algorithm.community.trianglecount.TriangleCountValue
 
core() - Method in class org.apache.hugegraph.computer.algorithm.community.kcore.KcoreValue
 
core(Id) - Method in class org.apache.hugegraph.computer.algorithm.community.kcore.KcoreValue
 
count() - Method in class org.apache.hugegraph.computer.algorithm.community.cc.ClusteringCoefficientValue
 
count() - Method in class org.apache.hugegraph.computer.algorithm.community.trianglecount.TriangleCountValue
 
count(int) - Method in class org.apache.hugegraph.computer.algorithm.community.trianglecount.TriangleCountValue
 
count(Integer) - Method in class org.apache.hugegraph.computer.algorithm.community.cc.ClusteringCoefficientValue
 

D

decreaseDegree(int) - Method in class org.apache.hugegraph.computer.algorithm.community.kcore.KcoreValue
 
degree() - Method in class org.apache.hugegraph.computer.algorithm.community.cc.ClusteringCoefficientValue
 
degree() - Method in class org.apache.hugegraph.computer.algorithm.community.kcore.KcoreValue
 
degree(int) - Method in class org.apache.hugegraph.computer.algorithm.community.kcore.KcoreValue
 
degree(Integer) - Method in class org.apache.hugegraph.computer.algorithm.community.cc.ClusteringCoefficientValue
 
DegreeCentrality - Class in org.apache.hugegraph.computer.algorithm.centrality.degree
 
DegreeCentrality() - Constructor for class org.apache.hugegraph.computer.algorithm.centrality.degree.DegreeCentrality
 
DegreeCentralityParams - Class in org.apache.hugegraph.computer.algorithm.centrality.degree
 
DegreeCentralityParams() - Constructor for class org.apache.hugegraph.computer.algorithm.centrality.degree.DegreeCentralityParams
 
distance() - Method in class org.apache.hugegraph.computer.algorithm.centrality.closeness.ClosenessMessage
 

E

edgeFilter() - Method in class org.apache.hugegraph.computer.algorithm.path.rings.filter.FilterDescribe
 

F

filter(Edge) - Method in class org.apache.hugegraph.computer.algorithm.path.rings.filter.SpreadFilter
 
filter(Edge, RingsDetectionMessage) - Method in class org.apache.hugegraph.computer.algorithm.path.rings.filter.SpreadFilter
 
filter(Vertex) - Method in class org.apache.hugegraph.computer.algorithm.path.rings.filter.SpreadFilter
 
FilterDescribe - Class in org.apache.hugegraph.computer.algorithm.path.rings.filter
 
FilterDescribe.DescribeItem - Class in org.apache.hugegraph.computer.algorithm.path.rings.filter
 
finish() - Method in class org.apache.hugegraph.computer.algorithm.sampling.RandomWalkMessage
 

I

idSet() - Method in class org.apache.hugegraph.computer.algorithm.community.cc.ClusteringCoefficientValue
 
idSet() - Method in class org.apache.hugegraph.computer.algorithm.community.trianglecount.TriangleCountValue
 
init(Config) - Method in class org.apache.hugegraph.computer.algorithm.centrality.betweenness.BetweennessCentrality
 
init(Config) - Method in class org.apache.hugegraph.computer.algorithm.centrality.closeness.ClosenessCentrality
 
init(Config) - Method in class org.apache.hugegraph.computer.algorithm.centrality.degree.DegreeCentrality
 
init(Config) - Method in class org.apache.hugegraph.computer.algorithm.centrality.pagerank.PageRank
 
init(Config) - Method in class org.apache.hugegraph.computer.algorithm.community.cc.ClusteringCoefficient
 
init(Config) - Method in class org.apache.hugegraph.computer.algorithm.community.kcore.Kcore
 
init(Config) - Method in class org.apache.hugegraph.computer.algorithm.path.rings.filter.RingsDetectionWithFilter
 
init(Config) - Method in class org.apache.hugegraph.computer.algorithm.sampling.RandomWalk
 
init(MasterContext) - Method in class org.apache.hugegraph.computer.algorithm.centrality.pagerank.PageRank4Master
 
isFinish() - Method in class org.apache.hugegraph.computer.algorithm.sampling.RandomWalkMessage
 

K

K_DEFAULT_VALUE - Static variable in class org.apache.hugegraph.computer.algorithm.community.kcore.Kcore
 
Kcore - Class in org.apache.hugegraph.computer.algorithm.community.kcore
 
Kcore() - Constructor for class org.apache.hugegraph.computer.algorithm.community.kcore.Kcore
 
KcoreParams - Class in org.apache.hugegraph.computer.algorithm.community.kcore
 
KcoreParams() - Constructor for class org.apache.hugegraph.computer.algorithm.community.kcore.KcoreParams
 
KcoreValue - Class in org.apache.hugegraph.computer.algorithm.community.kcore
 
KcoreValue() - Constructor for class org.apache.hugegraph.computer.algorithm.community.kcore.KcoreValue
 

L

label() - Method in class org.apache.hugegraph.computer.algorithm.path.rings.filter.FilterDescribe.DescribeItem
 
Lpa - Class in org.apache.hugegraph.computer.algorithm.community.lpa
 
Lpa() - Constructor for class org.apache.hugegraph.computer.algorithm.community.lpa.Lpa
 
LpaParams - Class in org.apache.hugegraph.computer.algorithm.community.lpa
 
LpaParams() - Constructor for class org.apache.hugegraph.computer.algorithm.community.lpa.LpaParams
 

N

name() - Method in class org.apache.hugegraph.computer.algorithm.centrality.betweenness.BetweennessCentrality
 
name() - Method in class org.apache.hugegraph.computer.algorithm.centrality.closeness.ClosenessCentrality
 
name() - Method in class org.apache.hugegraph.computer.algorithm.centrality.degree.DegreeCentrality
 
name() - Method in class org.apache.hugegraph.computer.algorithm.centrality.pagerank.PageRank
 
name() - Method in class org.apache.hugegraph.computer.algorithm.community.cc.ClusteringCoefficient
 
name() - Method in class org.apache.hugegraph.computer.algorithm.community.cc.ClusteringCoefficientOutput
 
name() - Method in class org.apache.hugegraph.computer.algorithm.community.kcore.Kcore
 
name() - Method in class org.apache.hugegraph.computer.algorithm.community.lpa.Lpa
 
name() - Method in class org.apache.hugegraph.computer.algorithm.community.trianglecount.TriangleCount
 
name() - Method in class org.apache.hugegraph.computer.algorithm.community.wcc.Wcc
 
name() - Method in class org.apache.hugegraph.computer.algorithm.path.rings.filter.RingsDetectionWithFilter
 
name() - Method in class org.apache.hugegraph.computer.algorithm.path.rings.RingsDetection
 
name() - Method in class org.apache.hugegraph.computer.algorithm.sampling.RandomWalk
 

O

of(String) - Static method in class org.apache.hugegraph.computer.algorithm.path.rings.filter.FilterDescribe
 
OPTION_ALPHA - Static variable in class org.apache.hugegraph.computer.algorithm.centrality.pagerank.PageRank
 
OPTION_DEFAULT_WEIGHT - Static variable in class org.apache.hugegraph.computer.algorithm.sampling.RandomWalk
 
OPTION_FILTER - Static variable in class org.apache.hugegraph.computer.algorithm.path.rings.filter.RingsDetectionWithFilter
 
OPTION_INOUT_FACTOR - Static variable in class org.apache.hugegraph.computer.algorithm.sampling.RandomWalk
 
OPTION_K - Static variable in class org.apache.hugegraph.computer.algorithm.community.kcore.Kcore
 
OPTION_MAX_WEIGHT_THRESHOLD - Static variable in class org.apache.hugegraph.computer.algorithm.sampling.RandomWalk
 
OPTION_MIN_WEIGHT_THRESHOLD - Static variable in class org.apache.hugegraph.computer.algorithm.sampling.RandomWalk
 
OPTION_RETURN_FACTOR - Static variable in class org.apache.hugegraph.computer.algorithm.sampling.RandomWalk
 
OPTION_SAMPLE_RATE - Static variable in class org.apache.hugegraph.computer.algorithm.centrality.betweenness.BetweennessCentrality
 
OPTION_SAMPLE_RATE - Static variable in class org.apache.hugegraph.computer.algorithm.centrality.closeness.ClosenessCentrality
 
OPTION_WALK_LENGTH - Static variable in class org.apache.hugegraph.computer.algorithm.sampling.RandomWalk
 
OPTION_WALK_PER_NODE - Static variable in class org.apache.hugegraph.computer.algorithm.sampling.RandomWalk
 
OPTION_WEIGHT_PROPERTY - Static variable in class org.apache.hugegraph.computer.algorithm.centrality.closeness.ClosenessCentrality
 
OPTION_WEIGHT_PROPERTY - Static variable in class org.apache.hugegraph.computer.algorithm.centrality.degree.DegreeCentrality
 
OPTION_WEIGHT_PROPERTY - Static variable in class org.apache.hugegraph.computer.algorithm.sampling.RandomWalk
 
org.apache.hugegraph.computer.algorithm.centrality.betweenness - package org.apache.hugegraph.computer.algorithm.centrality.betweenness
 
org.apache.hugegraph.computer.algorithm.centrality.closeness - package org.apache.hugegraph.computer.algorithm.centrality.closeness
 
org.apache.hugegraph.computer.algorithm.centrality.degree - package org.apache.hugegraph.computer.algorithm.centrality.degree
 
org.apache.hugegraph.computer.algorithm.centrality.pagerank - package org.apache.hugegraph.computer.algorithm.centrality.pagerank
 
org.apache.hugegraph.computer.algorithm.community.cc - package org.apache.hugegraph.computer.algorithm.community.cc
 
org.apache.hugegraph.computer.algorithm.community.kcore - package org.apache.hugegraph.computer.algorithm.community.kcore
 
org.apache.hugegraph.computer.algorithm.community.lpa - package org.apache.hugegraph.computer.algorithm.community.lpa
 
org.apache.hugegraph.computer.algorithm.community.trianglecount - package org.apache.hugegraph.computer.algorithm.community.trianglecount
 
org.apache.hugegraph.computer.algorithm.community.wcc - package org.apache.hugegraph.computer.algorithm.community.wcc
 
org.apache.hugegraph.computer.algorithm.path.rings - package org.apache.hugegraph.computer.algorithm.path.rings
 
org.apache.hugegraph.computer.algorithm.path.rings.filter - package org.apache.hugegraph.computer.algorithm.path.rings.filter
 
org.apache.hugegraph.computer.algorithm.sampling - package org.apache.hugegraph.computer.algorithm.sampling
 

P

PageRank - Class in org.apache.hugegraph.computer.algorithm.centrality.pagerank
 
PageRank() - Constructor for class org.apache.hugegraph.computer.algorithm.centrality.pagerank.PageRank
 
PageRank4Master - Class in org.apache.hugegraph.computer.algorithm.centrality.pagerank
 
PageRank4Master() - Constructor for class org.apache.hugegraph.computer.algorithm.centrality.pagerank.PageRank4Master
 
PageRankParams - Class in org.apache.hugegraph.computer.algorithm.centrality.pagerank
 
PageRankParams() - Constructor for class org.apache.hugegraph.computer.algorithm.centrality.pagerank.PageRankParams
 
path() - Method in class org.apache.hugegraph.computer.algorithm.path.rings.filter.RingsDetectionMessage
 
path() - Method in class org.apache.hugegraph.computer.algorithm.sampling.RandomWalkMessage
 
prepareSchema() - Method in class org.apache.hugegraph.computer.algorithm.community.cc.ClusteringCoefficientOutput
 
prepareSchema() - Method in class org.apache.hugegraph.computer.algorithm.path.rings.RingsDetectionOutput
 
prepareSchema() - Method in class org.apache.hugegraph.computer.algorithm.sampling.RandomWalkOutput
 
preVertexAdjacence() - Method in class org.apache.hugegraph.computer.algorithm.sampling.RandomWalkMessage
 
propertyFilter() - Method in class org.apache.hugegraph.computer.algorithm.path.rings.filter.FilterDescribe.DescribeItem
 

R

RandomWalk - Class in org.apache.hugegraph.computer.algorithm.sampling
 
RandomWalk() - Constructor for class org.apache.hugegraph.computer.algorithm.sampling.RandomWalk
 
RandomWalkMessage - Class in org.apache.hugegraph.computer.algorithm.sampling
 
RandomWalkMessage() - Constructor for class org.apache.hugegraph.computer.algorithm.sampling.RandomWalkMessage
 
RandomWalkOutput - Class in org.apache.hugegraph.computer.algorithm.sampling
 
RandomWalkOutput() - Constructor for class org.apache.hugegraph.computer.algorithm.sampling.RandomWalkOutput
 
RandomWalkParams - Class in org.apache.hugegraph.computer.algorithm.sampling
 
RandomWalkParams() - Constructor for class org.apache.hugegraph.computer.algorithm.sampling.RandomWalkParams
 
read(RandomAccessInput) - Method in class org.apache.hugegraph.computer.algorithm.centrality.betweenness.BetweennessMessage
 
read(RandomAccessInput) - Method in class org.apache.hugegraph.computer.algorithm.centrality.betweenness.BetweennessValue
 
read(RandomAccessInput) - Method in class org.apache.hugegraph.computer.algorithm.centrality.closeness.ClosenessMessage
 
read(RandomAccessInput) - Method in class org.apache.hugegraph.computer.algorithm.community.cc.ClusteringCoefficientValue
 
read(RandomAccessInput) - Method in class org.apache.hugegraph.computer.algorithm.community.kcore.KcoreValue
 
read(RandomAccessInput) - Method in class org.apache.hugegraph.computer.algorithm.community.trianglecount.TriangleCountValue
 
read(RandomAccessInput) - Method in class org.apache.hugegraph.computer.algorithm.path.rings.filter.RingsDetectionMessage
 
read(RandomAccessInput) - Method in class org.apache.hugegraph.computer.algorithm.sampling.RandomWalkMessage
 
RingsDetection - Class in org.apache.hugegraph.computer.algorithm.path.rings
 
RingsDetection() - Constructor for class org.apache.hugegraph.computer.algorithm.path.rings.RingsDetection
 
RingsDetectionMessage - Class in org.apache.hugegraph.computer.algorithm.path.rings.filter
 
RingsDetectionMessage() - Constructor for class org.apache.hugegraph.computer.algorithm.path.rings.filter.RingsDetectionMessage
 
RingsDetectionOutput - Class in org.apache.hugegraph.computer.algorithm.path.rings
 
RingsDetectionOutput() - Constructor for class org.apache.hugegraph.computer.algorithm.path.rings.RingsDetectionOutput
 
RingsDetectionParams - Class in org.apache.hugegraph.computer.algorithm.path.rings
 
RingsDetectionParams() - Constructor for class org.apache.hugegraph.computer.algorithm.path.rings.RingsDetectionParams
 
RingsDetectionWithFilter - Class in org.apache.hugegraph.computer.algorithm.path.rings.filter
 
RingsDetectionWithFilter() - Constructor for class org.apache.hugegraph.computer.algorithm.path.rings.filter.RingsDetectionWithFilter
 
RingsDetectionWithFilterParams - Class in org.apache.hugegraph.computer.algorithm.path.rings.filter
 
RingsDetectionWithFilterParams() - Constructor for class org.apache.hugegraph.computer.algorithm.path.rings.filter.RingsDetectionWithFilterParams
 

S

senderId() - Method in class org.apache.hugegraph.computer.algorithm.centrality.closeness.ClosenessMessage
 
sequence() - Method in class org.apache.hugegraph.computer.algorithm.centrality.betweenness.BetweennessMessage
 
setAlgorithmParameters(Map<String, String>) - Method in class org.apache.hugegraph.computer.algorithm.centrality.betweenness.BetweennessCentralityParams
 
setAlgorithmParameters(Map<String, String>) - Method in class org.apache.hugegraph.computer.algorithm.centrality.closeness.ClosenessCentralityParams
 
setAlgorithmParameters(Map<String, String>) - Method in class org.apache.hugegraph.computer.algorithm.centrality.degree.DegreeCentralityParams
 
setAlgorithmParameters(Map<String, String>) - Method in class org.apache.hugegraph.computer.algorithm.centrality.pagerank.PageRankParams
 
setAlgorithmParameters(Map<String, String>) - Method in class org.apache.hugegraph.computer.algorithm.community.cc.ClusteringCoefficientParams
 
setAlgorithmParameters(Map<String, String>) - Method in class org.apache.hugegraph.computer.algorithm.community.kcore.KcoreParams
 
setAlgorithmParameters(Map<String, String>) - Method in class org.apache.hugegraph.computer.algorithm.community.lpa.LpaParams
 
setAlgorithmParameters(Map<String, String>) - Method in class org.apache.hugegraph.computer.algorithm.community.trianglecount.TriangleCountParams
 
setAlgorithmParameters(Map<String, String>) - Method in class org.apache.hugegraph.computer.algorithm.community.wcc.WccParams
 
setAlgorithmParameters(Map<String, String>) - Method in class org.apache.hugegraph.computer.algorithm.path.rings.filter.RingsDetectionWithFilterParams
 
setAlgorithmParameters(Map<String, String>) - Method in class org.apache.hugegraph.computer.algorithm.path.rings.RingsDetectionParams
 
setAlgorithmParameters(Map<String, String>) - Method in class org.apache.hugegraph.computer.algorithm.sampling.RandomWalkParams
 
SpreadFilter - Class in org.apache.hugegraph.computer.algorithm.path.rings.filter
 
SpreadFilter(String) - Constructor for class org.apache.hugegraph.computer.algorithm.path.rings.filter.SpreadFilter
 
startId() - Method in class org.apache.hugegraph.computer.algorithm.centrality.closeness.ClosenessMessage
 
string() - Method in class org.apache.hugegraph.computer.algorithm.centrality.betweenness.BetweennessValue
 
string() - Method in class org.apache.hugegraph.computer.algorithm.centrality.closeness.ClosenessValue
 

T

toString() - Method in class org.apache.hugegraph.computer.algorithm.community.cc.ClusteringCoefficientValue
 
toString() - Method in class org.apache.hugegraph.computer.algorithm.community.kcore.KcoreValue
 
toString() - Method in class org.apache.hugegraph.computer.algorithm.community.trianglecount.TriangleCountValue
 
triangleCount(ComputationContext, Vertex, Iterator<IdList>, IdSet) - Method in class org.apache.hugegraph.computer.algorithm.community.trianglecount.TriangleCount
 
TriangleCount - Class in org.apache.hugegraph.computer.algorithm.community.trianglecount
 
TriangleCount() - Constructor for class org.apache.hugegraph.computer.algorithm.community.trianglecount.TriangleCount
 
TriangleCountParams - Class in org.apache.hugegraph.computer.algorithm.community.trianglecount
 
TriangleCountParams() - Constructor for class org.apache.hugegraph.computer.algorithm.community.trianglecount.TriangleCountParams
 
TriangleCountValue - Class in org.apache.hugegraph.computer.algorithm.community.trianglecount
 
TriangleCountValue() - Constructor for class org.apache.hugegraph.computer.algorithm.community.trianglecount.TriangleCountValue
 

V

value() - Method in class org.apache.hugegraph.computer.algorithm.centrality.betweenness.BetweennessMessage
 
value() - Method in class org.apache.hugegraph.computer.algorithm.centrality.betweenness.BetweennessValue
 
value() - Method in class org.apache.hugegraph.computer.algorithm.centrality.closeness.ClosenessMessage
 
value() - Method in class org.apache.hugegraph.computer.algorithm.centrality.closeness.ClosenessValue
 
value() - Method in class org.apache.hugegraph.computer.algorithm.community.cc.ClusteringCoefficientValue
 
value() - Method in class org.apache.hugegraph.computer.algorithm.community.kcore.KcoreValue
 
value() - Method in class org.apache.hugegraph.computer.algorithm.community.trianglecount.TriangleCountValue
 
value() - Method in class org.apache.hugegraph.computer.algorithm.path.rings.filter.RingsDetectionMessage
 
value() - Method in class org.apache.hugegraph.computer.algorithm.sampling.RandomWalkMessage
 
value(Vertex) - Method in class org.apache.hugegraph.computer.algorithm.path.rings.RingsDetectionOutput
 
value(Vertex) - Method in class org.apache.hugegraph.computer.algorithm.sampling.RandomWalkOutput
 
vertexFilter() - Method in class org.apache.hugegraph.computer.algorithm.path.rings.filter.FilterDescribe
 
vote() - Method in class org.apache.hugegraph.computer.algorithm.centrality.betweenness.BetweennessMessage
 

W

walkEdgeProp() - Method in class org.apache.hugegraph.computer.algorithm.path.rings.filter.RingsDetectionMessage
 
walkEdgeProp(Properties) - Method in class org.apache.hugegraph.computer.algorithm.path.rings.filter.RingsDetectionMessage
 
Wcc - Class in org.apache.hugegraph.computer.algorithm.community.wcc
Wcc stands for Weak Connected Component.
Wcc() - Constructor for class org.apache.hugegraph.computer.algorithm.community.wcc.Wcc
 
WccParams - Class in org.apache.hugegraph.computer.algorithm.community.wcc
 
WccParams() - Constructor for class org.apache.hugegraph.computer.algorithm.community.wcc.WccParams
 
write(RandomAccessOutput) - Method in class org.apache.hugegraph.computer.algorithm.centrality.betweenness.BetweennessMessage
 
write(RandomAccessOutput) - Method in class org.apache.hugegraph.computer.algorithm.centrality.betweenness.BetweennessValue
 
write(RandomAccessOutput) - Method in class org.apache.hugegraph.computer.algorithm.centrality.closeness.ClosenessMessage
 
write(RandomAccessOutput) - Method in class org.apache.hugegraph.computer.algorithm.community.cc.ClusteringCoefficientValue
 
write(RandomAccessOutput) - Method in class org.apache.hugegraph.computer.algorithm.community.kcore.KcoreValue
 
write(RandomAccessOutput) - Method in class org.apache.hugegraph.computer.algorithm.community.trianglecount.TriangleCountValue
 
write(RandomAccessOutput) - Method in class org.apache.hugegraph.computer.algorithm.path.rings.filter.RingsDetectionMessage
 
write(RandomAccessOutput) - Method in class org.apache.hugegraph.computer.algorithm.sampling.RandomWalkMessage
 
A B C D E F I K L N O P R S T V W 
All Classes All Packages