Deprecated API


Contents
Deprecated Interfaces
org.neo4j.graphdb.index.BatchInserterIndex
          this interface has been moved to BatchInserterIndex as of version 1.7 
org.neo4j.graphdb.index.BatchInserterIndexProvider
          this interface has been moved to org.neo4j.unsafe.batchinsert.BatchInserterIndexProvider.java as of version 1.7. 
org.neo4j.graphdb.traversal.PruneEvaluator
          becuase of the introduction of Evaluator which combines PruneEvaluator and filtering (Predicate of Paths). 
 

Deprecated Classes
org.neo4j.kernel.CommonFactories
           
 

Deprecated Methods
org.neo4j.graphdb.Expander.addRelationsipFilter(Predicate)
          because of typo, use Expander.addRelationshipFilter(Predicate) instead 
org.neo4j.kernel.configuration.ConfigurationMigrator.configValueContainsMultipleParameters(String)
           
org.neo4j.graphdb.traversal.TraversalDescription.filter(Predicate)
          because of the introduction of Evaluator. Use TraversalDescription.evaluator(Evaluator) instead which combines TraversalDescription.filter(Predicate) and TraversalDescription.prune(PruneEvaluator). The supplied Predicate will be wrapped by an Evaluator internally. 
org.neo4j.graphdb.GraphDatabaseService.getAllNodes()
          this operation can be found in GlobalGraphOperations instead. 
org.neo4j.unsafe.batchinsert.BatchInserterImpl.getBatchGraphDbService()
          as of Neo4j 1.7 
org.neo4j.kernel.GraphDatabaseAPI.getDiagnosticsManager()
           
org.neo4j.kernel.GraphDatabaseAPI.getIdGeneratorFactory()
           
org.neo4j.kernel.GraphDatabaseAPI.getKernelData()
           
org.neo4j.kernel.GraphDatabaseAPI.getKernelPanicGenerator()
           
org.neo4j.kernel.GraphDatabaseAPI.getLockManager()
           
org.neo4j.kernel.GraphDatabaseAPI.getLockReleaser()
           
org.neo4j.kernel.AbstractGraphDatabase.getManagementBean(Class)
          since Neo4j may now have multiple beans implementing the same bean interface, this method has been deprecated in favor of AbstractGraphDatabase.getSingleManagementBean(Class) and AbstractGraphDatabase.getManagementBeans(Class) . Version 1.5 of Neo4j will be the last version to contain this method. 
org.neo4j.kernel.GraphDatabaseAPI.getManagementBeans(Class)
           
org.neo4j.kernel.GraphDatabaseAPI.getMessageLog()
           
org.neo4j.kernel.GraphDatabaseAPI.getNodeManager()
           
org.neo4j.kernel.GraphDatabaseAPI.getPersistenceSource()
           
org.neo4j.graphdb.PropertyContainer.getPropertyValues()
          in favor of using PropertyContainer.getPropertyKeys() in combination with PropertyContainer.getProperty(String). 
org.neo4j.kernel.GraphDatabaseAPI.getRelationshipTypeHolder()
           
org.neo4j.graphdb.GraphDatabaseService.getRelationshipTypes()
          this operation can be found in GlobalGraphOperations instead. 
org.neo4j.kernel.GraphDatabaseAPI.getSingleManagementBean(Class)
           
org.neo4j.kernel.GraphDatabaseAPI.getStoreDir()
           
org.neo4j.kernel.GraphDatabaseAPI.getTxManager()
           
org.neo4j.kernel.GraphDatabaseAPI.getXaDataSourceManager()
           
org.neo4j.kernel.configuration.ConfigurationMigrator.parseMapFromConfigValue(String, String)
           
org.neo4j.graphdb.traversal.TraversalDescription.prune(PruneEvaluator)
          because of the introduction of Evaluator. Use TraversalDescription.evaluator(Evaluator) instead which combines TraversalDescription.filter(Predicate) and TraversalDescription.prune(PruneEvaluator). The supplied PruneEvaluator will be wrapped by an Evaluator internally. 
org.neo4j.kernel.Traversal.pruneAfterDepth(int)
          because of the introduction of Evaluator. The equivalent is Evaluators.toDepth(int). 
org.neo4j.kernel.Traversal.returnAll()
          because of the introduction of Evaluator. The equivalent is Evaluators.all(). 
org.neo4j.kernel.Traversal.returnAllButStartNode()
          because of the introduction of Evaluator. The equivalent is Evaluators.excludeStartPosition(). 
org.neo4j.graphdb.factory.GraphDatabaseBuilder.setConfig(String, String)
          Use setConfig with explicit GraphDatabaseSetting instead Set unvalidated config option 
org.neo4j.kernel.GraphDatabaseAPI.tx()
           
 



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