| Package | Description |
|---|---|
| com.tinkerpop.gremlin.structure.util.batch |
| Class and Description |
|---|
BatchGraph
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 |
| Exists |
| VertexIdType
Type of vertex ids expected by BatchGraph.
|
Copyright © 2013-2015 TinkerPop. All Rights Reserved.