Package org.neo4j.unsafe.batchinsert

Tools for high-performance data insertion; make sure to read the instructions before using.

See:
          Description

Interface Summary
BatchInserter The batch inserter drops support for transactions and concurrency in favor of insertion speed.
BatchInserterIndex The BatchInserter version of Index.
BatchInserterIndexProvider A place to access BatchInserterIndexs from a certain index provider.
 

Class Summary
BatchInserterImpl  
BatchInserters Provides instances of batch inserters.
BatchRelationship Simple relationship wrapping start node id, end node id and relationship type.
 

Package org.neo4j.unsafe.batchinsert Description

Tools for high-performance data insertion; make sure to read the instructions before using.



Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.