| Modifier and Type | Method and Description |
|---|---|
Graph.Iterators |
Graph.iterators()
Get the
Graph.Iterators associated with this graph. |
| Modifier and Type | Class and Description |
|---|---|
class |
StrategyGraph
A wrapper class for
Graph instances that host and apply a GraphStrategy. |
| Modifier and Type | Method and Description |
|---|---|
Graph.Iterators |
StrategyGraph.iterators() |
| Modifier and Type | Class and Description |
|---|---|
class |
BatchGraph<G extends Graph>
BatchGraph is a wrapper that enables batch loading of a large number of edges and vertices by chunking the entire
load into smaller batches and maintaining a sideEffects-efficient vertex cache so that the entire transactional state can
be flushed after each chunk is loaded. |
| Modifier and Type | Method and Description |
|---|---|
Graph.Iterators |
BatchGraph.iterators() |
| Modifier and Type | Class and Description |
|---|---|
class |
EmptyGraph |
| Modifier and Type | Method and Description |
|---|---|
Graph.Iterators |
EmptyGraph.iterators() |
Copyright © 2013-2015 TinkerPop. All Rights Reserved.