| Package | Description |
|---|---|
| com.tinkerpop.blueprints.util.wrappers.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 memory-efficient vertex cache so that the entire transactional state can
be flushed after each chunk is loaded.
|
| VertexIDType
Type of vertex ids expected by BatchGraph.
|
Copyright © 2010-2014. All Rights Reserved.