| Class | Description |
|---|---|
| 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. |
| BatchGraph.Builder<G extends Graph> |
| Enum | Description |
|---|---|
| Exists | |
| VertexIdType |
Type of vertex ids expected by BatchGraph.
|
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.