public interface OLAPResult<S>
OLAPJob execution against a graph. The result contains the final vertex states for the
vertices in the graph which can be retrieved by vertex id for iterated over like a map.| Modifier and Type | Method and Description |
|---|---|
Iterable<Map.Entry<Long,S>> |
entries()
Returns an
Iterable over all final (vertex-id,vertex-state) pairs resulting from a job's execution. |
S |
get(long vertexid)
Returns the final vertex state for a given vertex identified by its id.
|
long |
size()
Returns the number of vertices in the result
|
Iterable<S> |
values()
Returns an
Iterable over all final vertex states. |
Iterable<Map.Entry<Long,S>> entries()
Iterable over all final (vertex-id,vertex-state) pairs resulting from a job's execution.long size()
S get(long vertexid)
vertexid - Copyright © 2012–2014. All rights reserved.