public interface Gather<S,M>
| Modifier and Type | Method and Description |
|---|---|
M |
apply(S state,
TitanEdge edge,
com.tinkerpop.blueprints.Direction dir)
Gathers the adjacent vertex's state and the connecting edge's properties into a single object
to be combined by a corresponding
Combiner as configured in OLAPQueryBuilder.edges(Gather, Combiner). |
M apply(S state, TitanEdge edge, com.tinkerpop.blueprints.Direction dir)
Combiner as configured in OLAPQueryBuilder.edges(Gather, Combiner).state - State of the adjacent vertexedge - Edge connecting to the adjacent vertexdir - Direction of the edge from the perspective of the current/central vertexCopyright © 2012–2014. All rights reserved.