Interface and Description |
---|
org.neo4j.graphdb.index.AutoIndexer
this feature will be removed in a future release, please consider using schema indexes instead
|
org.neo4j.helpers.BiConsumer
use
BiConsumer instead |
org.neo4j.graphdb.Expander
Deprecated because
RelationshipExpander is deprecated. See PathExpander instead. |
org.neo4j.helpers.Factory
Use
Factory instead. |
org.neo4j.helpers.Function
use
Function instead |
org.neo4j.helpers.Function2 |
org.neo4j.graphdb.traversal.InitialStateFactory
use
InitialBranchState instead, which has got
InitialBranchState.reverse() as well. |
org.neo4j.helpers.Predicate
use
Predicate instead |
org.neo4j.helpers.Provider
Use
Supplier instead |
org.neo4j.graphdb.traversal.PruneEvaluator
because of the introduction of
Evaluator which combines
PruneEvaluator and filtering (Predicate of Path s). |
org.neo4j.graphdb.index.RelationshipAutoIndexer
this feature will be removed in a future release, please consider using schema indexes instead
|
org.neo4j.graphdb.RelationshipExpander
in favor or
PathExpander . A RelationshipExpander
can still be wrapped via StandardExpander.toPathExpander(RelationshipExpander)
to act like a PathExpander . |
org.neo4j.graphdb.ReturnableEvaluator
because of the introduction of a new traversal framework,
see more information at
TraversalDescription and
Traversal and the new traversal framework's equivalent
Predicate . |
org.neo4j.graphdb.StopEvaluator
because of the introduction of a new traversal framework,
see more information at
TraversalDescription and
Traversal and the new traversal framework's equivalent
Evaluator . |
org.neo4j.helpers.Thunk
Use
Supplier instead |
org.neo4j.graphdb.Traverser
because of an unnatural and too tight coupling with
Node . Also because of the introduction of a new traversal framework
and the usage of it. The new way of doing traversals is by creating a
new TraversalDescription from
GraphDatabaseService.traversalDescription() , add rules and
behaviors to it and then calling
TraversalDescription.traverse(Node...) . |
org.neo4j.helpers.ValueGetter
use
Supplier instead |
Class and Description |
---|
org.neo4j.unsafe.batchinsert.BatchInserterImpl
will be moved to an internal package in a future release
|
org.neo4j.helpers.Counter
This class will be removed in the next major release.
|
org.neo4j.helpers.Functions
use
Functions instead. |
org.neo4j.helpers.collection.LinesOfFileIterator
This class will be removed in the next major release.
|
org.neo4j.helpers.collection.LruMap
This class will be removed in the next major release.
|
org.neo4j.helpers.ObjectUtil
This class will be removed in the next major release.
|
org.neo4j.helpers.Platforms |
org.neo4j.helpers.Predicates
use
Predicates instead |
org.neo4j.helpers.Predicates.AndPredicate |
org.neo4j.helpers.Predicates.OrPredicate |
org.neo4j.helpers.Settings
this class is deprecated and will be moved to internal packages in the next major release
|
org.neo4j.helpers.Settings.DefaultSetting |
org.neo4j.helpers.SillyUtils
This class will be removed in the next major release.
|
org.neo4j.helpers.Stats
This class will be removed in the next major release.
|
Errors and Description |
---|
org.neo4j.helpers.ThisShouldNotHappenError |
Constructor and Description |
---|
org.neo4j.helpers.collection.FilteringIterable(Iterable |
org.neo4j.helpers.collection.FilteringIterator(Iterator |
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.