Uses of Class
org.apache.tinkerpop.gremlin.process.computer.MessageScope
-
-
Uses of MessageScope in org.apache.tinkerpop.gremlin.process.computer
Subclasses of MessageScope in org.apache.tinkerpop.gremlin.process.computer Modifier and Type Class Description static classMessageScope.GlobalA Global message is directed at an arbitrary vertex in the graph.static classMessageScope.Local<M>A Local message is directed to an adjacent (or "memory adjacent") vertex.Methods in org.apache.tinkerpop.gremlin.process.computer that return types with arguments of type MessageScope Modifier and Type Method Description Set<MessageScope>VertexProgram. getMessageScopes(Memory memory)This method returns all theMessageScopepossibilities for a particular iteration of the vertex program.Methods in org.apache.tinkerpop.gremlin.process.computer with parameters of type MessageScope Modifier and Type Method Description voidMessenger. sendMessage(MessageScope messageScope, M message)The currently executing vertex can send a message with providedMessageScope. -
Uses of MessageScope in org.apache.tinkerpop.gremlin.process.computer.clustering.connected
Methods in org.apache.tinkerpop.gremlin.process.computer.clustering.connected that return types with arguments of type MessageScope Modifier and Type Method Description Set<MessageScope>ConnectedComponentVertexProgram. getMessageScopes(Memory memory) -
Uses of MessageScope in org.apache.tinkerpop.gremlin.process.computer.clustering.peerpressure
Methods in org.apache.tinkerpop.gremlin.process.computer.clustering.peerpressure that return types with arguments of type MessageScope Modifier and Type Method Description Set<MessageScope>PeerPressureVertexProgram. getMessageScopes(Memory memory) -
Uses of MessageScope in org.apache.tinkerpop.gremlin.process.computer.ranking.pagerank
Methods in org.apache.tinkerpop.gremlin.process.computer.ranking.pagerank that return types with arguments of type MessageScope Modifier and Type Method Description Set<MessageScope>PageRankVertexProgram. getMessageScopes(Memory memory) -
Uses of MessageScope in org.apache.tinkerpop.gremlin.process.computer.search.path
Methods in org.apache.tinkerpop.gremlin.process.computer.search.path that return types with arguments of type MessageScope Modifier and Type Method Description Set<MessageScope>ShortestPathVertexProgram. getMessageScopes(Memory memory) -
Uses of MessageScope in org.apache.tinkerpop.gremlin.process.computer.traversal
Methods in org.apache.tinkerpop.gremlin.process.computer.traversal that return types with arguments of type MessageScope Modifier and Type Method Description Set<MessageScope>TraversalVertexProgram. getMessageScopes(Memory memory)
-