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 class
MessageScope.Global
A Global message is directed at an arbitrary vertex in the graph.static class
MessageScope.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>
GraphComputerTest.MultiScopeVertexProgram. getMessageScopes(Memory memory)
Set<MessageScope>
GraphComputerTest.MultiScopeVertexWithEdgeFunctionProgram. getMessageScopes(Memory memory)
Set<MessageScope>
GraphComputerTest.VertexProgramA. getMessageScopes(Memory memory)
Set<MessageScope>
GraphComputerTest.VertexProgramB. getMessageScopes(Memory memory)
Set<MessageScope>
GraphComputerTest.VertexProgramC. getMessageScopes(Memory memory)
Set<MessageScope>
GraphComputerTest.VertexProgramD. getMessageScopes(Memory memory)
Set<MessageScope>
GraphComputerTest.VertexProgramE. getMessageScopes(Memory memory)
Set<MessageScope>
GraphComputerTest.VertexProgramF. getMessageScopes(Memory memory)
Set<MessageScope>
GraphComputerTest.VertexProgramG. getMessageScopes(Memory memory)
Set<MessageScope>
GraphComputerTest.VertexProgramH. getMessageScopes(Memory memory)
Set<MessageScope>
GraphComputerTest.VertexProgramI. getMessageScopes(Memory memory)
Set<MessageScope>
GraphComputerTest.VertexProgramJ. getMessageScopes(Memory memory)
Set<MessageScope>
GraphComputerTest.VertexProgramK. getMessageScopes(Memory memory)
Set<MessageScope>
GraphComputerTest.VertexProgramL. getMessageScopes(Memory memory)
Set<MessageScope>
GraphComputerTest.VertexProgramM. getMessageScopes(Memory memory)
Set<MessageScope>
VertexProgram. getMessageScopes(Memory memory)
This method returns all theMessageScope
possibilities 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 void
Messenger. 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.clone
Methods in org.apache.tinkerpop.gremlin.process.computer.clone that return types with arguments of type MessageScope Modifier and Type Method Description Set<MessageScope>
CloneVertexProgram. getMessageScopes(Memory memory)
-
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)
-
Uses of MessageScope in org.apache.tinkerpop.gremlin.process.computer.util
Methods in org.apache.tinkerpop.gremlin.process.computer.util with parameters of type MessageScope Modifier and Type Method Description void
SingleMessenger. sendMessage(MessageScope messageScope, M message)
-
Uses of MessageScope in org.apache.tinkerpop.gremlin.process.traversal.step.map
Methods in org.apache.tinkerpop.gremlin.process.traversal.step.map that return types with arguments of type MessageScope Modifier and Type Method Description Set<MessageScope>
ProgramTest.TestProgram. getMessageScopes(Memory memory)
-
Uses of MessageScope in org.apache.tinkerpop.gremlin.tinkergraph.process.computer
Methods in org.apache.tinkerpop.gremlin.tinkergraph.process.computer with parameters of type MessageScope Modifier and Type Method Description void
TinkerMessenger. sendMessage(MessageScope messageScope, M message)
-