| Package | Description |
|---|---|
| com.thinkaurelius.titan.core.olap | |
| com.thinkaurelius.titan.graphdb.fulgora |
| Class and Description |
|---|
| Combiner
Combines two states into one combined state.
|
| Gather
Function which gathers the state of an adjacent vertex and any properties of the connecting edge
into a single object.
|
| OLAPJob
A vertex centric program which executes on each vertex in the graph.
|
| OLAPJobBuilder
Builder to define and configure an
OLAPJob for execution. |
| OLAPQueryBuilder
Builds a vertex-centric query to define the edges and/or properties that will be retrieved for each vertex as part
of the OLAP operation and aggregated into a single property on the central vertex which is accessible via
TitanElement.getProperty(String)
in the OLAPJob. |
| OLAPResult
The result of an
OLAPJob execution against a graph. |
| StateInitializer
Returns the initial state for a vertex.
|
| Class and Description |
|---|
| OLAPJob
A vertex centric program which executes on each vertex in the graph.
|
| OLAPJobBuilder
Builder to define and configure an
OLAPJob for execution. |
| OLAPQueryBuilder
Builds a vertex-centric query to define the edges and/or properties that will be retrieved for each vertex as part
of the OLAP operation and aggregated into a single property on the central vertex which is accessible via
TitanElement.getProperty(String)
in the OLAPJob. |
| OLAPResult
The result of an
OLAPJob execution against a graph. |
| StateInitializer
Returns the initial state for a vertex.
|
Copyright © 2012–2014. All rights reserved.