public class PartitionVertexAggregate<M> extends VertexState<M>
properties| Constructor and Description |
|---|
PartitionVertexAggregate(Map<org.apache.tinkerpop.gremlin.process.computer.MessageScope,Integer> scopeMap) |
| Modifier and Type | Method and Description |
|---|---|
EntryList |
getLoadedProperties() |
<V> V |
getProperty(String key,
Map<String,Integer> keyMap) |
void |
setLoadedProperties(EntryList props) |
<V> void |
setProperty(String key,
V value,
Map<String,Integer> keyMap) |
addMessage, completeIteration, getMessage, isValidIdMap, setMessagepublic void setLoadedProperties(EntryList props)
public EntryList getLoadedProperties()
public <V> void setProperty(String key, V value, Map<String,Integer> keyMap)
setProperty in class VertexState<M>public <V> V getProperty(String key, Map<String,Integer> keyMap)
getProperty in class VertexState<M>Copyright © 2012–2015. All rights reserved.