| Package | Description |
|---|---|
| com.thinkaurelius.titan.core.olap | |
| com.thinkaurelius.titan.graphdb.fulgora |
| Modifier and Type | Method and Description |
|---|---|
Future<OLAPResult<S>> |
OLAPJobBuilder.execute()
Starts the execution of this job and returns the computed vertex states as a
OLAPResult. |
| Modifier and Type | Method and Description |
|---|---|
OLAPJobBuilder<S> |
OLAPJobBuilder.setInitialState(OLAPResult<S> values)
Sets the initial state of the vertices to the result from a previous OLAP computation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FulgoraResult<S> |
| Modifier and Type | Method and Description |
|---|---|
Future<OLAPResult<S>> |
FulgoraBuilder.execute() |
| Modifier and Type | Method and Description |
|---|---|
OLAPJobBuilder<S> |
FulgoraBuilder.setInitialState(OLAPResult<S> values) |
Copyright © 2012–2014. All rights reserved.