Database Reference
In-Depth Information
Graph algorithms : This defines Java packages and classes for defining and in-
voking various graph algorithms. It contains only one package,
org.neo4j.graphalgo .
Management : As the name suggests, it contains JMX APIs for monitoring the
Neo4j database. It contains only one package, org.neo4j.jmx .
Note
The Enterprise Edition of Neo4j comes with a new package,
org.neo4j.management , which is used to provide advanced monitoring.
Tooling : This provides the packages and classes for performing global operations
over the graph database. It contains one package, org.neo4j.tooling .
Imports : This contains the packages and classes for performing batch imports. It
contains one package, org.neo4j.unsafe.batchinsert .
Helpers : This contains the packages for providing helper classes such as common
Java utilities or Iterator/Iterable utilities. It also contains only one package,
org.neo4j.helpers.collection .
Graph matching : This contains the packages and classes for pattern matching
and filtering. It contains two packages: org.neo4j.graphmatching and
org.neo4j.graphmatching.filter .
Note
The Enterprise Edition provides one more package, org.neo4j.backup , for
performing various backups such as online, cold, and so on, of Neo4j the data-
base.
Search WWH ::




Custom Search