| 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 |
|---|---|
java.util.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 |
|---|---|
java.lang.Iterable<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. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<MessageScope> |
PeerPressureVertexProgram.getMessageScopes(Memory memory) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<MessageScope> |
LambdaVertexProgram.getMessageScopes(Memory memory) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<MessageScope> |
PageRankVertexProgram.getMessageScopes(Memory memory) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<MessageScope> |
TraversalVertexProgram.getMessageScopes(Memory memory) |
Copyright © 2013-2015 TinkerPop. All Rights Reserved.