| Package | Description |
|---|---|
| com.thinkaurelius.titan.core.olap |
| Modifier and Type | Method and Description |
|---|---|
OLAPJobBuilder<S> |
OLAPQueryBuilder.edges(Combiner<S> combiner)
Identical to
OLAPQueryBuilder.edges(Gather, Combiner) using the default gather function which simply returns the adjacent
vertex's state. |
<M> OLAPJobBuilder<S> |
OLAPQueryBuilder.edges(Gather<S,M> gather,
Combiner<M> combiner)
Defines an adjacency aggregate over the edges identified by this query.
|
OLAPJobBuilder<S> |
OLAPQueryBuilder.properties(Combiner<Object> combiner)
Identical to
OLAPQueryBuilder.properties(com.google.common.base.Function, Combiner) using a default gather function which
simply returns the value of the property. |
<M> OLAPJobBuilder<S> |
OLAPQueryBuilder.properties(com.google.common.base.Function<TitanProperty,M> gather,
Combiner<M> combiner)
Defines an adjacency aggregate over the properties identified by this query.
|
Copyright © 2012–2014. All rights reserved.