| Package | Description |
|---|---|
| org.apache.tinkerpop.gremlin.process.computer |
| Modifier and Type | Class and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Set<MessageScope> |
VertexProgram.getMessageScopes(Memory memory)
This method returns all the
MessageScope possibilities for a particular iteration of the vertex program. |
| Modifier and Type | Method and Description |
|---|---|
Iterator<M> |
Messenger.receiveMessages(MessageScope messageScope)
The currently executing vertex can receive the messages of the provided
MessageScope. |
void |
Messenger.sendMessage(MessageScope messageScope,
M message)
The currently executing vertex can send a message with provided
MessageScope. |
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.