Class MessageScope
java.lang.Object
org.apache.tinkerpop.gremlin.process.computer.MessageScope
- Direct Known Subclasses:
MessageScope.Global,MessageScope.Local
A
MessageScope represents the range of a message. A message can have multiple receivers and message scope
allows the underlying GraphComputer to apply the message passing algorithm in whichever manner is most
efficient. It is best to use MessageScope.Local if possible as that provides more room for optimization by
providers than MessageScope.Global.- Author:
- Marko A. Rodriguez (http://markorodriguez.com), Matthias Broecheler (me@matthiasb.com)
-
Nested Class Summary
Nested ClassesModifier 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. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MessageScope
public MessageScope()
-