Package | Description |
---|---|
org.neo4j.graphdb |
The core graph database API.
|
org.neo4j.graphdb.config |
Configuration.
|
org.neo4j.graphdb.event |
Event framework.
|
org.neo4j.graphdb.factory |
Create database instances.
|
org.neo4j.graphdb.index |
Integrated API for node and relationship indexing.
|
org.neo4j.graphdb.schema |
Optional graph schema including indexes and constraints.
|
org.neo4j.graphdb.traversal |
Traversal framework.
|
Package | Description |
---|---|
org.neo4j.helpers |
Common Java utilities.
|
org.neo4j.helpers.collection |
Collections utilities - Iterator/Iterable utilities and creating
Map s. |
org.neo4j.helpers.progress |
Progress monitoring.
|
Package | Description |
---|---|
org.neo4j.tooling |
Tools, including global operations over the whole graph.
|
Package | Description |
---|---|
org.neo4j.unsafe |
Tools for performing low-level, unsafe operations - read isntructions before using.
|
org.neo4j.unsafe.batchinsert |
Tools for high-performance data insertion; make sure to read the instructions before using.
|
Copyright © 2002–2013 The Neo4j Graph Database Project. All rights reserved.