Class MessageScope.Global
- java.lang.Object
-
- org.apache.tinkerpop.gremlin.process.computer.MessageScope
-
- org.apache.tinkerpop.gremlin.process.computer.MessageScope.Global
-
- Enclosing class:
- MessageScope
public static final class MessageScope.Global extends MessageScope
A Global message is directed at an arbitrary vertex in the graph. The recipient vertex need not be adjacent to the sending vertex. This message scope should be avoided if aMessageScope.Local
can be used.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.tinkerpop.gremlin.process.computer.MessageScope
MessageScope.Global, MessageScope.Local<M>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object other)
int
hashCode()
static MessageScope.Global
instance()
static MessageScope.Global
of(Iterable<Vertex> vertices)
static MessageScope.Global
of(Vertex... vertices)
Iterable<Vertex>
vertices()
-
-
-
Method Detail
-
of
public static MessageScope.Global of(Iterable<Vertex> vertices)
-
of
public static MessageScope.Global of(Vertex... vertices)
-
instance
public static MessageScope.Global instance()
-
-