| Class | Description |
|---|---|
| BatchGraph<T extends TransactionalGraph> |
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 memory-efficient vertex cache so that the entire transactional state can
be flushed after each chunk is loaded.
|
| Enum | Description |
|---|---|
| VertexIDType |
Type of vertex ids expected by BatchGraph.
|
Copyright © 2010-2014. All Rights Reserved.