Skip navigation links
Neo4j
A B C D E F G H I J K L M N O P Q R S T U V W 

A

AbstractEditionModule - Class in org.neo4j.graphdb.factory.module.edition
Edition module for GraphDatabaseFacadeFactory.
AbstractEditionModule() - Constructor for class org.neo4j.graphdb.factory.module.edition.AbstractEditionModule
 
AbstractLog - Class in org.neo4j.logging
An abstract implementation of Log, providing implementations for the shortcut methods (debug, info, warn, error) that delegate to the appropriate Logger (as obtained by Log.debugLogger(), Log.infoLogger(), Log.warnLogger() and Log.errorLogger() respectively).
AbstractLog() - Constructor for class org.neo4j.logging.AbstractLog
 
AbstractLogProvider<T extends Log> - Class in org.neo4j.logging
An abstract LogProvider implementation, which ensures Logs are cached and reused.
AbstractLogProvider() - Constructor for class org.neo4j.logging.AbstractLogProvider
 
AbstractPrintWriterLogger - Class in org.neo4j.logging
An abstract Logger implementation, which takes care of locking and flushing.
accept(Result.ResultVisitor<VisitationException>) - Method in interface org.neo4j.graphdb.Result
Visits all rows in this Result by iterating over them.
accept(V) - Method in interface org.neo4j.helpers.collection.Visitable
 
ACCESS_CONTROL_ALLOW_HEADERS - Static variable in class org.neo4j.server.rest.web.CorsFilter
 
ACCESS_CONTROL_ALLOW_METHODS - Static variable in class org.neo4j.server.rest.web.CorsFilter
 
ACCESS_CONTROL_ALLOW_ORIGIN - Static variable in class org.neo4j.server.rest.web.CorsFilter
 
ACCESS_CONTROL_REQUEST_HEADERS - Static variable in class org.neo4j.server.rest.web.CorsFilter
 
ACCESS_CONTROL_REQUEST_METHOD - Static variable in class org.neo4j.server.rest.web.CorsFilter
 
acquireReadLock(PropertyContainer) - Method in interface org.neo4j.graphdb.Transaction
Acquires a read lock for entity for this transaction.
acquireWriteLock(PropertyContainer) - Method in interface org.neo4j.graphdb.Transaction
Acquires a write lock for entity for this transaction.
active_database - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
Deprecated.
This setting is deprecated and will be removed in 4.0.
Adapter() - Constructor for class org.neo4j.graphdb.DependencyResolver.Adapter
Deprecated.
 
Adapter() - Constructor for class org.neo4j.graphdb.event.TransactionEventHandler.Adapter
 
Adapter() - Constructor for class org.neo4j.graphdb.traversal.InitialBranchState.Adapter
 
Adapter() - Constructor for class org.neo4j.graphdb.traversal.PathEvaluator.Adapter
 
Adapter() - Constructor for class org.neo4j.helpers.TransactionTemplate.Monitor.Adapter
 
add(Node) - Method in class org.neo4j.cypher.export.CypherResultSubGraph
 
add(Relationship) - Method in class org.neo4j.cypher.export.CypherResultSubGraph
 
add(T, String, Object) - Method in interface org.neo4j.graphdb.index.Index
Deprecated.
add(RelationshipType) - Method in class org.neo4j.graphdb.PathExpanderBuilder
Add a pair of type and Direction.BOTH to the PathExpander configuration.
add(RelationshipType, Direction) - Method in class org.neo4j.graphdb.PathExpanderBuilder
Add a pair of type and direction to the PathExpander configuration.
add(T) - Method in class org.neo4j.helpers.collection.CachingIterator
Not supported by this implement.
add(T) - Method in class org.neo4j.helpers.collection.MultiSet
 
add(T) - Method in class org.neo4j.helpers.Listeners
Deprecated.
add(T, long) - Method in class org.neo4j.index.lucene.LuceneTimeline
Deprecated.
add(T, long) - Method in interface org.neo4j.index.lucene.TimelineIndex
Deprecated.
add(long, Map<String, Object>) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserterIndex
Deprecated.
addAll(C, Iterable<? extends T>) - Static method in class org.neo4j.helpers.collection.Iterables
 
addCookie(Cookie) - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
addCosts(T, T) - Method in interface org.neo4j.graphalgo.CostAccumulator
This is the accumulating method.
addDateHeader(String, long) - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
addGraphDatabaseExtensions(PluginPoint) - Method in class org.neo4j.server.plugins.ServerExtender
Deprecated.
addHeader(String, String) - Method in class org.neo4j.server.rest.web.InternalJettyServletRequest
 
addHeader(String, String) - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
addIntHeader(String, int) - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
addKernelExtensions(Iterable<KernelExtensionFactory<?>>) - Method in class org.neo4j.graphdb.factory.GraphDatabaseFactoryState
Deprecated.
 
addLabel(Label) - Method in interface org.neo4j.graphdb.Node
Adds a Label to this node.
addLabelToNode(long, Collection<String>) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
addList(ListRepresentation) - Method in class org.neo4j.server.rest.repr.ListSerializer
 
addMapping(MappingRepresentation) - Method in class org.neo4j.server.rest.repr.ListSerializer
 
addNodeExtensions(PluginPoint) - Method in class org.neo4j.server.plugins.ServerExtender
Deprecated.
addNodeFilter(Predicate<? super Node>) - Method in class org.neo4j.graphdb.PathExpanderBuilder
Adds a Node filter.
addNodeLabel(long, String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
addNumber(Number) - Method in class org.neo4j.server.rest.repr.ListSerializer
 
addRelationshipExtensions(PluginPoint) - Method in class org.neo4j.server.plugins.ServerExtender
Deprecated.
addRelationshipFilter(Predicate<? super Relationship>) - Method in class org.neo4j.graphdb.PathExpanderBuilder
Adds a Relationship filter.
address - Variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings.BoltConnector
Deprecated.
 
addSettingsClasses(Iterable<Class<?>>) - Method in class org.neo4j.graphdb.factory.GraphDatabaseFactoryState
Deprecated.
This method has no side effects now since we moved to service loading instead, LoadableConfig should be used.
addString(String) - Method in class org.neo4j.server.rest.repr.ListSerializer
 
addToCollection(Iterable<T>, C) - Static method in class org.neo4j.helpers.collection.Iterables
Adds all the items in iterator to collection.
addToCollection(Iterator<T>, C) - Static method in class org.neo4j.helpers.collection.Iterators
Adds all the items in iterator to collection.
addToCollectionUnique(Iterator<T>, C) - Static method in class org.neo4j.helpers.collection.Iterators
Adds all the items in iterator to collection.
addToCollectionUnique(Iterable<T>, C) - Static method in class org.neo4j.helpers.collection.Iterators
Adds all the items in iterator to collection.
addToNodeIndex(String, String, String, long) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
addToNodeIndex(String, String, String, String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
addToRelationshipIndex(String, String, String, long) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
addToRelationshipIndex(String, String, String, String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
addUri(String) - Method in class org.neo4j.server.rest.repr.ListSerializer
 
addUriTemplate(String) - Method in class org.neo4j.server.rest.repr.ListSerializer
 
addURLAccessRule(String, URLAccessRule) - Method in class org.neo4j.graphdb.factory.GraphDatabaseFactory
 
addURLAccessRule(String, URLAccessRule) - Method in class org.neo4j.graphdb.factory.GraphDatabaseFactoryState
Deprecated.
 
Admin - Annotation Type in org.neo4j.procedure
This annotation marks a Procedure as only being executable by a user with admin permissions.
advertised_address - Variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings.BoltConnector
Deprecated.
 
advertisedAddress(String, int) - Static method in class org.neo4j.helpers.AdvertisedSocketAddress
Textual representation format for an advertised socket address.
AdvertisedSocketAddress - Class in org.neo4j.helpers
 
AdvertisedSocketAddress(String, int) - Constructor for class org.neo4j.helpers.AdvertisedSocketAddress
 
afterCommit(TransactionData, T) - Method in class org.neo4j.graphdb.event.TransactionEventHandler.Adapter
 
afterCommit(TransactionData, T) - Method in interface org.neo4j.graphdb.event.TransactionEventHandler
Invoked after the transaction has been committed successfully.
afterRollback(TransactionData, T) - Method in class org.neo4j.graphdb.event.TransactionEventHandler.Adapter
 
afterRollback(TransactionData, T) - Method in interface org.neo4j.graphdb.event.TransactionEventHandler
Invoked after the transaction has been rolled back if committing the transaction failed for some reason.
all() - Static method in class org.neo4j.graphdb.traversal.Evaluators
 
allBeans() - Method in class org.neo4j.management.Neo4jManager
 
allow_file_urls - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
allow_store_upgrade - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
Deprecated.
allow_upgrade - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
allPaths(PathExpander, int) - Static method in class org.neo4j.graphalgo.GraphAlgoFactory
Returns an algorithm which can find all available paths between two nodes.
allPaths(long, String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
allRelationshipsUri() - Method in class org.neo4j.server.rest.repr.NodeRepresentation
 
allRelationshipsUri() - Method in class org.neo4j.server.rest.repr.ScoredNodeRepresentation
 
allSimplePaths(PathExpander, int) - Static method in class org.neo4j.graphalgo.GraphAlgoFactory
Returns an algorithm which can find all simple paths between two nodes.
allTypedRelationshipsUriTemplate() - Method in class org.neo4j.server.rest.repr.NodeRepresentation
 
allTypedRelationshipsUriTemplate() - Method in class org.neo4j.server.rest.repr.ScoredNodeRepresentation
 
allTypes(Direction) - Static method in class org.neo4j.graphdb.PathExpanderBuilder
A PathExpanderBuilder seeded with all possible types but restricted to direction.
allTypesAndDirections() - Static method in class org.neo4j.graphdb.PathExpanderBuilder
A PathExpanderBuilder that is seeded with all possible relationship types in both directions.
allTypesAndDirections() - Static method in class org.neo4j.graphdb.PathExpanders
A very permissive PathExpander that follows any type in any direction.
AlternatingSelectorOrderer - Class in org.neo4j.graphdb.traversal
 
AlternatingSelectorOrderer(BranchSelector, BranchSelector) - Constructor for class org.neo4j.graphdb.traversal.AlternatingSelectorOrderer
 
AmpersandSeparatedCollection(String) - Constructor for class org.neo4j.server.rest.web.RestfulGraphDatabase.AmpersandSeparatedCollection
 
AnalyzerProvider - Class in org.neo4j.graphdb.index.fulltext
This is the base-class for all service-loadable factory classes, that build the Lucene Analyzer instances that are available to the fulltext schema index.
AnalyzerProvider(String, String...) - Constructor for class org.neo4j.graphdb.index.fulltext.AnalyzerProvider
Sub-classes MUST have a public no-arg constructor, and must call this super-constructor with the names it uses to identify itself.
append(C, Iterable<T>) - Static method in class org.neo4j.helpers.collection.Iterables
 
appendTo(Iterator<T>, T...) - Static method in class org.neo4j.helpers.collection.Iterators
 
apply(Context) - Method in class org.neo4j.graphdb.factory.module.ProcedureGDSFactory
 
archive_failed_index - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
Args - Class in org.neo4j.helpers
Deprecated.
Args(Map<String, String>) - Constructor for class org.neo4j.helpers.Args
Deprecated.
Args(Function<String, Args.Option<String>>, Map<String, String>) - Constructor for class org.neo4j.helpers.Args
Deprecated.
Args.ArgsParser - Class in org.neo4j.helpers
Deprecated.
Args.Option<T> - Class in org.neo4j.helpers
Deprecated.
array(T...) - Static method in class org.neo4j.helpers.ArrayUtil
Deprecated.
array(T...) - Static method in class org.neo4j.helpers.collection.Iterators
 
array_block_size - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
ArrayIterator<T> - Class in org.neo4j.helpers.collection
 
ArrayIterator(T[]) - Constructor for class org.neo4j.helpers.collection.ArrayIterator
 
ArrayUtil - Class in org.neo4j.helpers
Deprecated.
This is mostly an external deprecation, and the class will be moved to an internal package eventually. However, if you can find an external utility library providing the functionality, then please use that instead.
ArrayUtil.ArrayEquality - Interface in org.neo4j.helpers
Deprecated.
asArgs() - Method in class org.neo4j.helpers.Args
Deprecated.
asArray(Iterable<Object>) - Static method in class org.neo4j.helpers.collection.Iterables
 
asArray(Class<T>, Iterable<T>) - Static method in class org.neo4j.helpers.collection.Iterables
 
asCollection(Iterable<T>) - Static method in class org.neo4j.helpers.collection.Iterables
Creates a collection from an iterable.
asCollection(Iterator<T>) - Static method in class org.neo4j.helpers.collection.Iterators
 
asImmutableList(Iterable<? extends T>) - Static method in class org.neo4j.helpers.collection.Iterables
 
asImmutableList(Iterator<T>) - Static method in class org.neo4j.helpers.collection.Iterables
 
asImmutableMap(Map<T, U>) - Static method in class org.neo4j.helpers.collection.Iterables
 
asImmutableMap(Iterable<Pair<T, U>>) - Static method in class org.neo4j.helpers.collection.Iterables
 
asIterable(long...) - Static method in class org.neo4j.helpers.collection.Iterables
 
asIterable(int...) - Static method in class org.neo4j.helpers.collection.Iterables
 
asIterable(T...) - Static method in class org.neo4j.helpers.collection.Iterables
 
asIterable(Iterator<T>) - Static method in class org.neo4j.helpers.collection.Iterators
Exposes iterator as an Iterable.
asIterator(long...) - Static method in class org.neo4j.helpers.collection.Iterators
 
asIterator(int...) - Static method in class org.neo4j.helpers.collection.Iterators
 
asIterator(int, T...) - Static method in class org.neo4j.helpers.collection.Iterators
 
asList(Iterable<T>) - Static method in class org.neo4j.helpers.collection.Iterables
 
asList(Iterator<T>) - Static method in class org.neo4j.helpers.collection.Iterators
 
asList(RawIterator<T, EX>) - Static method in class org.neo4j.helpers.collection.Iterators
 
asMap() - Method in class org.neo4j.helpers.Args
Deprecated.
asMap(Iterable<Pair<T, U>>) - Static method in class org.neo4j.helpers.collection.Iterables
 
AsPathEvaluator(Evaluator) - Constructor for class org.neo4j.graphdb.traversal.Evaluator.AsPathEvaluator
 
asRawIterator(Iterator<T>) - Static method in class org.neo4j.helpers.collection.Iterators
 
asRawIterator(Stream<T>) - Static method in class org.neo4j.helpers.collection.Iterators
 
asResourceIterable(Iterable<T>) - Static method in class org.neo4j.helpers.collection.Iterables
 
asResourceIterable(ResourceIterator<T>) - Static method in class org.neo4j.helpers.collection.Iterators
 
asResourceIterator(Iterator<T>) - Static method in class org.neo4j.helpers.collection.Iterators
 
assemble(Representation) - Method in class org.neo4j.server.rest.repr.OutputFormat
 
Assertion - Class in org.neo4j.helpers
Deprecated.
assertionsEnabled() - Static method in class org.neo4j.helpers.Assertion
Deprecated.
assertPropertyIsUnique(String) - Method in interface org.neo4j.graphdb.schema.ConstraintCreator
Imposes a uniqueness constraint for the given property, such that there can be at most one node, having the given label, for any set value of that property key.
asSet(Iterable<T>) - Static method in class org.neo4j.helpers.collection.Iterables
Creates a Set from an Iterable.
asSet(Iterator<T>) - Static method in class org.neo4j.helpers.collection.Iterators
 
asSet(T...) - Static method in class org.neo4j.helpers.collection.Iterators
Creates a Set from an array of items.an
assignedLabels() - Method in interface org.neo4j.graphdb.event.TransactionData
Get all new labels that have been assigned during the transaction.
assignedNodeProperties() - Method in interface org.neo4j.graphdb.event.TransactionData
Get the properties that had a value assigned or overwritten on a node during the transaction.
assignedRelationshipProperties() - Method in interface org.neo4j.graphdb.event.TransactionData
Get the properties that had a value assigned on a relationship during the transaction.
asSortedSet(Comparator<T>, T...) - Static method in class org.neo4j.helpers.collection.Iterators
 
aStar(PathExpander, CostEvaluator<Double>, EstimateEvaluator<Double>) - Static method in class org.neo4j.graphalgo.GraphAlgoFactory
Returns an PathFinder which uses the A* algorithm to find the cheapest path between two nodes.
asUniqueSet(Iterable<T>) - Static method in class org.neo4j.helpers.collection.Iterables
Creates a Set from an Iterable.
asUniqueSet(T...) - Static method in class org.neo4j.helpers.collection.Iterators
Creates a Set from an array of items.
asUniqueSet(Iterator<T>) - Static method in class org.neo4j.helpers.collection.Iterators
Creates a Set from an array of items.
atDepth(int) - Static method in class org.neo4j.graphdb.traversal.Evaluators
Returns an Evaluator which only includes positions at depth and prunes everything deeper than that.
auth_enabled - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
auth_lock_time - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
auth_max_failed_attempts - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
auth_store - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
AUTHORIZATION - Static variable in class org.neo4j.server.rest.repr.RepresentationType
 
AuthorizationExpiredException - Exception in org.neo4j.graphdb.security
Thrown when required authorization info has expired in the Neo4j auth cache
AuthorizationExpiredException(String) - Constructor for exception org.neo4j.graphdb.security.AuthorizationExpiredException
 
AuthorizationExpiredException(String, Throwable) - Constructor for exception org.neo4j.graphdb.security.AuthorizationExpiredException
 
AuthorizationRepresentation - Class in org.neo4j.server.rest.repr
 
AuthorizationRepresentation(User) - Constructor for class org.neo4j.server.rest.repr.AuthorizationRepresentation
 
AuthorizationViolationException - Exception in org.neo4j.graphdb.security
Thrown when the database is asked to perform an action that is not authorized based on the AccessMode settings.
AuthorizationViolationException(String, Status) - Constructor for exception org.neo4j.graphdb.security.AuthorizationViolationException
 
AuthorizationViolationException(String) - Constructor for exception org.neo4j.graphdb.security.AuthorizationViolationException
 
AuthorizationViolationException(String, Throwable) - Constructor for exception org.neo4j.graphdb.security.AuthorizationViolationException
 
AuthProviderFailedException - Exception in org.neo4j.graphdb.security
Thrown when a request for authentication or authorization against an external server failed.
AuthProviderFailedException(String) - Constructor for exception org.neo4j.graphdb.security.AuthProviderFailedException
 
AuthProviderFailedException(String, Throwable) - Constructor for exception org.neo4j.graphdb.security.AuthProviderFailedException
 
AuthProviderTimeoutException - Exception in org.neo4j.graphdb.security
Thrown when a request for authentication or authorization against an external server timed out.
AuthProviderTimeoutException(String) - Constructor for exception org.neo4j.graphdb.security.AuthProviderTimeoutException
 
AuthProviderTimeoutException(String, Throwable) - Constructor for exception org.neo4j.graphdb.security.AuthProviderTimeoutException
 
authType - Variable in class org.neo4j.server.rest.web.InternalJettyServletRequest.RequestData
 
AutoIndexer<T extends PropertyContainer> - Interface in org.neo4j.graphdb.index
Deprecated.
this feature will be removed in the next major release. Please consider using schema indexes instead.
autoIndexing() - Method in class org.neo4j.graphdb.facade.spi.ClassicCoreSPI
 
autoIndexing() - Method in class org.neo4j.graphdb.facade.spi.ProcedureGDBFacadeSPI
 
availabilityGuardInstaller() - Method in interface org.neo4j.graphdb.facade.GraphDatabaseFacadeFactory.Dependencies
Simple callback for providing a global availability guard to top level components once it is created by GraphDatabaseFacadeFactory.initFacade(File, Config, Dependencies, GraphDatabaseFacade).
awaitCompletion() - Method in class org.neo4j.helpers.TaskCoordinator
Deprecated.
awaitIndexesOnline(long, TimeUnit) - Method in interface org.neo4j.graphdb.schema.Schema
Wait until all indices comes online
awaitIndexOnline(IndexDefinition, long, TimeUnit) - Method in interface org.neo4j.graphdb.schema.Schema
Wait until an index comes online

B

backoff(long, TimeUnit) - Method in class org.neo4j.helpers.TransactionTemplate
 
backup(String) - Method in class org.neo4j.backup.OnlineBackup
backup(File) - Method in class org.neo4j.backup.OnlineBackup
backup(String, boolean) - Method in class org.neo4j.backup.OnlineBackup
backup(File, boolean) - Method in class org.neo4j.backup.OnlineBackup
backup(String, Config) - Method in class org.neo4j.backup.OnlineBackup
backup(File, Config) - Method in class org.neo4j.backup.OnlineBackup
backup(String, Config, boolean) - Method in class org.neo4j.backup.OnlineBackup
backup(File, Config, boolean) - Method in class org.neo4j.backup.OnlineBackup
backup(File, Config, boolean, String) - Method in class org.neo4j.backup.OnlineBackup
Performs a backup into targetDirectory.
BACKUP - Static variable in class org.neo4j.backup.OnlineBackupKernelExtension
Deprecated.
 
BackupExtensionService - Class in org.neo4j.backup
Deprecated.
This will move to an internal package in the future.
BackupExtensionService(String) - Constructor for class org.neo4j.backup.BackupExtensionService
Deprecated.
 
BackupTool - Class in org.neo4j.backup
Deprecated.
Use the neo4j-admin backup instead.
BadInputException - Exception in org.neo4j.server.rest.repr
 
BadInputException(Throwable) - Constructor for exception org.neo4j.server.rest.repr.BadInputException
 
BadInputException(String) - Constructor for exception org.neo4j.server.rest.repr.BadInputException
 
BadInputException(String, Throwable) - Constructor for exception org.neo4j.server.rest.repr.BadInputException
 
BadPluginInvocationException - Exception in org.neo4j.server.plugins
Deprecated.
Server plugins are deprecated for removal in the next major release. Please use unmanaged extensions instead.
BadPluginInvocationException(Throwable) - Constructor for exception org.neo4j.server.plugins.BadPluginInvocationException
Deprecated.
badRequest(Throwable) - Method in class org.neo4j.server.rest.repr.OutputFormat
 
badRequest(MediaType, String) - Method in class org.neo4j.server.rest.repr.OutputFormat
 
BaseSetting<T> - Class in org.neo4j.graphdb.config
Deprecated.
The settings API will be completely rewritten in 4.0
BaseSetting() - Constructor for class org.neo4j.graphdb.config.BaseSetting
Deprecated.
 
batch_inserter_batch_size - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
BatchInserter - Interface in org.neo4j.unsafe.batchinsert
The batch inserter drops support for transactions and concurrency in favor of insertion speed.
BatchInserterIndex - Interface in org.neo4j.unsafe.batchinsert
Deprecated.
This API will be removed in next major release. Please consider using schema indexes instead.
BatchInserterIndexProvider - Interface in org.neo4j.unsafe.batchinsert
Deprecated.
This will be removed in 4.0.
BatchInserters - Class in org.neo4j.unsafe.batchinsert
Provides instances of BatchInserter.
BatchInserters() - Constructor for class org.neo4j.unsafe.batchinsert.BatchInserters
 
BatchOperationService - Class in org.neo4j.server.rest.web
 
BatchOperationService(WebServer, OutputFormat, UsageData) - Constructor for class org.neo4j.server.rest.web.BatchOperationService
 
BatchRelationship - Class in org.neo4j.unsafe.batchinsert
Simple relationship wrapping start node id, end node id and relationship type.
BatchRelationship(long, long, long, RelationshipType) - Constructor for class org.neo4j.unsafe.batchinsert.BatchRelationship
 
beforeCommit(TransactionData) - Method in class org.neo4j.graphdb.event.TransactionEventHandler.Adapter
 
beforeCommit(TransactionData) - Method in interface org.neo4j.graphdb.event.TransactionEventHandler
Invoked when a transaction that has changes accessible via TransactionData is about to be committed.
beforeShutdown() - Method in interface org.neo4j.graphdb.event.KernelEventHandler
This method is invoked during the shutdown process of a Neo4j Graph Database.
beginTransaction(Transaction.Type, LoginContext, long) - Method in class org.neo4j.graphdb.facade.spi.ClassicCoreSPI
 
beginTransaction(Transaction.Type, LoginContext, long) - Method in class org.neo4j.graphdb.facade.spi.ProcedureGDBFacadeSPI
 
beginTx() - Method in interface org.neo4j.graphdb.GraphDatabaseService
Starts a new transaction and associates it with the current thread.
beginTx(long, TimeUnit) - Method in interface org.neo4j.graphdb.GraphDatabaseService
Starts a new transaction with custom timeout and associates it with the current thread.
bidirectionalTraversalDescription() - Method in interface org.neo4j.graphdb.GraphDatabaseService
Factory method for bidirectional traversal descriptions.
BidirectionalTraversalDescription - Interface in org.neo4j.graphdb.traversal
Represents a description of a bidirectional traversal.
BidirectionalUniquenessFilter - Interface in org.neo4j.graphdb.traversal
bolt_inbound_message_throttle_high_water_mark - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
bolt_inbound_message_throttle_low_water_mark - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
bolt_outbound_buffer_throttle - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
bolt_outbound_buffer_throttle_high_water_mark - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
bolt_outbound_buffer_throttle_low_water_mark - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
bolt_outbound_buffer_throttle_max_duration - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
bolt_ssl_policy - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
boltConnector(String) - Static method in class org.neo4j.graphdb.factory.GraphDatabaseSettings
Deprecated.
use BoltConnector instead. This will be removed in 4.0.
BoltConnector() - Constructor for class org.neo4j.graphdb.factory.GraphDatabaseSettings.BoltConnector
Deprecated.
 
BoltConnector(String) - Constructor for class org.neo4j.graphdb.factory.GraphDatabaseSettings.BoltConnector
Deprecated.
 
boltValidator - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
bookmark_ready_timeout - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
bool(boolean) - Static method in class org.neo4j.server.rest.repr.ValueRepresentation
 
BOOLEAN - Static variable in class org.neo4j.server.rest.repr.Representation
 
BOOLEAN - Static variable in class org.neo4j.server.rest.repr.RepresentationType
 
BOOLEAN_LIST - Static variable in class org.neo4j.server.rest.repr.Representation
 
BoundedIterable<RECORD> - Interface in org.neo4j.helpers.collection
Deprecated.
BOXING_AWARE_ARRAY_EQUALITY - Static variable in class org.neo4j.helpers.ArrayUtil
Deprecated.
BranchCollisionDetector - Interface in org.neo4j.graphdb.traversal
In a bidirectional traversal there's one traversal from each start/end side and they will probably meet somewhere in the middle and the full paths are formed.
BranchCollisionPolicies - Enum in org.neo4j.graphdb.traversal
A catalogue of convenient branch collision policies Copied from kernel package so that we can hide kernel from the public API.
BranchCollisionPolicy - Interface in org.neo4j.graphdb.traversal
Copied from kernel package so that we can hide kernel from the public API.
BranchedStore - Interface in org.neo4j.management
Deprecated.
BranchedStoreInfo - Class in org.neo4j.management
Deprecated.
BranchedStoreInfo(String, long, long) - Constructor for class org.neo4j.management.BranchedStoreInfo
Deprecated.
 
BranchedStoreInfo(String, long, long, long) - Constructor for class org.neo4j.management.BranchedStoreInfo
Deprecated.
 
BranchOrderingPolicies - Enum in org.neo4j.graphdb.traversal
A catalog of convenient branch ordering policies.
BranchOrderingPolicy - Interface in org.neo4j.graphdb.traversal
Creator of BranchSelector instances with a starting point to base the first decision on.
BranchSelector - Interface in org.neo4j.graphdb.traversal
Decides "where to go next" in a traversal.
BranchState<STATE> - Interface in org.neo4j.graphdb.traversal
Accessor for a state associated with a TraversalBranch during a traversal.
breadthFirst() - Method in interface org.neo4j.graphdb.traversal.TraversalDescription
A convenience method for TraversalDescription.order(BranchOrderingPolicy) where a "preorder breadth first" selector is used.
BufferingLog - Class in org.neo4j.logging
Buffers all messages sent to it, and is able to replay those messages into another Logger.
BufferingLog() - Constructor for class org.neo4j.logging.BufferingLog
 
build() - Method in class org.neo4j.graphdb.factory.module.id.IdContextFactoryBuilder
 
build() - Method in class org.neo4j.graphdb.PathExpanderBuilder
Produce a PathExpander from the configuration you have built up.
bulk(Consumer<Logger>) - Method in class org.neo4j.logging.AbstractPrintWriterLogger
 
bulk(Consumer<Log>) - Method in class org.neo4j.logging.BufferingLog
 
bulk(Consumer<Log>) - Method in class org.neo4j.logging.DuplicatingLog
 
bulk(Consumer<Log>) - Method in class org.neo4j.logging.FormattedLog
 
bulk(Consumer<Log>) - Method in interface org.neo4j.logging.Log
Used to temporarily log several messages in bulk.
bulk(Consumer<Logger>) - Method in interface org.neo4j.logging.Logger
Used to temporarily write several messages in bulk.
bulk(Consumer<Log>) - Method in class org.neo4j.logging.NullLog
 
bulk(Consumer<Logger>) - Method in class org.neo4j.logging.NullLogger
 
bulk(Consumer<Logger>) - Method in class org.neo4j.logging.PrintStreamLogger
 
bulk(Consumer<Log>) - Method in class org.neo4j.logging.slf4j.Slf4jLog
 
BYTE - Static variable in class org.neo4j.server.rest.repr.Representation
 
BYTE - Static variable in class org.neo4j.server.rest.repr.RepresentationType
 
BYTE_LIST - Static variable in class org.neo4j.server.rest.repr.Representation
 
bytes(long) - Static method in class org.neo4j.helpers.Format
Deprecated.
 

C

cache(Iterable<T>) - Static method in class org.neo4j.helpers.collection.Iterables
 
CachingIterator<T> - Class in org.neo4j.helpers.collection
An Iterator which lazily fetches and caches items from the underlying iterator when items are requested.
CachingIterator(Iterator<T>) - Constructor for class org.neo4j.helpers.collection.CachingIterator
Creates a new caching iterator using source as its underlying Iterator to get items lazily from.
cancel() - Method in interface org.neo4j.helpers.Cancelable
Deprecated.
cancel(boolean) - Method in class org.neo4j.helpers.FutureAdapter
Deprecated.
 
cancel() - Method in class org.neo4j.helpers.TaskCoordinator
Deprecated.
Cancelable - Interface in org.neo4j.helpers
Deprecated.
CancellationRequest - Interface in org.neo4j.helpers
Deprecated.
cancellationRequested() - Method in interface org.neo4j.helpers.CancellationRequest
Deprecated.
canContainResults() - Method in class org.neo4j.graphdb.QueryExecutionType
Signifies that the execution of the query could produce a result.
canUpdateData() - Method in class org.neo4j.graphdb.QueryExecutionType
Signifies that the execution of the query could perform changes to the data.
canUpdateSchema() - Method in class org.neo4j.graphdb.QueryExecutionType
Signifies that the execution of the query updates the schema.
cast(Iterable<C>) - Static method in class org.neo4j.helpers.collection.Iterables
 
CastingIterator<T extends A,A> - Class in org.neo4j.helpers.collection
An iterator which filters for elements of a given subtype, and casts to this type.
CastingIterator(Iterator<A>, Class<T>) - Constructor for class org.neo4j.helpers.collection.CastingIterator
 
castOrNull(Class<T>, Class<F>, Object) - Static method in class org.neo4j.helpers.collection.Visitor.SafeGenerics
Useful for determining "is this an object that can visit the things I can provide?" Checks if the passed in object is a Visitor and if the objects it can visit is compatible (super type of) with the provided type.
CatchingIteratorWrapper<T,U> - Class in org.neo4j.helpers.collection
 
CatchingIteratorWrapper(Iterator<U>) - Constructor for class org.neo4j.helpers.collection.CatchingIteratorWrapper
 
CausalClustering - Interface in org.neo4j.management
Deprecated.
chain(T, T) - Static method in class org.neo4j.helpers.Exceptions
Deprecated.
 
CHAR - Static variable in class org.neo4j.server.rest.repr.RepresentationType
 
CHARACTER - Static variable in class org.neo4j.server.rest.repr.Representation
 
CHARACTER_LIST - Static variable in class org.neo4j.server.rest.repr.Representation
 
check(TraversalBranch) - Method in interface org.neo4j.graphdb.traversal.UniquenessFilter
Checks whether or not branch is unique, and hence can be visited in this traversal.
check() - Method in interface org.neo4j.procedure.TerminationGuard
Check that the surrounding executing query has not yet been terminated or timed out.
check_point_interval_time - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
check_point_interval_tx - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
check_point_iops_limit - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
check_point_policy - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
checkFirst(TraversalBranch) - Method in interface org.neo4j.graphdb.traversal.UniquenessFilter
The check whether or not to expand the first branch is a separate method because it may contain checks which would be unnecessary for all other checks.
checkFull(Path) - Method in interface org.neo4j.graphdb.traversal.BidirectionalUniquenessFilter
Checks Path alone to see if it follows the uniqueness contract provided by this UniquenessFilter.
checkPointer() - Method in interface org.neo4j.backup.OnlineBackupExtensionFactory.Dependencies
Deprecated.
 
ClassicCoreSPI - Class in org.neo4j.graphdb.facade.spi
This implements the backend for the "classic" Core API - meaning the surface-layer-of-the-database, thread bound API.
ClassicCoreSPI(PlatformModule, DataSourceModule, Logger, CoreAPIAvailabilityGuard, ThreadToStatementContextBridge) - Constructor for class org.neo4j.graphdb.facade.spi.ClassicCoreSPI
 
clear() - Method in class org.neo4j.helpers.collection.LruCache
 
clear() - Method in class org.neo4j.helpers.collection.MultiSet
 
clock - Variable in class org.neo4j.graphdb.factory.module.PlatformModule
 
Clock - Interface in org.neo4j.helpers
Deprecated.
please use Clock instead
clone(Object) - Static method in class org.neo4j.helpers.ArrayUtil
Deprecated.
clone() - Method in interface org.neo4j.helpers.CloneableInPublic
Deprecated.
 
CloneableInPublic - Interface in org.neo4j.helpers
Deprecated.
close() - Method in interface org.neo4j.graphdb.index.IndexHits
Deprecated.
close() - Method in interface org.neo4j.graphdb.Resource
 
close() - Method in interface org.neo4j.graphdb.ResourceIterator
Close the iterator early, freeing associated resources It is an error to use the iterator after this has been called.
close() - Method in interface org.neo4j.graphdb.Result
Closes the result, freeing up any resources held by the result.
close() - Method in interface org.neo4j.graphdb.Transaction
Commits or marks this transaction for rollback, depending on whether Transaction.success() or Transaction.failure() has been previously invoked.
close() - Method in class org.neo4j.helpers.collection.CombiningResourceIterator
 
close() - Method in class org.neo4j.helpers.collection.LimitingResourceIterator
 
close() - Method in class org.neo4j.helpers.collection.MappingResourceIterator
 
close() - Method in class org.neo4j.helpers.collection.NestingResourceIterator
 
close() - Method in class org.neo4j.helpers.collection.ResourceClosingIterator
 
close() - Method in interface org.neo4j.helpers.TaskControl
Deprecated.
 
close() - Method in class org.neo4j.logging.RotatingFileOutputStreamSupplier
 
closeAll(Iterable<T>) - Static method in class org.neo4j.graphdb.ResourceUtils
 
closeAll(T...) - Static method in class org.neo4j.graphdb.ResourceUtils
 
closeAll(Stream<T>) - Static method in class org.neo4j.graphdb.ResourceUtils
Close all resources.
ClusterDatabaseInfo - Class in org.neo4j.management
Deprecated.
high availability database/edition is deprecated in favour of causal clustering. It will be removed in next major release.
ClusterDatabaseInfo(ClusterMemberInfo, long, long) - Constructor for class org.neo4j.management.ClusterDatabaseInfo
Deprecated.
 
ClusterMemberInfo - Class in org.neo4j.management
Deprecated.
high availability database/edition is deprecated in favour of causal clustering. It will be removed in next major release.
ClusterMemberInfo(String, boolean, boolean, String, String[], String[]) - Constructor for class org.neo4j.management.ClusterMemberInfo
Deprecated.
 
collectionsFactorySupplier - Variable in class org.neo4j.graphdb.factory.module.PlatformModule
 
CollectorsUtil - Class in org.neo4j.helpers.collection
 
CollectorsUtil() - Constructor for class org.neo4j.helpers.collection.CollectorsUtil
 
CollectUserAgentFilter - Class in org.neo4j.server.rest.web
Collects user agent information and publishes it to a tracker of most recently seen user agents.
CollectUserAgentFilter(RecentK<String>) - Constructor for class org.neo4j.server.rest.web.CollectUserAgentFilter
 
collisionEvaluator(Evaluator) - Method in interface org.neo4j.graphdb.traversal.BidirectionalTraversalDescription
Sets the Evaluator to use for branch collisions.
collisionEvaluator(PathEvaluator) - Method in interface org.neo4j.graphdb.traversal.BidirectionalTraversalDescription
Sets the PathEvaluator to use for branch collisions.
collisionPolicy(BranchCollisionPolicy) - Method in interface org.neo4j.graphdb.traversal.BidirectionalTraversalDescription
Sets the collision policy to use during this traversal.
columnAs(String) - Method in interface org.neo4j.graphdb.Result
Returns an iterator with the result objects from a single column of the result set.
columns() - Method in interface org.neo4j.graphdb.Result
The exact names used to represent each column in the result set.
combine(E, E) - Static method in class org.neo4j.helpers.Exceptions
Deprecated.
CombiningIterable<T> - Class in org.neo4j.helpers.collection
Combining one or more Iterables, making them look like they were one big iterable.
CombiningIterable(Iterable<INNER>) - Constructor for class org.neo4j.helpers.collection.CombiningIterable
 
CombiningIterator<T> - Class in org.neo4j.helpers.collection
Combining one or more Iterators, making them look like they were one big iterator.
CombiningIterator(Iterable<? extends Iterator<T>>) - Constructor for class org.neo4j.helpers.collection.CombiningIterator
 
CombiningIterator(Iterator<? extends Iterator<T>>) - Constructor for class org.neo4j.helpers.collection.CombiningIterator
 
CombiningIterator(T, Iterator<T>) - Constructor for class org.neo4j.helpers.collection.CombiningIterator
 
CombiningResourceIterator<T> - Class in org.neo4j.helpers.collection
 
CombiningResourceIterator(Iterator<ResourceIterator<T>>) - Constructor for class org.neo4j.helpers.collection.CombiningResourceIterator
 
commitNewTransaction(InputStream, UriInfo, HttpServletRequest) - Method in class org.neo4j.server.rest.web.TransactionalService
 
commitTransaction(long, InputStream, UriInfo, HttpServletRequest) - Method in class org.neo4j.server.rest.web.TransactionalService
 
CommonEvaluators - Class in org.neo4j.graphalgo
Factory for common evaluators used by some graph algos, f.ex CostEvaluator and EstimateEvaluator.
CommonEvaluators() - Constructor for class org.neo4j.graphalgo.CommonEvaluators
 
COMMUNITY_SECURITY_MODULE_ID - Static variable in class org.neo4j.graphdb.factory.module.edition.CommunityEditionModule
 
CommunityEditionModule - Class in org.neo4j.graphdb.factory.module.edition
This implementation of AbstractEditionModule creates the implementations of services that are specific to the Community edition.
CommunityEditionModule(PlatformModule) - Constructor for class org.neo4j.graphdb.factory.module.edition.CommunityEditionModule
 
compareDoubleAgainstLong(double, long) - Static method in class org.neo4j.helpers.MathUtil
Deprecated.
 
compareLongAgainstDouble(long, double) - Static method in class org.neo4j.helpers.MathUtil
Deprecated.
 
complete() - Method in class org.neo4j.server.rest.repr.RepresentationFormat
 
complete() - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
concat(T, T...) - Static method in class org.neo4j.helpers.ArrayUtil
Deprecated.
concat(T[], T...) - Static method in class org.neo4j.helpers.ArrayUtil
Deprecated.
concat(Iterable<? extends T>...) - Static method in class org.neo4j.helpers.collection.Iterables
 
concat(Iterable<? extends Iterable<T>>) - Static method in class org.neo4j.helpers.collection.Iterables
 
concat(Iterator<? extends T>...) - Static method in class org.neo4j.helpers.collection.Iterators
 
concat(Iterator<Iterator<T>>) - Static method in class org.neo4j.helpers.collection.Iterators
 
concatArrays(T[], T[]...) - Static method in class org.neo4j.helpers.ArrayUtil
Deprecated.
Create a single array from many arrays.
concatResourceIterators(Iterator<ResourceIterator<T>>) - Static method in class org.neo4j.helpers.collection.Iterators
 
config - Variable in class org.neo4j.graphdb.factory.module.PlatformModule
 
ConfigAdapter - Class in org.neo4j.server.plugins
Deprecated.
Server plugins are deprecated for removal in the next major release. Please use unmanaged extensions instead.
ConfigAdapter(Config) - Constructor for class org.neo4j.server.plugins.ConfigAdapter
Deprecated.
Configuration - Interface in org.neo4j.graphdb.config
Deprecated.
The settings API will be completely rewritten in 4.0
conflict(Throwable) - Method in class org.neo4j.server.rest.repr.OutputFormat
 
conflict(REPR) - Method in class org.neo4j.server.rest.repr.OutputFormat
 
connect() - Method in class org.neo4j.management.ClusterMemberInfo
Deprecated.
 
connect(String, String) - Method in class org.neo4j.management.ClusterMemberInfo
Deprecated.
 
Connector(String, String) - Constructor for class org.neo4j.graphdb.factory.GraphDatabaseSettings.Connector
Deprecated.
 
connectorPortRegister - Variable in class org.neo4j.graphdb.factory.module.PlatformModule
 
CONSTRAINT_DEFINITION - Static variable in class org.neo4j.server.rest.repr.RepresentationType
 
ConstraintCreator - Interface in org.neo4j.graphdb.schema
A builder for entering details about a constraint to create.
ConstraintDefinition - Interface in org.neo4j.graphdb.schema
Definition of a constraint.
ConstraintDefinitionRepresentation - Class in org.neo4j.server.rest.repr
 
ConstraintDefinitionRepresentation(ConstraintDefinition) - Constructor for class org.neo4j.server.rest.repr.ConstraintDefinitionRepresentation
 
constraintFor(Label) - Method in interface org.neo4j.graphdb.schema.Schema
Returns a ConstraintCreator where details about the constraint can be specified.
ConstraintType - Enum in org.neo4j.graphdb.schema
Constraint type.
ConstraintViolationException - Exception in org.neo4j.graphdb
Thrown when the database is asked to modify data in a way that violates one or more constraints that it is expected to uphold.
ConstraintViolationException(String) - Constructor for exception org.neo4j.graphdb.ConstraintViolationException
 
ConstraintViolationException(String, Throwable) - Constructor for exception org.neo4j.graphdb.ConstraintViolationException
 
consumeProperties(PropertyTypeDispatcher<String, Void>, PropertyContainer) - Static method in class org.neo4j.server.helpers.PropertyTypeDispatcher
 
contains(Relationship) - Method in class org.neo4j.cypher.export.CypherResultSubGraph
 
contains(Relationship) - Method in class org.neo4j.cypher.export.DatabaseSubGraph
 
contains(Relationship) - Method in interface org.neo4j.cypher.export.SubGraph
 
contains(T[], T) - Static method in class org.neo4j.helpers.ArrayUtil
Deprecated.
contains(T[], int, T) - Static method in class org.neo4j.helpers.ArrayUtil
Deprecated.
contains(Iterator<T>, T) - Static method in class org.neo4j.helpers.collection.Iterators
 
contains(T) - Method in class org.neo4j.helpers.collection.MultiSet
 
contains(Throwable, String, Class...) - Static method in class org.neo4j.helpers.Exceptions
Deprecated.
 
contains(Throwable, Class...) - Static method in class org.neo4j.helpers.Exceptions
Deprecated.
 
contains(Throwable, Predicate<Throwable>) - Static method in class org.neo4j.helpers.Exceptions
Deprecated.
 
containsAll(T[], T[]) - Static method in class org.neo4j.helpers.ArrayUtil
Deprecated.
containsHeader(String) - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
containsKey(String) - Method in class org.neo4j.server.plugins.ConfigAdapter
Deprecated.
containsUpdates() - Method in interface org.neo4j.graphdb.QueryStatistics
If the query updated the graph in any way, this method will return true.
Context - Annotation Type in org.neo4j.procedure
This marks a field in a class with Procedure methods as part of the context the procedure is invoked in.
continues() - Method in enum org.neo4j.graphdb.traversal.Evaluation
 
continues() - Method in interface org.neo4j.graphdb.traversal.TraversalBranch
 
convert(Object) - Static method in class org.neo4j.server.rest.repr.ObjectToRepresentationConverter
 
Coordinate - Class in org.neo4j.graphdb.spatial
A coordinate is used to describe a position in space.
Coordinate(double...) - Constructor for class org.neo4j.graphdb.spatial.Coordinate
 
copyAndPut(Map<K, V>, K, V) - Static method in class org.neo4j.helpers.collection.MapUtil
 
copyAndRemove(Map<K, V>, K) - Static method in class org.neo4j.helpers.collection.MapUtil
 
coreAPIAvailabilityGuard - Variable in class org.neo4j.graphdb.factory.module.DataSourceModule
 
CorsFilter - Class in org.neo4j.server.rest.web
This filter adds the header "Access-Control-Allow-Origin : *" to all responses that goes through it.
CorsFilter(LogProvider, String) - Constructor for class org.neo4j.server.rest.web.CorsFilter
 
CostAccumulator<T> - Interface in org.neo4j.graphalgo
In order to make the solving of shortest path problems as general as possible, the algorithms accept objects handling all relevant tasks regarding costs of paths.
CostEvaluator<T> - Interface in org.neo4j.graphalgo
In order to make the solving of shortest path problems as general as possible, the algorithms accept objects handling all relevant tasks regarding costs of paths.
count(Iterable<T>) - Static method in class org.neo4j.helpers.collection.Iterables
Counts the number of items in the iterator by looping through it.
count(Iterable<T>, Predicate<T>) - Static method in class org.neo4j.helpers.collection.Iterables
Counts the number of filtered items in the iterable by looping through it.
count(Iterator<T>) - Static method in class org.neo4j.helpers.collection.Iterators
 
count(Iterator<T>, Predicate<T>) - Static method in class org.neo4j.helpers.collection.Iterators
Counts the number of filtered in the iterator by looping through it.
count(T) - Method in class org.neo4j.helpers.collection.MultiSet
 
count(long) - Static method in class org.neo4j.helpers.Format
Deprecated.
 
counts_store_rotation_timeout - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
create() - Method in interface org.neo4j.graphdb.schema.ConstraintCreator
Creates a constraint with the details specified by the other methods in this interface.
create() - Method in interface org.neo4j.graphdb.schema.IndexCreator
Creates an index with the details specified by the other methods in this interface.
create(Evaluator, Predicate<Path>) - Method in interface org.neo4j.graphdb.traversal.BranchCollisionPolicy
 
create(TraversalBranch, PathExpander) - Method in interface org.neo4j.graphdb.traversal.BranchOrderingPolicy
Instantiates a BranchSelector with startBranch as the first branch to base a decision on "where to go next".
create(BranchSelector, BranchSelector, int) - Method in interface org.neo4j.graphdb.traversal.SideSelectorPolicy
Creates a new SideSelector given the start/end BranchSelectors and an optional maxDepth.
create(Object) - Method in interface org.neo4j.graphdb.traversal.UniquenessFactory
Creates a new UniquenessFilter optionally with a parameter to it, otherwise null if no parameter should be handed to it.
create() - Method in class org.neo4j.helpers.collection.MapUtil.MapBuilder
 
create(HttpServletRequest) - Static method in class org.neo4j.server.rest.web.HttpConnectionInfoFactory
 
createAnalyzer() - Method in class org.neo4j.graphdb.index.fulltext.AnalyzerProvider
 
created(REPR) - Method in class org.neo4j.server.rest.repr.OutputFormat
 
createDatabaseAvailabilityGuard(String, Clock, LogService, Config) - Method in class org.neo4j.graphdb.factory.module.edition.AbstractEditionModule
 
createDatabaseAvailabilityGuard(SystemNanoClock, LogService, Config) - Method in interface org.neo4j.graphdb.factory.module.edition.context.DatabaseEditionContext
 
createDatabaseAvailabilityGuard(SystemNanoClock, LogService, Config) - Method in class org.neo4j.graphdb.factory.module.edition.context.DefaultEditionModuleDatabaseContext
 
createDatabaseContext(String) - Method in class org.neo4j.graphdb.factory.module.edition.AbstractEditionModule
 
createDatabaseContext(String) - Method in class org.neo4j.graphdb.factory.module.edition.DefaultEditionModule
 
createDatabaseManager(GraphDatabaseFacade, PlatformModule, AbstractEditionModule, Procedures, Logger) - Method in class org.neo4j.graphdb.factory.module.edition.AbstractEditionModule
 
createDatabases(DatabaseManager, Config) - Method in class org.neo4j.graphdb.factory.module.edition.AbstractEditionModule
 
createDeferredConstraint(Label) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
Returns a ConstraintCreator where details about the constraint can be specified.
createDeferredSchemaIndex(Label) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
Returns an IndexCreator where details about the index to create can be specified.
createdNodes() - Method in interface org.neo4j.graphdb.event.TransactionData
Get the nodes that were created during the transaction.
createdRelationships() - Method in interface org.neo4j.graphdb.event.TransactionData
Get the relationships that were created during the transaction.
createIdContext(String) - Method in class org.neo4j.graphdb.factory.module.id.IdContextFactory
 
createLife() - Method in class org.neo4j.graphdb.factory.module.PlatformModule
 
createLockFactory(Config, LogService) - Static method in class org.neo4j.graphdb.factory.EditionLocksFactories
 
createLockManager(LocksFactory, Config, Clock) - Static method in class org.neo4j.graphdb.factory.EditionLocksFactories
 
createLocks() - Method in interface org.neo4j.graphdb.factory.module.edition.context.DatabaseEditionContext
 
createLocks() - Method in class org.neo4j.graphdb.factory.module.edition.context.DefaultEditionModuleDatabaseContext
 
createNode() - Method in interface org.neo4j.graphdb.GraphDatabaseService
Creates a new node.
createNode(Label...) - Method in interface org.neo4j.graphdb.GraphDatabaseService
Creates a new node and adds the provided labels to it.
createNode(Map<String, Object>, Label...) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
createNode(String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
createNode(Map<String, Object>, Label...) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
Creates a node assigning next available id to id and also adds any properties supplied.
createNode(long, Map<String, Object>, Label...) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
Creates a node with supplied id and properties.
createNodeId() - Method in interface org.neo4j.graphdb.GraphDatabaseService
Deprecated.
This method will be removed in a future major release.
createNodeIndex(Map<String, Object>) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
createPropertyUniquenessConstraint(String, Iterable<String>) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
createPropertyUniquenessConstraint(String, String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
createRelationship(long, long, String, Map<String, Object>) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
createRelationship(long, String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
createRelationship(long, long, RelationshipType, Map<String, Object>) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
Creates a relationship between two nodes of a specific type.
createRelationshipIndex(Map<String, Object>) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
createRelationshipTo(Node, RelationshipType) - Method in interface org.neo4j.graphdb.Node
Creates a relationship between this node and another node.
createSchemaIndex(String, Iterable<String>) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
createSchemaIndex(String, String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
createSecurityModule(PlatformModule, Procedures) - Method in class org.neo4j.graphdb.factory.module.edition.AbstractEditionModule
 
createSecurityModule(PlatformModule, Procedures) - Method in class org.neo4j.graphdb.factory.module.edition.CommunityEditionModule
 
createStatementLocksFactory() - Method in interface org.neo4j.graphdb.factory.module.edition.context.DatabaseEditionContext
 
createStatementLocksFactory() - Method in class org.neo4j.graphdb.factory.module.edition.context.DefaultEditionModuleDatabaseContext
 
createTokenHolders() - Method in interface org.neo4j.graphdb.factory.module.edition.context.DatabaseEditionContext
 
createTokenHolders() - Method in class org.neo4j.graphdb.factory.module.edition.context.DefaultEditionModuleDatabaseContext
 
createTransactionMonitor() - Method in class org.neo4j.graphdb.factory.module.edition.AbstractEditionModule
 
createTransactionMonitor() - Method in interface org.neo4j.graphdb.factory.module.edition.context.DatabaseEditionContext
 
createTransactionMonitor() - Method in class org.neo4j.graphdb.factory.module.edition.context.DefaultEditionModuleDatabaseContext
 
CRS - Interface in org.neo4j.graphdb.spatial
A coordinate reference system (CRS) determines how a $Coordinate should be interpreted
csv_buffer_size - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
csv_legacy_quote_escaping - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
current() - Method in class org.neo4j.helpers.collection.CachingIterator
Returns the last item returned by CachingIterator.next()/CachingIterator.previous().
currentScore() - Method in interface org.neo4j.graphdb.index.IndexHits
Deprecated.
currentSide() - Method in interface org.neo4j.graphdb.traversal.SideSelector
 
currentTimeMillis() - Method in interface org.neo4j.helpers.Clock
Deprecated.
 
CustomStatusType - Class in org.neo4j.server.rest.web
 
CustomStatusType(int, String) - Constructor for class org.neo4j.server.rest.web.CustomStatusType
 
cypher(String, HttpServletRequest, boolean, boolean, boolean) - Method in class org.neo4j.server.rest.web.CypherService
 
cypher_compiler_tracing - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
cypher_expression_engine - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
cypher_expression_recompilation_limit - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
cypher_hints_error - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
cypher_idp_solver_duration_threshold - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
cypher_idp_solver_table_threshold - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
cypher_ip_blocklist - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
LOAD CSV and apoc.load.json input URI restrictions
cypher_lenient_create_relationship - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
cypher_min_replan_interval - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
cypher_morsel_size - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
cypher_parser_version - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
cypher_plan_with_minimum_cardinality_estimates - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
cypher_planner - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
cypher_replan_algorithm - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
cypher_replan_interval_target - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
cypher_runtime - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
cypher_task_wait - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
cypher_worker_count - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
CypherPlanRepresentation - Class in org.neo4j.server.rest.repr
This takes a function that resolves to a ExecutionPlanDescription, and it does so for two reasons: - The plan description needs to be fetched *after* the result is streamed to the user - This method is recursive, so it's not enough to just pass in the execution plan to the root call of it subsequent inner calls could not re-use that execution plan (that would just lead to an infinite loop)
CypherRepresentationDispatcher - Class in org.neo4j.server.rest.repr
 
CypherRepresentationDispatcher() - Constructor for class org.neo4j.server.rest.repr.CypherRepresentationDispatcher
 
CypherResultRepresentation - Class in org.neo4j.server.rest.repr
 
CypherResultRepresentation(Result, boolean, boolean) - Constructor for class org.neo4j.server.rest.repr.CypherResultRepresentation
 
CypherResultSubGraph - Class in org.neo4j.cypher.export
 
CypherResultSubGraph() - Constructor for class org.neo4j.cypher.export.CypherResultSubGraph
 
CypherService - Class in org.neo4j.server.rest.web
 
CypherService(GraphDatabaseService, CypherExecutor, InputFormat, OutputFormat, UsageData) - Constructor for class org.neo4j.server.rest.web.CypherService
 
CypherStatisticsRepresentation - Class in org.neo4j.server.rest.repr
 
CypherStatisticsRepresentation(QueryStatistics) - Constructor for class org.neo4j.server.rest.repr.CypherStatisticsRepresentation
 

D

daemon(String) - Static method in class org.neo4j.helpers.NamedThreadFactory
Deprecated.
daemon(String, NamedThreadFactory.Monitor) - Static method in class org.neo4j.helpers.NamedThreadFactory
Deprecated.
data_collector_max_query_text_size - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
data_collector_max_recent_query_count - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
data_directory - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
database_path - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
Deprecated.
This setting is deprecated and will be removed in 4.0.
DatabaseActions - Class in org.neo4j.server.rest.web
 
DatabaseActions(GraphDatabaseAPI) - Constructor for class org.neo4j.server.rest.web.DatabaseActions
 
DatabaseActions.Provider - Class in org.neo4j.server.rest.web
 
DatabaseActions.RelationshipDirection - Enum in org.neo4j.server.rest.web
 
databaseDependencies() - Method in class org.neo4j.graphdb.factory.GraphDatabaseFactoryState
Deprecated.
 
DatabaseEditionContext - Interface in org.neo4j.graphdb.factory.module.edition.context
 
DatabaseIdContext - Class in org.neo4j.graphdb.factory.module.id
 
databaseInfo - Variable in class org.neo4j.graphdb.factory.module.PlatformModule
 
databaseIsAvailable(long) - Method in class org.neo4j.graphdb.facade.spi.ClassicCoreSPI
 
databaseIsAvailable(long) - Method in class org.neo4j.graphdb.facade.spi.ProcedureGDBFacadeSPI
 
databaseLayout() - Method in class org.neo4j.graphdb.facade.spi.ClassicCoreSPI
 
databaseLayout() - Method in class org.neo4j.graphdb.facade.spi.ProcedureGDBFacadeSPI
 
DatabaseMetadataService - Class in org.neo4j.server.rest.web
 
DatabaseMetadataService(Database) - Constructor for class org.neo4j.server.rest.web.DatabaseMetadataService
 
DatabaseRepresentation - Class in org.neo4j.server.rest.repr
 
DatabaseRepresentation() - Constructor for class org.neo4j.server.rest.repr.DatabaseRepresentation
 
databases_root_path - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
DatabaseShutdownException - Exception in org.neo4j.graphdb
 
DatabaseShutdownException() - Constructor for exception org.neo4j.graphdb.DatabaseShutdownException
 
DatabaseShutdownException(String) - Constructor for exception org.neo4j.graphdb.DatabaseShutdownException
 
DatabaseSubGraph - Class in org.neo4j.cypher.export
 
DatabaseSubGraph(GraphDatabaseService) - Constructor for class org.neo4j.cypher.export.DatabaseSubGraph
 
dataSourceManager - Variable in class org.neo4j.graphdb.factory.module.PlatformModule
 
DataSourceModule - Class in org.neo4j.graphdb.factory.module
 
DataSourceModule(String, PlatformModule, AbstractEditionModule, Procedures, GraphDatabaseFacade) - Constructor for class org.neo4j.graphdb.factory.module.DataSourceModule
 
date() - Static method in class org.neo4j.helpers.Format
Deprecated.
 
date(TimeZone) - Static method in class org.neo4j.helpers.Format
Deprecated.
 
date(long) - Static method in class org.neo4j.helpers.Format
Deprecated.
 
date(long, TimeZone) - Static method in class org.neo4j.helpers.Format
Deprecated.
 
date(Date) - Static method in class org.neo4j.helpers.Format
Deprecated.
 
date(Date, TimeZone) - Static method in class org.neo4j.helpers.Format
Deprecated.
 
DATE_FORMAT - Static variable in class org.neo4j.helpers.Format
Deprecated.
 
db_temporal_timezone - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
db_timezone - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
debug(String) - Method in class org.neo4j.logging.AbstractLog
 
debug(String, Throwable) - Method in class org.neo4j.logging.AbstractLog
 
debug(String, Object...) - Method in class org.neo4j.logging.AbstractLog
 
debug(String) - Method in interface org.neo4j.logging.Log
Shorthand for debugLogger().log( message )
debug(String, Throwable) - Method in interface org.neo4j.logging.Log
Shorthand for debugLogger().log( message, throwable )
debug(String, Object...) - Method in interface org.neo4j.logging.Log
Shorthand for debugLogger().log( format, arguments )
debug(String) - Method in class org.neo4j.logging.NullLog
 
debug(String, Throwable) - Method in class org.neo4j.logging.NullLog
 
debug(String, Object...) - Method in class org.neo4j.logging.NullLog
 
debugLogger() - Method in class org.neo4j.logging.BufferingLog
 
debugLogger() - Method in class org.neo4j.logging.DuplicatingLog
 
debugLogger() - Method in class org.neo4j.logging.FormattedLog
 
debugLogger() - Method in interface org.neo4j.logging.Log
 
debugLogger() - Method in class org.neo4j.logging.NullLog
 
debugLogger() - Method in class org.neo4j.logging.slf4j.Slf4jLog
 
decrementExactNotPastZero(int) - Static method in class org.neo4j.helpers.MathUtil
Deprecated.
Return an integer one less than the given integer, or throw ArithmeticException if the given integer is zero.
default_advertised_address - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
DEFAULT_ARRAY_EQUALITY - Static variable in class org.neo4j.helpers.ArrayUtil
Deprecated.
DEFAULT_BLOCK_SIZE - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
Data block sizes for dynamic array stores.
DEFAULT_DATABASE_NAME - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
DEFAULT_LABEL_BLOCK_SIZE - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
default_listen_address - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
default_schema_provider - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
DEFAULT_SCHEME - Static variable in class org.neo4j.backup.BackupTool
Deprecated.
 
DEFAULT_TIME_UNIT - Static variable in class org.neo4j.helpers.TimeUtil
Deprecated.
DEFAULT_TIME_ZONE - Static variable in class org.neo4j.helpers.Format
Deprecated.
Default time zone is UTC (+00:00) so that comparing timestamped logs from different sources is an easier task.
DEFAULT_VALUE - Static variable in annotation type org.neo4j.procedure.Name
 
DefaultEditionModule - Class in org.neo4j.graphdb.factory.module.edition
 
DefaultEditionModule() - Constructor for class org.neo4j.graphdb.factory.module.edition.DefaultEditionModule
 
DefaultEditionModuleDatabaseContext - Class in org.neo4j.graphdb.factory.module.edition.context
 
DefaultEditionModuleDatabaseContext(DefaultEditionModule, String) - Constructor for class org.neo4j.graphdb.factory.module.edition.context.DefaultEditionModuleDatabaseContext
 
DefaultFormat - Class in org.neo4j.server.rest.repr
This class decorates another RepresentationFormat (called inner here), and tries to use inner to parse stuff.
DefaultFormat(RepresentationFormat, Collection<MediaType>, MediaType...) - Constructor for class org.neo4j.server.rest.repr.DefaultFormat
 
defaultOperator(QueryParser.Operator) - Method in class org.neo4j.index.lucene.QueryContext
Deprecated.
DefaultPathDescriptor() - Constructor for class org.neo4j.graphdb.traversal.Paths.DefaultPathDescriptor
 
defaultPathToString(Path) - Static method in class org.neo4j.graphdb.traversal.Paths
TODO: This method re-binds nodes and relationships.
defaultPathToStringWithNotInTransactionFallback(Path) - Static method in class org.neo4j.graphdb.traversal.Paths
 
DefaultPluginManager - Class in org.neo4j.server.plugins
Deprecated.
Server plugins are deprecated for removal in the next major release. Please use unmanaged extensions instead.
DefaultPluginManager(LogProvider) - Constructor for class org.neo4j.server.plugins.DefaultPluginManager
Deprecated.
deferredExecutors() - Method in class org.neo4j.graphdb.facade.GraphDatabaseDependencies
 
deferredExecutors() - Method in interface org.neo4j.graphdb.facade.GraphDatabaseFacadeFactory.Dependencies
Collection of command executors to start running once the db is started
Delegator(GraphDatabaseBuilder) - Constructor for class org.neo4j.graphdb.factory.GraphDatabaseBuilder.Delegator
Deprecated.
 
delete() - Method in interface org.neo4j.graphdb.index.Index
Deprecated.
delete() - Method in interface org.neo4j.graphdb.Node
Deletes this node if it has no relationships attached to it.
delete() - Method in interface org.neo4j.graphdb.Relationship
Deletes this relationship.
deleteAllNodeProperties(long) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
deleteAllRelationshipProperties(long) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
deletedNodes() - Method in interface org.neo4j.graphdb.event.TransactionData
Get the nodes that were deleted during the transaction.
deletedRelationships() - Method in interface org.neo4j.graphdb.event.TransactionData
Get the relationships that were deleted during the transaction.
deleteFromNodeIndex(String, String, String, long) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
deleteFromNodeIndexNoKeyValue(String, long) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
deleteFromNodeIndexNoValue(String, String, long) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
deleteFromRelationshipIndex(String, String, String, long) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
deleteFromRelationshipIndex(String, long) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
deleteFromRelationshipIndexNoValue(String, String, long) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
deleteNode(long) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
deleteNode(long) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
deleteNodeIndex(String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
deleteNodeProperty(long, String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
deleteRelationship(long) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
deleteRelationship(long) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
deleteRelationshipIndex(String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
deleteRelationshipProperty(long, String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
dense_node_threshold - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
dependencies - Variable in class org.neo4j.graphdb.factory.module.PlatformModule
 
DependencyResolver - Interface in org.neo4j.graphdb
Find a dependency given a type.
DependencyResolver.Adapter - Class in org.neo4j.graphdb
Deprecated.
in next major version default selection strategy will be changed to more strict DependencyResolver.SelectionStrategy.ONLY
DependencyResolver.SelectionStrategy - Interface in org.neo4j.graphdb
Responsible for making the choice between available candidates.
deprecated() - Method in class org.neo4j.graphdb.config.BaseSetting
Deprecated.
 
deprecated() - Method in interface org.neo4j.graphdb.config.SettingGroup
Deprecated.
 
deprecated() - Method in enum org.neo4j.graphdb.factory.GraphDatabaseSettings.SchemaIndex
 
depthFirst() - Method in interface org.neo4j.graphdb.traversal.TraversalDescription
A convenience method for TraversalDescription.order(BranchOrderingPolicy) where a "preorder depth first" selector is used.
deriveSocketAddress(String, String, String, int, BiFunction<String, Integer, T>) - Static method in class org.neo4j.helpers.SocketAddressParser
 
describe(String, Class<?>, String) - Method in class org.neo4j.server.plugins.DefaultPluginManager
Deprecated.
describe(String, Class<?>, String) - Method in class org.neo4j.server.plugins.DisabledPluginManager
Deprecated.
describe(String, Class<?>, String) - Method in interface org.neo4j.server.plugins.PluginInvocator
Deprecated.
describeAll(String) - Method in class org.neo4j.server.plugins.DefaultPluginManager
Deprecated.
describeAll(String) - Method in class org.neo4j.server.plugins.DisabledPluginManager
Deprecated.
describeAll(String) - Method in interface org.neo4j.server.plugins.PluginInvocator
Deprecated.
describeListParameter(String, Class<?>, boolean, String) - Method in interface org.neo4j.server.plugins.ParameterDescriptionConsumer
Deprecated.
describeListParameter(String, Class<?>, boolean, String) - Method in class org.neo4j.server.rest.repr.ExtensionPointRepresentation
 
describeParameter(String, Class<?>, boolean, String) - Method in interface org.neo4j.server.plugins.ParameterDescriptionConsumer
Deprecated.
describeParameter(String, Class<?>, boolean, String) - Method in class org.neo4j.server.rest.repr.ExtensionPointRepresentation
 
description() - Method in class org.neo4j.graphdb.config.BaseSetting
Deprecated.
 
description() - Method in interface org.neo4j.graphdb.config.SettingGroup
Deprecated.
 
Description - Annotation Type in org.neo4j.graphdb.factory
Deprecated.
description() - Method in class org.neo4j.graphdb.index.fulltext.AnalyzerProvider
 
Description - Annotation Type in org.neo4j.jmx
Deprecated.
Description - Annotation Type in org.neo4j.procedure
A procedure can optionally be annotated with a @Description("a description").
Description - Annotation Type in org.neo4j.server.plugins
Deprecated.
Server plugins are deprecated for removal in the next major release. Please use unmanaged extensions instead.
description() - Method in class org.neo4j.server.rest.repr.ExtensionPointRepresentation
 
descriptorForIdAndProperties(boolean, boolean, String...) - Static method in class org.neo4j.graphdb.traversal.Paths
Create a new Paths.PathDescriptor that prints values of listed property keys and id of nodes and relationships if configured so.
destroy() - Method in class org.neo4j.server.rest.web.CollectUserAgentFilter
 
destroy() - Method in class org.neo4j.server.rest.web.CorsFilter
 
Diagnostics - Interface in org.neo4j.management
Deprecated.
diagnosticsManager - Variable in class org.neo4j.graphdb.factory.module.PlatformModule
 
dijkstra(PathExpander, CostEvaluator<Double>) - Static method in class org.neo4j.graphalgo.GraphAlgoFactory
Returns a PathFinder which uses the Dijkstra algorithm to find the cheapest path between two nodes.
dijkstra(PathExpander, String) - Static method in class org.neo4j.graphalgo.GraphAlgoFactory
dijkstra(PathExpander, String, int) - Static method in class org.neo4j.graphalgo.GraphAlgoFactory
See GraphAlgoFactory.dijkstra(PathExpander, CostEvaluator) for documentation Instead of finding all shortest paths with equal cost, find the top numberOfWantedPaths paths.
dijkstra(PathExpander, CostEvaluator<Double>, int) - Static method in class org.neo4j.graphalgo.GraphAlgoFactory
See GraphAlgoFactory.dijkstra(PathExpander, CostEvaluator) for documentation Instead of finding all shortest paths with equal cost, find the top numberOfWantedPaths paths.
dijkstra(PathExpander, InitialBranchState, CostEvaluator<Double>) - Static method in class org.neo4j.graphalgo.GraphAlgoFactory
Deprecated.
Dijkstra should not be used with state on PathExpander See GraphAlgoFactory.dijkstra(PathExpander, CostEvaluator). See GraphAlgoFactory.dijkstra(PathExpander, CostEvaluator) for documentation. Uses a cost evaluator which uses the supplied property key to represent the cost (values of type double).
dijkstra(PathExpander, InitialBranchState, String) - Static method in class org.neo4j.graphalgo.GraphAlgoFactory
Deprecated.
Dijkstra should not be used with state on PathExpander See GraphAlgoFactory.dijkstra(PathExpander, CostEvaluator). See GraphAlgoFactory.dijkstra(PathExpander, CostEvaluator) for documentation. Uses a cost evaluator which uses the supplied property key to represent the cost (values of type double).
Direction - Enum in org.neo4j.graphdb
Defines relationship directions used when getting relationships from a node or when creating traversers.
directions() - Method in class org.neo4j.server.rest.repr.PathRepresentation
 
DisabledPluginManager - Class in org.neo4j.server.plugins
Deprecated.
Server plugins are deprecated for removal in the next major release. Please use unmanaged extensions instead.
disconnected - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
Deprecated.
This setting is deprecated and will be removed in 4.0. Please use connector configuration Connector.enabled instead.
DiscoveryRepresentation - Class in org.neo4j.server.rest.repr
 
DiscoveryRepresentation(DiscoverableURIs) - Constructor for class org.neo4j.server.rest.repr.DiscoveryRepresentation
 
dispatch(Object, K) - Method in class org.neo4j.server.helpers.PropertyTypeDispatcher
 
DO_NOTHING - Static variable in interface org.neo4j.server.rest.repr.RepresentationWriteHandler
 
documentedDefaultValue() - Method in class org.neo4j.graphdb.config.BaseSetting
Deprecated.
 
documentedDefaultValue() - Method in interface org.neo4j.graphdb.config.SettingGroup
Deprecated.
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.neo4j.server.rest.web.CollectUserAgentFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.neo4j.server.rest.web.CorsFilter
 
DONE - Static variable in class org.neo4j.graphdb.index.IndexPopulationProgress
 
DOUBLE - Static variable in class org.neo4j.server.rest.repr.Representation
 
DOUBLE - Static variable in class org.neo4j.server.rest.repr.RepresentationType
 
DOUBLE_LIST - Static variable in class org.neo4j.server.rest.repr.Representation
 
DOUBLE_ZERO - Static variable in interface org.neo4j.graphdb.traversal.InitialBranchState
 
doubleCostEvaluator(String) - Static method in class org.neo4j.graphalgo.CommonEvaluators
 
doubleCostEvaluator(String, double) - Static method in class org.neo4j.graphalgo.CommonEvaluators
 
drop() - Method in interface org.neo4j.graphdb.schema.ConstraintDefinition
Drops this constraint.
drop() - Method in interface org.neo4j.graphdb.schema.IndexDefinition
Drops this index.
dropNodePropertyExistenceConstraint(String, Iterable<String>) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
dropNodePropertyExistenceConstraint(String, RestfulGraphDatabase.AmpersandSeparatedCollection) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
dropPropertyUniquenessConstraint(String, Iterable<String>) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
dropPropertyUniquenessConstraint(String, RestfulGraphDatabase.AmpersandSeparatedCollection) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
dropRelationshipPropertyExistenceConstraint(String, Iterable<String>) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
dropRelationshipPropertyExistenceConstraint(String, RestfulGraphDatabase.AmpersandSeparatedCollection) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
dropSchemaIndex(String, String) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
dropSchemaIndex(String, RestfulGraphDatabase.AmpersandSeparatedCollection) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
dump_configuration - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
dumpAll() - Method in interface org.neo4j.management.Diagnostics
Deprecated.
 
dumpToLog() - Method in interface org.neo4j.management.Diagnostics
Deprecated.
 
dumpToLog(String) - Method in interface org.neo4j.management.Diagnostics
Deprecated.
 
DuplicatingLog - Class in org.neo4j.logging
A Log implementation that duplicates all messages to other Log instances
DuplicatingLog(Log...) - Constructor for class org.neo4j.logging.DuplicatingLog
 
DuplicatingLog(List<Log>) - Constructor for class org.neo4j.logging.DuplicatingLog
 
DuplicatingLogProvider - Class in org.neo4j.logging
A LogProvider implementation that duplicates all messages to other LogProvider instances
DuplicatingLogProvider(LogProvider...) - Constructor for class org.neo4j.logging.DuplicatingLogProvider
 
duration(long) - Static method in class org.neo4j.helpers.Format
Deprecated.
 
duration(long, TimeUnit, TimeUnit) - Static method in class org.neo4j.helpers.Format
Deprecated.
 
dynamic() - Method in class org.neo4j.graphdb.config.BaseSetting
Deprecated.
Checks whether this setting is dynamic or not.
dynamic() - Method in interface org.neo4j.graphdb.config.SettingGroup
Deprecated.
 
DynamicLabel - Class in org.neo4j.graphdb
Deprecated.
DynamicRelationshipType - Class in org.neo4j.graphdb
Deprecated.

E

eagerStartBranches() - Method in interface org.neo4j.graphdb.traversal.UniquenessFactory
Specifies if the UniquenessFilter must handle start branches eagerly.
EditionLocksFactories - Class in org.neo4j.graphdb.factory
 
EditionLocksFactories() - Constructor for class org.neo4j.graphdb.factory.EditionLocksFactories
 
editionName - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
elementCleaned(E) - Method in class org.neo4j.helpers.collection.LruCache
 
EmbeddedGraphDatabase - Class in org.neo4j.graphdb.facade.embedded
An implementation of GraphDatabaseService that is used to embed Neo4j in an application.
EmbeddedGraphDatabase(File, Map<String, String>, GraphDatabaseFacadeFactory.Dependencies) - Constructor for class org.neo4j.graphdb.facade.embedded.EmbeddedGraphDatabase
Internal constructor used by GraphDatabaseFactory
EMPTY - Static variable in interface org.neo4j.graphdb.config.Configuration
Deprecated.
Empty configuration without any settings.
empty - Static variable in class org.neo4j.graphdb.InputPosition
The empty position
empty() - Static method in class org.neo4j.graphdb.PathExpanderBuilder
A PathExpanderBuilder that follows no relationships.
EMPTY - Static variable in interface org.neo4j.graphdb.Resource
Empty resource that doesn't close anything.
empty() - Static method in class org.neo4j.helpers.collection.Iterables
 
empty() - Static method in class org.neo4j.helpers.collection.Pair
 
emptyOrderedByType() - Static method in class org.neo4j.graphdb.PathExpanderBuilder
A PathExpanderBuilder that follows no relationships.
emptyRepresentation() - Static method in class org.neo4j.server.rest.repr.Representation
 
emptyResourceIterable() - Static method in class org.neo4j.helpers.collection.Iterables
 
emptyResourceIterator() - Static method in class org.neo4j.helpers.collection.Iterators
 
enable_morsel_runtime_trace - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
enable_native_schema_index - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
Deprecated.
enabled - Variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings.Connector
Deprecated.
 
encodeURL(String) - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
encryption_level - Variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings.BoltConnector
Deprecated.
 
endNode() - Method in interface org.neo4j.graphdb.Path
Returns the end node of this path.
endNode() - Method in class org.neo4j.server.rest.repr.PathRepresentation
 
endNodeIs(Evaluation, Evaluation, Node...) - Static method in class org.neo4j.graphdb.traversal.Evaluators
An Evaluator which will return evaluationIfMatch if Path.endNode() for a given path is any of nodes, else evaluationIfNoMatch.
endNodeIsAtDepth(int, Node...) - Static method in class org.neo4j.graphdb.traversal.Evaluators
Returns Evaluators for paths with the specified depth and with an end node from the list of possibleEndNodes.
endNodeProperty(String) - Static method in class org.neo4j.graphdb.traversal.Sorting
Sorts Paths by the property value of each path's end node.
endNodeRelationshipCount(PathExpander) - Static method in class org.neo4j.graphdb.traversal.Sorting
Sorts Paths by the relationship count returned for its end node by the supplied expander.
endNodeUri() - Method in class org.neo4j.server.rest.repr.RelationshipRepresentation
 
endNodeUri() - Method in class org.neo4j.server.rest.repr.ScoredRelationshipRepresentation
 
endSide(TraversalDescription) - Method in interface org.neo4j.graphdb.traversal.BidirectionalTraversalDescription
Sets the end side TraversalDescription of this bidirectional traversal.
engineProviders - Variable in class org.neo4j.graphdb.factory.module.PlatformModule
 
EnterpriseGraphDatabaseFactory - Class in org.neo4j.graphdb.factory
Factory for Neo4j database instances with Enterprise Edition features.
EnterpriseGraphDatabaseFactory() - Constructor for class org.neo4j.graphdb.factory.EnterpriseGraphDatabaseFactory
 
Entity - Interface in org.neo4j.graphdb
An Entity is a PropertyContainer that is persisted in the database, and identified by an id.
entity() - Method in interface org.neo4j.graphdb.event.PropertyEntry
Get the entity that this property was modified on.
entity() - Method in class org.neo4j.graphdb.index.UniqueFactory.UniqueEntity
Deprecated.
EntityRepresentation - Interface in org.neo4j.server.rest.repr
 
entriesToMap() - Static method in class org.neo4j.helpers.collection.CollectorsUtil
 
entry(K, V) - Static method in class org.neo4j.helpers.collection.MapUtil
 
entry(K, V) - Method in class org.neo4j.helpers.collection.MapUtil.MapBuilder
 
Entry(String, Throwable) - Constructor for class org.neo4j.helpers.ProcessFailureException.Entry
Deprecated.
 
entrySet() - Method in class org.neo4j.helpers.collection.MultiSet
 
ephemeral - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
equals(Object) - Method in class org.neo4j.graphdb.DynamicLabel
Deprecated.
 
equals(Object) - Method in class org.neo4j.graphdb.DynamicRelationshipType
Deprecated.
Implements the identity-based equals defined by java.lang.Object.
equals(Object) - Method in class org.neo4j.graphdb.InputPosition
 
equals(Object) - Method in class org.neo4j.graphdb.spatial.Coordinate
 
equals(Object, Object) - Static method in class org.neo4j.helpers.ArrayUtil
Deprecated.
equals(Object, Object, ArrayUtil.ArrayEquality) - Static method in class org.neo4j.helpers.ArrayUtil
Deprecated.
equals(Object) - Method in class org.neo4j.helpers.collection.MultiSet
 
equals(Object) - Method in class org.neo4j.helpers.collection.Pair
 
equals(Object) - Method in class org.neo4j.helpers.HostnamePort
 
equals(Object) - Method in class org.neo4j.helpers.Reference
Deprecated.
 
equals(Object) - Method in class org.neo4j.helpers.Service
 
equals(Object) - Method in class org.neo4j.helpers.SocketAddress
 
equals(Object) - Method in class org.neo4j.server.rest.repr.RepresentationType
 
error(String) - Method in class org.neo4j.logging.AbstractLog
 
error(String, Throwable) - Method in class org.neo4j.logging.AbstractLog
 
error(String, Object...) - Method in class org.neo4j.logging.AbstractLog
 
error(String) - Method in interface org.neo4j.logging.Log
Shorthand for errorLogger().log( message )
error(String, Throwable) - Method in interface org.neo4j.logging.Log
Shorthand for errorLogger().log( message, throwable )
error(String, Object...) - Method in interface org.neo4j.logging.Log
Shorthand for errorLogger().log( format, arguments )
error(String) - Method in class org.neo4j.logging.NullLog
 
error(String, Throwable) - Method in class org.neo4j.logging.NullLog
 
error(String, Object...) - Method in class org.neo4j.logging.NullLog
 
errorLogger() - Method in class org.neo4j.logging.BufferingLog
 
errorLogger() - Method in class org.neo4j.logging.DuplicatingLog
 
errorLogger() - Method in class org.neo4j.logging.FormattedLog
 
errorLogger() - Method in interface org.neo4j.logging.Log
 
errorLogger() - Method in class org.neo4j.logging.NullLog
 
errorLogger() - Method in class org.neo4j.logging.slf4j.Slf4jLog
 
ErrorState - Enum in org.neo4j.graphdb.event
An object that describes a state from which a Neo4j Graph Database cannot continue.
escape(String) - Static method in class org.neo4j.helpers.Strings
Deprecated.
escape(Appendable, String) - Static method in class org.neo4j.helpers.Strings
Deprecated.
EstimateEvaluator<T> - Interface in org.neo4j.graphalgo
Evaluator used to estimate the weight of the remaining path from one node to another.
evaluate(TraversalBranch, Direction) - Method in interface org.neo4j.graphdb.traversal.BranchCollisionDetector
Evaluate the given branch coming from either the start side or the end side.
evaluate(Path, BranchState<STATE>) - Method in class org.neo4j.graphdb.traversal.Evaluator.AsPathEvaluator
 
evaluate(Path) - Method in class org.neo4j.graphdb.traversal.Evaluator.AsPathEvaluator
 
evaluate(Path) - Method in interface org.neo4j.graphdb.traversal.Evaluator
Evaluates a Path and returns an Evaluation containing information about whether or not to include it in the traversal result, i.e return it from the Traverser.
evaluate(Path) - Method in class org.neo4j.graphdb.traversal.PathEvaluator.Adapter
 
evaluate(Path, BranchState<STATE>) - Method in interface org.neo4j.graphdb.traversal.PathEvaluator
Evaluates a Path and returns an Evaluation containing information about whether or not to include it in the traversal result, i.e return it from the Traverser.
evaluate(TraversalBranch, BranchState<STATE>) - Method in interface org.neo4j.graphdb.traversal.TraversalContext
Evaluates a TraversalBranch whether or not to include it in the result and whether or not to continue further down this branch or not.
Evaluation - Enum in org.neo4j.graphdb.traversal
evaluation(Evaluation) - Method in interface org.neo4j.graphdb.traversal.TraversalBranch
Can change evaluation outcome in a negative direction.
Evaluator - Interface in org.neo4j.graphdb.traversal
An Evaluator controls what's to be returned from a traversal and also how pruning is done.
evaluator(Evaluator) - Method in interface org.neo4j.graphdb.traversal.TraversalDescription
Adds evaluator to the list of evaluators which will control the behavior of the traversal.
evaluator(PathEvaluator) - Method in interface org.neo4j.graphdb.traversal.TraversalDescription
Adds evaluator to the list of evaluators which will control the behavior of the traversal.
Evaluator.AsPathEvaluator<STATE> - Class in org.neo4j.graphdb.traversal
Exposes an Evaluator as a PathEvaluator.
Evaluators - Class in org.neo4j.graphdb.traversal
Common Evaluators useful during common traversals.
Evaluators() - Constructor for class org.neo4j.graphdb.traversal.Evaluators
 
eventHandlers - Variable in class org.neo4j.graphdb.factory.module.PlatformModule
 
EXCEPTION - Static variable in class org.neo4j.server.rest.repr.Representation
 
EXCEPTION - Static variable in class org.neo4j.server.rest.repr.RepresentationType
 
ExceptionHandlingIterable<T> - Class in org.neo4j.helpers.collection
allows to catch, analyze and react on exceptions that are thrown by the delegate iterable useful for exception conversion on iterator methods Uses sun.misc.Unsafe internally to rethrow original exceptions !
ExceptionHandlingIterable(Iterable<T>) - Constructor for class org.neo4j.helpers.collection.ExceptionHandlingIterable
 
ExceptionRepresentation - Class in org.neo4j.server.rest.repr
 
ExceptionRepresentation(Throwable) - Constructor for class org.neo4j.server.rest.repr.ExceptionRepresentation
 
ExceptionRepresentation(Throwable, boolean) - Constructor for class org.neo4j.server.rest.repr.ExceptionRepresentation
 
ExceptionRepresentation(Neo4jError...) - Constructor for class org.neo4j.server.rest.repr.ExceptionRepresentation
 
Exceptions - Class in org.neo4j.helpers
Deprecated.
This class will be removed from public API in 4.0.
excludeStartPosition() - Static method in class org.neo4j.graphdb.traversal.Evaluators
 
execute(String) - Method in interface org.neo4j.graphdb.GraphDatabaseService
Executes a query and returns an iterable that contains the result set.
execute(String, long, TimeUnit) - Method in interface org.neo4j.graphdb.GraphDatabaseService
Executes a query and returns an iterable that contains the result set.
execute(String, Map<String, Object>) - Method in interface org.neo4j.graphdb.GraphDatabaseService
Executes a query and returns an iterable that contains the result set.
execute(String, Map<String, Object>, long, TimeUnit) - Method in interface org.neo4j.graphdb.GraphDatabaseService
Executes a query and returns an iterable that contains the result set.
execute(Consumer<Transaction>) - Method in class org.neo4j.helpers.TransactionTemplate
Executes a transaction with retry logic.
execute(Function<Transaction, T>) - Method in class org.neo4j.helpers.TransactionTemplate
Executes a transaction with retry logic returning a result.
executeQuery(String, MapValue, TransactionalContext) - Method in class org.neo4j.graphdb.facade.spi.ClassicCoreSPI
 
executeQuery(String, MapValue, TransactionalContext) - Method in class org.neo4j.graphdb.facade.spi.ProcedureGDBFacadeSPI
 
executeStatements(long, InputStream, UriInfo, HttpServletRequest) - Method in class org.neo4j.server.rest.web.TransactionalService
 
executeStatementsInNewTransaction(InputStream, UriInfo, HttpServletRequest) - Method in class org.neo4j.server.rest.web.TransactionalService
 
execution_guard_enabled - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
Deprecated.
executionEngines() - Method in class org.neo4j.graphdb.facade.GraphDatabaseDependencies
 
executionEngines() - Method in interface org.neo4j.graphdb.facade.GraphDatabaseFacadeFactory.Dependencies
 
ExecutionPlanDescription - Interface in org.neo4j.graphdb
Instances describe single execution steps in a Cypher query execution plan Execution plans form a tree of execution steps.
ExecutionPlanDescription.ProfilerStatistics - Interface in org.neo4j.graphdb
Instances describe statistics from the profiler of a particular step in the execution plan.
existsForNodes(String) - Method in interface org.neo4j.graphdb.index.IndexManager
Deprecated.
existsForRelationships(String) - Method in interface org.neo4j.graphdb.index.IndexManager
Deprecated.
expand(Path, BranchState<STATE>) - Method in interface org.neo4j.graphdb.PathExpander
Returns relationships for a Path, most commonly from the Path.endNode().
expand(PathExpander<?>) - Method in interface org.neo4j.graphdb.traversal.TraversalDescription
Sets the PathExpander as the expander of relationships, discarding all previous calls to TraversalDescription.relationships(RelationshipType) and TraversalDescription.relationships(RelationshipType, Direction) or any other expand method.
expand(PathExpander<STATE>, InitialBranchState<STATE>) - Method in interface org.neo4j.graphdb.traversal.TraversalDescription
Sets the PathExpander as the expander of relationships, discarding all previous calls to TraversalDescription.relationships(RelationshipType) and TraversalDescription.relationships(RelationshipType, Direction) or any other expand method.
expanded() - Method in interface org.neo4j.graphdb.traversal.TraversalBranch
Returns the number of relationships this expansion source has expanded.
explained(QueryExecutionType.QueryType) - Static method in class org.neo4j.graphdb.QueryExecutionType
Get the QueryExecutionType that signifies explaining the plan of a query of the supplied type.
export(PrintWriter) - Method in class org.neo4j.cypher.export.SubGraphExporter
 
export(PrintWriter, String, String) - Method in class org.neo4j.cypher.export.SubGraphExporter
 
extendedEntity() - Method in class org.neo4j.server.rest.repr.ExtensionPointRepresentation
 
EXTENSION - Static variable in class org.neo4j.server.rest.repr.Representation
 
ExtensionInjector - Interface in org.neo4j.server.rest.repr
 
extensionNames() - Method in class org.neo4j.server.plugins.DefaultPluginManager
Deprecated.
extensionNames() - Method in class org.neo4j.server.plugins.DisabledPluginManager
Deprecated.
extensionNames() - Method in interface org.neo4j.server.plugins.PluginInvocator
Deprecated.
ExtensionPointRepresentation - Class in org.neo4j.server.rest.repr
 
ExtensionPointRepresentation(String, Class<?>, String) - Constructor for class org.neo4j.server.rest.repr.ExtensionPointRepresentation
 
EXTENSIONS_MAP - Static variable in class org.neo4j.server.rest.repr.Representation
 
ExtensionService - Class in org.neo4j.server.rest.web
 
ExtensionService(InputFormat, OutputFormat, PluginInvocator, Database) - Constructor for class org.neo4j.server.rest.web.ExtensionService
 
extract(String) - Method in interface org.neo4j.management.Diagnostics
Deprecated.
 

F

fail_on_corrupted_log_files - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
failed(Throwable) - Method in class org.neo4j.helpers.TransactionTemplate.Monitor.Adapter
 
failed(Throwable) - Method in interface org.neo4j.helpers.TransactionTemplate.Monitor
Called when the whole retry logic fails.
failure() - Method in interface org.neo4j.graphdb.Transaction
Marks this transaction as failed, which means that it will unconditionally be rolled back when Transaction.close() is called.
failure(Throwable) - Method in class org.neo4j.helpers.TransactionTemplate.Monitor.Adapter
 
failure(Throwable) - Method in interface org.neo4j.helpers.TransactionTemplate.Monitor
Called when an exception occur from the transactions.
failure() - Method in interface org.neo4j.procedure.ProcedureTransaction
Marks this transaction as failed, which means that it will unconditionally be rolled back when Transaction.close() is called.
fileSystem - Variable in class org.neo4j.graphdb.factory.module.PlatformModule
 
fileSystem() - Method in interface org.neo4j.index.lucene.LuceneKernelExtensionFactory.Dependencies
Deprecated.
 
fileSystemAbstraction() - Method in interface org.neo4j.backup.OnlineBackupExtensionFactory.Dependencies
Deprecated.
 
filewatcher_enabled - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
filter(Predicate<? super X>, Iterable<X>) - Static method in class org.neo4j.helpers.collection.Iterables
 
filter(Predicate<? super X>, Iterator<X>) - Static method in class org.neo4j.helpers.collection.Iterators
 
FilteringIterable<T> - Class in org.neo4j.helpers.collection
An iterable which filters another iterable, only letting items with certain criteria pass through.
FilteringIterable(Iterable<T>, Predicate<T>) - Constructor for class org.neo4j.helpers.collection.FilteringIterable
 
FilteringIterator<T> - Class in org.neo4j.helpers.collection
An iterator which filters another iterator, only letting items with certain criteria pass through.
FilteringIterator(Iterator<T>, Predicate<T>) - Constructor for class org.neo4j.helpers.collection.FilteringIterator
 
findAllPaths(Node, Node) - Method in interface org.neo4j.graphalgo.PathFinder
Tries to find all paths between start and end nodes.
findCauseOrSuppressed(Throwable, Predicate<Throwable>) - Static method in class org.neo4j.helpers.Exceptions
Deprecated.
Searches the entire exception hierarchy of causes and suppressed exceptions against the given predicate.
findNode(Label, String, Object) - Method in interface org.neo4j.graphdb.GraphDatabaseService
Equivalent to GraphDatabaseService.findNodes(Label, String, Object), however it must find no more than one node or it will throw an exception.
findNodes(Label, String, Object) - Method in interface org.neo4j.graphdb.GraphDatabaseService
Returns all nodes having the label, and the wanted property value.
findNodes(Label, String, Object, String, Object) - Method in interface org.neo4j.graphdb.GraphDatabaseService
Returns all nodes having the label, and the wanted property values.
findNodes(Label, String, Object, String, Object, String, Object) - Method in interface org.neo4j.graphdb.GraphDatabaseService
Returns all nodes having the label, and the wanted property values.
findNodes(Label, Map<String, Object>) - Method in interface org.neo4j.graphdb.GraphDatabaseService
Returns all nodes having the label, and the wanted property values.
findNodes(Label, String, String, StringSearchMode) - Method in interface org.neo4j.graphdb.GraphDatabaseService
Returns all nodes having a given label, and a property value of type String or Character matching the given value template and search mode.
findNodes(Label) - Method in interface org.neo4j.graphdb.GraphDatabaseService
Returns all nodes with a specific label.
findPaths(long, long, Map<String, Object>) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
findSinglePath(Node, Node) - Method in interface org.neo4j.graphalgo.PathFinder
Tries to find a single path between start and end nodes.
findSinglePath(long, long, Map<String, Object>) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
FIRST - Static variable in interface org.neo4j.graphdb.DependencyResolver.SelectionStrategy
 
first(Iterable<T>) - Static method in class org.neo4j.helpers.collection.Iterables
Returns the given iterable's first element.
first(Iterator<T>) - Static method in class org.neo4j.helpers.collection.Iterators
Returns the given iterator's first element.
first() - Method in class org.neo4j.helpers.collection.Pair
 
FirstItemIterable<T> - Class in org.neo4j.helpers.collection
Wraps the given iterator but keeps the first item to allow later access to it, like CachingIterator but with less memory overhead.
FirstItemIterable(Iterable<T>) - Constructor for class org.neo4j.helpers.collection.FirstItemIterable
 
FirstItemIterable(Iterator<T>) - Constructor for class org.neo4j.helpers.collection.FirstItemIterable
 
firstOrNull(Iterable<T>) - Static method in class org.neo4j.helpers.collection.Iterables
Returns the given iterable's first element or null if no element found.
firstOrNull(Iterator<T>) - Static method in class org.neo4j.helpers.collection.Iterators
Returns the given iterator's first element or null if no element found.
flatMap(Function<? super FROM, ? extends Iterable<TO>>, Iterable<FROM>) - Static method in class org.neo4j.helpers.collection.Iterables
 
flatMap(Function<? super FROM, ? extends Iterator<TO>>, Iterator<FROM>) - Static method in class org.neo4j.helpers.collection.Iterators
 
flatten(I...) - Static method in class org.neo4j.helpers.collection.Iterables
 
flattenIterable(I) - Static method in class org.neo4j.helpers.collection.Iterables
 
FLOAT - Static variable in class org.neo4j.server.rest.repr.Representation
 
FLOAT - Static variable in class org.neo4j.server.rest.repr.RepresentationType
 
FLOAT_LIST - Static variable in class org.neo4j.server.rest.repr.Representation
 
flush() - Method in interface org.neo4j.unsafe.batchinsert.BatchInserterIndex
Deprecated.
flushBuffer() - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
forbid_exhaustive_shortestpath - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
forbid_shortestpath_common_nodes - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
forced_kernel_id - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
forConstantDirectionWithTypes(RelationshipType...) - Static method in class org.neo4j.graphdb.PathExpanders
An expander forcing constant relationship direction
forDirection(Direction) - Static method in class org.neo4j.graphdb.PathExpanders
A very permissive PathExpander that follows any type in direction.
Format - Class in org.neo4j.helpers
Deprecated.
format(SocketAddress) - Static method in class org.neo4j.helpers.SocketAddress
 
format(String, int) - Static method in class org.neo4j.helpers.SocketAddress
 
FormattedLog - Class in org.neo4j.logging
A Log implementation that applies a simple formatting to each log message.
FormattedLog.Builder - Class in org.neo4j.logging
A Builder for a FormattedLog
FormattedLogProvider - Class in org.neo4j.logging
A LogProvider implementation that applies a simple formatting to each log message.
FormattedLogProvider.Builder - Class in org.neo4j.logging
A Builder for a FormattedLogProvider
forNodes(String) - Method in interface org.neo4j.graphdb.index.IndexManager
Deprecated.
forNodes(String, Map<String, String>) - Method in interface org.neo4j.graphdb.index.IndexManager
Deprecated.
forRelationships(String) - Method in interface org.neo4j.graphdb.index.IndexManager
Deprecated.
forRelationships(String, Map<String, String>) - Method in interface org.neo4j.graphdb.index.IndexManager
Deprecated.
forType(RelationshipType) - Static method in class org.neo4j.graphdb.PathExpanders
A very permissive PathExpander that follows type relationships in any direction.
forType() - Method in class org.neo4j.server.plugins.PluginPoint
Deprecated.
forTypeAndDirection(RelationshipType, Direction) - Static method in class org.neo4j.graphdb.PathExpanders
A very restricted PathExpander that follows type in direction.
forTypesAndDirections(RelationshipType, Direction, RelationshipType, Direction, Object...) - Static method in class org.neo4j.graphdb.PathExpanders
A very restricted PathExpander that follows only the type/direction pairs that you list.
from(String, int) - Static method in class org.neo4j.backup.OnlineBackup
Factory method for this class.
from(String) - Static method in class org.neo4j.backup.OnlineBackup
Factory method for this class.
from(Result, GraphDatabaseService, boolean) - Static method in class org.neo4j.cypher.export.CypherResultSubGraph
 
from(GraphDatabaseService) - Static method in class org.neo4j.cypher.export.DatabaseSubGraph
 
from(Configuration) - Method in interface org.neo4j.graphdb.config.Setting
Deprecated.
from(HttpServletRequest) - Static method in class org.neo4j.server.rest.web.InternalJettyServletRequest.RequestData
 
fromDepth(int) - Static method in class org.neo4j.graphdb.traversal.Evaluators
Returns an Evaluator which only includes positions from depth and deeper and never prunes anything.
fromEnd(Iterable<T>, int) - Static method in class org.neo4j.helpers.collection.Iterables
Returns the iterator's n:th item from the end of the iteration.
fromEnd(Iterator<T>, int) - Static method in class org.neo4j.helpers.collection.Iterators
Returns the iterator's n:th item from the end of the iteration.
fromEndOrNull(Iterator<T>, int) - Static method in class org.neo4j.helpers.collection.Iterators
Returns the iterator's n:th item from the end of the iteration.
full(String) - Method in class org.neo4j.backup.OnlineBackup
full(String, boolean) - Method in class org.neo4j.backup.OnlineBackup
full(String, boolean, Config) - Method in class org.neo4j.backup.OnlineBackup
FULL_PATH - Static variable in class org.neo4j.server.rest.repr.RepresentationType
 
fullBackup(StoreWriter, boolean) - Method in interface org.neo4j.backup.TheBackupInterface
Deprecated.
 
FullPath - Class in org.neo4j.server.rest.repr
 
FullPath(Path) - Constructor for class org.neo4j.server.rest.repr.FullPath
 
future(Callable<T>) - Static method in class org.neo4j.helpers.FutureAdapter
Deprecated.
FutureAdapter<V> - Class in org.neo4j.helpers
Deprecated.
FutureAdapter() - Constructor for class org.neo4j.helpers.FutureAdapter
Deprecated.
 
FutureAdapter.Present<V> - Class in org.neo4j.helpers
Deprecated.

G

gatheringForensics(boolean) - Method in class org.neo4j.backup.OnlineBackup
 
genericMap(Object...) - Static method in class org.neo4j.helpers.collection.MapUtil
A short-hand method for creating a Map of key/value pairs.
genericMap(Map<K, V>, Object...) - Static method in class org.neo4j.helpers.collection.MapUtil
A short-hand method for adding key/value pairs into a Map.
geoEstimateEvaluator(String, String) - Static method in class org.neo4j.graphalgo.CommonEvaluators
 
Geometry - Interface in org.neo4j.graphdb.spatial
A geometry is defined by a list of coordinates and a coordinate reference system.
get(Setting<T>) - Method in interface org.neo4j.graphdb.config.Configuration
Deprecated.
Retrieve the value of a configuration Setting.
get(String, Object) - Method in interface org.neo4j.graphdb.index.ReadableIndex
Deprecated.
get(String, Object, Node, Node) - Method in interface org.neo4j.graphdb.index.ReadableRelationshipIndex
Deprecated.
get(String) - Method in interface org.neo4j.graphdb.Result.ResultRow
 
get(String) - Method in class org.neo4j.helpers.Args
Deprecated.
get(String, String) - Method in class org.neo4j.helpers.Args
Deprecated.
get(String, String, String) - Method in class org.neo4j.helpers.Args
Deprecated.
get(K) - Method in class org.neo4j.helpers.collection.LruCache
 
get() - Method in class org.neo4j.helpers.FutureAdapter.Present
Deprecated.
 
get(long, TimeUnit) - Method in class org.neo4j.helpers.FutureAdapter.Present
Deprecated.
 
get() - Method in class org.neo4j.helpers.Reference
Deprecated.
get() - Method in class org.neo4j.logging.RotatingFileOutputStreamSupplier
 
get() - Static method in class org.neo4j.management.Neo4jManager
 
get(String) - Static method in class org.neo4j.management.Neo4jManager
 
get(JMXServiceURL) - Static method in class org.neo4j.management.Neo4jManager
 
get(JMXServiceURL, String) - Static method in class org.neo4j.management.Neo4jManager
 
get(JMXServiceURL, String, String) - Static method in class org.neo4j.management.Neo4jManager
 
get(JMXServiceURL, String, String, String) - Static method in class org.neo4j.management.Neo4jManager
 
get(MBeanServerConnection) - Static method in class org.neo4j.management.Neo4jManager
 
get(MBeanServerConnection, String) - Static method in class org.neo4j.management.Neo4jManager
 
get(String, Object) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserterIndex
Deprecated.
getAccessCapability() - Method in class org.neo4j.graphdb.factory.module.edition.AbstractEditionModule
 
getAccessCapability() - Method in interface org.neo4j.graphdb.factory.module.edition.context.DatabaseEditionContext
 
getAccessCapability() - Method in class org.neo4j.graphdb.factory.module.edition.context.DefaultEditionModuleDatabaseContext
 
getAccessCapability() - Method in class org.neo4j.graphdb.factory.module.ModularDatabaseCreationContext
 
getAll(MBeanServerConnection) - Static method in class org.neo4j.management.Neo4jManager
 
getAllArchives(FileSystemAbstraction, File) - Static method in class org.neo4j.logging.RotatingFileOutputStreamSupplier
Exposes the algorithm for collecting existing rotated log files.
getAllLabels() - Method in interface org.neo4j.graphdb.GraphDatabaseService
Returns all labels currently in the underlying store.
getAllLabels(boolean) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getAllLabels(boolean) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getAllLabelsInUse() - Method in interface org.neo4j.graphdb.GraphDatabaseService
Returns all labels currently in the underlying store.
getAllNodeProperties(long) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getAllNodeProperties(long) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getAllNodes() - Method in interface org.neo4j.graphdb.GraphDatabaseService
Returns all nodes in the graph.
getAllProperties() - Method in interface org.neo4j.graphdb.PropertyContainer
Returns all existing properties.
getAllPropertyKeys() - Method in interface org.neo4j.graphdb.GraphDatabaseService
Returns all property keys currently in the underlying store.
getAllPropertyKeys() - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getAllPropertyKeys() - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getAllRelationshipProperties(long) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getAllRelationshipProperties(long) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getAllRelationships() - Method in interface org.neo4j.graphdb.GraphDatabaseService
Returns all relationships in the graph.
getAllRelationshipTypes() - Method in interface org.neo4j.graphdb.GraphDatabaseService
Returns all relationship types currently in the underlying store.
getAllRelationshipTypesInUse() - Method in interface org.neo4j.graphdb.GraphDatabaseService
Returns all relationship types currently in the underlying store.
getArguments() - Method in interface org.neo4j.graphdb.ExecutionPlanDescription
Retrieve argument map for the associated execution step Valid arguments are all Java primitive values, Strings, Arrays of those, and Maps from Strings to valid arguments.
getArrayStoreSize() - Method in interface org.neo4j.jmx.StoreFile
Deprecated.
 
getArrayStoreSize() - Method in interface org.neo4j.jmx.StoreSize
Deprecated.
 
getAttribute(ObjectName, String) - Static method in class org.neo4j.jmx.JmxUtils
Deprecated.
 
getAuthType() - Method in class org.neo4j.server.rest.web.InternalJettyServletRequest
 
getAutoIndex() - Method in interface org.neo4j.graphdb.index.AutoIndexer
Deprecated.
getAutoIndex() - Method in interface org.neo4j.graphdb.index.RelationshipAutoIndexer
Deprecated.
getAutoIndexedNodes(String, String) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getAutoIndexedNodes(String, String, String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getAutoIndexedNodesByQuery(String) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getAutoIndexedNodesByQuery(String, String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getAutoIndexedProperties() - Method in interface org.neo4j.graphdb.index.AutoIndexer
Deprecated.
getAutoIndexedProperties(String) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getAutoIndexedProperties(String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getAutoIndexedRelationships(String, String) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getAutoIndexedRelationshipsByQuery(String) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getAutoIndexing() - Method in class org.neo4j.graphdb.factory.module.ModularDatabaseCreationContext
 
getAvailableMemory() - Method in class org.neo4j.management.WindowPoolInfo
Deprecated.
 
getBetween(Long, Long) - Method in class org.neo4j.index.lucene.LuceneTimeline
Deprecated.
getBetween(Long, Long, boolean) - Method in class org.neo4j.index.lucene.LuceneTimeline
Deprecated.
getBetween(Long, Long, boolean) - Method in interface org.neo4j.index.lucene.TimelineIndex
Deprecated.
getBetween(Long, Long) - Method in interface org.neo4j.index.lucene.TimelineIndex
Deprecated.
getBoolean(String) - Method in interface org.neo4j.graphdb.Result.ResultRow
 
getBoolean(String) - Method in class org.neo4j.helpers.Args
Deprecated.
getBoolean(String, Boolean) - Method in class org.neo4j.helpers.Args
Deprecated.
getBoolean(String, Boolean, Boolean) - Method in class org.neo4j.helpers.Args
Deprecated.
getBoolean(String) - Method in class org.neo4j.server.plugins.ParameterList
Deprecated.
getBooleanList(String) - Method in class org.neo4j.server.plugins.ParameterList
Deprecated.
getBranchedStoreBean() - Method in class org.neo4j.management.Neo4jManager
Deprecated.
high availability database/edition is deprecated in favour of causal clustering. It will be removed in next major release.
getBranchedStores() - Method in interface org.neo4j.management.BranchedStore
Deprecated.
 
getBranchedStoreSize() - Method in class org.neo4j.management.BranchedStoreInfo
Deprecated.
 
getBufferSize() - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
getByte(String) - Method in class org.neo4j.server.plugins.ParameterList
Deprecated.
getByteList(String) - Method in class org.neo4j.server.plugins.ParameterList
Deprecated.
getBytesRead() - Method in interface org.neo4j.management.PageCache
Deprecated.
 
getBytesWritten() - Method in interface org.neo4j.management.PageCache
Deprecated.
 
getCharacter(String) - Method in class org.neo4j.server.plugins.ParameterList
Deprecated.
getCharacterList(String) - Method in class org.neo4j.server.plugins.ParameterList
Deprecated.
getChildren() - Method in interface org.neo4j.graphdb.ExecutionPlanDescription
Retrieves the children of this execution step.
getClock() - Method in class org.neo4j.graphdb.factory.module.ModularDatabaseCreationContext
 
getClonedArray() - Method in class org.neo4j.server.helpers.PropertyTypeDispatcher.PropertyArray
 
getCode() - Method in interface org.neo4j.graphdb.Notification
Returns a notification code for the discovered issue.
getCode() - Method in interface org.neo4j.graphdb.spatial.CRS
The numerical code associated with the CRS
getCollectionsFactorySupplier() - Method in class org.neo4j.graphdb.factory.module.ModularDatabaseCreationContext
 
getColumn() - Method in class org.neo4j.graphdb.InputPosition
The column number referred to by the position; column numbers start at 1.
getCommitProcessFactory() - Method in interface org.neo4j.graphdb.factory.module.edition.context.DatabaseEditionContext
 
getCommitProcessFactory() - Method in class org.neo4j.graphdb.factory.module.edition.context.DefaultEditionModuleDatabaseContext
 
getCommitProcessFactory() - Method in class org.neo4j.graphdb.factory.module.edition.DefaultEditionModule
 
getCommitProcessFactory() - Method in class org.neo4j.graphdb.factory.module.ModularDatabaseCreationContext
 
getCommitTime() - Method in interface org.neo4j.graphdb.event.TransactionData
Return transaction commit time (in millis) that assigned during transaction commit process.
getCompletedCount() - Method in class org.neo4j.graphdb.index.IndexPopulationProgress
Deprecated.
since this number won't be reliable throughout a population and should therefore not be used.
getCompletedPercentage() - Method in class org.neo4j.graphdb.index.IndexPopulationProgress
 
getConfig() - Method in interface org.neo4j.backup.OnlineBackupExtensionFactory.Dependencies
Deprecated.
 
getConfig() - Method in class org.neo4j.graphdb.factory.module.ModularDatabaseCreationContext
 
getConfig() - Method in interface org.neo4j.index.lucene.LuceneKernelExtensionFactory.Dependencies
Deprecated.
 
getConfigOptions() - Method in class org.neo4j.backup.OnlineBackupSettings
Deprecated.
 
getConfiguration(Index<? extends PropertyContainer>) - Method in interface org.neo4j.graphdb.index.IndexManager
Deprecated.
getConfiguration() - Method in class org.neo4j.management.Neo4jManager
 
getConfigurationParameter(String) - Method in class org.neo4j.management.Neo4jManager
 
getConnectionTracker() - Method in class org.neo4j.graphdb.factory.module.edition.AbstractEditionModule
 
getConstraints() - Method in class org.neo4j.cypher.export.CypherResultSubGraph
 
getConstraints() - Method in class org.neo4j.cypher.export.DatabaseSubGraph
 
getConstraints() - Method in interface org.neo4j.cypher.export.SubGraph
 
getConstraints(Label) - Method in interface org.neo4j.graphdb.schema.Schema
 
getConstraints(RelationshipType) - Method in interface org.neo4j.graphdb.schema.Schema
 
getConstraints() - Method in interface org.neo4j.graphdb.schema.Schema
 
getConstraints() - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getConstraintsAdded() - Method in interface org.neo4j.graphdb.QueryStatistics
Returns the number of constraints added by this query.
getConstraintSemantics() - Method in class org.neo4j.graphdb.factory.module.edition.AbstractEditionModule
 
getConstraintSemantics() - Method in interface org.neo4j.graphdb.factory.module.edition.context.DatabaseEditionContext
 
getConstraintSemantics() - Method in class org.neo4j.graphdb.factory.module.edition.context.DefaultEditionModuleDatabaseContext
 
getConstraintSemantics() - Method in class org.neo4j.graphdb.factory.module.ModularDatabaseCreationContext
 
getConstraintsRemoved() - Method in interface org.neo4j.graphdb.QueryStatistics
Returns the number of constraints removed by this query.
getConstraintType() - Method in interface org.neo4j.graphdb.schema.ConstraintDefinition
 
getContendedLocks(long) - Method in interface org.neo4j.management.LockManager
Deprecated.
 
getContentCount() - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
getContentLength() - Method in class org.neo4j.server.rest.web.InternalJettyServletRequest
 
getContentRead() - Method in class org.neo4j.server.rest.web.InternalJettyServletRequest
 
getContentType() - Method in class org.neo4j.server.rest.web.InternalJettyServletRequest
 
getCookies() - Method in class org.neo4j.server.rest.web.InternalJettyServletRequest
 
getCoordinate() - Method in class org.neo4j.graphdb.spatial.Coordinate
Returns the current coordinate.
getCoordinate() - Method in interface org.neo4j.graphdb.spatial.Point
Returns the single coordinate in space defining this point.
getCoordinates() - Method in interface org.neo4j.graphdb.spatial.Geometry
Get all coordinates of the geometry.
getCoreAPIAvailabilityGuard() - Method in class org.neo4j.graphdb.factory.module.DataSourceModule
 
getCoreAPIAvailabilityGuard() - Method in class org.neo4j.graphdb.factory.module.ModularDatabaseCreationContext
 
getCorrectValue() - Method in class org.neo4j.index.lucene.ValueContext
Deprecated.
getCost(Relationship, Direction) - Method in interface org.neo4j.graphalgo.CostEvaluator
This is the general method for looking up costs for relationships.
getCost(Node, Node) - Method in interface org.neo4j.graphalgo.EstimateEvaluator
Estimate the weight of the remaining path from one node to another.
getCountStoreSize() - Method in interface org.neo4j.jmx.StoreSize
Deprecated.
 
getCreationTime() - Method in class org.neo4j.management.BranchedStoreInfo
Deprecated.
 
getCRS() - Method in interface org.neo4j.graphdb.spatial.Geometry
Returns the coordinate reference system associated with the geometry
getCurrentSurfaceItem() - Method in class org.neo4j.helpers.collection.NestingIterator
 
getDatabaseAvailability() - Method in class org.neo4j.graphdb.factory.module.ModularDatabaseCreationContext
 
getDatabaseAvailabilityGuard() - Method in class org.neo4j.graphdb.factory.module.ModularDatabaseCreationContext
 
getDatabaseHealth() - Method in class org.neo4j.graphdb.factory.module.ModularDatabaseCreationContext
 
getDatabaseInfo() - Method in class org.neo4j.graphdb.factory.module.ModularDatabaseCreationContext
 
getDatabaseLayout() - Method in class org.neo4j.graphdb.factory.module.ModularDatabaseCreationContext
 
getDatabaseName() - Method in class org.neo4j.graphdb.factory.module.ModularDatabaseCreationContext
 
getDatabaseName() - Method in interface org.neo4j.jmx.Kernel
Deprecated.
 
getDatabaseName() - Method in class org.neo4j.management.Neo4jManager
 
getDateHeader(String) - Method in class org.neo4j.server.rest.web.InternalJettyServletRequest
 
getDbHits() - Method in interface org.neo4j.graphdb.ExecutionPlanDescription.ProfilerStatistics
 
getDefaultOperator() - Method in class org.neo4j.index.lucene.QueryContext
Deprecated.
getDefaultValue() - Method in interface org.neo4j.graphdb.config.Setting
Deprecated.
Get the default value of this setting, as a string.
getDegree() - Method in interface org.neo4j.graphdb.Node
Returns the number of relationships connected to this node regardless of direction or type.
getDegree(RelationshipType) - Method in interface org.neo4j.graphdb.Node
Returns the number of relationships of a given type connected to this node.
getDegree(Direction) - Method in interface org.neo4j.graphdb.Node
Returns the number of relationships of a given direction connected to this node.
getDegree(RelationshipType, Direction) - Method in interface org.neo4j.graphdb.Node
Returns the number of relationships of a given type and direction connected to this node.
getDescription() - Method in interface org.neo4j.graphdb.Notification
Returns a longer description of the notification.
getDescription() - Method in class org.neo4j.server.plugins.PluginPoint
Deprecated.
getDiagnosticsProviders() - Method in interface org.neo4j.management.Diagnostics
Deprecated.
 
getDirectory() - Method in class org.neo4j.management.BranchedStoreInfo
Deprecated.
 
getDouble(String) - Method in class org.neo4j.server.plugins.ParameterList
Deprecated.
getDoubleList(String) - Method in class org.neo4j.server.plugins.ParameterList
Deprecated.
getDuration(String, long) - Method in class org.neo4j.helpers.Args
Deprecated.
getEdition() - Method in class org.neo4j.graphdb.factory.EnterpriseGraphDatabaseFactory
 
getEdition() - Method in class org.neo4j.graphdb.factory.GraphDatabaseFactory
 
getEdition() - Method in class org.neo4j.graphdb.factory.HighlyAvailableGraphDatabaseFactory
Deprecated.
 
getEndNode() - Method in interface org.neo4j.graphdb.Relationship
Returns the end node of this relationship.
getEndNode() - Method in class org.neo4j.unsafe.batchinsert.BatchRelationship
 
getEndNodeId() - Method in interface org.neo4j.graphdb.Relationship
Returns the id of the end node of this relationship.
getEngineProviders() - Method in class org.neo4j.graphdb.factory.module.ModularDatabaseCreationContext
 
getEntityType() - Method in interface org.neo4j.graphdb.index.ReadableIndex
Deprecated.
getEnum(Class<T>, String, T) - Method in class org.neo4j.helpers.Args
Deprecated.
getEvictionExceptions() - Method in interface org.neo4j.management.PageCache
Deprecated.
 
getEvictions() - Method in interface org.neo4j.management.PageCache
Deprecated.
 
getExecutionPlanDescription() - Method in interface org.neo4j.graphdb.Result
Returns a description of the query plan used to produce this result.
getExensionsFor(Class<?>) - Method in class org.neo4j.server.plugins.DefaultPluginManager
Deprecated.
getExensionsFor(Class<?>) - Method in class org.neo4j.server.plugins.DisabledPluginManager
Deprecated.
getExensionsFor(Class<?>) - Method in interface org.neo4j.server.rest.repr.ExtensionInjector
 
getExplicitIndexProvider() - Method in class org.neo4j.graphdb.factory.module.ModularDatabaseCreationContext
 
getExtendedEntity() - Method in class org.neo4j.server.rest.repr.ExtensionPointRepresentation
 
getExtensionList(String) - Method in class org.neo4j.server.rest.web.ExtensionService
 
getExtensionsList() - Method in class org.neo4j.server.rest.web.ExtensionService
 
getFacade() - Method in class org.neo4j.graphdb.factory.module.ModularDatabaseCreationContext
 
getFamily() - Method in class org.neo4j.server.rest.web.CustomStatusType
 
getFaults() - Method in interface org.neo4j.management.PageCache
Deprecated.
 
getFileMappings() - Method in interface org.neo4j.management.PageCache
Deprecated.
 
getFileUnmappings() - Method in interface org.neo4j.management.PageCache
Deprecated.
 
getFirst() - Method in class org.neo4j.helpers.collection.FirstItemIterable
 
getFirst() - Method in class org.neo4j.index.lucene.LuceneTimeline
Deprecated.
getFirst() - Method in interface org.neo4j.index.lucene.TimelineIndex
Deprecated.
getFloat(String) - Method in class org.neo4j.server.plugins.ParameterList
Deprecated.
getFloatList(String) - Method in class org.neo4j.server.plugins.ParameterList
Deprecated.
getFlushes() - Method in interface org.neo4j.management.PageCache
Deprecated.
 
getFs() - Method in class org.neo4j.graphdb.factory.module.ModularDatabaseCreationContext
 
getGeometryType() - Method in interface org.neo4j.graphdb.spatial.Geometry
Get string description of most specific type of this instance
getGeometryType() - Method in interface org.neo4j.graphdb.spatial.Point
 
getGlobalAvailabilityGuard(Clock, LogService, Config) - Method in class org.neo4j.graphdb.factory.module.edition.AbstractEditionModule
 
getGlobalDependencies() - Method in class org.neo4j.graphdb.factory.module.ModularDatabaseCreationContext
 
getGraphDatabase() - Method in interface org.neo4j.graphdb.index.ReadableIndex
Deprecated.
getGraphDatabase() - Method in interface org.neo4j.graphdb.PropertyContainer
Get the GraphDatabaseService that this Node or Relationship belongs to.
getGraphDatabaseAPI() - Method in interface org.neo4j.backup.OnlineBackupExtensionFactory.Dependencies
Deprecated.
 
getGraphDatabaseExtensionDescription(String, String) - Method in class org.neo4j.server.rest.web.ExtensionService
 
getHaRole() - Method in class org.neo4j.management.ClusterMemberInfo
Deprecated.
 
getHeader(String) - Method in class org.neo4j.server.rest.web.InternalJettyServletRequest
 
getHeader(String) - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
getHeaderInformationFactory() - Method in class org.neo4j.graphdb.factory.module.edition.AbstractEditionModule
 
getHeaderInformationFactory() - Method in interface org.neo4j.graphdb.factory.module.edition.context.DatabaseEditionContext
 
getHeaderInformationFactory() - Method in class org.neo4j.graphdb.factory.module.edition.context.DefaultEditionModuleDatabaseContext
 
getHeaderNames() - Method in class org.neo4j.server.rest.web.InternalJettyServletRequest
 
getHeaders(String) - Method in class org.neo4j.server.rest.web.InternalJettyServletRequest
 
getHeaders() - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
getHeaders(String) - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
getHighAvailabilityBean() - Method in class org.neo4j.management.Neo4jManager
Deprecated.
high availability database/edition is deprecated in favour of causal clustering. It will be removed in next major release.
getHitRatio() - Method in interface org.neo4j.management.PageCache
Deprecated.
 
getHits() - Method in interface org.neo4j.management.PageCache
Deprecated.
 
getHost() - Method in class org.neo4j.helpers.HostnamePort
The host part, or null if not given.
getHost(String) - Method in class org.neo4j.helpers.HostnamePort
 
getHostAddress(String, String) - Static method in class org.neo4j.helpers.HostnamePort
 
getHostname() - Method in class org.neo4j.helpers.SocketAddress
 
getHref() - Method in interface org.neo4j.graphdb.spatial.CRS
A link uniquely identifying the CRS.
getHttpFields() - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
getId() - Method in interface org.neo4j.graphdb.Entity
Returns the unique id of this Entity.
getId() - Method in interface org.neo4j.graphdb.Node
Returns the unique id of this node.
getId() - Method in interface org.neo4j.graphdb.Relationship
Returns the unique id of this relationship.
getId() - Method in class org.neo4j.server.rest.repr.NodeRepresentation
 
getId() - Method in class org.neo4j.server.rest.repr.RelationshipRepresentation
 
getId() - Method in class org.neo4j.unsafe.batchinsert.BatchRelationship
 
getIdContext() - Method in interface org.neo4j.graphdb.factory.module.edition.context.DatabaseEditionContext
 
getIdContext() - Method in class org.neo4j.graphdb.factory.module.edition.context.DefaultEditionModuleDatabaseContext
 
getIdContextFactory() - Method in class org.neo4j.graphdb.factory.module.edition.DefaultEditionModule
 
getIdController() - Method in class org.neo4j.graphdb.factory.module.id.DatabaseIdContext
 
getIdController() - Method in class org.neo4j.graphdb.factory.module.ModularDatabaseCreationContext
 
getIdentifiers() - Method in interface org.neo4j.graphdb.ExecutionPlanDescription
 
getIdentity() - Method in class org.neo4j.server.rest.repr.DatabaseRepresentation
 
getIdentity() - Method in class org.neo4j.server.rest.repr.IndexedEntityRepresentation
 
getIdentity() - Method in class org.neo4j.server.rest.repr.NodeRepresentation
 
getIdentity() - Method in class org.neo4j.server.rest.repr.RelationshipRepresentation
 
getIdentity() - Method in class org.neo4j.server.rest.repr.ScoredEntityRepresentation
 
getIdentity() - Method in class org.neo4j.server.rest.repr.ScoredRelationshipRepresentation
 
getIdGeneratorFactory() - Method in class org.neo4j.graphdb.factory.module.id.DatabaseIdContext
 
getIdGeneratorFactory() - Method in class org.neo4j.graphdb.factory.module.ModularDatabaseCreationContext
 
getIndexByName(String) - Method in interface org.neo4j.graphdb.schema.Schema
Get an IndexDefinition by the given name of the index.
getIndexConfigStore() - Method in class org.neo4j.graphdb.factory.module.ModularDatabaseCreationContext
 
getIndexedNode(String, String, String, long) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getIndexedNodes(String, String, String) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getIndexedNodes(String, String, String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getIndexedNodesByQuery(String, String, String) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getIndexedNodesByQuery(String, String, String, String) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getIndexedNodesByQuery(String, String, String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getIndexedNodesByQuery(String, String, String, String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getIndexedRelationship(String, String, String, long) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getIndexedRelationships(String, String, String) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getIndexedRelationships(String, String, String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getIndexedRelationshipsByQuery(String, String, String) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getIndexedRelationshipsByQuery(String, String, String, String) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getIndexedRelationshipsByQuery(String, String, String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getIndexedRelationshipsByQuery(String, String, String, String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getIndexes() - Method in class org.neo4j.cypher.export.CypherResultSubGraph
 
getIndexes() - Method in class org.neo4j.cypher.export.DatabaseSubGraph
 
getIndexes() - Method in interface org.neo4j.cypher.export.SubGraph
 
getIndexes(Label) - Method in interface org.neo4j.graphdb.schema.Schema
 
getIndexes() - Method in interface org.neo4j.graphdb.schema.Schema
 
getIndexesAdded() - Method in interface org.neo4j.graphdb.QueryStatistics
Returns the number of indexes added by this query.
getIndexesRemoved() - Method in interface org.neo4j.graphdb.QueryStatistics
Returns the number of indexes removed by this query.
getIndexFailure(IndexDefinition) - Method in interface org.neo4j.graphdb.schema.Schema
If Schema.getIndexState(IndexDefinition) return Schema.IndexState.FAILED this method will return the failure description.
getIndexingServiceMonitor() - Method in class org.neo4j.graphdb.factory.module.ModularDatabaseCreationContext
 
getIndexPopulationProgress(IndexDefinition) - Method in interface org.neo4j.graphdb.schema.Schema
Poll the database for the population progress.
getIndexProviders() - Method in interface org.neo4j.index.lucene.LuceneKernelExtensionFactory.Dependencies
Deprecated.
 
getIndexSamplingManagerBean() - Method in class org.neo4j.management.Neo4jManager
 
getIndexState(IndexDefinition) - Method in interface org.neo4j.graphdb.schema.Schema
Poll the database for the state of a given index.
getIndexStore() - Method in interface org.neo4j.index.lucene.LuceneKernelExtensionFactory.Dependencies
Deprecated.
 
getIndexStoreSize() - Method in interface org.neo4j.jmx.StoreSize
Deprecated.
 
getInputStream() - Method in class org.neo4j.server.rest.web.InternalJettyServletRequest
 
getInstance() - Static method in class org.neo4j.logging.NullLog
 
getInstance() - Static method in class org.neo4j.logging.NullLogger
 
getInstance() - Static method in class org.neo4j.logging.NullLogProvider
 
getInstanceId() - Method in class org.neo4j.management.ClusterMemberInfo
Deprecated.
 
getInstanceId() - Method in interface org.neo4j.management.HighAvailability
Deprecated.
 
getInstancesInCluster() - Method in interface org.neo4j.management.HighAvailability
Deprecated.
 
getInteger(String) - Method in class org.neo4j.server.plugins.ParameterList
Deprecated.
getIntegerList(String) - Method in class org.neo4j.server.plugins.ParameterList
Deprecated.
getIntHeader(String) - Method in class org.neo4j.server.rest.web.InternalJettyServletRequest
 
getIoLimiter() - Method in class org.neo4j.graphdb.factory.module.edition.AbstractEditionModule
 
getIoLimiter() - Method in interface org.neo4j.graphdb.factory.module.edition.context.DatabaseEditionContext
 
getIoLimiter() - Method in class org.neo4j.graphdb.factory.module.edition.context.DefaultEditionModuleDatabaseContext
 
getIoLimiter() - Method in class org.neo4j.graphdb.factory.module.ModularDatabaseCreationContext
 
getKernelExtension() - Method in class org.neo4j.graphdb.factory.GraphDatabaseFactoryState
Deprecated.
 
getKernelExtensionFactories() - Method in class org.neo4j.graphdb.factory.module.ModularDatabaseCreationContext
 
getKernelStartTime() - Method in interface org.neo4j.jmx.Kernel
Deprecated.
 
getKernelStartTime() - Method in class org.neo4j.management.Neo4jManager
 
getKernelVersion() - Method in interface org.neo4j.jmx.Kernel
Deprecated.
 
getKernelVersion() - Method in class org.neo4j.management.Neo4jManager
 
getKeys() - Method in class org.neo4j.helpers.Service
 
getKeys() - Method in class org.neo4j.server.plugins.ConfigAdapter
Deprecated.
getLabel() - Method in interface org.neo4j.graphdb.schema.ConstraintDefinition
This accessor method returns a label which this constraint is associated with if this constraint has type ConstraintType.UNIQUENESS or ConstraintType.NODE_PROPERTY_EXISTENCE.
getLabel() - Method in interface org.neo4j.graphdb.schema.IndexDefinition
Deprecated.
This method is deprecated and will be removed in next major release. Please consider using IndexDefinition.getLabels() instead.
getLabelConstraints(String) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getLabelExistenceConstraints(String) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getLabels() - Method in class org.neo4j.cypher.export.CypherResultSubGraph
 
getLabels() - Method in interface org.neo4j.graphdb.Node
Lists all labels attached to this node.
getLabels() - Method in interface org.neo4j.graphdb.schema.IndexDefinition
Return the set of node labels (in no particular order) that this index applies to.
getLabelsAdded() - Method in interface org.neo4j.graphdb.QueryStatistics
Returns the number of labels added to any node by this query.
getLabelsRemoved() - Method in interface org.neo4j.graphdb.QueryStatistics
Returns the number of labels removed from any node by this query.
getLabelStoreSize() - Method in interface org.neo4j.jmx.StoreSize
Deprecated.
 
getLabelUniquenessConstraints(String) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getLargestTxId() - Method in class org.neo4j.management.BranchedStoreInfo
Deprecated.
 
getLast() - Method in class org.neo4j.index.lucene.LuceneTimeline
Deprecated.
getLast() - Method in interface org.neo4j.index.lucene.TimelineIndex
Deprecated.
getLastCommittedTx() - Method in class org.neo4j.backup.OnlineBackup
Provides information about the last committed transaction for each data source present in the last backup operation performed by this OnlineBackup.
getLastCommittedTxId() - Method in class org.neo4j.management.ClusterDatabaseInfo
Deprecated.
 
getLastCommittedTxId() - Method in interface org.neo4j.management.HighAvailability
Deprecated.
 
getLastCommittedTxId() - Method in interface org.neo4j.management.TransactionManager
Deprecated.
 
getLastUpdateTime() - Method in class org.neo4j.management.ClusterDatabaseInfo
Deprecated.
 
getLastUpdateTime() - Method in interface org.neo4j.management.HighAvailability
Deprecated.
 
getLevel() - Method in class org.neo4j.logging.FormattedLog
Get the current Level that logging is enabled at
getLine() - Method in class org.neo4j.graphdb.InputPosition
The line number referred to by the position; line numbers start at 1.
getListRepresentation(Iterable) - Static method in class org.neo4j.server.rest.repr.ObjectToRepresentationConverter
 
getLocalAddr() - Method in class org.neo4j.server.rest.web.InternalJettyServletRequest
 
getLocalName() - Method in class org.neo4j.server.rest.web.InternalJettyServletRequest
 
getLocalPort() - Method in class org.neo4j.server.rest.web.InternalJettyServletRequest
 
getLockManagerBean() - Method in class org.neo4j.management.Neo4jManager
 
getLocks() - Method in class org.neo4j.graphdb.factory.module.ModularDatabaseCreationContext
 
getLocks() - Method in interface org.neo4j.management.LockManager
Deprecated.
 
getLocksSupplier() - Method in class org.neo4j.graphdb.factory.module.edition.DefaultEditionModule
 
getLog(Class) - Method in class org.neo4j.logging.AbstractLogProvider
 
getLog(String) - Method in class org.neo4j.logging.AbstractLogProvider
 
getLog(Class) - Method in interface org.neo4j.logging.LogProvider
 
getLog(String) - Method in interface org.neo4j.logging.LogProvider
 
getLog(Class) - Method in class org.neo4j.logging.NullLogProvider
 
getLog(String) - Method in class org.neo4j.logging.NullLogProvider
 
getLog(Class) - Method in class org.neo4j.logging.slf4j.Slf4jLogProvider
 
getLog(String) - Method in class org.neo4j.logging.slf4j.Slf4jLogProvider
 
getLogicalLogSize() - Method in interface org.neo4j.jmx.StoreFile
Deprecated.
 
getLogService() - Method in class org.neo4j.graphdb.factory.module.ModularDatabaseCreationContext
 
getLong(String) - Method in class org.neo4j.server.plugins.ParameterList
Deprecated.
getLongList(String) - Method in class org.neo4j.server.plugins.ParameterList
Deprecated.
getMap(String) - Method in class org.neo4j.server.plugins.ParameterList
Deprecated.
getMapRepresentation(Map) - Static method in class org.neo4j.server.rest.repr.ObjectToRepresentationConverter
 
getMBeanQuery() - Method in interface org.neo4j.jmx.Kernel
Deprecated.
 
getMBeanQuery() - Method in class org.neo4j.management.Neo4jManager
 
getMediaType() - Method in class org.neo4j.server.rest.repr.OutputFormat
 
getMemoryMappingBean() - Method in class org.neo4j.management.Neo4jManager
 
getMemoryPools() - Method in interface org.neo4j.management.MemoryMapping
Deprecated.
getMethod() - Method in class org.neo4j.server.rest.web.InternalJettyServletRequest
 
getMonitors() - Method in class org.neo4j.graphdb.factory.module.ModularDatabaseCreationContext
 
getName() - Method in interface org.neo4j.graphdb.ExecutionPlanDescription
Retrieves the name of this execution step.
getName() - Method in interface org.neo4j.graphdb.index.ReadableIndex
Deprecated.
getName() - Method in interface org.neo4j.graphdb.schema.IndexDefinition
Get the name given to this index when it was created, if any.
getName() - Method in class org.neo4j.helpers.collection.LruCache
 
getName() - Method in class org.neo4j.server.rest.repr.ExtensionPointRepresentation
 
getNode(String) - Method in interface org.neo4j.graphdb.Result.ResultRow
 
getNode(GraphDatabaseAPI, String) - Method in class org.neo4j.server.plugins.ParameterList
Deprecated.
getNode(long) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getNode(long) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getNodeAutoIndexer() - Method in interface org.neo4j.graphdb.index.IndexManager
Deprecated.
this feature will be removed in a future release, please consider using schema indexes instead
getNodeById(long) - Method in interface org.neo4j.graphdb.GraphDatabaseService
Looks up a node by id.
getNodeDegree(long, DatabaseActions.RelationshipDirection, Collection<String>) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getNodeDegree(long, DatabaseActions.RelationshipDirection) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getNodeDegree(long, DatabaseActions.RelationshipDirection, RestfulGraphDatabase.AmpersandSeparatedCollection) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getNodeExtensionDescription(String, String, long) - Method in class org.neo4j.server.rest.web.ExtensionService
 
getNodeFromIndexUri(String, String, String, long) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getNodeIndexNames() - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getNodeIndexRoot() - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getNodeLabels(long) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getNodeLabels(long) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getNodeLabels(long) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
 
getNodeList(GraphDatabaseAPI, String) - Method in class org.neo4j.server.plugins.ParameterList
Deprecated.
getNodeProperties(long) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
Returns a map containing all the properties of this node.
getNodeProperty(long, String) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getNodeProperty(long, String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getNodePropertyExistenceConstraint(String, Iterable<String>) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getNodeRelationships(long, DatabaseActions.RelationshipDirection, Collection<String>) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getNodeRelationships(long, DatabaseActions.RelationshipDirection) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getNodeRelationships(long, DatabaseActions.RelationshipDirection, RestfulGraphDatabase.AmpersandSeparatedCollection) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getNodes() - Method in class org.neo4j.cypher.export.CypherResultSubGraph
 
getNodes() - Method in class org.neo4j.cypher.export.DatabaseSubGraph
 
getNodes() - Method in interface org.neo4j.cypher.export.SubGraph
 
getNodes() - Method in interface org.neo4j.graphdb.Relationship
Returns the two nodes that are attached to this relationship.
getNodesCreated() - Method in interface org.neo4j.graphdb.QueryStatistics
Returns the number of nodes created by this query.
getNodesDeleted() - Method in interface org.neo4j.graphdb.QueryStatistics
Returns the number of nodes deleted by this query.
getNodeStoreSize() - Method in interface org.neo4j.jmx.StoreFile
Deprecated.
 
getNodeStoreSize() - Method in interface org.neo4j.jmx.StoreSize
Deprecated.
 
getNodesWithLabel(String, Map<String, Object>) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getNodesWithLabelAndProperty(String, UriInfo) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getNotifications() - Method in interface org.neo4j.graphdb.Result
Provides notifications about the query producing this result.
getNumber(String) - Method in interface org.neo4j.graphdb.Result.ResultRow
 
getNumber(String, Number) - Method in class org.neo4j.helpers.Args
Deprecated.
getNumberOfAvertedDeadlocks() - Method in interface org.neo4j.management.LockManager
Deprecated.
 
getNumberOfCommittedTransactions() - Method in interface org.neo4j.management.TransactionManager
Deprecated.
 
getNumberOfNodeIdsInUse() - Method in interface org.neo4j.jmx.Primitives
Deprecated.
 
getNumberOfOpenedTransactions() - Method in interface org.neo4j.management.TransactionManager
Deprecated.
 
getNumberOfOpenTransactions() - Method in interface org.neo4j.management.TransactionManager
Deprecated.
 
getNumberOfOutOfMemory() - Method in class org.neo4j.management.WindowPoolInfo
Deprecated.
 
getNumberOfPathsReturned() - Method in interface org.neo4j.graphdb.traversal.TraversalMetadata
 
getNumberOfPropertyIdsInUse() - Method in interface org.neo4j.jmx.Primitives
Deprecated.
 
getNumberOfRelationshipIdsInUse() - Method in interface org.neo4j.jmx.Primitives
Deprecated.
 
getNumberOfRelationshipsTraversed() - Method in interface org.neo4j.graphdb.traversal.TraversalMetadata
 
getNumberOfRelationshipTypeIdsInUse() - Method in interface org.neo4j.jmx.Primitives
Deprecated.
 
getNumberOfRolledBackTransactions() - Method in interface org.neo4j.management.TransactionManager
Deprecated.
 
getNumberOfWindows() - Method in class org.neo4j.management.WindowPoolInfo
Deprecated.
 
getObjectName(GraphDatabaseService, String) - Static method in class org.neo4j.jmx.JmxUtils
Deprecated.
 
getOffset() - Method in class org.neo4j.graphdb.InputPosition
The character offset referred to by this position; offset numbers start at 0.
getOrCreate(String, Object) - Method in class org.neo4j.graphdb.index.UniqueFactory
Deprecated.
getOrCreateIndexedNode(String, String, String, Long, Map<String, Object>) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getOrCreateIndexedRelationship(String, String, String, Long, Long, String, Long, Map<String, Object>) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getOrCreateWithOutcome(String, Object) - Method in class org.neo4j.graphdb.index.UniqueFactory
Deprecated.
getOtherNode(Node) - Method in interface org.neo4j.graphdb.Relationship
A convenience operation that, given a node that is attached to this relationship, returns the other node.
getOtherNodeId(long) - Method in interface org.neo4j.graphdb.Relationship
A convenience operation that, given an id of a node that is attached to this relationship, returns the id of the other node.
getOutputFormat() - Method in class org.neo4j.server.rest.web.CypherService
 
getOutputFormat() - Method in class org.neo4j.server.rest.web.ExtensionService
 
getOutputFormat() - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getOutputStream() - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
getPageCache() - Method in class org.neo4j.graphdb.factory.module.ModularDatabaseCreationContext
 
getPageCacheBean() - Method in class org.neo4j.management.Neo4jManager
 
getPageCacheHitRatio() - Method in interface org.neo4j.graphdb.ExecutionPlanDescription.ProfilerStatistics
 
getPageCacheHits() - Method in interface org.neo4j.graphdb.ExecutionPlanDescription.ProfilerStatistics
 
getPageCacheMisses() - Method in interface org.neo4j.graphdb.ExecutionPlanDescription.ProfilerStatistics
 
getParser() - Method in interface org.neo4j.graphdb.config.Setting
Deprecated.
Get the function used to parse this setting.
getPath(String) - Method in interface org.neo4j.graphdb.Result.ResultRow
 
getPath() - Method in class org.neo4j.server.rest.repr.FullPath
 
getPeakNumberOfConcurrentTransactions() - Method in interface org.neo4j.management.TransactionManager
Deprecated.
 
getPhysicalLogMonitor() - Method in class org.neo4j.graphdb.factory.module.ModularDatabaseCreationContext
 
getPins() - Method in interface org.neo4j.management.PageCache
Deprecated.
 
getPluginPointFactory() - Method in class org.neo4j.server.plugins.ServerExtender
Deprecated.
getPort() - Method in class org.neo4j.helpers.HostnamePort
The first port, or 0 if no port was given.
getPort() - Method in class org.neo4j.helpers.SocketAddress
 
getPorts() - Method in class org.neo4j.helpers.HostnamePort
The port range as two ints.
getPosition() - Method in interface org.neo4j.graphdb.Notification
The position in the query where this notification points to.
getPrimitivesBean() - Method in class org.neo4j.management.Neo4jManager
 
getProcedures() - Method in class org.neo4j.graphdb.factory.module.ModularDatabaseCreationContext
 
getProfilerStatistics() - Method in interface org.neo4j.graphdb.ExecutionPlanDescription
Retrieve the statistics collected from profiling this query.
getProperties(String...) - Method in interface org.neo4j.graphdb.PropertyContainer
Returns specified existing properties.
getPropertiesSet() - Method in interface org.neo4j.graphdb.QueryStatistics
Returns the number of properties set by this query.
getProperty(String) - Method in interface org.neo4j.graphdb.PropertyContainer
Returns the property value associated with the given key.
getProperty(String, Object) - Method in interface org.neo4j.graphdb.PropertyContainer
Returns the property value associated with the given key, or a default value.
getProperty(String) - Method in class org.neo4j.server.plugins.ConfigAdapter
Deprecated.
getPropertyKeys() - Method in interface org.neo4j.graphdb.PropertyContainer
Returns all existing property keys, or an empty iterable if this property container has no properties.
getPropertyKeys() - Method in interface org.neo4j.graphdb.schema.ConstraintDefinition
 
getPropertyKeys() - Method in interface org.neo4j.graphdb.schema.IndexDefinition
Return the set of properties that are indexed by this index.
getPropertyStoreSize() - Method in interface org.neo4j.jmx.StoreFile
Deprecated.
 
getPropertyStoreSize() - Method in interface org.neo4j.jmx.StoreSize
Deprecated.
 
getPropertyUniquenessConstraint(String, Iterable<String>) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getProtocol() - Method in class org.neo4j.server.rest.web.InternalJettyServletRequest
 
getProviderByName(String) - Static method in class org.neo4j.graphdb.index.fulltext.AnalyzerProvider
 
getQueryExecutionType() - Method in interface org.neo4j.graphdb.Result
Indicates what kind of query execution produced this result.
getQueryOrQueryObject() - Method in class org.neo4j.index.lucene.QueryContext
Deprecated.
getQueryStatistics() - Method in interface org.neo4j.graphdb.Result
Statistics about the effects of the query.
getRaftLogSize() - Method in interface org.neo4j.management.CausalClustering
Deprecated.
 
getReason() - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
getReasonPhrase() - Method in class org.neo4j.server.rest.web.CustomStatusType
 
getRecoveryCleanupWorkCollector() - Method in class org.neo4j.graphdb.factory.module.ModularDatabaseCreationContext
 
getRelationship(String) - Method in interface org.neo4j.graphdb.Result.ResultRow
 
getRelationship(GraphDatabaseAPI, String) - Method in class org.neo4j.server.plugins.ParameterList
Deprecated.
getRelationship(long) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getRelationship(long) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getRelationshipAutoIndexer() - Method in interface org.neo4j.graphdb.index.IndexManager
Deprecated.
this feature will be removed in a future release, please consider using schema indexes instead
getRelationshipById(long) - Method in interface org.neo4j.graphdb.GraphDatabaseService
Looks up a relationship by id.
getRelationshipById(long) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
Gets a relationship by id.
getRelationshipExtensionDescription(String, String, long) - Method in class org.neo4j.server.rest.web.ExtensionService
 
getRelationshipFromIndexUri(String, String, String, long) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getRelationshipIds(long) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
Returns an iterable over all the relationship ids connected to node with supplied id.
getRelationshipIndexNames() - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getRelationshipIndexRoot() - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getRelationshipList(GraphDatabaseAPI, String) - Method in class org.neo4j.server.plugins.ParameterList
Deprecated.
getRelationshipProperties(long) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
Returns a map containing all the properties of the relationships.
getRelationshipProperty(long, String) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getRelationshipProperty(long, String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getRelationshipPropertyExistenceConstraint(String, Iterable<String>) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getRelationships() - Method in class org.neo4j.cypher.export.CypherResultSubGraph
 
getRelationships() - Method in class org.neo4j.cypher.export.DatabaseSubGraph
 
getRelationships() - Method in interface org.neo4j.cypher.export.SubGraph
 
getRelationships() - Method in interface org.neo4j.graphdb.Node
Returns all the relationships attached to this node.
getRelationships(RelationshipType...) - Method in interface org.neo4j.graphdb.Node
Returns all the relationships of any of the types in types that are attached to this node, regardless of direction.
getRelationships(Direction, RelationshipType...) - Method in interface org.neo4j.graphdb.Node
Returns all the relationships of any of the types in types that are attached to this node and have the given direction.
getRelationships(Direction) - Method in interface org.neo4j.graphdb.Node
Returns all OUTGOING or INCOMING relationships from this node.
getRelationships(RelationshipType, Direction) - Method in interface org.neo4j.graphdb.Node
Returns all relationships with the given type and direction that are attached to this node.
getRelationships(long) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
Returns an iterable of relationships connected to the node with supplied id.
getRelationshipsCreated() - Method in interface org.neo4j.graphdb.QueryStatistics
Returns the number of relationships created by this query.
getRelationshipsDeleted() - Method in interface org.neo4j.graphdb.QueryStatistics
Returns the number of relationships deleted by this query.
getRelationshipStoreSize() - Method in interface org.neo4j.jmx.StoreFile
Deprecated.
 
getRelationshipStoreSize() - Method in interface org.neo4j.jmx.StoreSize
Deprecated.
 
getRelationshipType() - Method in interface org.neo4j.graphdb.schema.ConstraintDefinition
This accessor method returns a relationship type which this constraint is associated with if this constraint has type ConstraintType.UNIQUENESS or ConstraintType.NODE_PROPERTY_EXISTENCE.
getRelationshipType() - Method in interface org.neo4j.graphdb.schema.IndexDefinition
Deprecated.
This method is deprecated and will be removed in next major release. Please consider using IndexDefinition.getRelationshipTypes() instead.
getRelationshipTypeExistenceConstraints(String) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getRelationshipTypes() - Method in interface org.neo4j.graphdb.Node
Returns relationship types which this node has one more relationships for.
getRelationshipTypes() - Method in interface org.neo4j.graphdb.schema.IndexDefinition
Return the set of relationship types (in no particular order) that this index applies to.
getRelationshipTypes(boolean) - Method in class org.neo4j.server.rest.web.DatabaseMetadataService
 
getRemoteAddr() - Method in class org.neo4j.server.rest.web.InternalJettyServletRequest
 
getRemoteHost() - Method in class org.neo4j.server.rest.web.InternalJettyServletRequest
 
getRemotePort() - Method in class org.neo4j.server.rest.web.InternalJettyServletRequest
 
getReplicatedStateSize() - Method in interface org.neo4j.management.CausalClustering
Deprecated.
 
getRepresentationType() - Method in class org.neo4j.server.rest.repr.Representation
 
getRepresentationWriteHandler() - Method in class org.neo4j.server.rest.repr.OutputFormat
 
getResource() - Method in interface org.neo4j.graphdb.event.KernelEventHandler
Returns the resource associated with this event handler, or null if no specific resource is associated with this handler or if it isn't desirable to expose it.
getResponse() - Method in class org.neo4j.server.rest.web.InternalJettyServletRequest
 
getRole() - Method in interface org.neo4j.management.CausalClustering
Deprecated.
 
getRole() - Method in interface org.neo4j.management.HighAvailability
Deprecated.
 
getRoles() - Method in class org.neo4j.management.ClusterMemberInfo
Deprecated.
 
getRoot() - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getRows() - Method in interface org.neo4j.graphdb.ExecutionPlanDescription.ProfilerStatistics
 
getScheduler() - Method in class org.neo4j.graphdb.factory.module.ModularDatabaseCreationContext
 
getSchemaConstraints() - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getSchemaConstraintsForLabel(String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getSchemaConstraintsForLabelAndExistence(String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getSchemaConstraintsForLabelAndPropertyExistence(String, RestfulGraphDatabase.AmpersandSeparatedCollection) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getSchemaConstraintsForLabelAndPropertyUniqueness(String, RestfulGraphDatabase.AmpersandSeparatedCollection) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getSchemaConstraintsForLabelAndUniqueness(String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getSchemaConstraintsForRelationshipTypeAndExistence(String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getSchemaConstraintsForRelationshipTypeAndPropertyExistence(String, RestfulGraphDatabase.AmpersandSeparatedCollection) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getSchemaIndexes() - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getSchemaIndexes(String) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getSchemaIndexes() - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getSchemaIndexesForLabel(String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getSchemaStoreSize() - Method in interface org.neo4j.jmx.StoreSize
Deprecated.
 
getSchemaWriteGuard() - Method in class org.neo4j.graphdb.factory.module.edition.AbstractEditionModule
 
getSchemaWriteGuard() - Method in interface org.neo4j.graphdb.factory.module.edition.context.DatabaseEditionContext
 
getSchemaWriteGuard() - Method in class org.neo4j.graphdb.factory.module.edition.context.DefaultEditionModuleDatabaseContext
 
getSchemaWriteGuard() - Method in class org.neo4j.graphdb.factory.module.ModularDatabaseCreationContext
 
getSecurityProvider() - Method in class org.neo4j.graphdb.factory.module.edition.AbstractEditionModule
 
getSettingsClass() - Method in class org.neo4j.backup.OnlineBackupExtensionFactory
Deprecated.
getSeverity() - Method in interface org.neo4j.graphdb.Notification
Returns the severity level of this notification.
getShort(String) - Method in class org.neo4j.server.plugins.ParameterList
Deprecated.
getShortList(String) - Method in class org.neo4j.server.plugins.ParameterList
Deprecated.
getSingle() - Method in interface org.neo4j.graphdb.index.IndexHits
Deprecated.
getSingleRelationship(RelationshipType, Direction) - Method in interface org.neo4j.graphdb.Node
Returns the only relationship of a given type and direction that is attached to this node, or null.
getSorting() - Method in class org.neo4j.index.lucene.QueryContext
Deprecated.
getStartNode() - Method in interface org.neo4j.graphdb.Relationship
Returns the start node of this relationship.
getStartNode() - Method in class org.neo4j.unsafe.batchinsert.BatchRelationship
 
getStartNodeId() - Method in interface org.neo4j.graphdb.Relationship
Returns the id of the start node of this relationship.
getState() - Method in interface org.neo4j.graphdb.traversal.BranchState
 
getStatementLocksFactory() - Method in class org.neo4j.graphdb.factory.module.ModularDatabaseCreationContext
 
getStatementLocksFactoryProvider() - Method in class org.neo4j.graphdb.factory.module.edition.DefaultEditionModule
 
getStatus() - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
getStatusCode() - Method in exception org.neo4j.graphdb.QueryExecutionException
The Neo4j error status code.
getStatusCode() - Method in class org.neo4j.server.rest.web.CustomStatusType
 
getStoreCopyCheckPointMutex() - Method in class org.neo4j.graphdb.factory.module.ModularDatabaseCreationContext
 
getStoreCreationDate() - Method in interface org.neo4j.jmx.Kernel
Deprecated.
 
getStoreCreationDate() - Method in class org.neo4j.management.Neo4jManager
 
getStoreDir() - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
Returns the path to default neo4j database.
getStoreFileBean() - Method in class org.neo4j.management.Neo4jManager
 
getStoreId() - Method in interface org.neo4j.jmx.Kernel
Deprecated.
 
getStoreId() - Method in class org.neo4j.management.Neo4jManager
 
getStoreLogVersion() - Method in interface org.neo4j.jmx.Kernel
Deprecated.
 
getStoreLogVersion() - Method in class org.neo4j.management.Neo4jManager
 
getString(String) - Method in interface org.neo4j.graphdb.Result.ResultRow
 
getString(String) - Method in class org.neo4j.server.plugins.ParameterList
Deprecated.
getStringList(String) - Method in class org.neo4j.server.plugins.ParameterList
Deprecated.
getStringStoreSize() - Method in interface org.neo4j.jmx.StoreFile
Deprecated.
 
getStringStoreSize() - Method in interface org.neo4j.jmx.StoreSize
Deprecated.
 
getThreadToTransactionBridge() - Method in class org.neo4j.graphdb.factory.module.edition.AbstractEditionModule
 
getTitle() - Method in interface org.neo4j.graphdb.Notification
Returns a short summary of the notification.
getTokenHolders() - Method in class org.neo4j.graphdb.factory.module.ModularDatabaseCreationContext
 
getTokenHoldersProvider() - Method in class org.neo4j.graphdb.factory.module.edition.DefaultEditionModule
 
getTokenNameLookup() - Method in class org.neo4j.graphdb.factory.module.ModularDatabaseCreationContext
 
getTop() - Method in class org.neo4j.index.lucene.QueryContext
Deprecated.
getTotalCount() - Method in class org.neo4j.graphdb.index.IndexPopulationProgress
Deprecated.
since this number won't be reliable throughout a population and should therefore not be used.
getTotalStoreSize() - Method in interface org.neo4j.jmx.StoreFile
Deprecated.
 
getTotalStoreSize() - Method in interface org.neo4j.jmx.StoreSize
Deprecated.
 
getTracers() - Method in class org.neo4j.graphdb.factory.module.ModularDatabaseCreationContext
 
getTradeCorrectnessForSpeed() - Method in class org.neo4j.index.lucene.QueryContext
Deprecated.
getTransactionEventHandlers() - Method in class org.neo4j.graphdb.factory.module.ModularDatabaseCreationContext
 
getTransactionHeaderInformationFactory() - Method in class org.neo4j.graphdb.factory.module.ModularDatabaseCreationContext
 
getTransactionId() - Method in interface org.neo4j.graphdb.event.TransactionData
Return transaction id that assigned during transaction commit process.
getTransactionLogsSize() - Method in interface org.neo4j.jmx.StoreSize
Deprecated.
 
getTransactionManagerBean() - Method in class org.neo4j.management.Neo4jManager
 
getTransactionMonitor() - Method in class org.neo4j.graphdb.factory.module.ModularDatabaseCreationContext
 
getTransactionStartTimeout() - Method in class org.neo4j.graphdb.factory.module.edition.AbstractEditionModule
 
getTransactionStartTimeout() - Method in interface org.neo4j.graphdb.factory.module.edition.context.DatabaseEditionContext
 
getTransactionStartTimeout() - Method in class org.neo4j.graphdb.factory.module.edition.context.DefaultEditionModuleDatabaseContext
 
getType() - Method in interface org.neo4j.graphdb.Relationship
Returns the type of this relationship.
getType() - Method in interface org.neo4j.graphdb.spatial.CRS
The type of the CRS is a descriptive name, indicating which CRS is used
getType() - Method in class org.neo4j.server.helpers.PropertyTypeDispatcher.PropertyArray
 
getType() - Method in interface org.neo4j.server.plugins.Injectable
Deprecated.
The type that resources should ask for to get this value; this can either be the concrete class, or some interface the value instance implements.
getType() - Method in class org.neo4j.server.rest.repr.RelationshipRepresentation
 
getType() - Method in class org.neo4j.server.rest.repr.ScoredRelationshipRepresentation
 
getType() - Method in class org.neo4j.unsafe.batchinsert.BatchRelationship
 
getUnpins() - Method in interface org.neo4j.management.PageCache
Deprecated.
 
getUri(String) - Method in class org.neo4j.server.plugins.ParameterList
Deprecated.
getUriList(String) - Method in class org.neo4j.server.plugins.ParameterList
Deprecated.
getUris() - Method in class org.neo4j.management.ClusterMemberInfo
Deprecated.
 
getUsageRatio() - Method in interface org.neo4j.management.PageCache
Deprecated.
 
getUsedMemory() - Method in class org.neo4j.management.WindowPoolInfo
Deprecated.
 
getValue() - Method in class org.neo4j.index.lucene.ValueContext
Deprecated.
getValue() - Method in interface org.neo4j.server.plugins.Injectable
Deprecated.
Get the injectable value.
getValue(HttpContext) - Method in class org.neo4j.server.plugins.PluginInvocatorProvider
Deprecated.
getValue(HttpContext) - Method in class org.neo4j.server.rest.repr.InputFormatProvider
 
getValue(HttpContext) - Method in class org.neo4j.server.rest.repr.OutputFormatProvider
 
getValue(HttpContext) - Method in class org.neo4j.server.rest.web.DatabaseActions.Provider
 
getVersionContextSupplier() - Method in class org.neo4j.graphdb.factory.module.ModularDatabaseCreationContext
 
getWatcherServiceFactory() - Method in class org.neo4j.graphdb.factory.module.edition.AbstractEditionModule
 
getWatcherServiceFactory() - Method in interface org.neo4j.graphdb.factory.module.edition.context.DatabaseEditionContext
 
getWatcherServiceFactory() - Method in class org.neo4j.graphdb.factory.module.edition.context.DefaultEditionModuleDatabaseContext
 
getWatcherServiceFactory() - Method in class org.neo4j.graphdb.factory.module.ModularDatabaseCreationContext
 
getWindowHitCount() - Method in class org.neo4j.management.WindowPoolInfo
Deprecated.
 
getWindowMissCount() - Method in class org.neo4j.management.WindowPoolInfo
Deprecated.
 
getWindowPoolName() - Method in class org.neo4j.management.WindowPoolInfo
Deprecated.
 
getWindowSize() - Method in class org.neo4j.management.WindowPoolInfo
Deprecated.
 
getWriter() - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
getZoneId() - Method in enum org.neo4j.logging.LogTimeZone
 
globalKernelExtensions - Variable in class org.neo4j.graphdb.factory.module.PlatformModule
 
globalTransactionCounter() - Method in class org.neo4j.graphdb.factory.module.edition.AbstractEditionModule
 
GraphAlgoFactory - Class in org.neo4j.graphalgo
Static factory methods for the recommended implementations of common graph algorithms for Neo4j.
GraphAlgoFactory() - Constructor for class org.neo4j.graphalgo.GraphAlgoFactory
 
GraphDatabaseBuilder - Class in org.neo4j.graphdb.factory
Builder for GraphDatabaseServices that allows for setting and loading configuration.
GraphDatabaseBuilder(GraphDatabaseBuilder.DatabaseCreator) - Constructor for class org.neo4j.graphdb.factory.GraphDatabaseBuilder
Deprecated. 
GraphDatabaseBuilder.DatabaseCreator - Interface in org.neo4j.graphdb.factory
Deprecated.
This will be moved to an internal package in the future.
GraphDatabaseBuilder.Delegator - Class in org.neo4j.graphdb.factory
Deprecated.
This will be removed in the future.
GraphDatabaseDependencies - Class in org.neo4j.graphdb.facade
 
GraphDatabaseFacadeFactory - Class in org.neo4j.graphdb.facade
This is the main factory for creating database instances.
GraphDatabaseFacadeFactory(DatabaseInfo, Function<PlatformModule, AbstractEditionModule>) - Constructor for class org.neo4j.graphdb.facade.GraphDatabaseFacadeFactory
 
GraphDatabaseFacadeFactory.Dependencies - Interface in org.neo4j.graphdb.facade
 
GraphDatabaseFactory - Class in org.neo4j.graphdb.factory
Creates a GraphDatabaseService with Community Edition features.
GraphDatabaseFactory() - Constructor for class org.neo4j.graphdb.factory.GraphDatabaseFactory
 
GraphDatabaseFactoryState - Class in org.neo4j.graphdb.factory
Deprecated.
This will be moved to an internal package in the future.
GraphDatabaseFactoryState() - Constructor for class org.neo4j.graphdb.factory.GraphDatabaseFactoryState
Deprecated.
 
GraphDatabaseFactoryState(GraphDatabaseFactoryState) - Constructor for class org.neo4j.graphdb.factory.GraphDatabaseFactoryState
Deprecated.
 
GraphDatabaseService - Interface in org.neo4j.graphdb
The main access point to a running Neo4j instance.
GraphDatabaseSettings - Class in org.neo4j.graphdb.factory
Settings for Neo4j.
GraphDatabaseSettings() - Constructor for class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
GraphDatabaseSettings.BoltConnector - Class in org.neo4j.graphdb.factory
Deprecated.
GraphDatabaseSettings.BoltConnector.EncryptionLevel - Enum in org.neo4j.graphdb.factory
Deprecated.
 
GraphDatabaseSettings.Connector - Class in org.neo4j.graphdb.factory
Deprecated.
see Connector instead. This will be removed in 4.0.
GraphDatabaseSettings.Connector.ConnectorType - Enum in org.neo4j.graphdb.factory
Deprecated.
 
GraphDatabaseSettings.LabelIndex - Enum in org.neo4j.graphdb.factory
Deprecated.
- lucene label index has been removed.
GraphDatabaseSettings.SchemaIndex - Enum in org.neo4j.graphdb.factory
 
GraphDatabaseSettings.TransactionStateMemoryAllocation - Enum in org.neo4j.graphdb.factory
 
GRAPHDB - Static variable in class org.neo4j.server.rest.repr.Representation
 
GRAPHDB - Static variable in class org.neo4j.server.rest.repr.RepresentationType
 
group - Variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings.Connector
Deprecated.
 

H

has(String) - Method in class org.neo4j.helpers.Args
Deprecated.
hashCode() - Method in class org.neo4j.graphdb.DynamicLabel
Deprecated.
 
hashCode() - Method in class org.neo4j.graphdb.DynamicRelationshipType
Deprecated.
Implements the default hash function as defined by java.lang.Object.
hashCode() - Method in class org.neo4j.graphdb.InputPosition
 
hashCode() - Method in class org.neo4j.graphdb.spatial.Coordinate
 
hashCode(Object) - Static method in class org.neo4j.helpers.ArrayUtil
Deprecated.
hashCode() - Method in class org.neo4j.helpers.collection.MultiSet
 
hashCode() - Method in class org.neo4j.helpers.collection.Pair
 
hashCode() - Method in class org.neo4j.helpers.HostnamePort
 
hashCode() - Method in class org.neo4j.helpers.Reference
Deprecated.
 
hashCode() - Method in class org.neo4j.helpers.Service
 
hashCode() - Method in class org.neo4j.helpers.SocketAddress
 
hashCode() - Method in class org.neo4j.server.rest.repr.RepresentationType
 
hasLabel(Label) - Method in interface org.neo4j.graphdb.Node
Checks whether or not this node has the given label.
hasNext() - Method in interface org.neo4j.graphdb.Result
Denotes there being more rows available in this result.
hasNext() - Method in class org.neo4j.helpers.collection.ArrayIterator
 
hasNext() - Method in class org.neo4j.helpers.collection.CachingIterator
Returns whether a call to CachingIterator.next() will be able to return an item or not.
hasNext() - Method in class org.neo4j.helpers.collection.IteratorWrapper
 
hasNext() - Method in class org.neo4j.helpers.collection.MappingResourceIterator
 
hasNext() - Method in class org.neo4j.helpers.collection.PrefetchingIterator
 
hasNext() - Method in class org.neo4j.helpers.collection.ResourceClosingIterator
 
hasNext() - Method in class org.neo4j.helpers.collection.ReverseArrayIterator
 
hasNonNull(String) - Method in class org.neo4j.helpers.Args
Deprecated.
hasPrevious() - Method in class org.neo4j.helpers.collection.CachingIterator
Returns whether or not a call to CachingIterator.previous() will be able to return an item or not.
hasProfilerStatistics() - Method in interface org.neo4j.graphdb.ExecutionPlanDescription
Signifies that the query was profiled, and that statistics from the profiling can be retrieved.
hasProperty(String) - Method in interface org.neo4j.graphdb.PropertyContainer
Returns true if this property container has a property accessible through the given key, false otherwise.
hasRelationship() - Method in interface org.neo4j.graphdb.Node
Returns true if there are any relationships attached to this node, false otherwise.
hasRelationship(RelationshipType...) - Method in interface org.neo4j.graphdb.Node
Returns true if there are any relationships of any of the types in types attached to this node (regardless of direction), false otherwise.
hasRelationship(Direction, RelationshipType...) - Method in interface org.neo4j.graphdb.Node
Returns true if there are any relationships of any of the types in types attached to this node (for the given direction), false otherwise.
hasRelationship(Direction) - Method in interface org.neo4j.graphdb.Node
Returns true if there are any relationships in the given direction attached to this node, false otherwise.
hasRelationship(RelationshipType, Direction) - Method in interface org.neo4j.graphdb.Node
Returns true if there are any relationships of the given relationship type and direction attached to this node, false otherwise.
HighAvailability - Interface in org.neo4j.management
Deprecated.
HighlyAvailableGraphDatabaseFactory - Class in org.neo4j.graphdb.factory
Deprecated.
high availability database/edition is deprecated in favour of causal clustering. It will be removed in next major release.
HighlyAvailableGraphDatabaseFactory() - Constructor for class org.neo4j.graphdb.factory.HighlyAvailableGraphDatabaseFactory
Deprecated.
 
HostnamePort - Class in org.neo4j.helpers
Represents a hostname and port, optionally with a port range.
HostnamePort(String) - Constructor for class org.neo4j.helpers.HostnamePort
 
HostnamePort(String, int) - Constructor for class org.neo4j.helpers.HostnamePort
 
HostnamePort(String, int, int) - Constructor for class org.neo4j.helpers.HostnamePort
 
HttpConnectionInfoFactory - Class in org.neo4j.server.rest.web
 
httpValidator - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 

I

IdContextFactory - Class in org.neo4j.graphdb.factory.module.id
 
IdContextFactoryBuilder - Class in org.neo4j.graphdb.factory.module.id
 
INADDR_ANY - Static variable in class org.neo4j.backup.OnlineBackupKernelExtension
Deprecated.
 
includeIfAcceptedByAny(PathEvaluator...) - Static method in class org.neo4j.graphdb.traversal.Evaluators
Whereas adding Evaluators to a TraversalDescription puts those evaluators in AND-mode this can group many evaluators in OR-mode.
includeIfAcceptedByAny(Evaluator...) - Static method in class org.neo4j.graphdb.traversal.Evaluators
Whereas adding Evaluators to a TraversalDescription puts those evaluators in AND-mode this can group many evaluators in OR-mode.
includeIfContainsAll(Node...) - Static method in class org.neo4j.graphdb.traversal.Evaluators
Evaluator which decides to include a Path if all the nodes exist in it.
includes() - Method in enum org.neo4j.graphdb.traversal.Evaluation
 
includes() - Method in interface org.neo4j.graphdb.traversal.TraversalBranch
 
includeWhereEndNodeIs(Node...) - Static method in class org.neo4j.graphdb.traversal.Evaluators
Include paths with the specified end nodes.
includeWhereLastRelationshipTypeIs(RelationshipType, RelationshipType...) - Static method in class org.neo4j.graphdb.traversal.Evaluators
 
includingDepths(int, int) - Static method in class org.neo4j.graphdb.traversal.Evaluators
Returns an Evaluator which only includes positions between depths minDepth and maxDepth.
incomingRelationshipsUri() - Method in class org.neo4j.server.rest.repr.NodeRepresentation
 
incomingRelationshipsUri() - Method in class org.neo4j.server.rest.repr.ScoredNodeRepresentation
 
incomingTypedRelationshipsUriTemplate() - Method in class org.neo4j.server.rest.repr.NodeRepresentation
 
incomingTypedRelationshipsUriTemplate() - Method in class org.neo4j.server.rest.repr.ScoredNodeRepresentation
 
increment(T, long) - Method in class org.neo4j.helpers.collection.MultiSet
 
incremental(String) - Method in class org.neo4j.backup.OnlineBackup
incremental(String, boolean) - Method in class org.neo4j.backup.OnlineBackup
incremental(GraphDatabaseAPI) - Method in class org.neo4j.backup.OnlineBackup
incrementalBackup(RequestContext) - Method in interface org.neo4j.backup.TheBackupInterface
Deprecated.
 
IncrementalBackupNotPossibleException - Exception in org.neo4j.backup
 
IncrementalBackupNotPossibleException(String, Throwable) - Constructor for exception org.neo4j.backup.IncrementalBackupNotPossibleException
 
index() - Method in interface org.neo4j.graphdb.GraphDatabaseService
Deprecated.
The IndexManager based indexes will be removed in the next major release. Please consider using schema indexes instead.
Index<T extends PropertyContainer> - Interface in org.neo4j.graphdb.index
Deprecated.
This API will be removed in the next major release. Please consider using schema indexes instead.
INDEX - Static variable in class org.neo4j.server.rest.repr.Representation
 
INDEX - Static variable in class org.neo4j.server.rest.repr.RepresentationType
 
index_background_sampling_enabled - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
INDEX_DEFINITION - Static variable in class org.neo4j.server.rest.repr.RepresentationType
 
INDEX_ORDER - Static variable in class org.neo4j.server.rest.web.DatabaseActions
 
index_sample_size_limit - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
index_sampling_buffer_size - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
Deprecated.
index_sampling_update_percentage - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
IndexCreator - Interface in org.neo4j.graphdb.schema
A builder for entering details about an index to create.
IndexDefinition - Interface in org.neo4j.graphdb.schema
Definition for an index.
IndexDefinitionRepresentation - Class in org.neo4j.server.rest.repr
 
IndexDefinitionRepresentation(IndexDefinition) - Constructor for class org.neo4j.server.rest.repr.IndexDefinitionRepresentation
 
IndexDefinitionRepresentation(IndexDefinition, Schema.IndexState, IndexPopulationProgress) - Constructor for class org.neo4j.server.rest.repr.IndexDefinitionRepresentation
 
IndexedEntityRepresentation - Class in org.neo4j.server.rest.repr
 
IndexedEntityRepresentation(Node, String, String, IndexRepresentation) - Constructor for class org.neo4j.server.rest.repr.IndexedEntityRepresentation
 
IndexedEntityRepresentation(Relationship, String, String, IndexRepresentation) - Constructor for class org.neo4j.server.rest.repr.IndexedEntityRepresentation
 
indexFor(Label) - Method in interface org.neo4j.graphdb.schema.Schema
Returns an IndexCreator where details about the index to create can be specified.
IndexHits<T> - Interface in org.neo4j.graphdb.index
Deprecated.
This API will be removed in the next major release. Please consider using schema indexes instead.
IndexManager - Interface in org.neo4j.graphdb.index
Deprecated.
The IndexManager based indexes will be removed in next major release. Please consider using schema indexes instead.
indexNumeric() - Method in class org.neo4j.index.lucene.ValueContext
Deprecated.
indexOf(T[], T) - Static method in class org.neo4j.helpers.ArrayUtil
Deprecated.
indexOf(T, Iterable<T>) - Static method in class org.neo4j.helpers.collection.Iterables
Returns the index of the first occurrence of the specified element in this iterable, or -1 if this iterable does not contain the element.
IndexPopulationProgress - Class in org.neo4j.graphdb.index
This class is simply a progress counter of indexing population progress.
IndexPopulationProgress(long, long) - Constructor for class org.neo4j.graphdb.index.IndexPopulationProgress
 
IndexRepresentation - Class in org.neo4j.server.rest.repr
 
IndexRepresentation(String, Map<String, String>) - Constructor for class org.neo4j.server.rest.repr.IndexRepresentation
 
IndexSamplingManager - Interface in org.neo4j.management
Deprecated.
info(String) - Method in class org.neo4j.logging.AbstractLog
 
info(String, Throwable) - Method in class org.neo4j.logging.AbstractLog
 
info(String, Object...) - Method in class org.neo4j.logging.AbstractLog
 
info(String) - Method in interface org.neo4j.logging.Log
Shorthand for infoLogger().log( message )
info(String, Throwable) - Method in interface org.neo4j.logging.Log
Shorthand for infoLogger().log( message, throwable )
info(String, Object...) - Method in interface org.neo4j.logging.Log
Shorthand for infoLogger().log( format, arguments )
info(String) - Method in class org.neo4j.logging.NullLog
 
info(String, Throwable) - Method in class org.neo4j.logging.NullLog
 
info(String, Object...) - Method in class org.neo4j.logging.NullLog
 
infoLogger() - Method in class org.neo4j.logging.BufferingLog
 
infoLogger() - Method in class org.neo4j.logging.DuplicatingLog
 
infoLogger() - Method in class org.neo4j.logging.FormattedLog
 
infoLogger() - Method in interface org.neo4j.logging.Log
 
infoLogger() - Method in class org.neo4j.logging.NullLog
 
infoLogger() - Method in class org.neo4j.logging.slf4j.Slf4jLog
 
init() - Method in class org.neo4j.index.lucene.LuceneKernelExtension
Deprecated.
 
init(FilterConfig) - Method in class org.neo4j.server.rest.web.CollectUserAgentFilter
 
init(FilterConfig) - Method in class org.neo4j.server.rest.web.CorsFilter
 
initFacade(File, Map<String, String>, GraphDatabaseFacadeFactory.Dependencies, GraphDatabaseFacade) - Method in class org.neo4j.graphdb.facade.GraphDatabaseFacadeFactory
Instantiate a graph database given configuration, dependencies, and a custom implementation of .neo4j.kernel.impl.factory.GraphDatabaseFacade.
initFacade(File, Config, GraphDatabaseFacadeFactory.Dependencies, GraphDatabaseFacade) - Method in class org.neo4j.graphdb.facade.GraphDatabaseFacadeFactory
Instantiate a graph database given configuration, dependencies, and a custom implementation of .neo4j.kernel.impl.factory.GraphDatabaseFacade.
InitialBranchState<STATE> - Interface in org.neo4j.graphdb.traversal
Factory for initial state of TraversalBranches in a traversal.
InitialBranchState.Adapter<STATE> - Class in org.neo4j.graphdb.traversal
 
InitialBranchState.State<STATE> - Class in org.neo4j.graphdb.traversal
Branch state evaluator for an initial state.
initialize(PathExpander, TraversalContext) - Method in interface org.neo4j.graphdb.traversal.TraversalBranch
Initializes this TraversalBranch, the relationship iterator, Evaluation etc.
initialState(Path) - Method in interface org.neo4j.graphdb.traversal.InitialBranchState
Returns an initial state for a Path.
initialState(Path) - Method in class org.neo4j.graphdb.traversal.InitialBranchState.State
 
Injectable<T> - Interface in org.neo4j.server.plugins
Deprecated.
Server plugins are deprecated for removal in the next major release. Please use unmanaged extensions instead.
injectable(Class<T>, T) - Static method in interface org.neo4j.server.plugins.Injectable
Deprecated.
InputFormat - Interface in org.neo4j.server.rest.repr
 
inputFormat(MediaType) - Method in class org.neo4j.server.rest.repr.RepresentationFormatRepository
 
InputFormatProvider - Class in org.neo4j.server.rest.repr
 
InputFormatProvider(RepresentationFormatRepository) - Constructor for class org.neo4j.server.rest.repr.InputFormatProvider
 
InputPosition - Class in org.neo4j.graphdb
An input position refers to a specific point in a query string.
InputPosition(int, int, int) - Constructor for class org.neo4j.graphdb.InputPosition
Creating a position from and offset, line number and a column number.
inserter(File) - Static method in class org.neo4j.unsafe.batchinsert.BatchInserters
Get a BatchInserter given a store directory.
inserter(File, FileSystemAbstraction) - Static method in class org.neo4j.unsafe.batchinsert.BatchInserters
 
inserter(File, Map<String, String>) - Static method in class org.neo4j.unsafe.batchinsert.BatchInserters
 
inserter(File, FileSystemAbstraction, Map<String, String>) - Static method in class org.neo4j.unsafe.batchinsert.BatchInserters
 
inserter(File, Map<String, String>, Iterable<KernelExtensionFactory<?>>) - Static method in class org.neo4j.unsafe.batchinsert.BatchInserters
 
inserter(File, FileSystemAbstraction, Map<String, String>, Iterable<KernelExtensionFactory<?>>) - Static method in class org.neo4j.unsafe.batchinsert.BatchInserters
 
INSTANCE - Static variable in class org.neo4j.server.plugins.DisabledPluginManager
Deprecated.
 
intCostEvaluator(String) - Static method in class org.neo4j.graphalgo.CommonEvaluators
 
INTEGER - Static variable in class org.neo4j.server.rest.repr.Representation
 
INTEGER - Static variable in class org.neo4j.server.rest.repr.RepresentationType
 
INTEGER_LIST - Static variable in class org.neo4j.server.rest.repr.Representation
 
internal() - Method in class org.neo4j.graphdb.config.BaseSetting
Deprecated.
 
internal() - Method in interface org.neo4j.graphdb.config.SettingGroup
Deprecated.
 
Internal - Annotation Type in org.neo4j.procedure
This annotation marks a Procedure as being hidden, i.e.
InternalJettyServletRequest - Class in org.neo4j.server.rest.web
 
InternalJettyServletRequest(String, String, String, InternalJettyServletResponse, InternalJettyServletRequest.RequestData) - Constructor for class org.neo4j.server.rest.web.InternalJettyServletRequest
 
InternalJettyServletRequest(String, HttpURI, String, Cookie[], String, String, InternalJettyServletResponse, InternalJettyServletRequest.RequestData) - Constructor for class org.neo4j.server.rest.web.InternalJettyServletRequest
 
InternalJettyServletRequest.RequestData - Class in org.neo4j.server.rest.web
 
InternalJettyServletResponse - Class in org.neo4j.server.rest.web
 
InternalJettyServletResponse() - Constructor for class org.neo4j.server.rest.web.InternalJettyServletResponse
 
interpretOption(String, Function<String, T>, Function<String, T>, Validator<T>...) - Method in class org.neo4j.helpers.Args
Deprecated.
interpretOptions(String, Function<String, T>, Function<String, T>, Validator<T>...) - Method in class org.neo4j.helpers.Args
Deprecated.
interpretOptionsWithMetadata(String, Function<String, T>, Function<String, T>, Validator<T>...) - Method in class org.neo4j.helpers.Args
Deprecated.
interpretOrphan(int, Function<String, T>, Function<String, T>, Validator<T>...) - Method in class org.neo4j.helpers.Args
Deprecated.
InvalidArgumentsException - Exception in org.neo4j.server.rest.repr
 
InvalidArgumentsException(String) - Constructor for exception org.neo4j.server.rest.repr.InvalidArgumentsException
 
InvalidSettingException - Exception in org.neo4j.graphdb.config
Deprecated.
The settings API will be completely rewritten in 4.0
InvalidSettingException(String, String, String) - Constructor for exception org.neo4j.graphdb.config.InvalidSettingException
Deprecated.
 
InvalidSettingException(String) - Constructor for exception org.neo4j.graphdb.config.InvalidSettingException
Deprecated.
 
InvalidSettingException(String, Throwable) - Constructor for exception org.neo4j.graphdb.config.InvalidSettingException
Deprecated.
 
InvalidTransactionTypeException - Exception in org.neo4j.graphdb
 
InvalidTransactionTypeException(String, Throwable) - Constructor for exception org.neo4j.graphdb.InvalidTransactionTypeException
 
invoke(ObjectName, String, Object[], String[]) - Static method in class org.neo4j.jmx.JmxUtils
Deprecated.
 
invoke(GraphDatabaseAPI, String, Class<T>, String, T, ParameterList) - Method in class org.neo4j.server.plugins.DefaultPluginManager
Deprecated.
invoke(GraphDatabaseAPI, String, Class<T>, String, T, ParameterList) - Method in class org.neo4j.server.plugins.DisabledPluginManager
Deprecated.
invoke(GraphDatabaseAPI, String, Class<T>, String, T, ParameterList) - Method in interface org.neo4j.server.plugins.PluginInvocator
Deprecated.
invoke(GraphDatabaseAPI, Object, ParameterList) - Method in class org.neo4j.server.plugins.PluginPoint
Deprecated.
invokeGraphDatabaseExtension(String, String, String) - Method in class org.neo4j.server.rest.web.ExtensionService
 
invokeNodeExtension(String, String, long, String) - Method in class org.neo4j.server.rest.web.ExtensionService
 
invokeRelationshipExtension(String, String, long, String) - Method in class org.neo4j.server.rest.web.ExtensionService
 
isAlive() - Method in class org.neo4j.management.ClusterMemberInfo
Deprecated.
 
isAlive() - Method in interface org.neo4j.management.HighAvailability
Deprecated.
 
isAsyncStarted() - Method in class org.neo4j.server.rest.web.InternalJettyServletRequest
 
isAsyncSupported() - Method in class org.neo4j.server.rest.web.InternalJettyServletRequest
 
isAutoIndexerEnabled(String) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
isAutoIndexerEnabled(String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
isAvailable(long) - Method in interface org.neo4j.graphdb.GraphDatabaseService
Use this method to check if the database is currently in a usable state.
isAvailable() - Method in class org.neo4j.management.ClusterMemberInfo
Deprecated.
 
isAvailable() - Method in interface org.neo4j.management.HighAvailability
Deprecated.
 
isCancelled() - Method in class org.neo4j.helpers.FutureAdapter
Deprecated.
 
isCommitted() - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
isCompositeIndex() - Method in interface org.neo4j.graphdb.schema.IndexDefinition
A composite index is an index that indexes nodes or relationships by more than one property.
isConsistent() - Method in class org.neo4j.backup.OnlineBackup
 
isConstraintIndex() - Method in interface org.neo4j.graphdb.schema.IndexDefinition
 
isConstraintType(ConstraintType) - Method in interface org.neo4j.graphdb.schema.ConstraintDefinition
 
isDebugEnabled() - Method in class org.neo4j.logging.BufferingLog
 
isDebugEnabled() - Method in class org.neo4j.logging.DuplicatingLog
 
isDebugEnabled() - Method in class org.neo4j.logging.FormattedLog
 
isDebugEnabled() - Method in interface org.neo4j.logging.Log
 
isDebugEnabled() - Method in class org.neo4j.logging.NullLog
 
isDebugEnabled() - Method in class org.neo4j.logging.slf4j.Slf4jLog
 
isDeleted(Node) - Method in interface org.neo4j.graphdb.event.TransactionData
Returns whether or not node is deleted in this transaction.
isDeleted(Relationship) - Method in interface org.neo4j.graphdb.event.TransactionData
Returns whether or not relationship is deleted in this transaction.
isDone() - Method in class org.neo4j.helpers.FutureAdapter.Present
Deprecated.
 
isEmpty(Object[]) - Static method in class org.neo4j.helpers.ArrayUtil
Deprecated.
isEmpty() - Method in class org.neo4j.helpers.collection.MultiSet
 
isEmpty() - Method in class org.neo4j.server.plugins.ConfigAdapter
Deprecated.
isEmpty() - Method in class org.neo4j.server.rest.repr.PropertiesRepresentation
 
isEnabled() - Method in interface org.neo4j.graphdb.index.AutoIndexer
Deprecated.
isErrorEnabled() - Method in class org.neo4j.logging.FormattedLog
 
isExplained() - Method in class org.neo4j.graphdb.QueryExecutionType
Signifies that the query was executed with the EXPLAIN directive.
isInfoEnabled() - Method in class org.neo4j.logging.FormattedLog
 
isIPv6() - Method in class org.neo4j.helpers.SocketAddress
 
isMultiTokenIndex() - Method in interface org.neo4j.graphdb.schema.IndexDefinition
A multi-token index is an index that indexes nodes or relationships that have any or all of a given set of labels or relationship types, respectively.
isNodeIndex() - Method in interface org.neo4j.graphdb.schema.IndexDefinition
 
isPowerOfTwo(long) - Static method in class org.neo4j.helpers.Numbers
Deprecated.
Checks if value is a power of 2.
isProfiled() - Method in class org.neo4j.graphdb.QueryExecutionType
Signifies whether results from this execution contains profiling information.
isRange() - Method in class org.neo4j.helpers.HostnamePort
 
isReadOnly() - Method in interface org.neo4j.jmx.Kernel
Deprecated.
 
isReadOnly() - Method in class org.neo4j.management.Neo4jManager
 
isRelationshipIndex() - Method in interface org.neo4j.graphdb.schema.IndexDefinition
 
isSecure() - Method in class org.neo4j.server.rest.web.InternalJettyServletRequest
 
isSecure - Variable in class org.neo4j.server.rest.web.InternalJettyServletRequest.RequestData
 
isType(RelationshipType) - Method in interface org.neo4j.graphdb.Relationship
Indicates whether this relationship is of the type type.
isUnique(TraversalBranch) - Method in interface org.neo4j.graphdb.traversal.TraversalContext
Used for all except branches to check adherence to the traversal uniqueness.
isUniqueFirst(TraversalBranch) - Method in interface org.neo4j.graphdb.traversal.TraversalContext
Used for start branches to check adherence to the traversal uniqueness.
isWarnEnabled() - Method in class org.neo4j.logging.FormattedLog
 
isWildcard() - Method in class org.neo4j.helpers.SocketAddress
 
isWriteable() - Method in interface org.neo4j.graphdb.index.ReadableIndex
Deprecated.
isWriting() - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
itemEquals(Object, Object) - Method in interface org.neo4j.helpers.ArrayUtil.ArrayEquality
Deprecated.
 
iterable(C...) - Static method in class org.neo4j.helpers.collection.Iterables
 
Iterables - Class in org.neo4j.helpers.collection
 
IterableWrapper<T,U> - Class in org.neo4j.helpers.collection
Wraps an Iterable so that it returns items of another type.
IterableWrapper(Iterable<U>) - Constructor for class org.neo4j.helpers.collection.IterableWrapper
 
iterator() - Method in interface org.neo4j.graphdb.Path
Iterates through both the Nodes and Relationships of this path in order.
iterator() - Method in interface org.neo4j.graphdb.ResourceIterable
Returns an iterator with associated resources that may be managed.
iterator() - Method in interface org.neo4j.graphdb.traversal.Traverser
Represents the traversal in the form of Paths.
iterator() - Method in class org.neo4j.helpers.collection.CombiningIterable
 
iterator() - Method in class org.neo4j.helpers.collection.ExceptionHandlingIterable
 
iterator() - Method in class org.neo4j.helpers.collection.FilteringIterable
 
iterator() - Method in class org.neo4j.helpers.collection.FirstItemIterable
 
iterator() - Method in class org.neo4j.helpers.collection.IterableWrapper
 
iterator(T) - Static method in class org.neo4j.helpers.collection.Iterators
 
iterator(T...) - Static method in class org.neo4j.helpers.collection.Iterators
 
iterator(int, T...) - Static method in class org.neo4j.helpers.collection.Iterators
 
iterator() - Method in class org.neo4j.helpers.collection.LimitingResourceIterable
 
iterator() - Method in class org.neo4j.helpers.collection.NestingIterable
 
iterator() - Method in class org.neo4j.helpers.collection.ResourceIterableWrapper
 
iterator() - Method in class org.neo4j.helpers.Listeners
Deprecated.
Returns the iterator over listeners in this container in the order they were added.
Iterators - Class in org.neo4j.helpers.collection
Contains common functionality regarding Iterators and Iterables.
iteratorsEqual(Iterator<?>, Iterator<?>) - Static method in class org.neo4j.helpers.collection.Iterators
Iterates over the full iterators, and checks equality for each item in them.
IteratorWrapper<T,U> - Class in org.neo4j.helpers.collection
Wraps an Iterator so that it returns items of another type.
IteratorWrapper(Iterator<U>) - Constructor for class org.neo4j.helpers.collection.IteratorWrapper
 

J

jarUsage(Class<?>, String...) - Static method in class org.neo4j.helpers.Args
Deprecated.
JmxUtils - Class in org.neo4j.jmx
Deprecated.
JmxUtils() - Constructor for class org.neo4j.jmx.JmxUtils
Deprecated.
 
jobScheduler - Variable in class org.neo4j.graphdb.factory.module.PlatformModule
 
join(T[], String) - Static method in class org.neo4j.helpers.ArrayUtil
Deprecated.
join(String, Iterable<?>) - Static method in class org.neo4j.helpers.collection.Iterables
 
join(String, Iterator<?>) - Static method in class org.neo4j.helpers.collection.Iterators
 
joinAsLines(String...) - Static method in class org.neo4j.helpers.Strings
Deprecated.
jsonCreateNodeIndex(String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
jsonCreateRelationshipIndex(String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 

K

keep_logical_logs - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
kernel() - Method in class org.neo4j.graphdb.facade.spi.ClassicCoreSPI
 
kernel() - Method in class org.neo4j.graphdb.facade.spi.ProcedureGDBFacadeSPI
 
Kernel - Interface in org.neo4j.jmx
Deprecated.
kernelAPI - Variable in class org.neo4j.graphdb.factory.module.DataSourceModule
 
KernelEventHandler - Interface in org.neo4j.graphdb.event
Event handler interface for Neo4j Kernel life cycle events.
KernelEventHandler.ExecutionOrder - Enum in org.neo4j.graphdb.event
Represents the order of execution between two event handlers, if one handler should be executed KernelEventHandler.ExecutionOrder.BEFORE, KernelEventHandler.ExecutionOrder.AFTER another handler, or if it KernelEventHandler.ExecutionOrder.DOESNT_MATTER.
kernelExtensionFactories - Variable in class org.neo4j.graphdb.factory.module.PlatformModule
 
kernelExtensions(Iterable<KernelExtensionFactory<?>>) - Method in class org.neo4j.graphdb.facade.GraphDatabaseDependencies
 
kernelExtensions() - Method in class org.neo4j.graphdb.facade.GraphDatabaseDependencies
 
kernelExtensions() - Method in interface org.neo4j.graphdb.facade.GraphDatabaseFacadeFactory.Dependencies
 
kernelPanic(ErrorState) - Method in interface org.neo4j.graphdb.event.KernelEventHandler
This is invoked when the Neo4j Graph Database enters a state from which it cannot continue.
key() - Method in interface org.neo4j.graphdb.event.PropertyEntry
Get the key of the modified property.
key() - Method in class org.neo4j.graphdb.factory.GraphDatabaseSettings.Connector
Deprecated.
 
keySet() - Method in class org.neo4j.helpers.collection.LruCache
 
kill_query_verbose - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 

L

label(String) - Static method in class org.neo4j.graphdb.DynamicLabel
Deprecated.
label() - Method in interface org.neo4j.graphdb.event.LabelEntry
This is the label that has been added or removed.
Label - Interface in org.neo4j.graphdb
A label is a grouping facility for Node where all nodes having a label are part of the same group.
label(String) - Static method in interface org.neo4j.graphdb.Label
Instantiates a new Label with the given name.
label_block_size - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
label_index - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
Deprecated.
- lucene label index has been removed, thus 'native' is only viable option and this setting is not needed.
LabelEntry - Interface in org.neo4j.graphdb.event
Represents an assigned or removed label for a node.
labelsUriTemplate() - Method in class org.neo4j.server.rest.repr.NodeRepresentation
 
labelsUriTemplate() - Method in class org.neo4j.server.rest.repr.ScoredNodeRepresentation
 
last(Iterable<T>) - Static method in class org.neo4j.helpers.collection.Iterables
Returns the given iterable's last element.
last(Iterator<T>) - Static method in class org.neo4j.helpers.collection.Iterators
Returns the given iterator's last element.
lastOf(T[]) - Static method in class org.neo4j.helpers.ArrayUtil
Deprecated.
lastOrNull(Iterable<T>) - Static method in class org.neo4j.helpers.collection.Iterables
Returns the given iterable's last element or null if no element found.
lastOrNull(Iterator<T>) - Static method in class org.neo4j.helpers.collection.Iterators
Returns the given iterator's last element or null if no element found.
lastRelationship() - Method in interface org.neo4j.graphdb.Path
Returns the last Relationship in this path.
lastRelationshipTypeIs(Evaluation, Evaluation, RelationshipType, RelationshipType...) - Static method in class org.neo4j.graphdb.traversal.Evaluators
Returns an Evaluator which compares the type of the last relationship in a Path to a given set of relationship types (one or more).If the type of the last relationship in a path is of one of the given types then evaluationIfMatch will be returned, otherwise evaluationIfNoMatch will be returned.
lastWordOrQuoteOf(String, boolean) - Static method in class org.neo4j.helpers.TextUtil
Deprecated.
 
latchGuardedValue(Supplier<T>, CountDownLatch, String) - Static method in class org.neo4j.helpers.FutureAdapter
Deprecated.
launderedException(Throwable) - Static method in class org.neo4j.helpers.Exceptions
launderedException(String, Throwable) - Static method in class org.neo4j.helpers.Exceptions
launderedException(Class<T>, Throwable) - Static method in class org.neo4j.helpers.Exceptions
launderedException(Class<T>, String, Throwable) - Static method in class org.neo4j.helpers.Exceptions
Deprecated.
use throw e or throw new RuntimeException(e) directly. Prefer multi-caches if applicable. For more elaborate scenarios, have a look at Exceptions.throwIfUnchecked(Throwable) and Exceptions.throwIfInstanceOf(Throwable, Class)

For a more furrow explanation take a look at the very similar case: Why we deprecated Throwables.propagate

length() - Method in interface org.neo4j.graphdb.Path
Returns the length of this path.
length() - Method in class org.neo4j.server.helpers.PropertyTypeDispatcher.PropertyArray
 
length() - Method in class org.neo4j.server.rest.repr.PathRepresentation
 
Level - Enum in org.neo4j.logging
 
LevelSelectorOrderer - Class in org.neo4j.graphdb.traversal
 
LevelSelectorOrderer(BranchSelector, BranchSelector, boolean, int) - Constructor for class org.neo4j.graphdb.traversal.LevelSelectorOrderer
 
life - Variable in class org.neo4j.graphdb.factory.module.PlatformModule
 
limit(int, Iterable<T>) - Static method in class org.neo4j.helpers.collection.Iterables
 
limit(int) - Static method in class org.neo4j.helpers.collection.Iterables
 
LimitingResourceIterable<T> - Class in org.neo4j.helpers.collection
Limits the amount of items returned by an ResourceIterable, or rather ResourceIterators spawned from it.
LimitingResourceIterable(ResourceIterable<T>, int) - Constructor for class org.neo4j.helpers.collection.LimitingResourceIterable
Instantiates a new limiting Iterable which can limit the number of items returned from iterators it spawns.
LimitingResourceIterator<T> - Class in org.neo4j.helpers.collection
Limits the amount of items returned by an Iterator.
LimitingResourceIterator(ResourceIterator<T>, int) - Constructor for class org.neo4j.helpers.collection.LimitingResourceIterator
Instantiates a new limiting iterator which iterates over source and if limit items have been returned the next PrefetchingIterator.hasNext() will return false.
limitReached() - Method in class org.neo4j.helpers.collection.LimitingResourceIterator
 
list(Iterable<Node>) - Static method in class org.neo4j.server.rest.repr.NodeRepresentation
 
list(Iterable<Relationship>) - Static method in class org.neo4j.server.rest.repr.RelationshipRepresentation
 
listen_address - Variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings.BoltConnector
Deprecated.
 
listenAddress(String, int) - Static method in class org.neo4j.helpers.ListenSocketAddress
Textual representation format for a listen socket address.
Listeners<T> - Class in org.neo4j.helpers
Deprecated.
Listeners() - Constructor for class org.neo4j.helpers.Listeners
Deprecated.
Listeners(Listeners<T>) - Constructor for class org.neo4j.helpers.Listeners
Deprecated.
Listeners.Notification<T> - Interface in org.neo4j.helpers
Deprecated.
ListenSocketAddress - Class in org.neo4j.helpers
 
ListenSocketAddress(String, int) - Constructor for class org.neo4j.helpers.ListenSocketAddress
 
ListRepresentation - Class in org.neo4j.server.rest.repr
 
ListRepresentation(String, Iterable<? extends Representation>) - Constructor for class org.neo4j.server.rest.repr.ListRepresentation
 
ListRepresentation(RepresentationType, Iterable<? extends Representation>) - Constructor for class org.neo4j.server.rest.repr.ListRepresentation
 
ListSerializer - Class in org.neo4j.server.rest.repr
 
ListWriter - Class in org.neo4j.server.rest.repr
 
ListWriter() - Constructor for class org.neo4j.server.rest.repr.ListWriter
 
load(Reader) - Static method in class org.neo4j.helpers.collection.MapUtil
Loads a Map from a Reader assuming strings as keys and values.
load(InputStream) - Static method in class org.neo4j.helpers.collection.MapUtil
Loads a Map from an InputStream assuming strings as keys and values.
load(File) - Static method in class org.neo4j.helpers.collection.MapUtil
Loads a Map from a File assuming strings as keys and values.
load(Class<T>) - Static method in class org.neo4j.helpers.Service
Load all implementations of a Service.
load(Class<T>, String) - Static method in class org.neo4j.helpers.Service
Load the Service implementation with the specified key.
load_csv_file_url_root - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
loadPropertiesFromFile(String) - Method in class org.neo4j.graphdb.factory.GraphDatabaseBuilder.Delegator
Deprecated.
 
loadPropertiesFromFile(String) - Method in class org.neo4j.graphdb.factory.GraphDatabaseBuilder
Load a Properties file from a given file, and add the settings to the builder.
loadPropertiesFromURL(URL) - Method in class org.neo4j.graphdb.factory.GraphDatabaseBuilder.Delegator
Deprecated.
 
loadPropertiesFromURL(URL) - Method in class org.neo4j.graphdb.factory.GraphDatabaseBuilder
Load Properties file from a given URL, and add the settings to the builder.
loadSilently(Class<T>, String) - Static method in class org.neo4j.helpers.Service
Load the Service implementation with the specified key.
loadStrictly(Reader) - Static method in class org.neo4j.helpers.collection.MapUtil
Loads a Map from a Reader assuming strings as keys and values.
loadStrictly(InputStream) - Static method in class org.neo4j.helpers.collection.MapUtil
Loads a Map from an InputStream assuming strings as keys and values.
localAddress - Variable in class org.neo4j.server.rest.web.InternalJettyServletRequest.RequestData
 
localName - Variable in class org.neo4j.server.rest.web.InternalJettyServletRequest.RequestData
 
localPort - Variable in class org.neo4j.server.rest.web.InternalJettyServletRequest.RequestData
 
Lock - Interface in org.neo4j.graphdb
An acquired lock on an entity for a transaction, acquired from Transaction.acquireWriteLock(PropertyContainer) or Transaction.acquireReadLock(PropertyContainer) this lock can be released manually using Lock.release().
lock_acquisition_timeout - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
lock_manager - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
LockManager - Interface in org.neo4j.management
Deprecated.
log(String) - Method in class org.neo4j.logging.AbstractPrintWriterLogger
 
log(String, Throwable) - Method in class org.neo4j.logging.AbstractPrintWriterLogger
 
log(String, Object...) - Method in class org.neo4j.logging.AbstractPrintWriterLogger
 
Log - Interface in org.neo4j.logging
A log into which various levels of messages can be written
log(String) - Method in interface org.neo4j.logging.Logger
 
log(String, Throwable) - Method in interface org.neo4j.logging.Logger
 
log(String, Object...) - Method in interface org.neo4j.logging.Logger
 
log(String) - Method in class org.neo4j.logging.NullLogger
 
log(String, Throwable) - Method in class org.neo4j.logging.NullLogger
 
log(String, Object...) - Method in class org.neo4j.logging.NullLogger
 
log(String) - Method in class org.neo4j.logging.PrintStreamLogger
 
log(String, Throwable) - Method in class org.neo4j.logging.PrintStreamLogger
 
log(String, Object...) - Method in class org.neo4j.logging.PrintStreamLogger
 
log2floor(long) - Static method in class org.neo4j.helpers.Numbers
Deprecated.
Returns base 2 logarithm of the closest power of 2 that is less or equal to the value.
log_inconsistent_data_deletion - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
log_queries - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
log_queries_allocation_logging_enabled - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
log_queries_detailed_time_logging_enabled - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
log_queries_filename - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
log_queries_max_archives - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
log_queries_page_detail_logging_enabled - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
log_queries_parameter_logging_enabled - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
log_queries_rotation_threshold - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
log_queries_runtime_logging_enabled - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
log_queries_threshold - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
log_timezone - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
Deprecated.
logFileInformationSupplier() - Method in interface org.neo4j.backup.OnlineBackupExtensionFactory.Dependencies
Deprecated.
 
Logger - Interface in org.neo4j.logging
A log into which messages can be written
logging - Variable in class org.neo4j.graphdb.factory.module.PlatformModule
 
logical_log_rotation_threshold - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
logical_logs_location - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
logicalTransactionStoreSupplier() - Method in interface org.neo4j.backup.OnlineBackupExtensionFactory.Dependencies
Deprecated.
 
LogProvider - Interface in org.neo4j.logging
Used to obtain a Log for a specified context
logs_directory - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
logService() - Method in interface org.neo4j.backup.OnlineBackupExtensionFactory.Dependencies
Deprecated.
 
LogTimeZone - Enum in org.neo4j.logging
 
LONG - Static variable in class org.neo4j.server.rest.repr.Representation
 
LONG - Static variable in class org.neo4j.server.rest.repr.RepresentationType
 
LONG_LIST - Static variable in class org.neo4j.server.rest.repr.Representation
 
loop(Iterator<T>) - Static method in class org.neo4j.helpers.collection.Iterators
Convenience method for looping over an Iterator.
LruCache<K,E> - Class in org.neo4j.helpers.collection
Simple implementation of Least-recently-used cache.
LruCache(String, int) - Constructor for class org.neo4j.helpers.collection.LruCache
Creates a LRU cache.
lucene_searcher_cache_size - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
LuceneBatchInserterIndexProvider - Class in org.neo4j.index.lucene.unsafe.batchinsert
Deprecated.
This API will be removed in next major release. Please consider using schema indexes instead.
LuceneBatchInserterIndexProvider(BatchInserter) - Constructor for class org.neo4j.index.lucene.unsafe.batchinsert.LuceneBatchInserterIndexProvider
Deprecated.
LuceneKernelExtension - Class in org.neo4j.index.lucene
Deprecated.
removed in 4.0
LuceneKernelExtension(File, Config, Supplier<IndexConfigStore>, FileSystemAbstraction, IndexProviders) - Constructor for class org.neo4j.index.lucene.LuceneKernelExtension
Deprecated.
removed in 4.0
LuceneKernelExtension(File, Config, Supplier<IndexConfigStore>, FileSystemAbstraction, IndexProviders, OperationalMode) - Constructor for class org.neo4j.index.lucene.LuceneKernelExtension
Deprecated.
removed in 4.0
LuceneKernelExtensionFactory - Class in org.neo4j.index.lucene
Deprecated.
removed in 4.0
LuceneKernelExtensionFactory() - Constructor for class org.neo4j.index.lucene.LuceneKernelExtensionFactory
Deprecated.
removed in 4.0
LuceneKernelExtensionFactory.Dependencies - Interface in org.neo4j.index.lucene
Deprecated.
removed in 4.0
LuceneTimeline<T extends PropertyContainer> - Class in org.neo4j.index.lucene
Deprecated.
This API will be removed in next major release. Please consider using schema indexes instead.
LuceneTimeline(GraphDatabaseService, Index<T>) - Constructor for class org.neo4j.index.lucene.LuceneTimeline
Deprecated.

M

main(String[]) - Static method in class org.neo4j.backup.BackupTool
Deprecated.
 
ManagementInterface - Annotation Type in org.neo4j.jmx
Deprecated.
map(Function<T, R>) - Method in interface org.neo4j.graphdb.ResourceIterator
 
map(FROM[], Function<FROM, TO>, Class<TO>) - Static method in class org.neo4j.helpers.ArrayUtil
Deprecated.
map(Function<? super FROM, ? extends TO>, Iterable<FROM>) - Static method in class org.neo4j.helpers.collection.Iterables
 
map(Function<? super FROM, ? extends TO>, Iterator<FROM>) - Static method in class org.neo4j.helpers.collection.Iterators
 
map(ThrowingFunction<? super FROM, ? extends TO, EX>, RawIterator<FROM, EX>) - Static method in class org.neo4j.helpers.collection.Iterators
 
map(Object...) - Static method in class org.neo4j.helpers.collection.MapUtil
A short-hand method for creating a Map of key/value pairs where keys are Strings and values are Objects.
map(Map<String, Object>, Object...) - Static method in class org.neo4j.helpers.collection.MapUtil
A short-hand method for creating a Map of key/value pairs where keys are Strings and values are Objects.
map(T) - Method in class org.neo4j.helpers.collection.ResourceClosingIterator
 
MAP - Static variable in class org.neo4j.server.rest.repr.Representation
 
MAP - Static variable in class org.neo4j.server.rest.repr.RepresentationType
 
MapBuilder() - Constructor for class org.neo4j.helpers.collection.MapUtil.MapBuilder
 
mapped_memory_page_size - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
Deprecated.
MappingRepresentation - Class in org.neo4j.server.rest.repr
 
MappingRepresentation(String) - Constructor for class org.neo4j.server.rest.repr.MappingRepresentation
 
MappingResourceIterator<T,S> - Class in org.neo4j.helpers.collection
 
MappingResourceIterator(ResourceIterator<S>) - Constructor for class org.neo4j.helpers.collection.MappingResourceIterator
 
MappingSerializer - Class in org.neo4j.server.rest.repr
 
MappingWriter - Class in org.neo4j.server.rest.repr
 
MappingWriter() - Constructor for class org.neo4j.server.rest.repr.MappingWriter
 
MapRepresentation - Class in org.neo4j.server.rest.repr
 
MapRepresentation(Map) - Constructor for class org.neo4j.server.rest.repr.MapRepresentation
 
MapTypeCaster - Class in org.neo4j.server.plugins
Deprecated.
Server plugins are deprecated for removal in the next major release. Please use unmanaged extensions instead.
MapTypeCaster() - Constructor for class org.neo4j.server.plugins.MapTypeCaster
Deprecated.
 
MapUtil - Class in org.neo4j.helpers.collection
Utility to create Maps.
MapUtil() - Constructor for class org.neo4j.helpers.collection.MapUtil
 
MapUtil.MapBuilder<K,V> - Class in org.neo4j.helpers.collection
 
matches(URI) - Method in class org.neo4j.helpers.HostnamePort
 
matches(String) - Method in class org.neo4j.helpers.Service
 
MathUtil - Class in org.neo4j.helpers
Deprecated.
This class will be removed from public API in 4.0.
MaxCostEvaluator<T> - Interface in org.neo4j.graphalgo
Deprecated.
This is not in use anymore, left for backward comparability
maxCostExceeded(T) - Method in interface org.neo4j.graphalgo.MaxCostEvaluator
Deprecated.
Evaluates whether the maximum cost has been exceeded.
maxCount() - Method in interface org.neo4j.helpers.collection.BoundedIterable
Deprecated.
 
maxSize() - Method in class org.neo4j.helpers.collection.LruCache
Returns the maximum size of this cache.
MEDIA_TYPE - Static variable in interface org.neo4j.server.rest.repr.StreamingFormat
 
MediaTypeNotSupportedException - Exception in org.neo4j.server.rest.repr
 
MediaTypeNotSupportedException(Response.Status, Collection<MediaType>, MediaType...) - Constructor for exception org.neo4j.server.rest.repr.MediaTypeNotSupportedException
 
MemoryMapping - Interface in org.neo4j.management
Deprecated.
metadata() - Method in interface org.neo4j.graphalgo.PathFinder
 
metaData() - Method in interface org.neo4j.graphdb.event.TransactionData
Applications that start transactions may attach additional application specific meta-data to each transaction.
metadata() - Method in interface org.neo4j.graphdb.traversal.Traverser
 
metadata() - Method in class org.neo4j.helpers.Args.Option
Deprecated.
 
metadata() - Method in class org.neo4j.server.rest.repr.NodeRepresentation
 
metadata() - Method in class org.neo4j.server.rest.repr.RelationshipRepresentation
 
metadata() - Method in class org.neo4j.server.rest.repr.ScoredNodeRepresentation
 
metadata() - Method in class org.neo4j.server.rest.repr.ScoredRelationshipRepresentation
 
methodName() - Method in class org.neo4j.server.rest.repr.ExtensionPointRepresentation
 
methodNotAllowed(UnsupportedOperationException) - Method in class org.neo4j.server.rest.repr.OutputFormat
 
MINIMAL_BLOCK_SIZE - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
mirroredSides(TraversalDescription) - Method in interface org.neo4j.graphdb.traversal.BidirectionalTraversalDescription
Sets both the start side and end side of this bidirectional traversal, the start side is assigned the sideDescription and the end side is assigned the same description, although reversed.
missing(T[], T[]) - Static method in class org.neo4j.helpers.ArrayUtil
Deprecated.
Mode - Enum in org.neo4j.procedure
The procedure mode affects how the procedure will execute, and which capabilities it requires.
ModularDatabaseCreationContext - Class in org.neo4j.graphdb.factory.module
 
monitor(TransactionTemplate.Monitor) - Method in class org.neo4j.helpers.TransactionTemplate
 
monitors() - Method in interface org.neo4j.backup.OnlineBackupExtensionFactory.Dependencies
Deprecated.
 
monitors(Monitors) - Method in class org.neo4j.graphdb.facade.GraphDatabaseDependencies
 
monitors() - Method in class org.neo4j.graphdb.facade.GraphDatabaseDependencies
 
monitors() - Method in interface org.neo4j.graphdb.facade.GraphDatabaseFacadeFactory.Dependencies
Allowed to be null.
monitors - Variable in class org.neo4j.graphdb.factory.module.PlatformModule
 
multi_threaded_schema_index_population_enabled - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
MultipleFoundException - Exception in org.neo4j.graphdb
This exception will be thrown when one or less entities were expected, yet multiple were found.
MultipleFoundException() - Constructor for exception org.neo4j.graphdb.MultipleFoundException
 
MultipleFoundException(String) - Constructor for exception org.neo4j.graphdb.MultipleFoundException
 
MultipleFoundException(String, Throwable) - Constructor for exception org.neo4j.graphdb.MultipleFoundException
 
MultipleFoundException(Throwable) - Constructor for exception org.neo4j.graphdb.MultipleFoundException
 
MultiSet<T> - Class in org.neo4j.helpers.collection
 
MultiSet() - Constructor for class org.neo4j.helpers.collection.MultiSet
 
MultiSet(int) - Constructor for class org.neo4j.helpers.collection.MultiSet
 

N

name() - Method in class org.neo4j.graphdb.config.ScopeAwareSetting
Deprecated.
 
name() - Method in interface org.neo4j.graphdb.config.Setting
Deprecated.
Get the name of the setting.
name() - Method in class org.neo4j.graphdb.DynamicLabel
Deprecated.
 
name() - Method in class org.neo4j.graphdb.DynamicRelationshipType
Deprecated.
Returns the name of this relationship type.
name() - Method in class org.neo4j.graphdb.facade.spi.ClassicCoreSPI
 
name() - Method in class org.neo4j.graphdb.facade.spi.ProcedureGDBFacadeSPI
 
name() - Method in interface org.neo4j.graphdb.Label
Returns the name of the label.
name() - Method in interface org.neo4j.graphdb.RelationshipType
Returns the name of the relationship type.
NAME - Static variable in interface org.neo4j.jmx.Kernel
Deprecated.
 
NAME - Static variable in interface org.neo4j.jmx.Primitives
Deprecated.
 
NAME - Static variable in interface org.neo4j.jmx.StoreFile
Deprecated.
 
NAME - Static variable in interface org.neo4j.jmx.StoreSize
Deprecated.
 
NAME - Static variable in interface org.neo4j.management.BranchedStore
Deprecated.
 
NAME - Static variable in interface org.neo4j.management.CausalClustering
Deprecated.
 
NAME - Static variable in interface org.neo4j.management.Diagnostics
Deprecated.
 
NAME - Static variable in interface org.neo4j.management.HighAvailability
Deprecated.
 
NAME - Static variable in interface org.neo4j.management.IndexSamplingManager
Deprecated.
 
NAME - Static variable in interface org.neo4j.management.LockManager
Deprecated.
 
NAME - Static variable in interface org.neo4j.management.MemoryMapping
Deprecated.
 
NAME - Static variable in interface org.neo4j.management.PageCache
Deprecated.
 
NAME - Static variable in interface org.neo4j.management.RemoteConnection
Deprecated.
 
NAME - Static variable in interface org.neo4j.management.TransactionManager
Deprecated.
 
Name - Annotation Type in org.neo4j.procedure
This defines the name of an input argument for a procedure.
Name - Annotation Type in org.neo4j.server.plugins
Deprecated.
Server plugins are deprecated for removal in the next major release. Please use unmanaged extensions instead.
name() - Method in class org.neo4j.server.plugins.PluginPoint
Deprecated.
named(String) - Static method in class org.neo4j.helpers.NamedThreadFactory
Deprecated.
named(String, int) - Static method in class org.neo4j.helpers.NamedThreadFactory
Deprecated.
NamedThreadFactory - Class in org.neo4j.helpers
Deprecated.
NamedThreadFactory(String) - Constructor for class org.neo4j.helpers.NamedThreadFactory
Deprecated.
NamedThreadFactory(String, int) - Constructor for class org.neo4j.helpers.NamedThreadFactory
Deprecated.
NamedThreadFactory(String, NamedThreadFactory.Monitor) - Constructor for class org.neo4j.helpers.NamedThreadFactory
Deprecated.
NamedThreadFactory(String, int, NamedThreadFactory.Monitor) - Constructor for class org.neo4j.helpers.NamedThreadFactory
Deprecated.
NamedThreadFactory(String, int, boolean) - Constructor for class org.neo4j.helpers.NamedThreadFactory
Deprecated.
NamedThreadFactory(String, boolean) - Constructor for class org.neo4j.helpers.NamedThreadFactory
Deprecated.
NamedThreadFactory(String, int, NamedThreadFactory.Monitor, boolean) - Constructor for class org.neo4j.helpers.NamedThreadFactory
Deprecated.
NamedThreadFactory.Monitor - Interface in org.neo4j.helpers
Deprecated.
nanosToString(long) - Static method in class org.neo4j.helpers.TimeUtil
Deprecated.
nanoTime() - Method in interface org.neo4j.helpers.Clock
Deprecated.
 
neo4j_home - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
Neo4jManager - Class in org.neo4j.management
 
Neo4jManager(Kernel) - Constructor for class org.neo4j.management.Neo4jManager
 
neoStoreDataSource() - Method in interface org.neo4j.backup.OnlineBackupExtensionFactory.Dependencies
Deprecated.
 
neoStoreDataSource - Variable in class org.neo4j.graphdb.factory.module.DataSourceModule
 
NestingIterable<T,U> - Class in org.neo4j.helpers.collection
Concatenates sub-iterables of an iterable.
NestingIterable(Iterable<U>) - Constructor for class org.neo4j.helpers.collection.NestingIterable
 
NestingIterator<T,U> - Class in org.neo4j.helpers.collection
Concatenates sub-iterators of an iterator.
NestingIterator(Iterator<U>) - Constructor for class org.neo4j.helpers.collection.NestingIterator
 
NestingResourceIterator<T,U> - Class in org.neo4j.helpers.collection
 
NestingResourceIterator(Iterator<U>) - Constructor for class org.neo4j.helpers.collection.NestingResourceIterator
 
NEVER_CANCELLED - Static variable in interface org.neo4j.helpers.CancellationRequest
Deprecated.
newBackup() - Method in interface org.neo4j.backup.OnlineBackupKernelExtension.BackupProvider
Deprecated.
 
newDatabase(Map<String, String>) - Method in interface org.neo4j.graphdb.factory.GraphDatabaseBuilder.DatabaseCreator
Deprecated.
this method will go away in 4.0. See GraphDatabaseBuilder.DatabaseCreator.newDatabase(Config) instead.
newDatabase(Config) - Method in interface org.neo4j.graphdb.factory.GraphDatabaseBuilder.DatabaseCreator
Deprecated.
 
newDependencies(GraphDatabaseFacadeFactory.Dependencies) - Static method in class org.neo4j.graphdb.facade.GraphDatabaseDependencies
 
newDependencies() - Static method in class org.neo4j.graphdb.facade.GraphDatabaseDependencies
 
newEmbeddedDatabase(File) - Method in class org.neo4j.graphdb.factory.GraphDatabaseFactory
 
newEmbeddedDatabaseBuilder(File) - Method in class org.neo4j.graphdb.factory.GraphDatabaseFactory
 
newFacade(File, Config, GraphDatabaseFacadeFactory.Dependencies) - Method in class org.neo4j.graphdb.facade.GraphDatabaseFacadeFactory
Instantiate a graph database given configuration and dependencies.
newFromPlan(ExecutionPlanDescription) - Static method in class org.neo4j.server.rest.repr.CypherPlanRepresentation
 
newFromProvider(Function<Object, ExecutionPlanDescription>) - Static method in class org.neo4j.server.rest.repr.CypherPlanRepresentation
 
newGraphDatabase() - Method in class org.neo4j.graphdb.factory.GraphDatabaseBuilder.Delegator
Deprecated.
 
newGraphDatabase() - Method in class org.neo4j.graphdb.factory.GraphDatabaseBuilder
Create a new database with the configuration registered through the builder.
newInstance(KernelContext, OnlineBackupExtensionFactory.Dependencies) - Method in class org.neo4j.backup.OnlineBackupExtensionFactory
Deprecated.
 
newInstance() - Method in class org.neo4j.helpers.TaskCoordinator
Deprecated.
newInstance(KernelContext, LuceneKernelExtensionFactory.Dependencies) - Method in class org.neo4j.index.lucene.LuceneKernelExtensionFactory
Deprecated.
 
newResourceIterator(Resource, Iterator<R>) - Static method in class org.neo4j.helpers.collection.ResourceClosingIterator
newResourceIterator(Iterator<R>, Resource...) - Static method in class org.neo4j.helpers.collection.ResourceClosingIterator
 
newThread(Runnable) - Method in class org.neo4j.helpers.NamedThreadFactory
Deprecated.
 
next() - Method in interface org.neo4j.graphdb.Result
Returns the next row in this result.
next(TraversalContext) - Method in class org.neo4j.graphdb.traversal.AlternatingSelectorOrderer
 
next(TraversalContext) - Method in interface org.neo4j.graphdb.traversal.BranchSelector
Decides the next position ("where to go from here") from the current position, based on the rules.
next(TraversalContext) - Method in class org.neo4j.graphdb.traversal.LevelSelectorOrderer
 
next(PathExpander, TraversalContext) - Method in interface org.neo4j.graphdb.traversal.TraversalBranch
Returns the next expansion source from the expanded relationships from the current node.
next() - Method in class org.neo4j.helpers.collection.ArrayIterator
 
next() - Method in class org.neo4j.helpers.collection.CachingIterator
Returns the next item given the current CachingIterator.position().
next() - Method in class org.neo4j.helpers.collection.IteratorWrapper
 
next() - Method in class org.neo4j.helpers.collection.MappingResourceIterator
 
next() - Method in class org.neo4j.helpers.collection.PrefetchingIterator
Uses PrefetchingIterator.hasNext() to try to fetch the next item and returns it if found, otherwise it throws a NoSuchElementException.
next() - Method in class org.neo4j.helpers.collection.ResourceClosingIterator
 
next() - Method in class org.neo4j.helpers.collection.ReverseArrayIterator
 
nextIndex() - Method in class org.neo4j.helpers.collection.CachingIterator
nextPage() - Method in class org.neo4j.helpers.collection.PagingIterator
Returns a new Iterator instance which exposes the current page as its own iterator, which fetches items lazily from the underlying iterator.
NO_OP_MONITOR - Static variable in class org.neo4j.helpers.NamedThreadFactory
Deprecated.
NO_STATE - Static variable in interface org.neo4j.graphdb.traversal.BranchState
Instance representing no state, usage resulting in IllegalStateException being thrown.
NO_STATE - Static variable in interface org.neo4j.graphdb.traversal.InitialBranchState
 
noContent() - Method in class org.neo4j.server.rest.repr.OutputFormat
 
noContent(Map<String, Object>) - Method in class org.neo4j.server.rest.repr.OutputFormat
 
node() - Method in interface org.neo4j.graphdb.event.LabelEntry
This is the node which has had the label added or removed.
Node - Interface in org.neo4j.graphdb
A node in the graph with properties and relationships to other entities.
NODE - Static variable in class org.neo4j.server.rest.repr.Representation
 
NODE - Static variable in class org.neo4j.server.rest.repr.RepresentationType
 
NODE_AUTO_INDEX_TYPE - Static variable in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
node_auto_indexing - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
Deprecated.
NODE_INDEX_ROOT - Static variable in class org.neo4j.server.rest.repr.RepresentationType
 
NODE_INDEXES - Static variable in class org.neo4j.server.rest.repr.Representation
 
node_keys_indexable - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
Deprecated.
NODE_LIST - Static variable in class org.neo4j.server.rest.repr.Representation
 
nodeExists(long) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
Checks if a node with the given id exists.
nodeHasLabel(long, Label) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
 
nodeHasProperty(long, String) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
Returns true iff the node with id node has a property with name propertyName.
nodeIndex(String, Map<String, String>) - Method in class org.neo4j.index.lucene.unsafe.batchinsert.LuceneBatchInserterIndexProvider
Deprecated.
nodeIndex(String, Map<String, String>) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserterIndexProvider
Deprecated.
nodeIndexNames() - Method in interface org.neo4j.graphdb.index.IndexManager
Deprecated.
NodeIndexRepresentation - Class in org.neo4j.server.rest.repr
 
NodeIndexRepresentation(String) - Constructor for class org.neo4j.server.rest.repr.NodeIndexRepresentation
 
NodeIndexRepresentation(String, Map<String, String>) - Constructor for class org.neo4j.server.rest.repr.NodeIndexRepresentation
 
nodeIndexRoot() - Method in class org.neo4j.server.rest.web.DatabaseActions
 
NodeIndexRootRepresentation - Class in org.neo4j.server.rest.repr
 
NodeIndexRootRepresentation(IndexManager) - Constructor for class org.neo4j.server.rest.repr.NodeIndexRootRepresentation
 
nodeIsIndexed(String, String, Object, long) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
NodeNotFoundException - Exception in org.neo4j.server.rest.web
 
NodeNotFoundException(String, NotFoundException) - Constructor for exception org.neo4j.server.rest.web.NodeNotFoundException
 
NodeNotFoundException(NotFoundException) - Constructor for exception org.neo4j.server.rest.web.NodeNotFoundException
 
nodeRepresentation(Path, Node) - Method in class org.neo4j.graphdb.traversal.Paths.DefaultPathDescriptor
 
nodeRepresentation(T, Node) - Method in interface org.neo4j.graphdb.traversal.Paths.PathDescriptor
Returns a string representation of a Node.
NodeRepresentation - Class in org.neo4j.server.rest.repr
 
NodeRepresentation(Node) - Constructor for class org.neo4j.server.rest.repr.NodeRepresentation
 
nodes() - Method in interface org.neo4j.graphdb.Path
Returns all the nodes in this path starting from the start node going forward towards the end node.
nodes() - Method in interface org.neo4j.graphdb.traversal.Traverser
Represents the traversal in the form of Nodes.
nodes() - Method in class org.neo4j.server.rest.repr.PathRepresentation
 
noDuplicates(Iterable<T>) - Static method in class org.neo4j.helpers.collection.FilteringIterable
 
noDuplicates(Iterator<T>) - Static method in class org.neo4j.helpers.collection.FilteringIterator
 
NONE - Static variable in class org.neo4j.graphdb.index.IndexPopulationProgress
 
NoSuchPropertyException - Exception in org.neo4j.server.rest.web
 
NoSuchPropertyException(PropertyContainer, String) - Constructor for exception org.neo4j.server.rest.web.NoSuchPropertyException
 
notFound(Throwable) - Method in class org.neo4j.server.rest.repr.OutputFormat
 
notFound() - Method in class org.neo4j.server.rest.repr.OutputFormat
 
NotFoundException - Exception in org.neo4j.graphdb
This exception will be thrown if a request is made to a node, relationship or property that does not exist.
NotFoundException() - Constructor for exception org.neo4j.graphdb.NotFoundException
 
NotFoundException(String) - Constructor for exception org.neo4j.graphdb.NotFoundException
 
NotFoundException(String, Throwable) - Constructor for exception org.neo4j.graphdb.NotFoundException
 
NotFoundException(Throwable) - Constructor for exception org.neo4j.graphdb.NotFoundException
 
NOTHING - Static variable in class org.neo4j.server.rest.repr.RepresentationType
 
Notification - Interface in org.neo4j.graphdb
Representation for notifications found when executing a query.
notify(T) - Method in interface org.neo4j.helpers.Listeners.Notification
Deprecated.
 
notify(Listeners.Notification<T>) - Method in class org.neo4j.helpers.Listeners
Deprecated.
notify(Executor, Listeners.Notification<T>) - Method in class org.neo4j.helpers.Listeners
Deprecated.
NotInTransactionException - Exception in org.neo4j.graphdb
Thrown when attempting to access or modify the graph outside of a transaction.
NotInTransactionException() - Constructor for exception org.neo4j.graphdb.NotInTransactionException
 
NotInTransactionException(String) - Constructor for exception org.neo4j.graphdb.NotInTransactionException
 
NotInTransactionException(Throwable) - Constructor for exception org.neo4j.graphdb.NotInTransactionException
 
NotInTransactionException(String, Throwable) - Constructor for exception org.neo4j.graphdb.NotInTransactionException
 
notNull(Iterable<T>) - Static method in class org.neo4j.helpers.collection.FilteringIterable
 
notNull(Iterator<T>) - Static method in class org.neo4j.helpers.collection.FilteringIterator
 
NULL - Static variable in class org.neo4j.server.rest.repr.RepresentationType
 
NullLog - Class in org.neo4j.logging
A Log implementation that discards all messages
NullLogger - Class in org.neo4j.logging
A Logger implementation that discards all messages
NullLogProvider - Class in org.neo4j.logging
A LogProvider implementation that discards all messages
nullSafeEquals(T, T) - Static method in class org.neo4j.helpers.ArrayUtil
Deprecated.
number(int) - Static method in class org.neo4j.server.rest.repr.ValueRepresentation
 
number(long) - Static method in class org.neo4j.server.rest.repr.ValueRepresentation
 
number(double) - Static method in class org.neo4j.server.rest.repr.ValueRepresentation
 
Numbers - Class in org.neo4j.helpers
Deprecated.
This class will be removed from public API in 4.0.
Numbers() - Constructor for class org.neo4j.helpers.Numbers
Deprecated.
 
numbers(long...) - Static method in class org.neo4j.server.rest.repr.ListRepresentation
 
numbers(double[]) - Static method in class org.neo4j.server.rest.repr.ListRepresentation
 
numbersEqual(double, long) - Static method in class org.neo4j.helpers.MathUtil
Deprecated.
 
numeric(Number) - Static method in class org.neo4j.index.lucene.ValueContext
Deprecated.
numericRange(String, Number, Number) - Static method in class org.neo4j.index.lucene.QueryContext
Deprecated.
numericRange(String, Number, Number, boolean, boolean) - Static method in class org.neo4j.index.lucene.QueryContext
Deprecated.

O

ObjectRepresentation - Class in org.neo4j.server.rest.repr
 
ObjectRepresentation(String) - Constructor for class org.neo4j.server.rest.repr.ObjectRepresentation
 
ObjectToRepresentationConverter - Class in org.neo4j.server.rest.repr
 
of(IdTypeConfigurationProvider, JobScheduler) - Static method in class org.neo4j.graphdb.factory.module.id.IdContextFactoryBuilder
 
of(FileSystemAbstraction, JobScheduler) - Static method in class org.neo4j.graphdb.factory.module.id.IdContextFactoryBuilder
 
of(boolean, boolean) - Static method in enum org.neo4j.graphdb.traversal.Evaluation
Returns an Evaluation for the given includes and continues.
of(T1, T2) - Static method in class org.neo4j.helpers.collection.Pair
ofContinues(boolean) - Static method in enum org.neo4j.graphdb.traversal.Evaluation
Returns an Evaluation for the given continues, meaning whether or not to continue further down a TraversalBranch in the traversal.
ofIncludes(boolean) - Static method in enum org.neo4j.graphdb.traversal.Evaluation
Returns an Evaluation for the given includes, meaning whether or not to include a TraversalBranch in the traversal result or not.
ofNull() - Static method in class org.neo4j.server.rest.repr.ValueRepresentation
 
ok(Representation) - Method in class org.neo4j.server.rest.repr.OutputFormat
 
ok(Representation, Map<String, Object>) - Method in class org.neo4j.server.rest.repr.OutputFormat
 
ok() - Method in class org.neo4j.server.rest.repr.OutputFormat
 
okIncludeLocation(REPR) - Method in class org.neo4j.server.rest.repr.OutputFormat
 
on(String) - Method in interface org.neo4j.graphdb.schema.IndexCreator
Includes the given propertyKey in this index, such that nodes with the assigned label and this property key will have its values indexed.
online_backup_enabled - Static variable in class org.neo4j.backup.OnlineBackupSettings
Deprecated.
online_backup_server - Static variable in class org.neo4j.backup.OnlineBackupSettings
Deprecated.
OnlineBackup - Class in org.neo4j.backup
This class encapsulates the information needed to perform an online backup against a running Neo4j instance configured to act as a backup server.
OnlineBackupExtensionFactory - Class in org.neo4j.backup
Deprecated.
This will be moved to an internal package in the future.
OnlineBackupExtensionFactory() - Constructor for class org.neo4j.backup.OnlineBackupExtensionFactory
Deprecated.
 
OnlineBackupExtensionFactory.Dependencies - Interface in org.neo4j.backup
Deprecated.
OnlineBackupKernelExtension - Class in org.neo4j.backup
Deprecated.
This will be moved to an internal package in the future.
OnlineBackupKernelExtension(Config, GraphDatabaseAPI, LogProvider, Monitors, NeoStoreDataSource, FileSystemAbstraction) - Constructor for class org.neo4j.backup.OnlineBackupKernelExtension
Deprecated.
 
OnlineBackupKernelExtension.BackupProvider - Interface in org.neo4j.backup
Deprecated.
OnlineBackupSettings - Class in org.neo4j.backup
Deprecated.
OnlineBackupSettings() - Constructor for class org.neo4j.backup.OnlineBackupSettings
Deprecated.
 
ONLY - Static variable in interface org.neo4j.graphdb.DependencyResolver.SelectionStrategy
Returns the one and only dependency, or throws.
onRepresentationFinal() - Method in interface org.neo4j.server.rest.repr.RepresentationWriteHandler
 
onRepresentationStartWriting() - Method in interface org.neo4j.server.rest.repr.RepresentationWriteHandler
 
onRepresentationWritten() - Method in interface org.neo4j.server.rest.repr.RepresentationWriteHandler
 
option(T) - Static method in class org.neo4j.helpers.collection.Iterables
 
order(BranchOrderingPolicy) - Method in interface org.neo4j.graphdb.traversal.TraversalDescription
Sets the BranchOrderingPolicy to use.
orderComparedTo(KernelEventHandler) - Method in interface org.neo4j.graphdb.event.KernelEventHandler
Gives a hint about when to execute this event handler, compared to other handlers.
org.neo4j.backup - package org.neo4j.backup
 
org.neo4j.cypher.export - package org.neo4j.cypher.export
 
org.neo4j.graphalgo - package org.neo4j.graphalgo
Scalable graph algorithms like shortest path and others for Neo4j which can be easily accessed via GraphAlgoFactory.
org.neo4j.graphdb - package org.neo4j.graphdb
The core graph database API.
org.neo4j.graphdb.config - package org.neo4j.graphdb.config
Configuration.
org.neo4j.graphdb.event - package org.neo4j.graphdb.event
Event framework.
org.neo4j.graphdb.facade - package org.neo4j.graphdb.facade
 
org.neo4j.graphdb.facade.embedded - package org.neo4j.graphdb.facade.embedded
 
org.neo4j.graphdb.facade.spi - package org.neo4j.graphdb.facade.spi
 
org.neo4j.graphdb.factory - package org.neo4j.graphdb.factory
 
org.neo4j.graphdb.factory.module - package org.neo4j.graphdb.factory.module
 
org.neo4j.graphdb.factory.module.edition - package org.neo4j.graphdb.factory.module.edition
 
org.neo4j.graphdb.factory.module.edition.context - package org.neo4j.graphdb.factory.module.edition.context
 
org.neo4j.graphdb.factory.module.id - package org.neo4j.graphdb.factory.module.id
 
org.neo4j.graphdb.index - package org.neo4j.graphdb.index
Integrated API for node and relationship indexing.
org.neo4j.graphdb.index.fulltext - package org.neo4j.graphdb.index.fulltext
 
org.neo4j.graphdb.schema - package org.neo4j.graphdb.schema
Optional graph schema including indexes and constraints.
org.neo4j.graphdb.security - package org.neo4j.graphdb.security
 
org.neo4j.graphdb.spatial - package org.neo4j.graphdb.spatial
 
org.neo4j.graphdb.traversal - package org.neo4j.graphdb.traversal
Traversal framework.
org.neo4j.helpers - package org.neo4j.helpers
Common Java utilities.
org.neo4j.helpers.collection - package org.neo4j.helpers.collection
Collections utilities - Iterator/Iterable utilities and creating Maps.
org.neo4j.index.lucene - package org.neo4j.index.lucene
Contains QueryContext and ValueContext which is part of the public API for an Index backed by Lucene.
org.neo4j.index.lucene.unsafe.batchinsert - package org.neo4j.index.lucene.unsafe.batchinsert
 
org.neo4j.jmx - package org.neo4j.jmx
Management support using JMX.
org.neo4j.logging - package org.neo4j.logging
 
org.neo4j.logging.slf4j - package org.neo4j.logging.slf4j
 
org.neo4j.management - package org.neo4j.management
Advanced management support using JMX.
org.neo4j.procedure - package org.neo4j.procedure
 
org.neo4j.server.helpers - package org.neo4j.server.helpers
 
org.neo4j.server.plugins - package org.neo4j.server.plugins
 
org.neo4j.server.rest.repr - package org.neo4j.server.rest.repr
 
org.neo4j.server.rest.web - package org.neo4j.server.rest.web
 
org.neo4j.unsafe.batchinsert - package org.neo4j.unsafe.batchinsert
Tools for high-performance data insertion; make sure to read the instructions before using.
orphans() - Method in class org.neo4j.helpers.Args
Deprecated.
orphansAsArray() - Method in class org.neo4j.helpers.Args
Deprecated.
other() - Method in class org.neo4j.helpers.collection.Pair
 
outgoingRelationshipsUri() - Method in class org.neo4j.server.rest.repr.NodeRepresentation
 
outgoingRelationshipsUri() - Method in class org.neo4j.server.rest.repr.ScoredNodeRepresentation
 
outgoingTypedRelationshipsUriTemplate() - Method in class org.neo4j.server.rest.repr.NodeRepresentation
 
outgoingTypedRelationshipsUriTemplate() - Method in class org.neo4j.server.rest.repr.ScoredNodeRepresentation
 
outputFileCreated(OutputStream) - Method in class org.neo4j.logging.RotatingFileOutputStreamSupplier.RotationListener
 
OutputFormat - Class in org.neo4j.server.rest.repr
 
OutputFormat(RepresentationFormat, URI, ExtensionInjector) - Constructor for class org.neo4j.server.rest.repr.OutputFormat
 
outputFormat(List<MediaType>, URI, MultivaluedMap<String, String>) - Method in class org.neo4j.server.rest.repr.RepresentationFormatRepository
 
OutputFormatProvider - Class in org.neo4j.server.rest.repr
 
OutputFormatProvider(RepresentationFormatRepository) - Constructor for class org.neo4j.server.rest.repr.OutputFormatProvider
 

P

page() - Method in class org.neo4j.helpers.collection.PagingIterator
 
page(int) - Method in class org.neo4j.helpers.collection.PagingIterator
Sets the current page of the iterator.
pageCache() - Method in interface org.neo4j.backup.OnlineBackupExtensionFactory.Dependencies
Deprecated.
 
pageCache - Variable in class org.neo4j.graphdb.factory.module.PlatformModule
 
PageCache - Interface in org.neo4j.management
Deprecated.
pagecache_memory - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
pagecache_swapper - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
pagecache_warmup_enabled - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
pagecache_warmup_profiling_interval - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
pagedTraverseUriTemplate() - Method in class org.neo4j.server.rest.repr.NodeRepresentation
 
pagedTraverseUriTemplate() - Method in class org.neo4j.server.rest.repr.ScoredNodeRepresentation
 
PagingIterator<T> - Class in org.neo4j.helpers.collection
A CachingIterator which can more easily divide the items into pages, where optionally each page can be seen as its own Iterator instance for convenience using PagingIterator.nextPage().
PagingIterator(Iterator<T>, int) - Constructor for class org.neo4j.helpers.collection.PagingIterator
Creates a new paging iterator with source as its underlying Iterator to lazily get items from.
Pair<T1,T2> - Class in org.neo4j.helpers.collection
Utility to handle pairs of objects.
pair(T1, T2) - Static method in class org.neo4j.helpers.collection.Pair
Create a new pair of objects.
pairsToMap() - Static method in class org.neo4j.helpers.collection.CollectorsUtil
 
panicEventGenerator - Variable in class org.neo4j.graphdb.factory.module.PlatformModule
 
parameter(String) - Static method in class org.neo4j.helpers.Uris
Deprecated.
Parameter - Annotation Type in org.neo4j.server.plugins
Deprecated.
Server plugins are deprecated for removal in the next major release. Please use unmanaged extensions instead.
ParameterDescriptionConsumer - Interface in org.neo4j.server.plugins
Deprecated.
Server plugins are deprecated for removal in the next major release. Please use unmanaged extensions instead.
ParameterList - Class in org.neo4j.server.plugins
Deprecated.
Server plugins are deprecated for removal in the next major release. Please use unmanaged extensions instead.
ParameterList(Map<String, Object>) - Constructor for class org.neo4j.server.plugins.ParameterList
Deprecated.
 
parametersList() - Method in class org.neo4j.server.rest.repr.ExtensionPointRepresentation
 
parent() - Method in interface org.neo4j.graphdb.traversal.TraversalBranch
The parent expansion source which created this TraversalBranch.
parse(String...) - Method in class org.neo4j.helpers.Args.ArgsParser
Deprecated.
 
parse(String...) - Static method in class org.neo4j.helpers.Args
Deprecated.
parseTimeMillis - Static variable in class org.neo4j.helpers.TimeUtil
Deprecated.
passwordChange() - Method in class org.neo4j.server.rest.repr.AuthorizationRepresentation
 
passwordChangeRequired() - Method in class org.neo4j.server.rest.repr.AuthorizationRepresentation
 
Path - Interface in org.neo4j.graphdb
Represents a path in the graph.
PATH - Static variable in class org.neo4j.server.rest.repr.Representation
 
PATH - Static variable in class org.neo4j.server.rest.repr.RepresentationType
 
PATH_ALL_NODES_LABELED - Static variable in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
PATH_AUTO_INDEX - Static variable in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
PATH_BATCH - Static variable in interface org.neo4j.server.rest.web.Surface
 
PATH_CYPHER - Static variable in interface org.neo4j.server.rest.web.Surface
 
PATH_EXTENSIONS - Static variable in interface org.neo4j.server.rest.web.Surface
 
PATH_LABELS - Static variable in interface org.neo4j.server.rest.web.Surface
 
PATH_LIST - Static variable in class org.neo4j.server.rest.repr.Representation
 
PATH_NODE_INDEX - Static variable in interface org.neo4j.server.rest.web.Surface
 
PATH_NODES - Static variable in interface org.neo4j.server.rest.web.Surface
 
PATH_RELATIONSHIP_INDEX - Static variable in interface org.neo4j.server.rest.web.Surface
 
PATH_RELATIONSHIP_TYPES - Static variable in interface org.neo4j.server.rest.web.Surface
 
PATH_RELATIONSHIPS - Static variable in interface org.neo4j.server.rest.web.Surface
 
PATH_SCHEMA_CONSTRAINT - Static variable in interface org.neo4j.server.rest.web.Surface
 
PATH_SCHEMA_CONSTRAINT_LABEL - Static variable in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
PATH_SCHEMA_CONSTRAINT_LABEL_EXISTENCE - Static variable in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
PATH_SCHEMA_CONSTRAINT_LABEL_EXISTENCE_PROPERTY - Static variable in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
PATH_SCHEMA_CONSTRAINT_LABEL_UNIQUENESS - Static variable in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
PATH_SCHEMA_CONSTRAINT_LABEL_UNIQUENESS_PROPERTY - Static variable in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
PATH_SCHEMA_INDEX - Static variable in interface org.neo4j.server.rest.web.Surface
 
PATH_SCHEMA_INDEX_LABEL - Static variable in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
PATH_SCHEMA_INDEX_LABEL_PROPERTY - Static variable in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
PATH_SCHEMA_RELATIONSHIP_CONSTRAINT - Static variable in interface org.neo4j.server.rest.web.Surface
 
PATH_SCHEMA_RELATIONSHIP_CONSTRAINT_EXISTENCE_PROPERTY - Static variable in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
PATH_SCHEMA_RELATIONSHIP_CONSTRAINT_TYPE - Static variable in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
PATH_SCHEMA_RELATIONSHIP_CONSTRAINT_TYPE_EXISTENCE - Static variable in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
PATH_TRANSACTION - Static variable in interface org.neo4j.server.rest.web.Surface
 
PathEvaluator<STATE> - Interface in org.neo4j.graphdb.traversal
A PathEvaluator controls what's to be returned from a traversal and also how pruning is done.
PathEvaluator.Adapter<STATE> - Class in org.neo4j.graphdb.traversal
Adapter for PathEvaluator.
PathExpander<STATE> - Interface in org.neo4j.graphdb
An expander of relationships.
PathExpanderBuilder - Class in org.neo4j.graphdb
A fluent builder for creating specialized path expanders.
PathExpanders - Class in org.neo4j.graphdb
A catalog of convenient PathExpander factory methods.
PathFinder<P extends Path> - Interface in org.neo4j.graphalgo
Interface of algorithms that finds paths in between two nodes.
PathRepresentation<P extends Path> - Class in org.neo4j.server.rest.repr
 
PathRepresentation(P) - Constructor for class org.neo4j.server.rest.repr.PathRepresentation
 
Paths - Class in org.neo4j.graphdb.traversal
Utilities for Path objects.
Paths.DefaultPathDescriptor<T extends Path> - Class in org.neo4j.graphdb.traversal
The default Paths.PathDescriptor used in common toString() representations in classes implementing Path.
Paths.PathDescriptor<T extends Path> - Interface in org.neo4j.graphdb.traversal
Provides hooks to help build a string representation of a Path.
pathsWithLength(PathExpander, int) - Static method in class org.neo4j.graphalgo.GraphAlgoFactory
Returns an algorithm which can find simple all paths of a certain length between two nodes.
pathToString(T, Paths.PathDescriptor<T>) - Static method in class org.neo4j.graphdb.traversal.Paths
Method for building a string representation of a Path, using the given builder.
peek() - Method in class org.neo4j.helpers.collection.PrefetchingIterator
 
peel(Throwable, Predicate<Throwable>) - Static method in class org.neo4j.helpers.Exceptions
Deprecated.
Peels off layers of causes.
performBatchOperations(UriInfo, HttpHeaders, HttpServletRequest, InputStream) - Method in class org.neo4j.server.rest.web.BatchOperationService
 
PerformsWrites - Annotation Type in org.neo4j.procedure
Deprecated.
PERMISSION_DENIED - Static variable in exception org.neo4j.graphdb.security.AuthorizationViolationException
 
PlatformModule - Class in org.neo4j.graphdb.factory.module
Platform module for GraphDatabaseFacadeFactory.
PlatformModule(File, Config, DatabaseInfo, GraphDatabaseFacadeFactory.Dependencies) - Constructor for class org.neo4j.graphdb.factory.module.PlatformModule
 
PLUGIN - Static variable in class org.neo4j.server.rest.repr.RepresentationType
 
PLUGIN_DESCRIPTION - Static variable in class org.neo4j.server.rest.repr.RepresentationType
 
plugin_dir - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
PLUGIN_PARAMETER - Static variable in class org.neo4j.server.rest.repr.RepresentationType
 
PluginInvocationFailureException - Exception in org.neo4j.server.plugins
Deprecated.
Server plugins are deprecated for removal in the next major release. Please use unmanaged extensions instead.
PluginInvocator - Interface in org.neo4j.server.plugins
Deprecated.
Server plugins are deprecated for removal in the next major release. Please use unmanaged extensions instead.
PluginInvocatorProvider - Class in org.neo4j.server.plugins
Deprecated.
Server plugins are deprecated for removal in the next major release. Please use unmanaged extensions instead.
PluginInvocatorProvider(AbstractNeoServer) - Constructor for class org.neo4j.server.plugins.PluginInvocatorProvider
Deprecated.
PluginLifecycle - Interface in org.neo4j.server.plugins
Deprecated.
Server plugins are deprecated for removal in the next major release. Please use unmanaged extensions instead.
PluginLookupException - Exception in org.neo4j.server.plugins
Deprecated.
Server plugins are deprecated for removal in the next major release. Please use unmanaged extensions instead.
PluginManager - Interface in org.neo4j.server.plugins
Deprecated.
Server plugins are deprecated for removal in the next major release. Please use unmanaged extensions instead.
PluginPoint - Class in org.neo4j.server.plugins
Deprecated.
Server plugins are deprecated for removal in the next major release. Please use unmanaged extensions instead.
PLUGINS - Static variable in class org.neo4j.server.rest.repr.RepresentationType
 
PluginTarget - Annotation Type in org.neo4j.server.plugins
Deprecated.
Server plugins are deprecated for removal in the next major release. Please use unmanaged extensions instead.
Point - Interface in org.neo4j.graphdb.spatial
A point is a geometry described by a single coordinate in space.
point(Iterable<Point>) - Static method in class org.neo4j.server.rest.repr.ListRepresentation
 
POINT - Static variable in class org.neo4j.server.rest.repr.RepresentationType
 
point(Point) - Static method in class org.neo4j.server.rest.repr.ValueRepresentation
 
points(Point...) - Static method in class org.neo4j.server.rest.repr.ListRepresentation
 
PortBindException - Exception in org.neo4j.helpers
A bind exception that includes which port we failed to bind to.
PortBindException(ListenSocketAddress, Throwable) - Constructor for exception org.neo4j.helpers.PortBindException
 
PortBindException(ListenSocketAddress, ListenSocketAddress, Throwable) - Constructor for exception org.neo4j.helpers.PortBindException
 
portion(double...) - Static method in class org.neo4j.helpers.MathUtil
Deprecated.
Calculates the portion of the first value to all values passed
position() - Method in class org.neo4j.helpers.collection.CachingIterator
Returns the current position of the iterator, initially 0.
position(int) - Method in class org.neo4j.helpers.collection.CachingIterator
Sets the position of the iterator.
prefetching(Iterator<T>) - Static method in class org.neo4j.helpers.collection.Iterators
 
PrefetchingIterator<T> - Class in org.neo4j.helpers.collection
Abstract class for how you usually implement iterators when you don't know how many objects there are (which is pretty much every time) Basically the PrefetchingIterator.hasNext() method will look up the next object and cache it.
PrefetchingIterator() - Constructor for class org.neo4j.helpers.collection.PrefetchingIterator
 
PrefetchingResourceIterator<T> - Class in org.neo4j.helpers.collection
 
PrefetchingResourceIterator() - Constructor for class org.neo4j.helpers.collection.PrefetchingResourceIterator
 
prepend(C, Iterable<T>) - Static method in class org.neo4j.helpers.collection.Iterables
 
prependTo(Iterator<T>, T...) - Static method in class org.neo4j.helpers.collection.Iterators
 
present(T) - Static method in class org.neo4j.helpers.FutureAdapter
Deprecated.
Present(V) - Constructor for class org.neo4j.helpers.FutureAdapter.Present
Deprecated.
 
prettyPrint(Object) - Static method in class org.neo4j.helpers.Strings
Deprecated.
previous() - Method in class org.neo4j.helpers.collection.CachingIterator
previousIndex() - Method in class org.neo4j.helpers.collection.CachingIterator
previouslyCommitedValue() - Method in interface org.neo4j.graphdb.event.PropertyEntry
Get the value of the modified property as it was before the transaction (which modified it) started.
Primitives - Interface in org.neo4j.jmx
Deprecated.
printAllCauses(PrintWriter) - Method in exception org.neo4j.helpers.ProcessFailureException
Deprecated.
 
printingWrapper(PathExpander<STATE>) - Static method in class org.neo4j.graphdb.PathExpanders
A wrapper that uses Paths.DefaultPathDescriptor to print expanded paths.
printingWrapper(PathExpander<STATE>, BiFunction<Path, BranchState, Boolean>) - Static method in class org.neo4j.graphdb.PathExpanders
A wrapper that uses Paths.DefaultPathDescriptor to print expanded paths that fulfill BiFunction predicate.
printingWrapper(PathExpander<STATE>, Paths.PathDescriptor) - Static method in class org.neo4j.graphdb.PathExpanders
A wrapper that uses Paths.DefaultPathDescriptor to print expanded paths using given Paths.PathDescriptor.
printingWrapper(PathExpander<STATE>, BiFunction<Path, BranchState, Boolean>, Paths.PathDescriptor) - Static method in class org.neo4j.graphdb.PathExpanders
A wrapper that uses Paths.DefaultPathDescriptor to print expanded paths that fulfill BiFunction predicate using given Paths.PathDescriptor.
printingWrapper(PathExpander<STATE>, BiFunction<Path, BranchState, Boolean>, Paths.PathDescriptor, PrintStream) - Static method in class org.neo4j.graphdb.PathExpanders
A wrapper that uses Paths.DefaultPathDescriptor to print expanded paths that fulfill BiFunction predicate using given Paths.PathDescriptor.
printStackTrace(PrintStream) - Method in exception org.neo4j.helpers.ProcessFailureException
Deprecated.
 
printStackTrace(PrintWriter) - Method in exception org.neo4j.helpers.ProcessFailureException
Deprecated.
 
PrintStreamLogger - Class in org.neo4j.logging
 
PrintStreamLogger(PrintStream) - Constructor for class org.neo4j.logging.PrintStreamLogger
 
Procedure - Annotation Type in org.neo4j.procedure
Declares a method as a Procedure, meaning the method can be called from the cypher query language.
procedure_unrestricted - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
procedure_whitelist - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
ProcedureGDBFacadeSPI - Class in org.neo4j.graphdb.facade.spi
 
ProcedureGDBFacadeSPI(DataSourceModule, DependencyResolver, CoreAPIAvailabilityGuard, ThrowingFunction<URL, URL, URLAccessValidationError>, SecurityContext, ThreadToStatementContextBridge) - Constructor for class org.neo4j.graphdb.facade.spi.ProcedureGDBFacadeSPI
 
ProcedureGDSFactory - Class in org.neo4j.graphdb.factory.module
 
ProcedureTransaction - Interface in org.neo4j.procedure
ProcedureTransaction allows to mark a transaction for termination, this will make it so that it can not commit.
ProcessFailureException - Exception in org.neo4j.helpers
Deprecated.
Exception is not in use anymore
ProcessFailureException(List<ProcessFailureException.Entry>) - Constructor for exception org.neo4j.helpers.ProcessFailureException
Deprecated.
 
ProcessFailureException.Entry - Class in org.neo4j.helpers
Deprecated.
 
processFuture(Process) - Static method in class org.neo4j.helpers.FutureAdapter
Deprecated.
profiled(QueryExecutionType.QueryType) - Static method in class org.neo4j.graphdb.QueryExecutionType
Get the QueryExecutionType that signifies profiled execution of a query of the supplied type.
PROPERTIES - Static variable in class org.neo4j.server.rest.repr.RepresentationType
 
PROPERTIES_MAP - Static variable in class org.neo4j.server.rest.repr.Representation
 
PropertiesRepresentation - Class in org.neo4j.server.rest.repr
 
PropertiesRepresentation(PropertyContainer) - Constructor for class org.neo4j.server.rest.repr.PropertiesRepresentation
 
propertiesUri() - Method in class org.neo4j.server.rest.repr.NodeRepresentation
 
propertiesUri() - Method in class org.neo4j.server.rest.repr.RelationshipRepresentation
 
propertiesUri() - Method in class org.neo4j.server.rest.repr.ScoredNodeRepresentation
 
propertiesUri() - Method in class org.neo4j.server.rest.repr.ScoredRelationshipRepresentation
 
PropertyContainer - Interface in org.neo4j.graphdb
Defines a common API for handling properties on both nodes and relationships.
propertyContainerType() - Method in class org.neo4j.server.rest.repr.NodeIndexRepresentation
 
propertyContainerType() - Method in class org.neo4j.server.rest.repr.RelationshipIndexRepresentation
 
PropertyEntry<T extends PropertyContainer> - Interface in org.neo4j.graphdb.event
Represents a changed property.
PropertyTypeDispatcher<K,T> - Class in org.neo4j.server.helpers
 
PropertyTypeDispatcher() - Constructor for class org.neo4j.server.helpers.PropertyTypeDispatcher
 
PropertyTypeDispatcher.PropertyArray<A,T> - Class in org.neo4j.server.helpers
 
propertyUriTemplate() - Method in class org.neo4j.server.rest.repr.NodeRepresentation
 
propertyUriTemplate() - Method in class org.neo4j.server.rest.repr.RelationshipRepresentation
 
propertyUriTemplate() - Method in class org.neo4j.server.rest.repr.ScoredNodeRepresentation
 
propertyUriTemplate() - Method in class org.neo4j.server.rest.repr.ScoredRelationshipRepresentation
 
PropertyValueException - Exception in org.neo4j.server.rest.web
 
PropertyValueException(String) - Constructor for exception org.neo4j.server.rest.web.PropertyValueException
 
provideDependency(Class<T>, DependencyResolver.SelectionStrategy) - Method in class org.neo4j.graphdb.DependencyResolver.Adapter
Deprecated.
 
provideDependency(Class<T>) - Method in class org.neo4j.graphdb.DependencyResolver.Adapter
Deprecated.
 
provideDependency(Class<T>, DependencyResolver.SelectionStrategy) - Method in interface org.neo4j.graphdb.DependencyResolver
 
provideDependency(Class<T>) - Method in interface org.neo4j.graphdb.DependencyResolver
 
PROVIDER - Static variable in interface org.neo4j.graphdb.index.IndexManager
Deprecated.
Provider(DatabaseActions) - Constructor for class org.neo4j.server.rest.web.DatabaseActions.Provider
 
providerKey() - Method in enum org.neo4j.graphdb.factory.GraphDatabaseSettings.SchemaIndex
 
providerName() - Method in enum org.neo4j.graphdb.factory.GraphDatabaseSettings.SchemaIndex
 
providerVersion() - Method in enum org.neo4j.graphdb.factory.GraphDatabaseSettings.SchemaIndex
 
prune() - Method in interface org.neo4j.graphdb.traversal.TraversalBranch
Explicitly tell this branch to be pruned so that consecutive calls to TraversalBranch.next(PathExpander, TraversalContext) is guaranteed to return null.
pruneWhereEndNodeIs(Node...) - Static method in class org.neo4j.graphdb.traversal.Evaluators
 
pruneWhereLastRelationshipTypeIs(RelationshipType, RelationshipType...) - Static method in class org.neo4j.graphdb.traversal.Evaluators
 
put(K, E) - Method in class org.neo4j.helpers.collection.LruCache
 
putIfAbsent(T, String, Object) - Method in interface org.neo4j.graphdb.index.Index
Deprecated.
putList(String, ListRepresentation) - Method in class org.neo4j.server.rest.repr.MappingSerializer
 
putMapping(String, MappingRepresentation) - Method in class org.neo4j.server.rest.repr.MappingSerializer
 
putRelativeUri(String, String) - Method in class org.neo4j.server.rest.repr.MappingSerializer
 
putRelativeUriTemplate(String, String) - Method in class org.neo4j.server.rest.repr.MappingSerializer
 
putString(String, String) - Method in class org.neo4j.server.rest.repr.MappingSerializer
 

Q

query(String, Object) - Method in interface org.neo4j.graphdb.index.ReadableIndex
Deprecated.
query(Object) - Method in interface org.neo4j.graphdb.index.ReadableIndex
Deprecated.
query(String, Object, Node, Node) - Method in interface org.neo4j.graphdb.index.ReadableRelationshipIndex
Deprecated.
query(Object, Node, Node) - Method in interface org.neo4j.graphdb.index.ReadableRelationshipIndex
Deprecated.
query(QueryExecutionType.QueryType) - Static method in class org.neo4j.graphdb.QueryExecutionType
Get the QueryExecutionType that signifies normal execution of a query of the supplied type.
query(String, Object) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserterIndex
Deprecated.
query(Object) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserterIndex
Deprecated.
query_cache_size - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
query_non_indexed_label_warning_threshold - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
query_statistics_divergence_target - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
query_statistics_divergence_threshold - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
QueryContext - Class in org.neo4j.index.lucene
Deprecated.
This API will be removed in next major release. Please consider using schema indexes instead.
QueryContext(Object) - Constructor for class org.neo4j.index.lucene.QueryContext
Deprecated.
queryEngineProviders(Iterable<QueryEngineProvider>) - Method in class org.neo4j.graphdb.facade.GraphDatabaseDependencies
 
QueryExecutionException - Exception in org.neo4j.graphdb
This exception is thrown from the execute method when there is an error during the execution of a query.
QueryExecutionException(String, Throwable, String) - Constructor for exception org.neo4j.graphdb.QueryExecutionException
 
QueryExecutionType - Class in org.neo4j.graphdb
Signifies how a query is executed, as well as what side effects and results could be expected from the query.
QueryExecutionType.QueryType - Enum in org.neo4j.graphdb
Signifies what type of query an QueryExecutionType executes.
queryService() - Method in class org.neo4j.graphdb.facade.spi.ClassicCoreSPI
 
queryService() - Method in class org.neo4j.graphdb.facade.spi.ProcedureGDBFacadeSPI
 
QueryStatistics - Interface in org.neo4j.graphdb
Represents statistics about the effects of a query.
queryType() - Method in class org.neo4j.graphdb.QueryExecutionType
Get the type of query this execution refers to.

R

RangeIterator - Class in org.neo4j.helpers.collection
Iterates over a range, where the start value is inclusive, but the end value is exclusive.
RangeIterator(int) - Constructor for class org.neo4j.helpers.collection.RangeIterator
 
RangeIterator(int, int) - Constructor for class org.neo4j.helpers.collection.RangeIterator
 
RangeIterator(int, int, int) - Constructor for class org.neo4j.helpers.collection.RangeIterator
 
read_only - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
ReadableIndex<T extends PropertyContainer> - Interface in org.neo4j.graphdb.index
Deprecated.
This API will be removed in next major release. Please consider using schema indexes instead.
ReadableRelationshipIndex - Interface in org.neo4j.graphdb.index
Deprecated.
This API will be removed in next major release. Please consider using schema indexes instead.
readAndExecuteOperations(UriInfo, HttpHeaders, HttpServletRequest, InputStream, ServletOutputStream) - Method in class org.neo4j.server.rest.web.StreamingBatchOperations
 
readList(String) - Method in class org.neo4j.server.rest.repr.DefaultFormat
 
readList(String) - Method in interface org.neo4j.server.rest.repr.InputFormat
 
readMap(String, String...) - Method in class org.neo4j.server.rest.repr.DefaultFormat
 
readMap(String, String...) - Method in interface org.neo4j.server.rest.repr.InputFormat
 
readParameterList(String) - Method in interface org.neo4j.server.rest.repr.InputFormat
 
readParameterList(String) - Method in class org.neo4j.server.rest.repr.RepresentationFormat
 
readUri(String) - Method in class org.neo4j.server.rest.repr.DefaultFormat
 
readUri(String) - Method in interface org.neo4j.server.rest.repr.InputFormat
 
readValue(String) - Method in class org.neo4j.server.rest.repr.DefaultFormat
 
readValue(String) - Method in interface org.neo4j.server.rest.repr.InputFormat
 
rebuild_idgenerators_fast - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
record_format - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
record_id_batch_size - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
recoveryCleanupWorkCollector - Variable in class org.neo4j.graphdb.factory.module.PlatformModule
 
Reference<T> - Class in org.neo4j.helpers
Deprecated.
Reference(T) - Constructor for class org.neo4j.helpers.Reference
Deprecated.
registerEditionSpecificProcedures(Procedures) - Method in class org.neo4j.graphdb.factory.module.edition.CommunityEditionModule
 
registerKernelEventHandler(KernelEventHandler) - Method in class org.neo4j.graphdb.facade.spi.ClassicCoreSPI
 
registerKernelEventHandler(KernelEventHandler) - Method in class org.neo4j.graphdb.facade.spi.ProcedureGDBFacadeSPI
 
registerKernelEventHandler(KernelEventHandler) - Method in interface org.neo4j.graphdb.GraphDatabaseService
Registers handler as a handler for kernel events which are generated from different places in the lifecycle of the kernel.
registerProcedures(Procedures, ProcedureConfig) - Method in class org.neo4j.graphdb.factory.module.edition.AbstractEditionModule
 
registerTransactionEventHandler(TransactionEventHandler<T>) - Method in class org.neo4j.graphdb.facade.spi.ClassicCoreSPI
 
registerTransactionEventHandler(TransactionEventHandler<T>) - Method in class org.neo4j.graphdb.facade.spi.ProcedureGDBFacadeSPI
 
registerTransactionEventHandler(TransactionEventHandler<T>) - Method in interface org.neo4j.graphdb.GraphDatabaseService
Registers handler as a handler for transaction events which are generated from different places in the lifecycle of each transaction.
Relationship - Interface in org.neo4j.graphdb
A relationship between two nodes in the graph.
RELATIONSHIP - Static variable in class org.neo4j.server.rest.repr.Representation
 
RELATIONSHIP - Static variable in class org.neo4j.server.rest.repr.RepresentationType
 
RELATIONSHIP_AUTO_INDEX_TYPE - Static variable in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
relationship_auto_indexing - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
Deprecated.
RELATIONSHIP_INDEX_ROOT - Static variable in class org.neo4j.server.rest.repr.RepresentationType
 
RELATIONSHIP_INDEXES - Static variable in class org.neo4j.server.rest.repr.Representation
 
relationship_keys_indexable - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
Deprecated.
RELATIONSHIP_LIST - Static variable in class org.neo4j.server.rest.repr.Representation
 
RELATIONSHIP_TYPE - Static variable in class org.neo4j.server.rest.repr.Representation
 
RELATIONSHIP_TYPE - Static variable in class org.neo4j.server.rest.repr.RepresentationType
 
RelationshipAutoIndexer - Interface in org.neo4j.graphdb.index
Deprecated.
This API will be removed in next major release. Please consider using schema indexes instead.
relationshipCreationUri() - Method in class org.neo4j.server.rest.repr.NodeRepresentation
 
relationshipCreationUri() - Method in class org.neo4j.server.rest.repr.ScoredNodeRepresentation
 
relationshipHasProperty(long, String) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
Returns true iff the relationship with id relationship has a property with name propertyName.
RelationshipIndex - Interface in org.neo4j.graphdb.index
Deprecated.
This API will be removed in next major release. Please consider using schema indexes instead.
relationshipIndex(String, Map<String, String>) - Method in class org.neo4j.index.lucene.unsafe.batchinsert.LuceneBatchInserterIndexProvider
Deprecated.
relationshipIndex(String, Map<String, String>) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserterIndexProvider
Deprecated.
relationshipIndexNames() - Method in interface org.neo4j.graphdb.index.IndexManager
Deprecated.
RelationshipIndexRepresentation - Class in org.neo4j.server.rest.repr
 
RelationshipIndexRepresentation(String) - Constructor for class org.neo4j.server.rest.repr.RelationshipIndexRepresentation
 
RelationshipIndexRepresentation(String, Map<String, String>) - Constructor for class org.neo4j.server.rest.repr.RelationshipIndexRepresentation
 
relationshipIndexRoot() - Method in class org.neo4j.server.rest.web.DatabaseActions
 
RelationshipIndexRootRepresentation - Class in org.neo4j.server.rest.repr
 
RelationshipIndexRootRepresentation(IndexManager) - Constructor for class org.neo4j.server.rest.repr.RelationshipIndexRootRepresentation
 
relationshipIsIndexed(String, String, Object, long) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
RelationshipNotFoundException - Exception in org.neo4j.server.rest.web
 
RelationshipNotFoundException(Throwable) - Constructor for exception org.neo4j.server.rest.web.RelationshipNotFoundException
 
relationshipRepresentation(Path, Node, Relationship) - Method in class org.neo4j.graphdb.traversal.Paths.DefaultPathDescriptor
 
relationshipRepresentation(T, Node, Relationship) - Method in interface org.neo4j.graphdb.traversal.Paths.PathDescriptor
Returns a string representation of a Relationship.
RelationshipRepresentation - Class in org.neo4j.server.rest.repr
 
RelationshipRepresentation(Relationship) - Constructor for class org.neo4j.server.rest.repr.RelationshipRepresentation
 
relationships() - Method in interface org.neo4j.graphdb.Path
Returns all the relationships in between the nodes which this path consists of.
relationships(RelationshipType) - Method in interface org.neo4j.graphdb.traversal.TraversalDescription
Adds type to the list of relationship types to traverse.
relationships(RelationshipType, Direction) - Method in interface org.neo4j.graphdb.traversal.TraversalDescription
Adds type to the list of relationship types to traverse in the given direction.
relationships() - Method in interface org.neo4j.graphdb.traversal.Traverser
Represents the traversal in the form of Relationships.
relationships() - Method in class org.neo4j.server.rest.repr.PathRepresentation
 
relationshipTraversed() - Method in interface org.neo4j.graphdb.traversal.TraversalContext
Reports that one more relationship has been traversed in this traversal.
RelationshipType - Interface in org.neo4j.graphdb
A relationship type is mandatory on all relationships and is used to navigate the graph.
relationshipType(RelationshipType) - Static method in class org.neo4j.server.rest.repr.ValueRepresentation
 
relationshipTypes(Iterable<RelationshipType>) - Static method in class org.neo4j.server.rest.repr.ListRepresentation
 
relativeUriFor(String, String, long) - Method in class org.neo4j.server.rest.repr.IndexRepresentation
 
release() - Method in interface org.neo4j.graphdb.Lock
Releases this lock before the transaction finishes.
release_schema_lock_while_building_constraint - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
Deprecated.
RELEVANCE_ORDER - Static variable in class org.neo4j.server.rest.web.DatabaseActions
 
remoteAddress - Variable in class org.neo4j.server.rest.web.InternalJettyServletRequest.RequestData
 
RemoteConnection - Interface in org.neo4j.management
Deprecated.
remotePort - Variable in class org.neo4j.server.rest.web.InternalJettyServletRequest.RequestData
 
remove(T, String, Object) - Method in interface org.neo4j.graphdb.index.Index
Deprecated.
remove(T, String) - Method in interface org.neo4j.graphdb.index.Index
Deprecated.
remove(T) - Method in interface org.neo4j.graphdb.index.Index
Deprecated.
remove(RelationshipType) - Method in class org.neo4j.graphdb.PathExpanderBuilder
Remove expansion of type in any direction from the PathExpander configuration.
remove() - Method in interface org.neo4j.graphdb.Result
Removing rows from the result is not supported.
remove() - Method in class org.neo4j.helpers.collection.ArrayIterator
 
remove() - Method in class org.neo4j.helpers.collection.CachingIterator
Not supported by this implement.
remove() - Method in class org.neo4j.helpers.collection.IteratorWrapper
 
remove(K) - Method in class org.neo4j.helpers.collection.LruCache
 
remove() - Method in class org.neo4j.helpers.collection.MappingResourceIterator
 
remove(T) - Method in class org.neo4j.helpers.collection.MultiSet
 
remove() - Method in class org.neo4j.helpers.collection.PrefetchingIterator
 
remove() - Method in class org.neo4j.helpers.collection.ResourceClosingIterator
 
remove() - Method in class org.neo4j.helpers.collection.ReverseArrayIterator
 
remove(T) - Method in class org.neo4j.helpers.Listeners
Deprecated.
remove(T, long) - Method in class org.neo4j.index.lucene.LuceneTimeline
Deprecated.
remove(T, long) - Method in interface org.neo4j.index.lucene.TimelineIndex
Deprecated.
remove(Log) - Method in class org.neo4j.logging.DuplicatingLog
Remove a Log from the duplicating set
remove(LogProvider) - Method in class org.neo4j.logging.DuplicatingLogProvider
Remove a LogProvider from the duplicating set.
removeAllNodeProperties(long) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
removeAllRelationshipProperties(long) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
removeConfiguration(Index<? extends PropertyContainer>, String) - Method in interface org.neo4j.graphdb.index.IndexManager
Deprecated.
removedLabels() - Method in interface org.neo4j.graphdb.event.TransactionData
Get all labels that have been removed from nodes during the transaction.
removedNodeProperties() - Method in interface org.neo4j.graphdb.event.TransactionData
Get the properties that had a value removed from a node during the transaction.
removedRelationshipProperties() - Method in interface org.neo4j.graphdb.event.TransactionData
Get the properties that had a value removed from a relationship during the transaction.
removeFromNodeIndex(String, String, String, long) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
removeFromNodeIndexNoKeyValue(String, long) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
removeFromNodeIndexNoValue(String, String, long) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
removeFromRelationshipIndex(String, String, String, long) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
removeFromRelationshipIndexNoKeyValue(String, long) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
removeFromRelationshipIndexNoValue(String, String, long) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
removeKernelExtensions(Predicate<KernelExtensionFactory<?>>) - Method in class org.neo4j.graphdb.factory.GraphDatabaseFactoryState
Deprecated.
 
removeLabel(Label) - Method in interface org.neo4j.graphdb.Node
Removes a Label from this node.
removeLabelFromNode(long, String) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
removeNodeIndex(String) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
removeNodeLabel(long, String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
removeNodeProperty(long, String) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
removeNodeProperty(long, String) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
Removes the property named property from the node with id id, if present.
removeProperty(String) - Method in interface org.neo4j.graphdb.PropertyContainer
Removes the property associated with the given key and returns the old value.
removeRelationshipIndex(String) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
removeRelationshipProperty(long, String) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
removeRelationshipProperty(long, String) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
Removes the property named property from the relationship with id id, if present.
replace(T, long) - Method in class org.neo4j.helpers.collection.MultiSet
 
replacement() - Method in class org.neo4j.graphdb.config.BaseSetting
Deprecated.
 
replacement() - Method in interface org.neo4j.graphdb.config.SettingGroup
Deprecated.
 
replayInto(Log) - Method in class org.neo4j.logging.BufferingLog
Replays buffered messages and clears the buffer.
Representation - Class in org.neo4j.server.rest.repr
 
RepresentationDispatcher - Class in org.neo4j.server.rest.repr
Converts common primitive and basic objects and arrays of the same into a representation.
RepresentationDispatcher() - Constructor for class org.neo4j.server.rest.repr.RepresentationDispatcher
 
RepresentationExceptionHandlingIterable<T> - Class in org.neo4j.server.rest.repr
 
RepresentationExceptionHandlingIterable(Iterable<T>) - Constructor for class org.neo4j.server.rest.repr.RepresentationExceptionHandlingIterable
 
RepresentationFormat - Class in org.neo4j.server.rest.repr
Implementations of this class must be stateless.
RepresentationFormat(MediaType) - Constructor for class org.neo4j.server.rest.repr.RepresentationFormat
 
RepresentationFormatRepository - Class in org.neo4j.server.rest.repr
 
RepresentationFormatRepository(AbstractNeoServer) - Constructor for class org.neo4j.server.rest.repr.RepresentationFormatRepository
 
RepresentationType - Class in org.neo4j.server.rest.repr
 
RepresentationWriteHandler - Interface in org.neo4j.server.rest.repr
 
RequestData(String, boolean, int, String, String, int, String) - Constructor for class org.neo4j.server.rest.web.InternalJettyServletRequest.RequestData
 
requestedExecutionPlanDescription() - Method in class org.neo4j.graphdb.QueryExecutionType
Signifies whether the supplied query contained a directive that asked for a description of the execution plan.
resize(int) - Method in class org.neo4j.helpers.collection.LruCache
Changes the max size of the cache.
resolve(String, Args, LogService) - Method in class org.neo4j.backup.BackupExtensionService
Deprecated.
The source specific target to valid backup host translation method.
resolveDependency(Class<T>) - Method in class org.neo4j.graphdb.DependencyResolver.Adapter
Deprecated.
 
resolveDependency(Class<T>) - Method in interface org.neo4j.graphdb.DependencyResolver
Deprecated.
in next major version default selection strategy will be changed to more strict DependencyResolver.SelectionStrategy.ONLY
resolveDependency(Class<T>, DependencyResolver.SelectionStrategy) - Method in interface org.neo4j.graphdb.DependencyResolver
Tries to resolve a dependency that matches a given class.
resolver() - Method in class org.neo4j.graphdb.facade.spi.ClassicCoreSPI
 
resolver() - Method in class org.neo4j.graphdb.facade.spi.ProcedureGDBFacadeSPI
 
resolveTypeDependencies(Class<T>) - Method in interface org.neo4j.graphdb.DependencyResolver
Tries to resolve a dependencies that matches a given class.
Resource - Interface in org.neo4j.graphdb
Resource that should be closed when not needed anymore.
ResourceClosingIterator<T,V> - Class in org.neo4j.helpers.collection
 
ResourceIterable<T> - Interface in org.neo4j.graphdb
Iterable whose iterators have associated resources that need to be released.
resourceIterable(Iterable<T>) - Static method in class org.neo4j.helpers.collection.Iterables
 
ResourceIterableWrapper<T,U> - Class in org.neo4j.helpers.collection
Wraps an ResourceIterable so that it returns items of another type.
ResourceIterableWrapper(ResourceIterable<U>) - Constructor for class org.neo4j.helpers.collection.ResourceIterableWrapper
 
ResourceIterator<T> - Interface in org.neo4j.graphdb
Closeable Iterator with associated resources.
resourceIterator(Iterator<T>, Resource) - Static method in class org.neo4j.helpers.collection.Iterators
 
ResourceUtils - Class in org.neo4j.graphdb
 
ResourceUtils() - Constructor for class org.neo4j.graphdb.ResourceUtils
 
response(Response.StatusType, Representation) - Method in class org.neo4j.server.rest.repr.OutputFormat
 
RestfulGraphDatabase - Class in org.neo4j.server.rest.web
 
RestfulGraphDatabase(InputFormat, OutputFormat, DatabaseActions, Configuration) - Constructor for class org.neo4j.server.rest.web.RestfulGraphDatabase
 
RestfulGraphDatabase.AmpersandSeparatedCollection - Class in org.neo4j.server.rest.web
 
Result - Interface in org.neo4j.graphdb
Represents the result of executing a query.
Result.ResultRow - Interface in org.neo4j.graphdb
Describes a row of a result.
Result.ResultVisitor<VisitationException extends Exception> - Interface in org.neo4j.graphdb
This is the visitor interface you need to implement to use the Result.accept(ResultVisitor) method.
resultAsString() - Method in interface org.neo4j.graphdb.Result
Provides a textual representation of the query result.
retries(int) - Method in class org.neo4j.helpers.TransactionTemplate
 
retrying() - Method in class org.neo4j.helpers.TransactionTemplate.Monitor.Adapter
 
retrying() - Method in interface org.neo4j.helpers.TransactionTemplate.Monitor
Called when a retry is done.
retryOn(Predicate<Throwable>) - Method in class org.neo4j.helpers.TransactionTemplate
 
reverse() - Method in enum org.neo4j.graphdb.Direction
Reverses the direction returning Direction.INCOMING if this equals Direction.OUTGOING, Direction.OUTGOING if this equals Direction.INCOMING or Direction.BOTH if this equals Direction.BOTH.
reverse() - Method in interface org.neo4j.graphdb.PathExpander
Returns a new instance with the exact expansion logic, but reversed.
reverse() - Method in class org.neo4j.graphdb.traversal.InitialBranchState.Adapter
 
reverse() - Method in interface org.neo4j.graphdb.traversal.InitialBranchState
Creates a version of this state factory which produces reversed initial state, used in bidirectional traversals.
reverse() - Method in class org.neo4j.graphdb.traversal.InitialBranchState.State
 
reverse() - Method in interface org.neo4j.graphdb.traversal.TraversalDescription
Creates an identical TraversalDescription, although reversed in how it traverses the graph.
reverse(T[]) - Static method in class org.neo4j.helpers.ArrayUtil
Deprecated.
reverse(Iterable<X>) - Static method in class org.neo4j.helpers.collection.Iterables
 
reverse(Map<K, V>) - Static method in class org.neo4j.helpers.collection.MapUtil
Reversed a map, making the key value and the value key.
ReverseArrayIterator<T> - Class in org.neo4j.helpers.collection
 
ReverseArrayIterator(T[]) - Constructor for class org.neo4j.helpers.collection.ReverseArrayIterator
 
reverseNodes() - Method in interface org.neo4j.graphdb.Path
Returns all the nodes in this path in reversed order, i.e.
reverseRelationships() - Method in interface org.neo4j.graphdb.Path
Returns all the relationships in between the nodes which this path consists of in reverse order, i.e.
rollbackTransaction(long, UriInfo, HttpServletRequest) - Method in class org.neo4j.server.rest.web.TransactionalService
 
root() - Method in class org.neo4j.server.rest.web.DatabaseActions
 
rootCause(Throwable) - Static method in class org.neo4j.helpers.Exceptions
Deprecated.
Returns the root cause of an exception.
RotatingFileOutputStreamSupplier - Class in org.neo4j.logging
A Supplier of OutputStreams backed by on-disk files, which are rotated and archived when a specified size is reached.
RotatingFileOutputStreamSupplier(FileSystemAbstraction, File, long, long, int, Executor) - Constructor for class org.neo4j.logging.RotatingFileOutputStreamSupplier
 
RotatingFileOutputStreamSupplier(FileSystemAbstraction, File, long, long, int, Executor, RotatingFileOutputStreamSupplier.RotationListener) - Constructor for class org.neo4j.logging.RotatingFileOutputStreamSupplier
 
RotatingFileOutputStreamSupplier.RotationListener - Class in org.neo4j.logging
A listener for the rotation process
rotationCompleted(OutputStream) - Method in class org.neo4j.logging.RotatingFileOutputStreamSupplier.RotationListener
 
rotationError(Exception, OutputStream) - Method in class org.neo4j.logging.RotatingFileOutputStreamSupplier.RotationListener
 
RotationListener() - Constructor for class org.neo4j.logging.RotatingFileOutputStreamSupplier.RotationListener
 
run() - Method in class org.neo4j.helpers.RunCarefully
Deprecated.
RunCarefully - Class in org.neo4j.helpers
Deprecated.
RunCarefully(Runnable...) - Constructor for class org.neo4j.helpers.RunCarefully
Deprecated.
RunCarefully(Iterable<Runnable>) - Constructor for class org.neo4j.helpers.RunCarefully
Deprecated.

S

safeCastIntToShort(int) - Static method in class org.neo4j.helpers.Numbers
Deprecated.
 
safeCastIntToUnsignedByte(int) - Static method in class org.neo4j.helpers.Numbers
Deprecated.
 
safeCastIntToUnsignedShort(int) - Static method in class org.neo4j.helpers.Numbers
Deprecated.
 
safeCastLongToByte(long) - Static method in class org.neo4j.helpers.Numbers
Deprecated.
 
safeCastLongToInt(long) - Static method in class org.neo4j.helpers.Numbers
Deprecated.
 
safeCastLongToShort(long) - Static method in class org.neo4j.helpers.Numbers
Deprecated.
 
safeForAll(ThrowingConsumer<T, E>, Iterable<T>) - Static method in class org.neo4j.helpers.collection.Iterables
Method for calling a lambda function on many objects when it is expected that the function might throw an exception.
schema() - Method in interface org.neo4j.graphdb.GraphDatabaseService
Returns the schema manager where all things related to schema, for example constraints and indexing on labels.
Schema - Interface in org.neo4j.graphdb.schema
Interface for managing the schema of your graph database.
Schema.IndexState - Enum in org.neo4j.graphdb.schema
The states that an index can be in.
ScopeAwareSetting<T> - Class in org.neo4j.graphdb.config
Deprecated.
The settings API will be completely rewritten in 4.0
ScopeAwareSetting() - Constructor for class org.neo4j.graphdb.config.ScopeAwareSetting
Deprecated.
 
score() - Method in class org.neo4j.server.rest.repr.ScoredEntityRepresentation
 
SCORE_ORDER - Static variable in class org.neo4j.server.rest.web.DatabaseActions
 
ScoredEntityRepresentation<E extends ObjectRepresentation & org.neo4j.server.rest.repr.ExtensibleRepresentation & EntityRepresentation> - Class in org.neo4j.server.rest.repr
 
ScoredNodeRepresentation - Class in org.neo4j.server.rest.repr
 
ScoredNodeRepresentation(NodeRepresentation, float) - Constructor for class org.neo4j.server.rest.repr.ScoredNodeRepresentation
 
ScoredRelationshipRepresentation - Class in org.neo4j.server.rest.repr
 
ScoredRelationshipRepresentation(RelationshipRepresentation, float) - Constructor for class org.neo4j.server.rest.repr.ScoredRelationshipRepresentation
 
secret() - Method in class org.neo4j.graphdb.config.BaseSetting
Deprecated.
 
secret() - Method in interface org.neo4j.graphdb.config.SettingGroup
Deprecated.
 
seeOther(URI) - Method in class org.neo4j.server.rest.repr.OutputFormat
 
seeOther(URI, Map<String, Object>) - Method in class org.neo4j.server.rest.repr.OutputFormat
 
select(Class<T>, Iterable<? extends T>) - Method in interface org.neo4j.graphdb.DependencyResolver.SelectionStrategy
Given a set of candidates, select an appropriate one.
selfUri() - Method in interface org.neo4j.server.rest.repr.EntityRepresentation
 
selfUri() - Method in class org.neo4j.server.rest.repr.IndexedEntityRepresentation
 
selfUri() - Method in class org.neo4j.server.rest.repr.IndexRepresentation
 
selfUri() - Method in class org.neo4j.server.rest.repr.NodeRepresentation
 
selfUri() - Method in class org.neo4j.server.rest.repr.RelationshipRepresentation
 
selfUri() - Method in class org.neo4j.server.rest.repr.ScoredEntityRepresentation
 
sendError(int) - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
sendError(int, String) - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
sendRedirect(String) - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
SERVER_PLUGIN_DESCRIPTION - Static variable in class org.neo4j.server.rest.repr.RepresentationType
 
serverError(Throwable) - Method in class org.neo4j.server.rest.repr.OutputFormat
 
serverErrorWithoutLegacyStacktrace(Throwable) - Method in class org.neo4j.server.rest.repr.OutputFormat
Server error with stack trace included as needed.
ServerExtender - Class in org.neo4j.server.plugins
Deprecated.
Server plugins are deprecated for removal in the next major release. Please use unmanaged extensions instead.
ServerExtensionRepresentation - Class in org.neo4j.server.rest.repr
 
ServerExtensionRepresentation(String, List<ExtensionPointRepresentation>) - Constructor for class org.neo4j.server.rest.repr.ServerExtensionRepresentation
 
ServerListRepresentation - Class in org.neo4j.server.rest.repr
 
ServerListRepresentation(RepresentationType, Iterable<? extends Representation>) - Constructor for class org.neo4j.server.rest.repr.ServerListRepresentation
 
ServerPlugin - Class in org.neo4j.server.plugins
Deprecated.
Server plugins are deprecated for removal in the next major release. Please use unmanaged extensions instead.
ServerPlugin(String) - Constructor for class org.neo4j.server.plugins.ServerPlugin
Deprecated.
ServerPlugin() - Constructor for class org.neo4j.server.plugins.ServerPlugin
Deprecated.
Service - Class in org.neo4j.helpers
A utility for locating services.
Service.Implementation - Annotation Type in org.neo4j.helpers
Deprecated.
set(T) - Method in class org.neo4j.helpers.collection.CachingIterator
Not supported by this implement.
set(T...) - Static method in class org.neo4j.helpers.collection.Iterators
Alias for asSet()
set(T) - Method in class org.neo4j.helpers.Reference
Deprecated.
setAllNodeProperties(long, Map<String, Object>) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
setAllNodeProperties(long, String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
setAllRelationshipProperties(long, Map<String, Object>) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
setAllRelationshipProperties(long, String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
setAutoIndexerEnabled(String, boolean) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
setAutoIndexerEnabled(String, String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
setBufferSize(int) - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
setCacheCapacity(String, int) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserterIndex
Deprecated.
setCharacterEncoding(String) - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
setConfig(Setting<?>, String) - Method in class org.neo4j.graphdb.factory.GraphDatabaseBuilder.Delegator
Deprecated.
 
setConfig(String, String) - Method in class org.neo4j.graphdb.factory.GraphDatabaseBuilder.Delegator
Deprecated.
 
setConfig(Map<String, String>) - Method in class org.neo4j.graphdb.factory.GraphDatabaseBuilder.Delegator
Deprecated.
 
setConfig(Setting<?>, String) - Method in class org.neo4j.graphdb.factory.GraphDatabaseBuilder
Set a database setting to a particular value.
setConfig(String, String) - Method in class org.neo4j.graphdb.factory.GraphDatabaseBuilder
Deprecated.
Use setConfig with explicit Setting instead.
setConfig(Map<String, String>) - Method in class org.neo4j.graphdb.factory.GraphDatabaseBuilder
Deprecated.
Use setConfig with explicit Setting instead
setConfiguration(Index<? extends PropertyContainer>, String, String) - Method in interface org.neo4j.graphdb.index.IndexManager
Deprecated.
setContentLength(int) - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
setContentType(String) - Method in class org.neo4j.server.rest.web.InternalJettyServletRequest
 
setContentType(String) - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
setDateHeader(String, long) - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
setDeprecated(boolean) - Method in class org.neo4j.graphdb.config.BaseSetting
Deprecated.
 
setDescription(String) - Method in class org.neo4j.graphdb.config.BaseSetting
Deprecated.
 
setDocumentedDefaultValue(String) - Method in class org.neo4j.graphdb.config.BaseSetting
Deprecated.
 
setDynamic(boolean) - Method in class org.neo4j.graphdb.config.BaseSetting
Deprecated.
 
setEnabled(boolean) - Method in interface org.neo4j.graphdb.index.AutoIndexer
Deprecated.
setHeader(String, String) - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
setInternal(boolean) - Method in class org.neo4j.graphdb.config.BaseSetting
Deprecated.
 
setIntHeader(String, int) - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
setKernelExtensions(Iterable<KernelExtensionFactory<?>>) - Method in class org.neo4j.graphdb.factory.GraphDatabaseFactoryState
Deprecated.
 
setLabelsOnNode(long, Collection<String>) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
setLevel(Level) - Method in class org.neo4j.logging.FormattedLog
Set the Level that logging should be enabled at
setLocale(Locale) - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
setLongContentLength(long) - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
setMessage(Throwable, String) - Static method in class org.neo4j.helpers.Exceptions
Deprecated.
 
setMonitors(Monitors) - Method in class org.neo4j.graphdb.factory.GraphDatabaseFactory
 
setMonitors(Monitors) - Method in class org.neo4j.graphdb.factory.GraphDatabaseFactoryState
Deprecated.
 
setNodeLabels(long, String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
setNodeLabels(long, Label...) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
Replaces any existing labels for the given node with the supplied list of labels.
setNodeProperties(long, Map<String, Object>) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
Sets the properties of a node.
setNodeProperty(long, String, Object) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
setNodeProperty(long, String, String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
setNodeProperty(long, String, Object) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
Sets the property with name propertyName of node with id node to the value propertyValue.
setProperty(String, Object) - Method in interface org.neo4j.graphdb.PropertyContainer
Sets the property value for the given key to value.
setRelationshipProperties(long, Map<String, Object>) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
Sets the properties of a relationship.
setRelationshipProperty(long, String, Object) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
setRelationshipProperty(long, String, String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
setRelationshipProperty(long, String, Object) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
Sets the property with name propertyName of relationship with id relationship to the value propertyValue.
setReplacement(String) - Method in class org.neo4j.graphdb.config.BaseSetting
Deprecated.
 
setRepresentationWriteHandler(RepresentationWriteHandler) - Method in class org.neo4j.server.rest.repr.OutputFormat
 
setRepresentationWriteHandler(RepresentationWriteHandler) - Method in class org.neo4j.server.rest.web.BatchOperationService
 
setRepresentationWriteHandler(RepresentationWriteHandler) - Method in class org.neo4j.server.rest.web.DatabaseMetadataService
 
setSecret(boolean) - Method in class org.neo4j.graphdb.config.BaseSetting
Deprecated.
 
setSecurityProvider(SecurityProvider) - Method in class org.neo4j.graphdb.factory.module.edition.AbstractEditionModule
 
setState(STATE) - Method in interface org.neo4j.graphdb.traversal.BranchState
Sets the TraversalBranch state for upcoming children of that branch.
setStatus(int) - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
setStatus(int, String) - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
Setting<T> - Interface in org.neo4j.graphdb.config
Deprecated.
The settings API will be completely rewritten in 4.0
SettingGroup<T> - Interface in org.neo4j.graphdb.config
Deprecated.
The settings API will be completely rewritten in 4.0
settings(Map<String, String>) - Method in interface org.neo4j.graphdb.config.Setting
Deprecated.
 
settings(Map<String, String>) - Method in interface org.neo4j.graphdb.config.SettingGroup
Deprecated.
This will return a list of all settings belonging to this group based on the settings in params
settingsClasses(List<Class<?>>) - Method in class org.neo4j.graphdb.facade.GraphDatabaseDependencies
 
settingsClasses(Class<?>...) - Method in class org.neo4j.graphdb.facade.GraphDatabaseDependencies
 
settingsClasses() - Method in class org.neo4j.graphdb.facade.GraphDatabaseDependencies
 
settingsClasses() - Method in interface org.neo4j.graphdb.facade.GraphDatabaseFacadeFactory.Dependencies
 
SettingValidator - Interface in org.neo4j.graphdb.config
Deprecated.
The settings API will be completely rewritten in 4.0
setTransactionStateChecker(TransactionStateChecker) - Method in class org.neo4j.server.rest.repr.NodeRepresentation
 
setTransactionStateChecker(TransactionStateChecker) - Method in class org.neo4j.server.rest.repr.RelationshipRepresentation
 
setUserLogProvider(LogProvider) - Method in class org.neo4j.graphdb.factory.GraphDatabaseFactory
 
setUserLogProvider(LogProvider) - Method in class org.neo4j.graphdb.factory.GraphDatabaseFactoryState
Deprecated.
 
SeverityLevel - Enum in org.neo4j.graphdb
SeverityLevel indicates to a client the severity of a notification.
SHORT - Static variable in class org.neo4j.server.rest.repr.Representation
 
SHORT - Static variable in class org.neo4j.server.rest.repr.RepresentationType
 
SHORT_LIST - Static variable in class org.neo4j.server.rest.repr.Representation
 
shortestPath(PathExpander, int) - Static method in class org.neo4j.graphalgo.GraphAlgoFactory
Returns an algorithm which can find all shortest paths (that is paths with as short Path.length() as possible) between two nodes.
shortestPath(PathExpander, int, int) - Static method in class org.neo4j.graphalgo.GraphAlgoFactory
Returns an algorithm which can find all shortest paths (that is paths with as short Path.length() as possible) between two nodes.
shutdown() - Method in class org.neo4j.graphdb.facade.spi.ClassicCoreSPI
 
shutdown() - Method in class org.neo4j.graphdb.facade.spi.ProcedureGDBFacadeSPI
 
shutdown() - Method in interface org.neo4j.graphdb.GraphDatabaseService
Shuts down Neo4j.
shutdown() - Method in class org.neo4j.index.lucene.LuceneKernelExtension
Deprecated.
 
shutdown() - Method in class org.neo4j.index.lucene.unsafe.batchinsert.LuceneBatchInserterIndexProvider
Deprecated.
shutdown() - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
Shuts down this batch inserter syncing all changes that are still only in memory to disk.
shutdown() - Method in interface org.neo4j.unsafe.batchinsert.BatchInserterIndexProvider
Deprecated.
shutdown_transaction_end_timeout - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
sideSelector(SideSelectorPolicy, int) - Method in interface org.neo4j.graphdb.traversal.BidirectionalTraversalDescription
In a bidirectional traversal the traverser alternates which side (start or end) to move further for each step.
SideSelector - Interface in org.neo4j.graphdb.traversal
Dictates which side is the current side in a bidirectional traversal to traverse the next step for.
SideSelectorPolicies - Enum in org.neo4j.graphdb.traversal
A catalogue of convenient side selector policies for use in bidirectional traversals.
SideSelectorPolicy - Interface in org.neo4j.graphdb.traversal
A factory for SideSelectors.
SILENT_UNCAUGHT_EXCEPTION_HANDLER - Static variable in class org.neo4j.helpers.Exceptions
Deprecated.
 
simplePathToString(Path) - Static method in class org.neo4j.graphdb.traversal.Paths
Returns a quite simple string representation of a Path.
simplePathToString(Path, String) - Static method in class org.neo4j.graphdb.traversal.Paths
Returns a quite simple string representation of a Path.
single(Iterable<T>) - Static method in class org.neo4j.helpers.collection.Iterables
Returns the given iterable's single element.
single(Iterable<T>, T) - Static method in class org.neo4j.helpers.collection.Iterables
Returns the given iterable's single element or itemIfNone if no element found.
single(Iterator<T>) - Static method in class org.neo4j.helpers.collection.Iterators
Returns the given iterator's single element.
single(Iterator<T>, T) - Static method in class org.neo4j.helpers.collection.Iterators
Returns the given iterator's single element or itemIfNone if no element found.
singleNodePath(Node) - Static method in class org.neo4j.graphdb.traversal.Paths
 
singleOrNull(Iterable<T>) - Static method in class org.neo4j.helpers.collection.Iterables
Returns the given iterable's single element or null if no element found.
singleOrNull(Iterator<T>) - Static method in class org.neo4j.helpers.collection.Iterators
Returns the given iterator's single element or null if no element found.
singlePath(long, String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
size() - Method in interface org.neo4j.graphdb.index.IndexHits
Deprecated.
size() - Method in class org.neo4j.helpers.collection.LruCache
 
size() - Method in class org.neo4j.helpers.collection.MultiSet
 
skip(int, Iterable<X>) - Static method in class org.neo4j.helpers.collection.Iterables
 
Slf4jLog - Class in org.neo4j.logging.slf4j
An adapter from a Logger to a Log interface
Slf4jLog(Logger) - Constructor for class org.neo4j.logging.slf4j.Slf4jLog
 
Slf4jLogProvider - Class in org.neo4j.logging.slf4j
A LogProvider that forwards log events to SLF4J
Slf4jLogProvider() - Constructor for class org.neo4j.logging.slf4j.Slf4jLogProvider
 
Slf4jLogProvider(ILoggerFactory) - Constructor for class org.neo4j.logging.slf4j.Slf4jLogProvider
 
snapshot_query - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
snapshot_query_retries - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
SocketAddress - Class in org.neo4j.helpers
Socket address derived from configuration.
SocketAddress(String, int) - Constructor for class org.neo4j.helpers.SocketAddress
 
socketAddress() - Method in class org.neo4j.helpers.SocketAddress
 
socketAddress(String, BiFunction<String, Integer, T>) - Static method in class org.neo4j.helpers.SocketAddressParser
 
SocketAddressParser - Class in org.neo4j.helpers
 
SocketAddressParser() - Constructor for class org.neo4j.helpers.SocketAddressParser
 
sort(Comparator<? super Path>) - Method in interface org.neo4j.graphdb.traversal.TraversalDescription
 
sort(Iterable<T>, Function<T, S>) - Static method in class org.neo4j.helpers.collection.Iterables
 
sort(Sort) - Method in class org.neo4j.index.lucene.QueryContext
Deprecated.
sort(String, String...) - Method in class org.neo4j.index.lucene.QueryContext
Deprecated.
sortByScore() - Method in class org.neo4j.index.lucene.QueryContext
Deprecated.
Sorting - Class in org.neo4j.graphdb.traversal
Provides some common traversal sorting, used by TraversalDescription.sort(Comparator).
sortNumeric(String, boolean) - Method in class org.neo4j.index.lucene.QueryContext
Deprecated.
source() - Method in class org.neo4j.helpers.Args
Deprecated.
Source - Annotation Type in org.neo4j.server.plugins
Deprecated.
Server plugins are deprecated for removal in the next major release. Please use unmanaged extensions instead.
SPIPluginLifecycle - Interface in org.neo4j.server.plugins
Deprecated.
Server plugins are deprecated for removal in the next major release. Please use unmanaged extensions instead.
splitLongLine(String, int) - Static method in class org.neo4j.helpers.Args
Deprecated.
sslPolicyConfigValidator - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
start() - Method in class org.neo4j.backup.OnlineBackupKernelExtension
Deprecated.
 
start(GraphDatabaseService, Configuration) - Method in interface org.neo4j.server.plugins.PluginLifecycle
Deprecated.
start(NeoServer) - Method in interface org.neo4j.server.plugins.SPIPluginLifecycle
Deprecated.
startAutoIndexingProperty(String) - Method in interface org.neo4j.graphdb.index.AutoIndexer
Deprecated.
startAutoIndexingProperty(String, String) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
startAutoIndexingProperty(String, String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
startNode() - Method in interface org.neo4j.graphdb.Path
Returns the start node of this path.
startNode() - Method in class org.neo4j.server.rest.repr.PathRepresentation
 
startNodeUri() - Method in class org.neo4j.server.rest.repr.RelationshipRepresentation
 
startNodeUri() - Method in class org.neo4j.server.rest.repr.ScoredRelationshipRepresentation
 
startSide(TraversalDescription) - Method in interface org.neo4j.graphdb.traversal.BidirectionalTraversalDescription
Sets the start side TraversalDescription of this bidirectional traversal.
State(STATE, STATE) - Constructor for class org.neo4j.graphdb.traversal.InitialBranchState.State
 
state() - Method in interface org.neo4j.graphdb.traversal.TraversalBranch
Returns the state associated with this branch.
status() - Method in exception org.neo4j.graphdb.DatabaseShutdownException
 
status() - Method in exception org.neo4j.graphdb.security.AuthorizationExpiredException
The Neo4j status code associated with this exception type.
status() - Method in exception org.neo4j.graphdb.security.AuthorizationViolationException
The Neo4j status code associated with this exception type.
status() - Method in exception org.neo4j.graphdb.security.AuthProviderFailedException
The Neo4j status code associated with this exception type.
status() - Method in exception org.neo4j.graphdb.security.AuthProviderTimeoutException
The Neo4j status code associated with this exception type.
status() - Method in exception org.neo4j.graphdb.security.WriteOperationsNotAllowedException
The Neo4j status code associated with this exception type.
status() - Method in exception org.neo4j.graphdb.TransactionGuardException
 
status() - Method in exception org.neo4j.graphdb.TransactionTerminatedException
 
status() - Method in exception org.neo4j.server.rest.repr.BadInputException
 
status() - Method in exception org.neo4j.server.rest.repr.InvalidArgumentsException
 
status() - Method in exception org.neo4j.server.rest.web.NoSuchPropertyException
 
status() - Method in exception org.neo4j.server.rest.web.PropertyValueException
 
stop() - Method in class org.neo4j.backup.OnlineBackupKernelExtension
Deprecated.
 
stop() - Method in interface org.neo4j.server.plugins.PluginLifecycle
Deprecated.
stop() - Method in interface org.neo4j.server.plugins.SPIPluginLifecycle
Deprecated.
stopAutoIndexingProperty(String) - Method in interface org.neo4j.graphdb.index.AutoIndexer
Deprecated.
stopAutoIndexingProperty(String, String) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
stopAutoIndexingProperty(String, String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
store(Map<String, String>, File) - Static method in class org.neo4j.helpers.collection.MapUtil
Stores the data in config into file in a standard java Properties format.
store(Map<String, String>, OutputStream) - Static method in class org.neo4j.helpers.collection.MapUtil
Stores the data in config into stream in a standard java Properties format.
store(Map<String, String>, Writer) - Static method in class org.neo4j.helpers.collection.MapUtil
Stores the data in config into writer in a standard java Properties format.
store_internal_debug_contexts - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
store_internal_log_level - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
store_internal_log_max_archives - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
store_internal_log_path - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
store_internal_log_rotation_delay - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
store_internal_log_rotation_threshold - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
store_user_log_max_archives - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
store_user_log_path - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
store_user_log_rotation_delay - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
store_user_log_rotation_threshold - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
store_user_log_to_stdout - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
storeCopyCheckPointMutex() - Method in interface org.neo4j.backup.OnlineBackupExtensionFactory.Dependencies
Deprecated.
 
StoreFile - Interface in org.neo4j.jmx
Deprecated.
storeId() - Method in class org.neo4j.graphdb.facade.spi.ClassicCoreSPI
 
storeId() - Method in class org.neo4j.graphdb.facade.spi.ProcedureGDBFacadeSPI
 
storeId - Variable in class org.neo4j.graphdb.factory.module.DataSourceModule
 
storeLayout - Variable in class org.neo4j.graphdb.factory.module.PlatformModule
 
StoreSize - Interface in org.neo4j.jmx
Deprecated.
storeStrictly(Map<String, String>, File) - Static method in class org.neo4j.helpers.collection.MapUtil
Stores the data in config into file in a standard java Properties format.
storeStrictly(Map<String, String>, OutputStream) - Static method in class org.neo4j.helpers.collection.MapUtil
Stores the data in config into stream in a standard java Properties format.
storeStrictly(Map<String, String>, Writer) - Static method in class org.neo4j.helpers.collection.MapUtil
Stores the data in config into writer in a standard java Properties format.
stream() - Method in interface org.neo4j.graphdb.index.IndexHits
Deprecated.
stream() - Method in interface org.neo4j.graphdb.ResourceIterable
 
stream() - Method in interface org.neo4j.graphdb.ResourceIterator
 
stream(Iterable<T>) - Static method in class org.neo4j.helpers.collection.Iterables
Create a stream from the given iterable.
stream(Iterable<T>, int) - Static method in class org.neo4j.helpers.collection.Iterables
Create a stream from the given iterable with given characteristics.
stream(Iterator<T>) - Static method in class org.neo4j.helpers.collection.Iterators
Create a stream from the given iterator.
stream(Iterator<T>, int) - Static method in class org.neo4j.helpers.collection.Iterators
Create a stream from the given iterator with given characteristics.
STREAM_HEADER - Static variable in interface org.neo4j.server.rest.repr.StreamingFormat
 
StreamingBatchOperations - Class in org.neo4j.server.rest.web
 
StreamingBatchOperations(WebServer) - Constructor for class org.neo4j.server.rest.web.StreamingBatchOperations
 
StreamingFormat - Interface in org.neo4j.server.rest.repr
 
strict_config_validation - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
string(Iterable<String>) - Static method in class org.neo4j.server.rest.repr.ListRepresentation
 
STRING - Static variable in class org.neo4j.server.rest.repr.Representation
 
STRING - Static variable in class org.neo4j.server.rest.repr.RepresentationType
 
string(String) - Static method in class org.neo4j.server.rest.repr.ValueRepresentation
 
string_block_size - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
Block size properties values depends from selected record format.
STRING_LIST - Static variable in class org.neo4j.server.rest.repr.Representation
 
stringify(Throwable) - Static method in class org.neo4j.helpers.Exceptions
Deprecated.
 
stringify(Thread, StackTraceElement[]) - Static method in class org.neo4j.helpers.Exceptions
Deprecated.
 
stringMap(String...) - Static method in class org.neo4j.helpers.collection.MapUtil
A short-hand method for creating a Map of key/value pairs where both keys and values are Strings.
stringMap(Map<String, String>, String...) - Static method in class org.neo4j.helpers.collection.MapUtil
A short-hand method for creating a Map of key/value pairs where both keys and values are Strings.
Strings - Class in org.neo4j.helpers
Deprecated.
strings(String...) - Static method in class org.neo4j.server.rest.repr.ListRepresentation
 
StringSearchMode - Enum in org.neo4j.graphdb
The string search mode is used together with a value template to find nodes of interest.
SubGraph - Interface in org.neo4j.cypher.export
 
SubGraphExporter - Class in org.neo4j.cypher.export
 
SubGraphExporter(SubGraph) - Constructor for class org.neo4j.cypher.export.SubGraphExporter
 
success() - Method in interface org.neo4j.graphdb.Transaction
Marks this transaction as successful, which means that it will be committed upon invocation of Transaction.close() unless Transaction.failure() has or will be invoked before then.
Surface - Interface in org.neo4j.server.rest.web
 
SYSTEM_CLOCK - Static variable in interface org.neo4j.helpers.Clock
Deprecated.
please use Clock.systemUTC() instead
SYSTEM_DATABASE_NAME - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 

T

TAB - Static variable in class org.neo4j.helpers.Strings
Deprecated.
TaskControl - Interface in org.neo4j.helpers
Deprecated.
TaskCoordinator - Class in org.neo4j.helpers
Deprecated.
TaskCoordinator(long, TimeUnit) - Constructor for class org.neo4j.helpers.TaskCoordinator
Deprecated.
TEMPLATE - Static variable in class org.neo4j.server.rest.repr.RepresentationType
 
template(String) - Static method in class org.neo4j.server.rest.repr.ValueRepresentation
 
templateString(String, Map<String, ?>) - Static method in class org.neo4j.helpers.TextUtil
Deprecated.
 
templateString(String, String, Map<String, ?>) - Static method in class org.neo4j.helpers.TextUtil
Deprecated.
 
temporal(Iterable<Temporal>) - Static method in class org.neo4j.server.rest.repr.ListRepresentation
 
TEMPORAL - Static variable in class org.neo4j.server.rest.repr.RepresentationType
 
temporal(Temporal) - Static method in class org.neo4j.server.rest.repr.ValueRepresentation
 
TEMPORAL_AMOUNT - Static variable in class org.neo4j.server.rest.repr.RepresentationType
 
temporalAmount(Iterable<TemporalAmount>) - Static method in class org.neo4j.server.rest.repr.ListRepresentation
 
temporalAmount(TemporalAmount) - Static method in class org.neo4j.server.rest.repr.ValueRepresentation
 
temporalAmounts(TemporalAmount...) - Static method in class org.neo4j.server.rest.repr.ListRepresentation
 
temporals(Temporal...) - Static method in class org.neo4j.server.rest.repr.ListRepresentation
 
terminate() - Method in interface org.neo4j.graphdb.Transaction
Marks this transaction as terminated, which means that it will be, much like in the case of failure, unconditionally rolled back when Transaction.close() is called.
terminate() - Method in interface org.neo4j.procedure.ProcedureTransaction
Marks this transaction as terminated, which means that it will be, much like in the case of failure, unconditionally rolled back when Transaction.close() is called.
TerminationGuard - Interface in org.neo4j.procedure
TerminationGuard allows a long running procedure to check at regular intervals if the surrounding executing query has been terminated by the user or a database administrator or was timed out for some other reason.
TextUtil - Class in org.neo4j.helpers
Deprecated.
This class will be removed from public API in 4.0.
TheBackupInterface - Interface in org.neo4j.backup
Deprecated.
ThisShouldNotHappenError - Error in org.neo4j.helpers
ThisShouldNotHappenError(String, String) - Constructor for error org.neo4j.helpers.ThisShouldNotHappenError
Deprecated.
 
ThisShouldNotHappenError(String, String, Throwable) - Constructor for error org.neo4j.helpers.ThisShouldNotHappenError
Deprecated.
 
threadCreated(String) - Method in interface org.neo4j.helpers.NamedThreadFactory.Monitor
Deprecated.
threadFinished(String) - Method in interface org.neo4j.helpers.NamedThreadFactory.Monitor
Deprecated.
throwIfInstanceOf(Throwable, Class<T>) - Static method in class org.neo4j.helpers.Exceptions
Deprecated.
Will rethrow the provided exception if it is an instance of clazz.
throwIfUnchecked(Throwable) - Static method in class org.neo4j.helpers.Exceptions
Deprecated.
Rethrows exception if it is an instance of RuntimeException or Error.
time() - Static method in class org.neo4j.helpers.Format
Deprecated.
 
time(TimeZone) - Static method in class org.neo4j.helpers.Format
Deprecated.
 
time(long) - Static method in class org.neo4j.helpers.Format
Deprecated.
 
time(long, TimeZone) - Static method in class org.neo4j.helpers.Format
Deprecated.
 
time(Date) - Static method in class org.neo4j.helpers.Format
Deprecated.
 
time(Date, TimeZone) - Static method in class org.neo4j.helpers.Format
Deprecated.
 
TIME_FORMAT - Static variable in class org.neo4j.helpers.Format
Deprecated.
 
TimelineIndex<T extends PropertyContainer> - Interface in org.neo4j.index.lucene
Deprecated.
This will be removed in the next major release. Please consider using schema indexes on date/time valued properties instead.
TimeUtil - Class in org.neo4j.helpers
Deprecated.
toDepth(int) - Static method in class org.neo4j.graphdb.traversal.Evaluators
Returns an Evaluator which includes positions down to depth and prunes everything deeper than that.
tokenizeStringWithQuotes(String) - Static method in class org.neo4j.helpers.TextUtil
Deprecated.
Tokenizes a string, regarding quotes.
tokenizeStringWithQuotes(String, boolean, boolean) - Static method in class org.neo4j.helpers.TextUtil
Deprecated.
Tokenizes a string, regarding quotes.
tokenizeStringWithQuotes(String, boolean, boolean, boolean) - Static method in class org.neo4j.helpers.TextUtil
Deprecated.
Tokenizes a string, regarding quotes with a possibility to keep escaping characters but removing them when they used for space escaping.
toMap(Iterable<Pair<K, V>>) - Static method in class org.neo4j.helpers.collection.MapUtil
 
toMap(Iterator<Pair<K, V>>) - Static method in class org.neo4j.helpers.collection.MapUtil
 
toOutputStream(OutputStream) - Method in class org.neo4j.logging.FormattedLog.Builder
Creates a FormattedLog instance that writes messages to an OutputStream.
toOutputStream(Supplier<OutputStream>) - Method in class org.neo4j.logging.FormattedLog.Builder
Creates a FormattedLog instance that writes messages to OutputStreams obtained from the specified Supplier.
toOutputStream(OutputStream) - Static method in class org.neo4j.logging.FormattedLog
Creates a FormattedLog instance that writes messages to an OutputStream.
toOutputStream(Supplier<OutputStream>) - Static method in class org.neo4j.logging.FormattedLog
Creates a FormattedLog instance that writes messages to OutputStreams obtained from the specified Supplier.
toOutputStream(OutputStream) - Method in class org.neo4j.logging.FormattedLogProvider.Builder
Creates a FormattedLogProvider instance that writes messages to an OutputStream.
toOutputStream(Supplier<OutputStream>) - Method in class org.neo4j.logging.FormattedLogProvider.Builder
Creates a FormattedLogProvider instance that writes messages to OutputStreams obtained from the specified Supplier.
toOutputStream(OutputStream) - Static method in class org.neo4j.logging.FormattedLogProvider
Creates a FormattedLogProvider instance that writes messages to an OutputStream.
toOutputStream(Supplier<OutputStream>) - Static method in class org.neo4j.logging.FormattedLogProvider
Creates a FormattedLogProvider instance that writes messages to OutputStreams obtained from the specified Supplier.
top(int) - Method in class org.neo4j.index.lucene.QueryContext
Deprecated.
toPrintWriter(PrintWriter) - Method in class org.neo4j.logging.FormattedLog.Builder
Creates a FormattedLog instance that writes messages to a PrintWriter.
toPrintWriter(Supplier<PrintWriter>) - Method in class org.neo4j.logging.FormattedLog.Builder
Creates a FormattedLog instance that writes messages to PrintWriters obtained from the specified Supplier.
toPrintWriter(PrintWriter) - Static method in class org.neo4j.logging.FormattedLog
Creates a FormattedLog instance that writes messages to a PrintWriter.
toPrintWriter(Supplier<PrintWriter>) - Static method in class org.neo4j.logging.FormattedLog
Creates a FormattedLog instance that writes messages to PrintWriters obtained from the specified Supplier.
toPrintWriter(PrintWriter) - Method in class org.neo4j.logging.FormattedLogProvider.Builder
Creates a FormattedLogProvider instance that writes messages to a PrintWriter.
toPrintWriter(Supplier<PrintWriter>) - Method in class org.neo4j.logging.FormattedLogProvider.Builder
Creates a FormattedLogProvider instance that writes messages to PrintWriters obtained from the specified Supplier.
toPrintWriter(PrintWriter) - Static method in class org.neo4j.logging.FormattedLogProvider
Creates a FormattedLogProvider instance that writes messages to a PrintWriter.
toPrintWriter(Supplier<PrintWriter>) - Static method in class org.neo4j.logging.FormattedLogProvider
Creates a FormattedLogProvider instance that writes messages to PrintWriters obtained from the specified Supplier.
toString() - Method in class org.neo4j.graphdb.config.BaseSetting
Deprecated.
 
toString() - Method in class org.neo4j.graphdb.DynamicLabel
Deprecated.
 
toString() - Method in class org.neo4j.graphdb.DynamicRelationshipType
Deprecated.
Returns a string representation of this dynamic relationship type.
toString() - Method in class org.neo4j.graphdb.index.IndexPopulationProgress
 
toString() - Method in class org.neo4j.graphdb.InputPosition
 
toString() - Method in interface org.neo4j.graphdb.Path
Returns a natural string representation of this path.
toString() - Method in class org.neo4j.graphdb.QueryExecutionType
 
toString() - Method in class org.neo4j.helpers.Args.Option
Deprecated.
 
toString() - Method in class org.neo4j.helpers.Args
Deprecated.
 
toString(Iterable<?>, String) - Static method in class org.neo4j.helpers.collection.Iterables
 
toString() - Method in class org.neo4j.helpers.collection.Pair
 
toString() - Method in class org.neo4j.helpers.HostnamePort
 
toString(String) - Method in class org.neo4j.helpers.HostnamePort
 
toString() - Method in class org.neo4j.helpers.ProcessFailureException.Entry
Deprecated.
 
toString() - Method in class org.neo4j.helpers.Reference
Deprecated.
 
toString() - Method in class org.neo4j.helpers.Service
 
toString() - Method in class org.neo4j.helpers.SocketAddress
 
toString() - Method in class org.neo4j.index.lucene.ValueContext
Deprecated.
toString() - Method in class org.neo4j.logging.BufferingLog
 
toString() - Method in class org.neo4j.management.ClusterMemberInfo
Deprecated.
 
toString() - Method in class org.neo4j.server.plugins.ServerPlugin
Deprecated.
 
toString() - Method in class org.neo4j.server.rest.repr.RepresentationFormat
 
toString() - Method in class org.neo4j.server.rest.repr.RepresentationType
 
toString() - Method in class org.neo4j.server.rest.web.InternalJettyServletRequest
 
toString() - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
toWriter(Writer) - Method in class org.neo4j.logging.FormattedLog.Builder
Creates a FormattedLog instance that writes messages to a Writer.
toWriter(Writer) - Static method in class org.neo4j.logging.FormattedLog
Creates a FormattedLog instance that writes messages to a Writer.
toWriter(Writer) - Method in class org.neo4j.logging.FormattedLogProvider.Builder
Creates a FormattedLogProvider instance that writes messages to a Writer.
toWriter(Writer) - Static method in class org.neo4j.logging.FormattedLogProvider
Creates a FormattedLogProvider instance that writes messages to a Writer.
tracer - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
tracers - Variable in class org.neo4j.graphdb.factory.module.PlatformModule
 
track_query_allocation - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
track_query_cpu_time - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
tradeCorrectnessForSpeed() - Method in class org.neo4j.index.lucene.QueryContext
Deprecated.
Transaction - Interface in org.neo4j.graphdb
A programmatically handled transaction.
transaction_monitor_check_interval - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
transaction_start_timeout - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
transaction_timeout - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
TransactionalService - Class in org.neo4j.server.rest.web
This does basic mapping from HTTP to TransactionFacade, and should not do anything more complicated than that.
TransactionalService(TransactionFacade, UriInfo, UsageData, Log) - Constructor for class org.neo4j.server.rest.web.TransactionalService
 
TransactionalService.TransactionUriBuilder - Class in org.neo4j.server.rest.web
 
TransactionData - Interface in org.neo4j.graphdb.event
Represents the data that has changed during the course of one transaction.
TransactionEventHandler<T> - Interface in org.neo4j.graphdb.event
An event handler interface for Neo4j Transaction events.
TransactionEventHandler.Adapter<T> - Class in org.neo4j.graphdb.event
TransactionFailureException - Exception in org.neo4j.graphdb
Signals that a transaction failed and has been rolled back.
TransactionFailureException(String) - Constructor for exception org.neo4j.graphdb.TransactionFailureException
 
TransactionFailureException(String, Throwable) - Constructor for exception org.neo4j.graphdb.TransactionFailureException
 
TransactionGuardException - Exception in org.neo4j.graphdb
 
TransactionGuardException(Status, String, Throwable) - Constructor for exception org.neo4j.graphdb.TransactionGuardException
 
transactionIdStoreSupplier() - Method in interface org.neo4j.backup.OnlineBackupExtensionFactory.Dependencies
Deprecated.
 
TransactionManager - Interface in org.neo4j.management
Deprecated.
TransactionTemplate - Class in org.neo4j.helpers
Neo4j transaction template that automates the retry-on-exception logic.
TransactionTemplate() - Constructor for class org.neo4j.helpers.TransactionTemplate
Creates a template for performing transactions with retry logic.
TransactionTemplate(GraphDatabaseService, TransactionTemplate.Monitor, int, long, Predicate<Throwable>) - Constructor for class org.neo4j.helpers.TransactionTemplate
Create a template for performing transaction with retry logic.
TransactionTemplate.Monitor - Interface in org.neo4j.helpers
 
TransactionTemplate.Monitor.Adapter - Class in org.neo4j.helpers
 
TransactionTerminatedException - Exception in org.neo4j.graphdb
Signals that the transaction within which the failed operations ran has been terminated with Transaction.terminate().
TransactionTerminatedException(Status) - Constructor for exception org.neo4j.graphdb.TransactionTerminatedException
 
TransactionUriBuilder(UriInfo) - Constructor for class org.neo4j.server.rest.web.TransactionalService.TransactionUriBuilder
 
TransactionUriScheme - Interface in org.neo4j.server.rest.web
 
TransientDatabaseFailureException - Exception in org.neo4j.graphdb
Indicates that the database is in, or meanwhile a unit of work was executing, got into an intermediate state where the unit of work, and potentially other units of work as well, couldn't complete successfully.
TransientDatabaseFailureException(String, Throwable) - Constructor for exception org.neo4j.graphdb.TransientDatabaseFailureException
 
TransientDatabaseFailureException(String) - Constructor for exception org.neo4j.graphdb.TransientDatabaseFailureException
 
TransientFailureException - Exception in org.neo4j.graphdb
Indicates a type of failure that is intermediate and, in a way benign.
TransientTransactionFailureException - Exception in org.neo4j.graphdb
Indicates that a transaction couldn't complete successfully due to an intermediate failure.
TransientTransactionFailureException(String, Throwable) - Constructor for exception org.neo4j.graphdb.TransientTransactionFailureException
 
TransientTransactionFailureException(String) - Constructor for exception org.neo4j.graphdb.TransientTransactionFailureException
 
TraversalBranch - Interface in org.neo4j.graphdb.traversal
Represents a position and a PathExpander with a traversal context, for example parent and an iterator of relationships to go next.
TraversalContext - Interface in org.neo4j.graphdb.traversal
Provides a context for TraversalBranches which they need to move further and report their progress.
traversalDescription() - Method in interface org.neo4j.graphdb.GraphDatabaseService
Factory method for unidirectional traversal descriptions.
TraversalDescription - Interface in org.neo4j.graphdb.traversal
Represents a description of a traversal.
TraversalMetadata - Interface in org.neo4j.graphdb.traversal
Provides metadata about a traversal.
traverse(Node, Node) - Method in interface org.neo4j.graphdb.traversal.BidirectionalTraversalDescription
Traverse between a given start and end node with all applied rules and behavior in this traversal description.
traverse(Iterable<Node>, Iterable<Node>) - Method in interface org.neo4j.graphdb.traversal.BidirectionalTraversalDescription
Traverse between a set of start and end nodes with all applied rules and behavior in this traversal description.
traverse(Node) - Method in interface org.neo4j.graphdb.traversal.TraversalDescription
Traverse from a single start node based on all the rules and behavior in this description.
traverse(Node...) - Method in interface org.neo4j.graphdb.traversal.TraversalDescription
Traverse from a set of start nodes based on all the rules and behavior in this description.
traverse(Iterable<Node>) - Method in interface org.neo4j.graphdb.traversal.TraversalDescription
Traverse from a iterable of start nodes based on all the rules and behavior in this description.
Traverser - Interface in org.neo4j.graphdb.traversal
This interface represents the traverser which is used to step through the results of a traversal.
traverseUriTemplate() - Method in class org.neo4j.server.rest.repr.NodeRepresentation
 
traverseUriTemplate() - Method in class org.neo4j.server.rest.repr.ScoredNodeRepresentation
 
triggerIndexSampling(String, String, boolean) - Method in interface org.neo4j.management.IndexSamplingManager
Deprecated.
 
trimToFlattenedList(Map<K, V>, List<T>, Function<T, Stream<K>>) - Static method in class org.neo4j.helpers.collection.MapUtil
Mutates the input map by removing entries which do not have keys in the new backing data, as extracted with the keyExtractor.
trimToList(Map<K, V>, List<T>, Function<T, K>) - Static method in class org.neo4j.helpers.collection.MapUtil
Mutates the input map by removing entries which do not have keys in the new backing data, as extracted with the keyExtractor.
trimToList(Map<K, V>, Set<K>) - Static method in class org.neo4j.helpers.collection.MapUtil
Mutates the input map by removing entries which are not in the retained set of keys.
tx_state_max_off_heap_memory - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
tx_state_memory_allocation - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
tx_state_off_heap_block_cache_size - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
tx_state_off_heap_max_cacheable_block_size - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
txCommitUri(long) - Method in class org.neo4j.server.rest.web.TransactionalService.TransactionUriBuilder
 
txCommitUri(long) - Method in interface org.neo4j.server.rest.web.TransactionUriScheme
 
txUri(long) - Method in class org.neo4j.server.rest.web.TransactionalService.TransactionUriBuilder
 
txUri(long) - Method in interface org.neo4j.server.rest.web.TransactionUriScheme
 
type - Variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings.Connector
Deprecated.
 
typeEquals(Class<?>, Class<?>) - Method in interface org.neo4j.helpers.ArrayUtil.ArrayEquality
Deprecated.
 

U

union(T[], T[]) - Static method in class org.neo4j.helpers.ArrayUtil
Deprecated.
unique(Iterable<T>) - Static method in class org.neo4j.helpers.collection.Iterables
 
UniqueFactory<T extends PropertyContainer> - Class in org.neo4j.graphdb.index
Deprecated.
This API will be removed in next major release. Please consider using schema constraints and the Cypher MERGE clause instead.
UniqueFactory.UniqueEntity<T extends PropertyContainer> - Class in org.neo4j.graphdb.index
Deprecated.
UniqueFactory.UniqueNodeFactory - Class in org.neo4j.graphdb.index
Deprecated.
UniqueFactory.UniqueRelationshipFactory - Class in org.neo4j.graphdb.index
Deprecated.
uniqueness(UniquenessFactory) - Method in interface org.neo4j.graphdb.traversal.TraversalDescription
Sets the UniquenessFactory for creating the UniquenessFilter to use.
uniqueness(UniquenessFactory, Object) - Method in interface org.neo4j.graphdb.traversal.TraversalDescription
Sets the UniquenessFactory for creating the UniquenessFilter to use.
Uniqueness - Enum in org.neo4j.graphdb.traversal
A catalog of convenient uniqueness factories.
UniquenessFactory - Interface in org.neo4j.graphdb.traversal
Factory for UniquenessFilter filters, it can supply the created UniquenessFilter with an optional parameter which is up to the filter itself to validate and make sense of.
UniquenessFilter - Interface in org.neo4j.graphdb.traversal
Interface for filters preventing the traversal from visiting already seen parts of the graph.
UniqueNodeFactory(Index<Node>) - Constructor for class org.neo4j.graphdb.index.UniqueFactory.UniqueNodeFactory
Deprecated.
UniqueNodeFactory(GraphDatabaseService, String) - Constructor for class org.neo4j.graphdb.index.UniqueFactory.UniqueNodeFactory
Deprecated.
UniqueRelationshipFactory(Index<Relationship>) - Constructor for class org.neo4j.graphdb.index.UniqueFactory.UniqueRelationshipFactory
Deprecated.
UniqueRelationshipFactory(GraphDatabaseService, String) - Constructor for class org.neo4j.graphdb.index.UniqueFactory.UniqueRelationshipFactory
Deprecated.
uniqueSize() - Method in class org.neo4j.helpers.collection.MultiSet
 
UNKNOWN_MAX_COUNT - Static variable in interface org.neo4j.helpers.collection.BoundedIterable
Deprecated.
 
unnecessaryRelationshipTraversed() - Method in interface org.neo4j.graphdb.traversal.TraversalContext
Reports that one more relationship has been traversed, albeit a relationship that hasn't provided any benefit to the traversal.
UNPROCESSABLE - Static variable in class org.neo4j.server.rest.web.CustomStatusType
 
unregisterKernelEventHandler(KernelEventHandler) - Method in class org.neo4j.graphdb.facade.spi.ClassicCoreSPI
 
unregisterKernelEventHandler(KernelEventHandler) - Method in class org.neo4j.graphdb.facade.spi.ProcedureGDBFacadeSPI
 
unregisterKernelEventHandler(KernelEventHandler) - Method in interface org.neo4j.graphdb.GraphDatabaseService
Unregisters handler from the list of kernel event handlers.
unregisterTransactionEventHandler(TransactionEventHandler<T>) - Method in class org.neo4j.graphdb.facade.spi.ClassicCoreSPI
 
unregisterTransactionEventHandler(TransactionEventHandler<T>) - Method in class org.neo4j.graphdb.facade.spi.ProcedureGDBFacadeSPI
 
unregisterTransactionEventHandler(TransactionEventHandler<T>) - Method in interface org.neo4j.graphdb.GraphDatabaseService
Unregisters handler from the list of transaction event handlers.
unsignedByteToInt(byte) - Static method in class org.neo4j.helpers.Numbers
Deprecated.
 
unsignedShortToInt(short) - Static method in class org.neo4j.helpers.Numbers
Deprecated.
 
UNSPECIFIED_TIMEOUT - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
update() - Method in interface org.neo4j.management.HighAvailability
Deprecated.
 
updateOrAdd(long, Map<String, Object>) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserterIndex
Deprecated.
URI - Static variable in class org.neo4j.server.rest.repr.Representation
 
URI - Static variable in class org.neo4j.server.rest.repr.RepresentationType
 
uri(String) - Static method in class org.neo4j.server.rest.repr.ValueRepresentation
 
URI_TEMPLATE - Static variable in class org.neo4j.server.rest.repr.Representation
 
Uris - Class in org.neo4j.helpers
Deprecated.
urlAccessRule - Variable in class org.neo4j.graphdb.factory.module.PlatformModule
 
URLAccessRule - Interface in org.neo4j.graphdb.security
A rule to evaluate if Neo4j is permitted to reach out to the specified URL (e.g.
urlAccessRules(Map<String, URLAccessRule>) - Method in class org.neo4j.graphdb.facade.GraphDatabaseDependencies
 
urlAccessRules() - Method in class org.neo4j.graphdb.facade.GraphDatabaseDependencies
 
urlAccessRules() - Method in interface org.neo4j.graphdb.facade.GraphDatabaseFacadeFactory.Dependencies
 
URLAccessValidationError - Exception in org.neo4j.graphdb.security
An access validation error indicating why a URL cannot be accessed by a Neo4j graph database instance.
URLAccessValidationError(String) - Constructor for exception org.neo4j.graphdb.security.URLAccessValidationError
 
usageData - Variable in class org.neo4j.graphdb.factory.module.PlatformModule
 
user() - Method in class org.neo4j.server.rest.repr.AuthorizationRepresentation
 
UserAggregationFunction - Annotation Type in org.neo4j.procedure
Declares a method as an aggregation function, meaning the method can be called from the cypher query language.
UserAggregationResult - Annotation Type in org.neo4j.procedure
Declares a method as the result method of an aggregation.
UserAggregationUpdate - Annotation Type in org.neo4j.procedure
Declares a method as the update method of an aggregation.
UserFunction - Annotation Type in org.neo4j.procedure
Declares a method as a Function, meaning the method can be called from the cypher query language.
userLogProvider(LogProvider) - Method in class org.neo4j.graphdb.facade.GraphDatabaseDependencies
 
userLogProvider() - Method in class org.neo4j.graphdb.facade.GraphDatabaseDependencies
 
userLogProvider() - Method in interface org.neo4j.graphdb.facade.GraphDatabaseFacadeFactory.Dependencies
 
username() - Method in interface org.neo4j.graphdb.event.TransactionData
Get the username under which authorization state this transaction is running.
usingLock(Object) - Method in class org.neo4j.logging.FormattedLog.Builder
Use the specified object to synchronize on.
usingLock(Object) - Static method in class org.neo4j.logging.FormattedLog
Start creating a FormattedLog using the specified object to synchronize on.

V

VALID_TIME_DESCRIPTION - Static variable in class org.neo4j.helpers.TimeUtil
Deprecated.
validate(Map<String, String>, Consumer<String>) - Method in interface org.neo4j.graphdb.config.Setting
Deprecated.
 
validate(Map<String, String>, Consumer<String>) - Method in interface org.neo4j.graphdb.config.SettingValidator
Deprecated.
Validate one or several setting values, throwing on invalid values.
validate(Configuration, URL) - Method in interface org.neo4j.graphdb.security.URLAccessRule
Validate this rule against the specified URL and configuration, and throw a URLAccessValidationError if the URL is not permitted for access.
validateKeys(Map<String, T>, String...) - Static method in class org.neo4j.server.rest.repr.DefaultFormat
 
validateURLAccess(URL) - Method in class org.neo4j.graphdb.facade.spi.ClassicCoreSPI
 
validateURLAccess(URL) - Method in class org.neo4j.graphdb.facade.spi.ProcedureGDBFacadeSPI
 
value() - Method in interface org.neo4j.graphdb.event.PropertyEntry
Get the value of the modified property.
value() - Method in class org.neo4j.helpers.Args.Option
Deprecated.
 
value(Object) - Static method in class org.neo4j.server.rest.repr.PropertiesRepresentation
 
ValueContext - Class in org.neo4j.index.lucene
Deprecated.
This API will be removed in next major release. Please consider using schema indexes instead.
ValueContext(Object) - Constructor for class org.neo4j.index.lucene.ValueContext
Deprecated.
valueDescription() - Method in interface org.neo4j.graphdb.config.SettingGroup
Deprecated.
 
valueOf(String) - Static method in enum org.neo4j.graphdb.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neo4j.graphdb.event.ErrorState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neo4j.graphdb.event.KernelEventHandler.ExecutionOrder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neo4j.graphdb.factory.GraphDatabaseSettings.BoltConnector.EncryptionLevel
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neo4j.graphdb.factory.GraphDatabaseSettings.Connector.ConnectorType
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neo4j.graphdb.factory.GraphDatabaseSettings.LabelIndex
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neo4j.graphdb.factory.GraphDatabaseSettings.SchemaIndex
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neo4j.graphdb.factory.GraphDatabaseSettings.TransactionStateMemoryAllocation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neo4j.graphdb.QueryExecutionType.QueryType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neo4j.graphdb.schema.ConstraintType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neo4j.graphdb.schema.Schema.IndexState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neo4j.graphdb.SeverityLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neo4j.graphdb.StringSearchMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neo4j.graphdb.traversal.BranchCollisionPolicies
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neo4j.graphdb.traversal.BranchOrderingPolicies
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neo4j.graphdb.traversal.Evaluation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neo4j.graphdb.traversal.SideSelectorPolicies
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neo4j.graphdb.traversal.Uniqueness
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neo4j.logging.Level
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neo4j.logging.LogTimeZone
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neo4j.procedure.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neo4j.server.rest.web.DatabaseActions.RelationshipDirection
Returns the enum constant of this type with the specified name.
ValueRepresentation - Class in org.neo4j.server.rest.repr
 
values(Map<String, String>) - Method in interface org.neo4j.graphdb.config.Setting
Deprecated.
 
values(Map<String, String>) - Method in interface org.neo4j.graphdb.config.SettingGroup
Deprecated.
Apply this setting group to the config and return all of its configured keys and their corresponding values.
values() - Static method in enum org.neo4j.graphdb.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neo4j.graphdb.event.ErrorState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neo4j.graphdb.event.KernelEventHandler.ExecutionOrder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neo4j.graphdb.factory.GraphDatabaseSettings.BoltConnector.EncryptionLevel
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neo4j.graphdb.factory.GraphDatabaseSettings.Connector.ConnectorType
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neo4j.graphdb.factory.GraphDatabaseSettings.LabelIndex
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neo4j.graphdb.factory.GraphDatabaseSettings.SchemaIndex
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neo4j.graphdb.factory.GraphDatabaseSettings.TransactionStateMemoryAllocation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neo4j.graphdb.QueryExecutionType.QueryType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neo4j.graphdb.schema.ConstraintType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neo4j.graphdb.schema.Schema.IndexState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neo4j.graphdb.SeverityLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neo4j.graphdb.StringSearchMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neo4j.graphdb.traversal.BranchCollisionPolicies
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neo4j.graphdb.traversal.BranchOrderingPolicies
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neo4j.graphdb.traversal.Evaluation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neo4j.graphdb.traversal.SideSelectorPolicies
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neo4j.graphdb.traversal.Uniqueness
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neo4j.logging.Level
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neo4j.logging.LogTimeZone
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neo4j.procedure.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neo4j.server.rest.web.DatabaseActions.RelationshipDirection
Returns an array containing the constants of this enum type, in the order they are declared.
VARY - Static variable in class org.neo4j.server.rest.web.CorsFilter
 
versionContextSupplier - Variable in class org.neo4j.graphdb.factory.module.PlatformModule
 
visit(Result.ResultRow) - Method in interface org.neo4j.graphdb.Result.ResultVisitor
Visits the specified row.
visit(E) - Method in interface org.neo4j.helpers.collection.Visitor
Invoked for each element in a collection.
Visitable<V> - Interface in org.neo4j.helpers.collection
 
Visitor<E,FAILURE extends Exception> - Interface in org.neo4j.helpers.collection
A visitor to internalize iteration.
Visitor.SafeGenerics - Class in org.neo4j.helpers.collection
 
vm_pause_monitor_measurement_duration - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
vm_pause_monitor_stall_alert_threshold - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
VOID - Static variable in class org.neo4j.helpers.FutureAdapter
Deprecated.
 

W

warn(String) - Method in class org.neo4j.logging.AbstractLog
 
warn(String, Throwable) - Method in class org.neo4j.logging.AbstractLog
 
warn(String, Object...) - Method in class org.neo4j.logging.AbstractLog
 
warn(String) - Method in interface org.neo4j.logging.Log
Shorthand for warnLogger().log( message )
warn(String, Throwable) - Method in interface org.neo4j.logging.Log
Shorthand for warnLogger().log( message, throwable )
warn(String, Object...) - Method in interface org.neo4j.logging.Log
Shorthand for warnLogger().log( format, arguments )
warn(String) - Method in class org.neo4j.logging.NullLog
 
warn(String, Throwable) - Method in class org.neo4j.logging.NullLog
 
warn(String, Object...) - Method in class org.neo4j.logging.NullLog
 
warnLogger() - Method in class org.neo4j.logging.BufferingLog
 
warnLogger() - Method in class org.neo4j.logging.DuplicatingLog
 
warnLogger() - Method in class org.neo4j.logging.FormattedLog
 
warnLogger() - Method in interface org.neo4j.logging.Log
 
warnLogger() - Method in class org.neo4j.logging.NullLog
 
warnLogger() - Method in class org.neo4j.logging.slf4j.Slf4jLog
 
wasCreated() - Method in class org.neo4j.graphdb.index.UniqueFactory.UniqueEntity
Deprecated.
weight() - Method in interface org.neo4j.graphalgo.WeightedPath
Returns the weight of the path.
weight() - Method in class org.neo4j.server.rest.repr.WeightedPathRepresentation
 
WeightedPath - Interface in org.neo4j.graphalgo
A Path that has an associated weight.
WeightedPathRepresentation - Class in org.neo4j.server.rest.repr
 
WeightedPathRepresentation(WeightedPath) - Constructor for class org.neo4j.server.rest.repr.WeightedPathRepresentation
 
WindowPoolInfo - Class in org.neo4j.management
Deprecated.
WindowPoolInfo(String, long, long, int, int, int, int, int) - Constructor for class org.neo4j.management.WindowPoolInfo
Deprecated.
 
with(GraphDatabaseService) - Method in class org.neo4j.helpers.TransactionTemplate
 
withCategory(String) - Method in class org.neo4j.logging.FormattedLog.Builder
Include the specified category in each output log line.
withCategory(String) - Static method in class org.neo4j.logging.FormattedLog
Include the specified category in each output log line
withCause(T, Throwable) - Static method in class org.neo4j.helpers.Exceptions
Deprecated.
withDateTimeFormatter(DateTimeFormatter) - Method in class org.neo4j.logging.FormattedLog.Builder
Set the dateFormat for datestamps in the log
withDefaultLogLevel(Level) - Method in class org.neo4j.logging.FormattedLogProvider.Builder
Use the specified log Level for all Logs by default.
withDefaultLogLevel(Level) - Static method in class org.neo4j.logging.FormattedLogProvider
Start creating a FormattedLogProvider with the specified log Level for all Logs by default.
withDeferredExecutor(DeferredExecutor, Group) - Method in class org.neo4j.graphdb.facade.GraphDatabaseDependencies
 
withFactoryWrapper(Function<IdGeneratorFactory, IdGeneratorFactory>) - Method in class org.neo4j.graphdb.factory.module.id.IdContextFactoryBuilder
 
withFileSystem(FileSystemAbstraction) - Method in class org.neo4j.graphdb.factory.module.id.IdContextFactoryBuilder
 
withFlags(String...) - Static method in class org.neo4j.helpers.Args
Deprecated.
withIdGenerationFactoryProvider(Function<String, IdGeneratorFactory>) - Method in class org.neo4j.graphdb.factory.module.id.IdContextFactoryBuilder
 
withIdReuseEligibility(IdReuseEligibility) - Method in class org.neo4j.graphdb.factory.module.id.IdContextFactoryBuilder
 
withLogLevel(Level) - Method in class org.neo4j.logging.FormattedLog.Builder
Use the specified log Level as a default.
withLogLevel(Level) - Static method in class org.neo4j.logging.FormattedLog
Start creating a FormattedLog with the specified log Level as a default.
withLogLevel(String, Level) - Method in class org.neo4j.logging.FormattedLogProvider.Builder
Use the specified log Level for any Logs that match the specified context.
withLogLevels(Map<String, Level>) - Method in class org.neo4j.logging.FormattedLogProvider.Builder
Set the log level for many contexts - equivalent to calling FormattedLogProvider.Builder.withLogLevel(String, Level) for every entry in the provided map.
withMessage(T, String) - Static method in class org.neo4j.helpers.Exceptions
Deprecated.
 
withName(String) - Static method in class org.neo4j.graphdb.DynamicRelationshipType
Deprecated.
withName(String) - Static method in interface org.neo4j.graphdb.RelationshipType
Instantiates a new RelationshipType with the given name.
withName(String) - Method in interface org.neo4j.graphdb.schema.IndexCreator
Assign a name to the index, which will then be returned from IndexDefinition.getName(), and can be used for finding the index with Schema.getIndexByName(String).
without(T[], T...) - Static method in class org.neo4j.helpers.ArrayUtil
Deprecated.
withoutAutoFlush() - Method in class org.neo4j.logging.FormattedLog.Builder
Disable auto flushing.
withoutAutoFlush() - Static method in class org.neo4j.logging.FormattedLog
Start creating a FormattedLog without auto flushing.
withoutAutoFlush() - Method in class org.neo4j.logging.FormattedLogProvider.Builder
Disable auto flushing.
withoutAutoFlush() - Static method in class org.neo4j.logging.FormattedLogProvider
Start creating a FormattedLogProvider without auto flushing.
withOutput(OutputStream) - Method in class org.neo4j.backup.OnlineBackup
 
withoutRenderingContext() - Method in class org.neo4j.logging.FormattedLogProvider.Builder
Disable rendering of the context (the class name or log name) in each output line.
withoutRenderingContext() - Static method in class org.neo4j.logging.FormattedLogProvider
Start creating a FormattedLogProvider which will not render the context (the class name or log name) in each output line.
withScope(Function<String, String>) - Method in class org.neo4j.graphdb.config.ScopeAwareSetting
Deprecated.
 
withScope(Function<String, String>) - Method in interface org.neo4j.graphdb.config.Setting
Deprecated.
Make this setting bound to a scope
withSuppressed(T, Throwable...) - Static method in class org.neo4j.helpers.Exceptions
Deprecated.
withTimeout(long) - Method in class org.neo4j.backup.OnlineBackup
Use this method to change the default timeout to keep the client waiting for each reply from the server when doing online backup.
withTimeZone(TimeZone) - Method in class org.neo4j.logging.FormattedLog.Builder
withTimeZone(TimeZone) - Static method in class org.neo4j.logging.FormattedLog
withTimeZone(TimeZone) - Method in class org.neo4j.logging.FormattedLogProvider.Builder
withTimeZone(TimeZone) - Static method in class org.neo4j.logging.FormattedLogProvider
withUTCTimeZone() - Static method in class org.neo4j.logging.FormattedLog
Start creating a FormattedLog with UTC timezone for datestamps in the log
withUTCTimeZone() - Static method in class org.neo4j.logging.FormattedLogProvider
Start creating a FormattedLogProvider with UTC timezone for datestamps in the log
withUTCZoneId() - Method in class org.neo4j.logging.FormattedLog.Builder
Set the zoneId for datestamps in the log
withUTCZoneId() - Method in class org.neo4j.logging.FormattedLogProvider.Builder
Set the zoneId for datestamps in the log
withZoneId(ZoneId) - Method in class org.neo4j.logging.FormattedLog.Builder
Set the zoneId for datestamps in the log
withZoneId(ZoneId) - Static method in class org.neo4j.logging.FormattedLog
Start creating a FormattedLog with the specified zoneId for datestamps in the log
withZoneId(ZoneId) - Method in class org.neo4j.logging.FormattedLogProvider.Builder
Set the zoneId for datestamps in the log
withZoneId(ZoneId) - Static method in class org.neo4j.logging.FormattedLogProvider
Start creating a FormattedLogProvider with the specified zoneId for datestamps in the log
write(Representation, RepresentationFormat, URI) - Static method in class org.neo4j.server.rest.repr.OutputFormat
 
writeAsStringTo(PrintWriter) - Method in interface org.neo4j.graphdb.Result
Provides a textual representation of the query result to the provided PrintWriter.
WriteOperationsNotAllowedException - Exception in org.neo4j.graphdb.security
 
WriteOperationsNotAllowedException(String, Status) - Constructor for exception org.neo4j.graphdb.security.WriteOperationsNotAllowedException
 
writeTo(OutputStream) - Method in interface org.neo4j.server.rest.repr.StreamingFormat
 
A B C D E F G H I J K L M N O P Q R S T U V W 
Skip navigation links
Neo4j

Copyright © 2023. All rights reserved.