Neo4j

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 BatchInserterIndexProvider as of version 1.7. 
org.neo4j.graphmatching.filter.FilterExpression
           
org.neo4j.graphmatching.filter.FilterValueGetter
           
org.neo4j.graphdb.traversal.InitialStateFactory
          use InitialStateFactory.AsInitialBranchState instead, which has got InitialStateFactory.AsInitialBranchState.reverse() as well. 
org.neo4j.helpers.ProgressIndicator
          use ProgressIndicator.SimpleProgress instead. 
org.neo4j.graphdb.traversal.PruneEvaluator
          because of the introduction of Evaluator which combines PruneEvaluator and filtering (Predicate of Paths). 
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.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 Traversal.description(), add rules and behaviours to it and then calling TraversalDescription.traverse(Node...). 
org.neo4j.graphmatching.ValueMatcher
           
 

Deprecated Classes
org.neo4j.graphmatching.filter.AbstractFilterExpression
           
org.neo4j.graphmatching.AbstractPatternObject
           
org.neo4j.graphmatching.ArrayPropertyUtil
           
org.neo4j.kernel.CommonFactories
           
org.neo4j.graphmatching.CommonValueMatchers
           
org.neo4j.graphmatching.filter.CompareExpression
           
org.neo4j.graphmatching.filter.FilterBinaryNode
           
org.neo4j.graphdb.factory.GraphDatabaseSetting
           
org.neo4j.graphdb.factory.GraphDatabaseSetting.SettingWrapper
           
org.neo4j.kernel.HighlyAvailableGraphDatabase
           
org.neo4j.graphdb.index.IndexProvider
           
org.neo4j.graphdb.index.IndexProviderKernelExtensionFactory
           
org.neo4j.index.lucene.LuceneIndexProvider
           
org.neo4j.graphmatching.PatternElement
           
org.neo4j.graphmatching.PatternGroup
           
org.neo4j.graphmatching.PatternMatch
           
org.neo4j.graphmatching.PatternMatcher
           
org.neo4j.graphmatching.PatternNode
           
org.neo4j.graphmatching.PatternRelationship
           
org.neo4j.graphmatching.PatternUtil
           
org.neo4j.graphmatching.filter.RegexPattern
           
 

Deprecated Annotation Types
org.neo4j.graphdb.factory.Default
           
org.neo4j.graphdb.factory.Title
           
 

Deprecated Fields
org.neo4j.graphdb.factory.GraphDatabaseSettings.arrays_mapped_memory
           
org.neo4j.graphdb.factory.GraphDatabaseSettings.gc_monitor_threshold
           
org.neo4j.graphdb.factory.GraphDatabaseSettings.gc_monitor_wait_time
           
org.neo4j.graphdb.factory.GraphDatabaseSettings.gcr_cache_min_log_interval
           
org.neo4j.graphdb.factory.GraphDatabaseSettings.grab_file_lock
           
org.neo4j.graphdb.factory.GraphDatabaseSettings.lucene_writer_cache_size
           
org.neo4j.graphdb.factory.GraphDatabaseSettings.node_cache_array_fraction
           
org.neo4j.graphdb.factory.GraphDatabaseSettings.node_cache_size
           
org.neo4j.graphdb.factory.GraphDatabaseSettings.nodestore_mapped_memory
           
org.neo4j.graphdb.factory.GraphDatabaseSettings.nodestore_propertystore_index_keys_mapped_memory
           
org.neo4j.graphdb.factory.GraphDatabaseSettings.nodestore_propertystore_index_mapped_memory
           
org.neo4j.graphdb.factory.GraphDatabaseSettings.nodestore_propertystore_mapped_memory
           
org.neo4j.backup.OnlineBackupSettings.online_backup_port
           
org.neo4j.graphdb.factory.GraphDatabaseSettings.relationship_cache_array_fraction
           
org.neo4j.graphdb.factory.GraphDatabaseSettings.relationship_cache_size
           
org.neo4j.graphdb.factory.GraphDatabaseSettings.relationshipstore_mapped_memory
           
org.neo4j.graphdb.factory.GraphDatabaseSettings.strings_mapped_memory
           
 

Deprecated Methods
org.neo4j.graphdb.Expander.addRelationsipFilter(Predicate)
          because of typo, use Expander.addRelationshipFilter(Predicate) instead 
org.neo4j.backup.OnlineBackup.full(String)
          Use OnlineBackup.backup(String) instead. 
org.neo4j.backup.OnlineBackup.full(String, boolean)
          Use OnlineBackup.backup(String, boolean) instead 
org.neo4j.backup.OnlineBackup.full(String, boolean, Config)
          Use OnlineBackup.backup(String, Config, boolean) instead. 
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.getGuard()
           
org.neo4j.kernel.GraphDatabaseAPI.getIdGeneratorFactory()
           
org.neo4j.kernel.GraphDatabaseAPI.getKernelData()
           
org.neo4j.kernel.GraphDatabaseAPI.getKernelPanicGenerator()
           
org.neo4j.kernel.GraphDatabaseAPI.getLockManager()
           
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.graphdb.GraphDatabaseService.getReferenceNode()
          The reference node concept is obsolete - indexes are the canonical way of getting hold of entry points in the graph. 
org.neo4j.unsafe.batchinsert.BatchInserter.getReferenceNode()
          The reference node concept is obsolete - indexes are the canonical way of getting hold of entry points in the graph. 
org.neo4j.kernel.GraphDatabaseAPI.getRelationshipTypeHolder()
           
org.neo4j.graphdb.GraphDatabaseService.getRelationshipTypes()
          this operation can be found in GlobalGraphOperations instead. 
org.neo4j.kernel.GraphDatabaseAPI.getStoreDir()
           
org.neo4j.kernel.GraphDatabaseAPI.getStoreId()
           
org.neo4j.kernel.GraphDatabaseAPI.getTxIdGenerator()
           
org.neo4j.kernel.GraphDatabaseAPI.getTxManager()
           
org.neo4j.kernel.GraphDatabaseAPI.getXaDataSourceManager()
           
org.neo4j.backup.OnlineBackup.incremental(GraphDatabaseAPI)
          Use OnlineBackup.backup(String) instead. 
org.neo4j.backup.OnlineBackup.incremental(String)
          Use OnlineBackup.backup(String) instead. 
org.neo4j.backup.OnlineBackup.incremental(String, boolean)
          Use OnlineBackup.backup(String, boolean) instead. 
org.neo4j.kernel.HighlyAvailableGraphDatabase.pullUpdates()
           
org.neo4j.graphdb.traversal.Evaluators.returnWhereEndNodeIs(Node...)
          use Evaluators.includeWhereEndNodeIs(Node...) 
org.neo4j.graphdb.traversal.Evaluators.returnWhereLastRelationshipTypeIs(RelationshipType, RelationshipType...)
          use Evaluators.includeWhereLastRelationshipTypeIs(RelationshipType, RelationshipType...) 
org.neo4j.graphdb.factory.GraphDatabaseBuilder.setConfig(String, String)
          Use setConfig with explicit GraphDatabaseSetting instead 
org.neo4j.kernel.AbstractGraphDatabase.transactionRunning()
          This method is only for internal use. Version 1.9 of Neo4j will be the last version to contain this method. 
org.neo4j.graphdb.Node.traverse(Traverser.Order, StopEvaluator, ReturnableEvaluator, Object...)
          because of an unnatural and too tight coupling with Node. Also because of the introduction of a new traversal framework. The new way of doing traversals is by creating a new TraversalDescription from Traversal.traversal(), add rules and behaviours to it and then calling TraversalDescription.traverse(Node...) 
org.neo4j.graphdb.Node.traverse(Traverser.Order, StopEvaluator, ReturnableEvaluator, RelationshipType, Direction)
          because of an unnatural and too tight coupling with Node. Also because of the introduction of a new traversal framework. The new way of doing traversals is by creating a new TraversalDescription from Traversal.traversal(), add rules and behaviors to it and then calling TraversalDescription.traverse(Node...) 
org.neo4j.graphdb.Node.traverse(Traverser.Order, StopEvaluator, ReturnableEvaluator, RelationshipType, Direction, RelationshipType, Direction)
          because of an unnatural and too tight coupling with Node. Also because of the introduction of a new traversal framework. The new way of doing traversals is by creating a new TraversalDescription from Traversal.traversal(), add rules and behaviours to it and then calling TraversalDescription.traverse(Node...) 
org.neo4j.kernel.GraphDatabaseAPI.tx()
           
 

Deprecated Constructors
org.neo4j.kernel.EmbeddedGraphDatabase(String)
           
org.neo4j.kernel.EmbeddedGraphDatabase(String, Map)
           
org.neo4j.kernel.EmbeddedGraphDatabase(String, Map, Iterable, Iterable>, Iterable, Iterable)
           
org.neo4j.kernel.EmbeddedReadOnlyGraphDatabase(String)
           
org.neo4j.kernel.EmbeddedReadOnlyGraphDatabase(String, Map)
           
org.neo4j.kernel.EmbeddedReadOnlyGraphDatabase(String, Map, Iterable, Iterable>, Iterable, Iterable)
           
 


Neo4j

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