public class PageRankVertexProgram extends org.apache.tinkerpop.gremlin.process.computer.util.StaticVertexProgram<Double>
Limitations:
| Modifier and Type | Class and Description |
|---|---|
static class |
PageRankVertexProgram.Builder |
| Modifier and Type | Field and Description |
|---|---|
static String |
OUTGOING_EDGE_COUNT |
static String |
PAGE_RANK |
| Constructor and Description |
|---|
PageRankVertexProgram() |
| Modifier and Type | Method and Description |
|---|---|
static PageRankVertexProgram.Builder |
build() |
void |
execute(org.apache.tinkerpop.gremlin.structure.Vertex vertex,
org.apache.tinkerpop.gremlin.process.computer.Messenger<Double> messenger,
org.apache.tinkerpop.gremlin.process.computer.Memory memory) |
org.apache.tinkerpop.gremlin.process.computer.VertexProgram.Features |
getFeatures() |
Set<org.apache.tinkerpop.gremlin.process.computer.MessageScope> |
getMessageScopes(org.apache.tinkerpop.gremlin.process.computer.Memory memory) |
org.apache.tinkerpop.gremlin.process.computer.GraphComputer.Persist |
getPreferredPersist() |
org.apache.tinkerpop.gremlin.process.computer.GraphComputer.ResultGraph |
getPreferredResultGraph() |
Set<org.apache.tinkerpop.gremlin.process.computer.VertexComputeKey> |
getVertexComputeKeys() |
void |
loadState(org.apache.tinkerpop.gremlin.structure.Graph graph,
org.apache.commons.configuration2.Configuration configuration) |
void |
setup(org.apache.tinkerpop.gremlin.process.computer.Memory memory) |
void |
storeState(org.apache.commons.configuration2.Configuration configuration) |
boolean |
terminate(org.apache.tinkerpop.gremlin.process.computer.Memory memory) |
clonepublic static final String PAGE_RANK
public static final String OUTGOING_EDGE_COUNT
public void loadState(org.apache.tinkerpop.gremlin.structure.Graph graph,
org.apache.commons.configuration2.Configuration configuration)
public void storeState(org.apache.commons.configuration2.Configuration configuration)
public Set<org.apache.tinkerpop.gremlin.process.computer.VertexComputeKey> getVertexComputeKeys()
public void setup(org.apache.tinkerpop.gremlin.process.computer.Memory memory)
public void execute(org.apache.tinkerpop.gremlin.structure.Vertex vertex,
org.apache.tinkerpop.gremlin.process.computer.Messenger<Double> messenger,
org.apache.tinkerpop.gremlin.process.computer.Memory memory)
public boolean terminate(org.apache.tinkerpop.gremlin.process.computer.Memory memory)
public Set<org.apache.tinkerpop.gremlin.process.computer.MessageScope> getMessageScopes(org.apache.tinkerpop.gremlin.process.computer.Memory memory)
public org.apache.tinkerpop.gremlin.process.computer.GraphComputer.ResultGraph getPreferredResultGraph()
public org.apache.tinkerpop.gremlin.process.computer.GraphComputer.Persist getPreferredPersist()
public org.apache.tinkerpop.gremlin.process.computer.VertexProgram.Features getFeatures()
public static PageRankVertexProgram.Builder build()
Copyright © 2012–2024. All rights reserved.