Uses of Class
org.apache.tinkerpop.gremlin.process.computer.MessageScope
Packages that use MessageScope
Package
Description
-
Uses of MessageScope in org.apache.tinkerpop.gremlin.process.computer
Subclasses of MessageScope in org.apache.tinkerpop.gremlin.process.computerModifier and TypeClassDescriptionstatic final classA Global message is directed at an arbitrary vertex in the graph.static final classA 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 MessageScopeModifier and TypeMethodDescriptionGraphComputerTest.MultiScopeVertexProgram.getMessageScopes(Memory memory) GraphComputerTest.MultiScopeVertexWithEdgeFunctionProgram.getMessageScopes(Memory memory) GraphComputerTest.VertexProgramA.getMessageScopes(Memory memory) GraphComputerTest.VertexProgramB.getMessageScopes(Memory memory) GraphComputerTest.VertexProgramC.getMessageScopes(Memory memory) GraphComputerTest.VertexProgramD.getMessageScopes(Memory memory) GraphComputerTest.VertexProgramE.getMessageScopes(Memory memory) GraphComputerTest.VertexProgramF.getMessageScopes(Memory memory) GraphComputerTest.VertexProgramG.getMessageScopes(Memory memory) GraphComputerTest.VertexProgramH.getMessageScopes(Memory memory) GraphComputerTest.VertexProgramI.getMessageScopes(Memory memory) GraphComputerTest.VertexProgramJ.getMessageScopes(Memory memory) GraphComputerTest.VertexProgramK.getMessageScopes(Memory memory) GraphComputerTest.VertexProgramL.getMessageScopes(Memory memory) GraphComputerTest.VertexProgramM.getMessageScopes(Memory memory) 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 MessageScopeModifier and TypeMethodDescriptionvoidMessenger.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 -
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 MessageScopeModifier and TypeMethodDescriptionConnectedComponentVertexProgram.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 -
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 -
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 -
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 -
Uses of MessageScope in org.apache.tinkerpop.gremlin.process.computer.util
Methods in org.apache.tinkerpop.gremlin.process.computer.util with parameters of type MessageScopeModifier and TypeMethodDescriptionvoidSingleMessenger.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 -
Uses of MessageScope in org.apache.tinkerpop.gremlin.tinkergraph.process.computer
Methods in org.apache.tinkerpop.gremlin.tinkergraph.process.computer with parameters of type MessageScopeModifier and TypeMethodDescriptionvoidTinkerMessenger.sendMessage(MessageScope messageScope, M message)