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

A

AbstractGraphDatabase - Class in org.neo4j.kernel
Exposes the methods AbstractGraphDatabase.getConfig()() and AbstractGraphDatabase.getManagementBeans(Class)() a.s.o.
AbstractGraphDatabase(String) - Constructor for class org.neo4j.kernel.AbstractGraphDatabase
 
accept(T) - Method in interface org.neo4j.helpers.Predicate
 
acceptDiagnosticsVisitor(Object) - Method in class org.neo4j.kernel.Config
 
acceptDiagnosticsVisitor(Object) - Method in interface org.neo4j.kernel.info.DiagnosticsProvider
Accept a visitor that may or may not be capable of visiting this object.
acquireReadLock(PropertyContainer) - Method in interface org.neo4j.graphdb.Transaction
Acquires a read lock for entity for this transaction.
acquireReadLock(PropertyContainer) - Method in class org.neo4j.kernel.PlaceboTransaction
 
acquireReadLock(PropertyContainer) - Method in class org.neo4j.kernel.TopLevelTransaction
 
acquireWriteLock(PropertyContainer) - Method in interface org.neo4j.graphdb.Transaction
Acquires a write lock for entity for this transaction.
acquireWriteLock(PropertyContainer) - Method in class org.neo4j.kernel.PlaceboTransaction
 
acquireWriteLock(PropertyContainer) - Method in class org.neo4j.kernel.TopLevelTransaction
 
actual() - Method in class org.neo4j.tooling.wrap.WrappedIndex
 
add(RelationshipType) - Method in interface org.neo4j.graphdb.Expander
Add a RelationshipType to the Expander.
add(RelationshipType, Direction) - Method in interface org.neo4j.graphdb.Expander
Add a RelationshipType with a Direction to the Expander.
add(long, Map<String, Object>) - Method in interface org.neo4j.graphdb.index.BatchInserterIndex
Adds key/value pairs for entity to the index.
add(T, String, Object) - Method in interface org.neo4j.graphdb.index.Index
Adds a key/value pair for entity to the index.
add(T) - Method in class org.neo4j.helpers.collection.CachingIterator
Not supported by this implement.
add(T) - Method in class org.neo4j.helpers.collection.CollectionWrapper
 
add(long) - Method in class org.neo4j.helpers.Stats
 
add(RelationshipType) - Method in class org.neo4j.kernel.StandardExpander
 
add(RelationshipType, Direction) - Method in class org.neo4j.kernel.StandardExpander
 
add(T, String, Object) - Method in class org.neo4j.tooling.wrap.WrappedIndex
 
addAll(Collection) - Method in class org.neo4j.helpers.collection.CollectionWrapper
 
addNodeFilter(Predicate<? super Node>) - Method in interface org.neo4j.graphdb.Expander
Add a Node filter.
addNodeFilter(Predicate<? super Node>) - Method in class org.neo4j.kernel.StandardExpander
 
addRelationshipFilter(Predicate<? super Relationship>) - Method in interface org.neo4j.graphdb.Expander
Add a Relationship filter.
addRelationshipFilter(Predicate<? super Relationship>) - Method in class org.neo4j.kernel.StandardExpander
 
addRelationsipFilter(Predicate<? super Relationship>) - Method in interface org.neo4j.graphdb.Expander
Deprecated. because of typo, use Expander.addRelationshipFilter(Predicate) instead
addRelationsipFilter(Predicate<? super Relationship>) - Method in class org.neo4j.kernel.StandardExpander
 
addToCollection(Iterator<T>, C) - Static method in class org.neo4j.helpers.collection.IteratorUtil
Adds all the items in iterator to collection.
addToCollection(Iterable<T>, C) - Static method in class org.neo4j.helpers.collection.IteratorUtil
Adds all the items in iterator to collection.
afterCommit(TransactionData, T) - Method in interface org.neo4j.graphdb.event.TransactionEventHandler
Invoked after the transaction has been committed successfully.
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.
agentArgument(String) - Method in class org.neo4j.kernel.KernelExtension
 
agentLoad(KernelData, Object) - Method in class org.neo4j.kernel.KernelExtension
 
agentVisit(KernelData, S, Object) - Method in class org.neo4j.kernel.KernelExtension
 
ALL - Static variable in interface org.neo4j.graphdb.ReturnableEvaluator
A returnable evaluator that returns all nodes encountered.
all() - Static method in class org.neo4j.graphdb.traversal.Evaluators
 
ALL_BUT_START_NODE - Static variable in interface org.neo4j.graphdb.ReturnableEvaluator
A returnable evaluator that returns all nodes except the start node.
ALLOW_STORE_UPGRADE - Static variable in class org.neo4j.kernel.Config
Boolean (one of true,false) defining whether to allow a store upgrade in case the current version of the database starts against an older store version.
allowAggressiveReuse() - Method in enum org.neo4j.kernel.IdType
 
appendProvider(DiagnosticsProvider) - Method in class org.neo4j.kernel.info.DiagnosticsManager
 
Args - Class in org.neo4j.helpers
Parses a String[] argument from a main-method.
Args(String...) - Constructor for class org.neo4j.helpers.Args
Suitable for main( String[] args )
Args(Map<String, String>) - Constructor for class org.neo4j.helpers.Args
 
ARRAY_BLOCK_SIZE - Static variable in class org.neo4j.kernel.Config
 
ARRAY_PROPERTY_STORE_MMAP_SIZE - Static variable in class org.neo4j.kernel.Config
The size to allocate for memory mapping the array property store
ArrayIterator<T> - Class in org.neo4j.helpers.collection
 
ArrayIterator(T[]) - Constructor for class org.neo4j.helpers.collection.ArrayIterator
 
asCollection(Iterable<T>) - Static method in class org.neo4j.helpers.collection.IteratorUtil
Creates a collection from an iterable.
asIterable(Iterator<T>) - Static method in class org.neo4j.helpers.collection.IteratorUtil
Exposes iterator as an Iterable.
asIterable(File) - Static method in class org.neo4j.helpers.collection.IteratorUtil
Creates an Iterable for iterating over the lines of a text file.
asIterator(File) - Static method in class org.neo4j.helpers.collection.IteratorUtil
Creates an Iterator for iterating over the lines of a text file.
asMap() - Method in class org.neo4j.helpers.Args
 
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.
at(GraphDatabaseService) - Static method in class org.neo4j.tooling.GlobalGraphOperations
Get a GlobalGraphOperations for the given db.
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.
atomic() - Static method in class org.neo4j.helpers.Counter
 
AutoConfigurator - Class in org.neo4j.kernel
 
AutoConfigurator(String, boolean, boolean) - Constructor for class org.neo4j.kernel.AutoConfigurator
 
AutoIndexer<T extends PropertyContainer> - Interface in org.neo4j.graphdb.index
The primary interaction point with the auto indexing infrastructure of neo4j.
automaticNodeIndex(ReadableIndex<Node>) - Method in class org.neo4j.tooling.wrap.WrappedGraphDatabase
 
automaticRelationshipIndex(ReadableRelationshipIndex) - Method in class org.neo4j.tooling.wrap.WrappedGraphDatabase
 
average() - Method in class org.neo4j.helpers.Stats
 

B

BACKUP_SLAVE - Static variable in class org.neo4j.kernel.Config
Mark this database as a backup slave.
BatchInserterIndex - Interface in org.neo4j.graphdb.index
The BatchInserter version of Index.
BatchInserterIndexProvider - Interface in org.neo4j.graphdb.index
A place to access BatchInserterIndexs from a certain index provider.
beforeCommit(TransactionData) - Method in interface org.neo4j.graphdb.event.TransactionEventHandler
Invoked when a transaction 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.
begin() - Method in interface org.neo4j.kernel.TransactionBuilder
Starts a new transaction and associates it with the current thread.
beginTx() - Method in interface org.neo4j.graphdb.GraphDatabaseService
Starts a new transaction and associates it with the current thread.
beginTx() - Method in class org.neo4j.kernel.AbstractGraphDatabase
 
beginTx() - Method in class org.neo4j.tooling.wrap.WrappedGraphDatabase
 
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.
breadthFirst() - Method in interface org.neo4j.graphdb.traversal.TraversalDescription
A convenience method for TraversalDescription.order(BranchOrderingPolicy) where a "preorder breadth first" selector is used.
bytes(long) - Static method in class org.neo4j.helpers.Format
 

C

CACHE_TYPE - Static variable in class org.neo4j.kernel.Config
The type of cache to use for nodes and relationships, one of [weak, soft, none]
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.
castToGenericVisitor(Class<T>, Object) - Static method in class org.neo4j.kernel.info.DiagnosticsManager
 
CatchingIteratorWrapper<T,U> - Class in org.neo4j.helpers.collection
 
CatchingIteratorWrapper(Iterator<U>) - Constructor for class org.neo4j.helpers.collection.CatchingIteratorWrapper
 
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.
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.
clear() - Method in class org.neo4j.helpers.collection.CollectionWrapper
 
ClosableIterable<T> - Interface in org.neo4j.helpers.collection
 
ClosableIterator<T> - Interface in org.neo4j.helpers.collection
 
close() - Method in interface org.neo4j.graphdb.index.IndexHits
Closes the underlying search result.
close() - Method in interface org.neo4j.helpers.collection.ClosableIterable
 
close() - Method in interface org.neo4j.helpers.collection.ClosableIterator
 
close() - Method in class org.neo4j.helpers.collection.LinesOfFileIterator
 
close() - Method in class org.neo4j.kernel.AbstractGraphDatabase
 
close() - Method in class org.neo4j.kernel.EmbeddedGraphDatabase
 
close() - Method in class org.neo4j.kernel.EmbeddedReadOnlyGraphDatabase
 
close() - Method in class org.neo4j.tooling.wrap.WrappedGraphDatabase
 
CollectionWrapper<T,U> - Class in org.neo4j.helpers.collection
Wraps a Collection, making it look (and function) like a collection holding another type of items.
CollectionWrapper(Collection<U>) - Constructor for class org.neo4j.helpers.collection.CollectionWrapper
 
combineSourcePaths(TraversalBranch, TraversalBranch) - Static method in class org.neo4j.kernel.Traversal
Combines two TraversalBranchs with a common head node in order to obtain an TraversalBranch representing a path from the start node of the source TraversalBranch to the start node of the target TraversalBranch.
CombiningIterable<T> - Class in org.neo4j.helpers.collection
Combining one or more Iterables, making them look like they were one big iterable.
CombiningIterable(Iterable<Iterable<T>>) - 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(T, Iterator<T>) - Constructor for class org.neo4j.helpers.collection.CombiningIterator
 
CommonBranchOrdering - Enum in org.neo4j.kernel
 
CommonFactories - Class in org.neo4j.kernel
 
CommonFactories() - Constructor for class org.neo4j.kernel.CommonFactories
 
CommonFactories.DefaultIdGeneratorFactory - Class in org.neo4j.kernel
 
CommonFactories.DefaultIdGeneratorFactory() - Constructor for class org.neo4j.kernel.CommonFactories.DefaultIdGeneratorFactory
 
Config - Class in org.neo4j.kernel
A non-standard configuration object.
configMatches(Map<String, String>, Map<String, String>) - Method in class org.neo4j.graphdb.index.IndexImplementation
 
configure(Map<Object, Object>) - Method in class org.neo4j.kernel.AutoConfigurator
 
configValueContainsMultipleParameters(String) - Static method in class org.neo4j.kernel.Config
 
contains(Object) - Method in class org.neo4j.helpers.collection.CollectionWrapper
 
containsAll(Collection) - Method in class org.neo4j.helpers.collection.CollectionWrapper
 
continues() - Method in enum org.neo4j.graphdb.traversal.Evaluation
 
convertCollection(Collection) - Method in class org.neo4j.helpers.collection.CollectionWrapper
 
count(Iterator<T>) - Static method in class org.neo4j.helpers.collection.IteratorUtil
Counts the number of items in the iterator by looping through it.
count(Iterable<T>) - Static method in class org.neo4j.helpers.collection.IteratorUtil
Counts the number of items in the iterable by looping through it.
count() - Method in class org.neo4j.helpers.Counter
 
count - Variable in class org.neo4j.helpers.Stats
 
Counter - Class in org.neo4j.helpers
 
Counter() - Constructor for class org.neo4j.helpers.Counter
 
create(Map<String, Object>) - Method in class org.neo4j.graphdb.index.UniqueFactory
Implement this method to create the Node or Relationship to index.
create(Map<String, Object>) - Method in class org.neo4j.graphdb.index.UniqueFactory.UniqueNodeFactory
Default implementation of UniqueFactory.create(Map), creates a plain node.
create(TraversalBranch) - 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(Object) - Method in interface org.neo4j.graphdb.traversal.UniquenessFactory
 
create(String) - Method in class org.neo4j.kernel.CommonFactories.DefaultIdGeneratorFactory
 
create(String) - Method in interface org.neo4j.kernel.IdGeneratorFactory
 
create(String, int, int, Thread, long, boolean) - Static method in class org.neo4j.kernel.info.WaitingThread
 
create(TxModule) - Method in interface org.neo4j.kernel.LockManagerFactory
 
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.
createNestedIterator(U) - Method in class org.neo4j.helpers.collection.NestingIterable
 
createNestedIterator(U) - Method in class org.neo4j.helpers.collection.NestingIterator
 
createNode() - Method in interface org.neo4j.graphdb.GraphDatabaseService
Creates a new node.
createNode() - Method in class org.neo4j.kernel.EmbeddedGraphDatabase
 
createNode() - Method in class org.neo4j.kernel.EmbeddedReadOnlyGraphDatabase
 
createNode() - Method in class org.neo4j.tooling.wrap.WrappedGraphDatabase
 
createRelationshipTo(Node, RelationshipType) - Method in interface org.neo4j.graphdb.Node
Creates a relationship between this node and another node.
createRelationshipTo(Node, RelationshipType) - Method in class org.neo4j.tooling.wrap.WrappedNode
 
createStringLogger() - Method in class org.neo4j.kernel.AbstractGraphDatabase
 
createStringLogger() - Method in class org.neo4j.tooling.wrap.WrappedGraphDatabase
 
current() - Method in class org.neo4j.helpers.collection.CachingIterator
Returns the last item returned by CachingIterator.next()/CachingIterator.previous().
current() - Method in class org.neo4j.helpers.collection.PositionedIterator
Returns the current node.
currentIterator() - Method in class org.neo4j.helpers.collection.CombiningIterator
 
currentNode() - Method in interface org.neo4j.graphdb.TraversalPosition
Returns the current node.
currentPosition() - Method in interface org.neo4j.graphdb.Traverser
Returns the current traversal position, that is where the traversal is at the moment.
currentScore() - Method in interface org.neo4j.graphdb.index.IndexHits
Returns the score of the most recently fetched item from this iterator (from Iterator.next()).

D

date() - Static method in class org.neo4j.helpers.Format
 
date(long) - Static method in class org.neo4j.helpers.Format
 
date(Date) - Static method in class org.neo4j.helpers.Format
 
DeadlockDetectedException - Exception in org.neo4j.kernel
Signals that a deadlock between two or more transactions has been detected.
DeadlockDetectedException(String) - Constructor for exception org.neo4j.kernel.DeadlockDetectedException
 
decode(byte[]) - Static method in class org.neo4j.helpers.UTF8
 
DEFAULT - Static variable in class org.neo4j.kernel.StandardExpander
 
DEFAULT_DATA_SOURCE_NAME - Static variable in class org.neo4j.kernel.Config
 
defaultFileSystemAbstraction() - Static method in class org.neo4j.kernel.CommonFactories
 
defaultIdGeneratorFactory() - Static method in class org.neo4j.kernel.CommonFactories
 
defaultLastCommittedTxIdSetter() - Static method in class org.neo4j.kernel.CommonFactories
 
defaultLockManagerFactory() - Static method in class org.neo4j.kernel.CommonFactories
 
defaultLogBufferFactory() - Static method in class org.neo4j.kernel.CommonFactories
 
defaultPathToString(Path) - Static method in class org.neo4j.kernel.Traversal
Returns the default string representation of a Path.
defaultRelationshipTypeCreator() - Static method in class org.neo4j.kernel.CommonFactories
 
defaultTxHook() - Static method in class org.neo4j.kernel.CommonFactories
 
defaultTxIdGeneratorFactory() - Static method in class org.neo4j.kernel.CommonFactories
 
delete() - Method in interface org.neo4j.graphdb.index.Index
Clears the index and deletes the configuration associated with it.
delete(T) - Method in class org.neo4j.graphdb.index.UniqueFactory
Invoked after a new entity has been created, but adding it to the index failed (due to being added by another transaction concurrently).
delete(Node) - Method in class org.neo4j.graphdb.index.UniqueFactory.UniqueNodeFactory
Default implementation of UniqueFactory.delete(PropertyContainer).
delete(Relationship) - Method in class org.neo4j.graphdb.index.UniqueFactory.UniqueRelationshipFactory
Default implementation of UniqueFactory.delete(PropertyContainer).
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.
delete() - Method in class org.neo4j.tooling.wrap.WrappedIndex
 
delete() - Method in class org.neo4j.tooling.wrap.WrappedNode
 
delete() - Method in class org.neo4j.tooling.wrap.WrappedRelationship
 
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.
depth() - Method in interface org.neo4j.graphdb.traversal.TraversalBranch
The depth for this expansion source compared to the start node of the traversal.
depth() - Method in interface org.neo4j.graphdb.TraversalPosition
Returns the current traversal depth.
DEPTH_ONE - Static variable in interface org.neo4j.graphdb.StopEvaluator
Traverses to depth 1.
depthFirst() - Method in interface org.neo4j.graphdb.traversal.TraversalDescription
A convenience method for TraversalDescription.order(BranchOrderingPolicy) where a "preorder depth first" selector is used.
description() - Static method in class org.neo4j.kernel.Traversal
Creates a new TraversalDescription with default value for everything so that it's OK to call TraversalDescription.traverse(org.neo4j.graphdb.Node) without modification.
DiagnosticsExtractor<T> - Interface in org.neo4j.kernel.info
An object that can extract diagnostics information from a source of a specific type.
DiagnosticsExtractor.VisitableDiagnostics<T> - Interface in org.neo4j.kernel.info
A DiagnosticsExtractor capable of accepting visitors.
DiagnosticsManager - Class in org.neo4j.kernel.info
 
DiagnosticsManager(StringLogger) - Constructor for class org.neo4j.kernel.info.DiagnosticsManager
 
DiagnosticsPhase - Enum in org.neo4j.kernel.info
 
DiagnosticsProvider - Interface in org.neo4j.kernel.info
 
Direction - Enum in org.neo4j.graphdb
Defines relationship directions used when getting relationships from a node or when creating traversers.
dispatchDiagnosticsVisitor(T, Object) - Method in interface org.neo4j.kernel.info.DiagnosticsExtractor.VisitableDiagnostics
Accept a visitor that may or may not be capable of visiting this object.
done(long) - Method in interface org.neo4j.helpers.ProgressIndicator
Mark the process as done with the current source.
done(long) - Method in class org.neo4j.helpers.ProgressIndicator.MultiProgress
 
done() - Method in class org.neo4j.helpers.ProgressIndicator.MultiProgress
Signal that the entire progress (all sources) is done.
done(long) - Method in class org.neo4j.helpers.ProgressIndicator.SimpleProgress
 
dump(DiagnosticsPhase, StringLogger) - Method in class org.neo4j.kernel.Config
 
dump(String) - Method in class org.neo4j.kernel.info.DiagnosticsManager
 
dump(DiagnosticsPhase, StringLogger) - Method in interface org.neo4j.kernel.info.DiagnosticsProvider
Dump the diagnostic information of this DiagnosticsProvider for the specified phase to the provided log.
DUMP_CONFIGURATION - Static variable in class org.neo4j.kernel.Config
Print out the effective Neo4j configuration after startup
dumpAll() - Method in class org.neo4j.kernel.info.DiagnosticsManager
 
dumpConfiguration(Map<?, ?>) - Static method in class org.neo4j.kernel.Config
 
dumpDiagnostics(T, DiagnosticsPhase, StringLogger) - Method in interface org.neo4j.kernel.info.DiagnosticsExtractor
Dump the diagnostic information of the specified source for the specified phase to the provided log.
DynamicRelationshipType - Class in org.neo4j.graphdb
A dynamically instantiated and named RelationshipType.

E

EmbeddedGraphDatabase - Class in org.neo4j.kernel
An implementation of GraphDatabaseService that is used to embed Neo4j in an application.
EmbeddedGraphDatabase(String) - Constructor for class org.neo4j.kernel.EmbeddedGraphDatabase
Creates an embedded GraphDatabaseService with a store located in storeDir, which will be created if it doesn't already exist.
EmbeddedGraphDatabase(String, Map<String, String>) - Constructor for class org.neo4j.kernel.EmbeddedGraphDatabase
A non-standard way of creating an embedded GraphDatabaseService with a set of configuration parameters.
EmbeddedReadOnlyGraphDatabase - Class in org.neo4j.kernel
A read-only version of EmbeddedGraphDatabase.
EmbeddedReadOnlyGraphDatabase(String) - Constructor for class org.neo4j.kernel.EmbeddedReadOnlyGraphDatabase
Creates an embedded GraphDatabaseService with a store located in storeDir.
EmbeddedReadOnlyGraphDatabase(String, Map<String, String>) - Constructor for class org.neo4j.kernel.EmbeddedReadOnlyGraphDatabase
A non-standard way of creating an embedded GraphDatabaseService with a set of configuration parameters.
emptyExpander() - Static method in class org.neo4j.kernel.Traversal
Returns an empty Expander which, if not modified, will expand all relationships when asked to expand a Node.
ENABLE_ONLINE_BACKUP - Static variable in class org.neo4j.kernel.Config
Enable a support for running online backups
ENABLE_REMOTE_SHELL - Static variable in class org.neo4j.kernel.Config
Enable a remote shell server which shell clients can log in to
encode(String) - Static method in class org.neo4j.helpers.UTF8
 
END_OF_GRAPH - Static variable in interface org.neo4j.graphdb.StopEvaluator
Traverse until the end of the graph.
endNode() - Method in interface org.neo4j.graphdb.Path
Returns the end node of this path.
endNodeIs(Evaluation, Evaluation, Node...) - Static method in class org.neo4j.graphdb.traversal.Evaluators
Returns an Evaluator which looks at each Path and includes those where the Path.endNode() is one of possibleEndNodes.
entity() - Method in interface org.neo4j.graphdb.event.PropertyEntry
Get the entity that this property was modified on.
equals(Object) - Method in class org.neo4j.graphdb.DynamicRelationshipType
Implements the identity-based equals defined by java.lang.Object.
equals(Object) - Method in class org.neo4j.helpers.Pair
 
equals(Object) - Method in class org.neo4j.helpers.Triplet
 
equals(Object) - Method in class org.neo4j.kernel.KernelData
 
equals(Object) - Method in class org.neo4j.kernel.KernelExtension
 
equals(Object) - Method in class org.neo4j.tooling.wrap.WrappedGraphDatabase
 
ErrorState - Enum in org.neo4j.graphdb.event
An object that describes a state from which a Neo4j Graph Database cannot continue.
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.
Evaluation - Enum in org.neo4j.graphdb.traversal
Result of Evaluator.evaluate(org.neo4j.graphdb.Path).
evaluation() - Method in interface org.neo4j.graphdb.traversal.TraversalBranch
 
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
NOTE: Replaces TraversalDescription.filter(Predicate) and TraversalDescription.prune(PruneEvaluator).
Evaluators - Class in org.neo4j.graphdb.traversal
Common Evaluators useful during common traversals.
Evaluators() - Constructor for class org.neo4j.graphdb.traversal.Evaluators
 
exceptionOk(Throwable) - Method in class org.neo4j.helpers.collection.CatchingIteratorWrapper
 
Exceptions - Class in org.neo4j.helpers
 
excludeStartPosition() - Static method in class org.neo4j.graphdb.traversal.Evaluators
 
execute(Map<String, String>) - Method in class org.neo4j.kernel.StandaloneWithShell
 
existsForNodes(String) - Method in interface org.neo4j.graphdb.index.IndexManager
Returns whether or not there exists a node index with the name indexName.
existsForRelationships(String) - Method in interface org.neo4j.graphdb.index.IndexManager
Returns whether or not there exists a relationship index with the name indexName.
expand(Node) - Method in interface org.neo4j.graphdb.RelationshipExpander
Returns relationships for a node in whatever way the implementation likes.
expand(RelationshipExpander) - Method in interface org.neo4j.graphdb.traversal.TraversalDescription
Sets the RelationshipExpander as the expander of relationships, discarding all previous calls to TraversalDescription.relationships(RelationshipType) and TraversalDescription.relationships(RelationshipType, Direction).
expand(Node) - Method in class org.neo4j.kernel.StandardExpander
 
expanded() - Method in interface org.neo4j.graphdb.traversal.TraversalBranch
Returns the number of relationships this expansion source has expanded.
Expander - Interface in org.neo4j.graphdb
This interface is an extension of the RelationshipExpander interface that makes it possible to build customized versions of an Expander.
expander(RelationshipExpander) - Static method in class org.neo4j.kernel.Traversal
Returns a RelationshipExpander wrapped as an Expander.
expanderForAllTypes() - Static method in class org.neo4j.kernel.Traversal
Returns a RelationshipExpander which expands relationships of all types and directions.
expanderForAllTypes(Direction) - Static method in class org.neo4j.kernel.Traversal
Returns a RelationshipExpander which expands relationships of all types in the given direction.
expanderForTypes(RelationshipType, Direction) - Static method in class org.neo4j.kernel.Traversal
Creates a new RelationshipExpander which is set to expand relationships with type and direction.
expanderForTypes(RelationshipType) - Static method in class org.neo4j.kernel.Traversal
Creates a new RelationshipExpander which is set to expand relationships with type in any direction.
expanderForTypes(RelationshipType, Direction, RelationshipType, Direction) - Static method in class org.neo4j.kernel.Traversal
Creates a new RelationshipExpander which is set to expand relationships with two different types and directions.
expanderForTypes(RelationshipType, Direction, RelationshipType, Direction, Object...) - Static method in class org.neo4j.kernel.Traversal
Creates a new RelationshipExpander which is set to expand relationships with multiple types and directions.
extract(String, StringLogger) - Method in class org.neo4j.kernel.info.DiagnosticsManager
 

F

failure() - Method in interface org.neo4j.graphdb.Transaction
Marks this transaction as failed, which means that it will unconditionally be rolled back when Transaction.finish() is called.
failure() - Method in class org.neo4j.kernel.PlaceboTransaction
 
failure() - Method in class org.neo4j.kernel.TopLevelTransaction
 
fetchNextOrNull() - Method in class org.neo4j.helpers.collection.CatchingIteratorWrapper
 
fetchNextOrNull() - Method in class org.neo4j.helpers.collection.CombiningIterator
 
fetchNextOrNull() - Method in class org.neo4j.helpers.collection.FilteringIterator
 
fetchNextOrNull() - Method in class org.neo4j.helpers.collection.LinesOfFileIterator
 
fetchNextOrNull() - Method in class org.neo4j.helpers.collection.NestingIterator
 
fetchNextOrNull() - Method in class org.neo4j.helpers.collection.PrefetchingIterator
 
fetchNextOrNull() - Method in class org.neo4j.helpers.collection.RangeIterator
 
fetchNextOrNullFromSource(Iterator<U>) - Method in class org.neo4j.helpers.collection.CatchingIteratorWrapper
 
fillInDefaults(Map<String, String>) - Method in class org.neo4j.graphdb.index.IndexImplementation
Fills in default configuration parameters for indexes provided from this index provider.
fillInStackTrace() - Method in exception org.neo4j.tooling.wrap.TransactionNotAllowedException
 
filter(Predicate<Path>) - Method in interface org.neo4j.graphdb.traversal.TraversalDescription
Deprecated. because of the introduction of Evaluator. Use TraversalDescription.evaluator(Evaluator) instead which combines TraversalDescription.filter(Predicate) and TraversalDescription.prune(PruneEvaluator). The supplied Predicate will be wrapped by an Evaluator internally.
FilteringIterable<T> - Class in org.neo4j.helpers.collection
An iterable which filters another iterable, only letting items with certain criterias 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 criterias pass through.
FilteringIterator(Iterator<T>, Predicate<T>) - Constructor for class org.neo4j.helpers.collection.FilteringIterator
 
finish() - 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.
finish() - Method in class org.neo4j.kernel.PlaceboTransaction
 
finish() - Method in class org.neo4j.kernel.TopLevelTransaction
 
first(Iterator<T>) - Static method in class org.neo4j.helpers.collection.IteratorUtil
Returns the given iterator's first element.
first(Iterable<T>) - Static method in class org.neo4j.helpers.collection.IteratorUtil
Returns the given iterable's first element.
first() - Method in class org.neo4j.helpers.Pair
 
first() - Method in class org.neo4j.helpers.Triplet
 
firstOrNull(Iterator<T>) - Static method in class org.neo4j.helpers.collection.IteratorUtil
Returns the given iterator's first element or null if no element found.
firstOrNull(Iterable<T>) - Static method in class org.neo4j.helpers.collection.IteratorUtil
Returns the given iterable's first element or null if no element found.
flush() - Method in interface org.neo4j.graphdb.index.BatchInserterIndex
Makes sure additions/updates can be seen by BatchInserterIndex.get(String, Object), BatchInserterIndex.query(String, Object) and BatchInserterIndex.query(Object) so that they are guaranteed to return correct results.
Format - Class in org.neo4j.helpers
 
forNodes(String) - Method in interface org.neo4j.graphdb.index.IndexManager
Returns an Index for Nodes with the name indexName.
forNodes(String, Map<String, String>) - Method in interface org.neo4j.graphdb.index.IndexManager
Returns an Index for Nodes with the name indexName.
forRelationships(String) - Method in interface org.neo4j.graphdb.index.IndexManager
Returns an Index for Relationships with the name indexName.
forRelationships(String, Map<String, String>) - Method in interface org.neo4j.graphdb.index.IndexManager
Returns an Index for Relationships with the name indexName.
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(Iterator<T>, int) - Static method in class org.neo4j.helpers.collection.IteratorUtil
Returns the iterator's n:th item from the end of the iteration.
fromEnd(Iterable<T>, int) - Static method in class org.neo4j.helpers.collection.IteratorUtil
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.IteratorUtil
Returns the iterator's n:th item from the end of the iteration.
fromEndOrNull(Iterable<T>, int) - Static method in class org.neo4j.helpers.collection.IteratorUtil
Returns the iterator's n:th item from the end of the iteration.

G

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.
get(String, Object) - Method in interface org.neo4j.graphdb.index.BatchInserterIndex
Returns exact matches from this index, given the key/value pair.
get(String, Object) - Method in interface org.neo4j.graphdb.index.ReadableIndex
Returns exact matches from this index, given the key/value pair.
get(String, Object, Node, Node) - Method in interface org.neo4j.graphdb.index.ReadableRelationshipIndex
Returns exact matches from this index, given the key/value pair.
get(String, String) - Method in class org.neo4j.helpers.Args
 
get(IdType) - Method in class org.neo4j.kernel.CommonFactories.DefaultIdGeneratorFactory
 
get(IdType) - Method in interface org.neo4j.kernel.IdGeneratorFactory
 
get(String, Object) - Method in class org.neo4j.tooling.wrap.WrappedIndex
 
get(String, Object, Node, Node) - Method in class org.neo4j.tooling.wrap.WrappedIndex.WrappedRelationshipIndex
 
getAllNodes() - Method in interface org.neo4j.graphdb.GraphDatabaseService
Deprecated. this operation can be found in GlobalGraphOperations instead.
getAllNodes() - Method in interface org.neo4j.graphdb.Traverser
Returns a collection of all nodes for this traversal.
getAllNodes() - Method in class org.neo4j.kernel.AbstractGraphDatabase
 
getAllNodes() - Method in class org.neo4j.tooling.GlobalGraphOperations
Returns all nodes in the graph.
getAllNodes() - Method in class org.neo4j.tooling.wrap.WrappedGraphDatabase
 
getAllRelationships() - Method in class org.neo4j.tooling.GlobalGraphOperations
Returns all relationships in the graph.
getAllRelationshipTypes() - Method in class org.neo4j.tooling.GlobalGraphOperations
Returns all relationship types currently in the underlying store.
getAutoIndex() - Method in interface org.neo4j.graphdb.index.AutoIndexer
Returns the auto index used by the auto indexer.
getAutoIndex() - Method in interface org.neo4j.graphdb.index.RelationshipAutoIndexer
 
getAutoIndexedProperties() - Method in interface org.neo4j.graphdb.index.AutoIndexer
Returns the set of property names that are currently monitored for auto indexing.
getBoolean(String, Boolean) - Method in class org.neo4j.helpers.Args
 
getBoolean(String, Boolean, Boolean) - Method in class org.neo4j.helpers.Args
 
getConfig() - Method in class org.neo4j.kernel.AbstractGraphDatabase
 
getConfig() - Method in class org.neo4j.kernel.EmbeddedGraphDatabase
Returns a non-standard configuration object.
getConfig() - Method in class org.neo4j.kernel.EmbeddedReadOnlyGraphDatabase
Returns a non-standard configuration object.
getConfig() - Method in class org.neo4j.kernel.KernelData
 
getConfig() - Method in class org.neo4j.tooling.wrap.WrappedGraphDatabase
 
getConfigParams() - Method in class org.neo4j.kernel.KernelData
 
getConfiguration(Index<? extends PropertyContainer>) - Method in interface org.neo4j.graphdb.index.IndexManager
Returns the configuration for index.
getCurrentSurfaceItem() - Method in class org.neo4j.helpers.collection.NestingIterator
 
getDataSourceName() - Method in class org.neo4j.graphdb.index.IndexImplementation
Returns the name of the XA data source coupled with this index provider.
getDefaultParams() - Static method in class org.neo4j.kernel.Config
 
getDiagnosticsIdentifier() - Method in class org.neo4j.kernel.Config
 
getDiagnosticsIdentifier() - Method in interface org.neo4j.kernel.info.DiagnosticsProvider
Return an identifier for this DiagnosticsProvider.
getDiagnosticsManager() - Method in class org.neo4j.kernel.Config
 
getEndNode() - Method in interface org.neo4j.graphdb.Relationship
Returns the end node of this relationship.
getEndNode() - Method in class org.neo4j.tooling.wrap.WrappedRelationship
 
getEntityType() - Method in interface org.neo4j.graphdb.index.ReadableIndex
 
getEntityType() - Method in class org.neo4j.tooling.wrap.WrappedIndex
 
getFromConfig(Map<?, ?>, Object, Object) - Static method in class org.neo4j.kernel.Config
 
getGrabSize() - Method in enum org.neo4j.kernel.IdType
 
getGraphDatabase() - Method in interface org.neo4j.graphdb.index.ReadableIndex
Get the graph database that owns this index.
getGraphDatabase() - Method in interface org.neo4j.graphdb.PropertyContainer
Get the GraphDatabaseService that this Node or Relationship belongs to.
getGraphDatabase() - Method in class org.neo4j.tooling.wrap.WrappedIndex
 
getGraphDbModule() - Method in class org.neo4j.kernel.Config
 
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.tooling.wrap.WrappedNode
 
getId() - Method in class org.neo4j.tooling.wrap.WrappedRelationship
 
getIdGeneratorFactory() - Method in class org.neo4j.kernel.Config
 
getIdGeneratorModule() - Method in class org.neo4j.kernel.Config
 
getIndexStore() - Method in class org.neo4j.kernel.Config
 
getKernelData() - Method in class org.neo4j.kernel.AbstractGraphDatabase
 
getKernelData() - Method in class org.neo4j.kernel.EmbeddedGraphDatabase
 
getKernelData() - Method in class org.neo4j.kernel.EmbeddedReadOnlyGraphDatabase
 
getKernelData() - Method in class org.neo4j.tooling.wrap.WrappedGraphDatabase
 
getKernelRevision() - Static method in class org.neo4j.kernel.Version
 
getLockingTransactions() - Method in class org.neo4j.kernel.info.LockInfo
 
getLockManager() - Method in class org.neo4j.kernel.Config
 
getLockReleaser() - Method in class org.neo4j.kernel.Config
 
getManagementBean(Class<T>) - Method in class org.neo4j.kernel.AbstractGraphDatabase
Deprecated. since Neo4j may now have multiple beans implementing the same bean interface, this method has been deprecated in favor of AbstractGraphDatabase.getSingleManagementBean(Class) and AbstractGraphDatabase.getManagementBeans(Class) . Version 1.5 of Neo4j will be the last version to contain this method.
getManagementBeans(Class<T>) - Method in class org.neo4j.kernel.AbstractGraphDatabase
 
getManagementBeans(Class<T>) - Method in class org.neo4j.kernel.EmbeddedGraphDatabase
 
getManagementBeans(Class<T>) - Method in class org.neo4j.kernel.EmbeddedReadOnlyGraphDatabase
 
getManagementBeans(Class<T>) - Method in class org.neo4j.tooling.wrap.WrappedGraphDatabase
 
getMaxValue() - Method in enum org.neo4j.kernel.IdType
 
getMessageLog() - Method in class org.neo4j.kernel.AbstractGraphDatabase
 
getName() - Method in interface org.neo4j.graphdb.index.ReadableIndex
 
getName() - Method in class org.neo4j.tooling.wrap.WrappedIndex
 
getNiceMemoryInformation() - Method in class org.neo4j.kernel.AutoConfigurator
 
getNodeAutoIndexer() - Method in interface org.neo4j.graphdb.index.IndexManager
 
getNodeById(long) - Method in interface org.neo4j.graphdb.GraphDatabaseService
Looks up a node by id.
getNodeById(long) - Method in class org.neo4j.kernel.EmbeddedGraphDatabase
 
getNodeById(long) - Method in class org.neo4j.kernel.EmbeddedReadOnlyGraphDatabase
 
getNodeById(long) - Method in class org.neo4j.tooling.wrap.WrappedGraphDatabase
 
getNodes() - Method in interface org.neo4j.graphdb.Relationship
Returns the two nodes that are attached to this relationship.
getNodes() - Method in class org.neo4j.tooling.wrap.WrappedRelationship
 
getNumber(String, Number) - Method in class org.neo4j.helpers.Args
 
getOrCreate(String, Object) - Method in class org.neo4j.graphdb.index.UniqueFactory
Get the indexed entity, creating it (exactly once) if no indexed entity exists.
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.
getOtherNode(Node) - Method in class org.neo4j.tooling.wrap.WrappedRelationship
 
getParam(String) - Method in class org.neo4j.kernel.KernelData
 
getParams() - Method in class org.neo4j.kernel.Config
 
getPersistenceModule() - Method in class org.neo4j.kernel.Config
 
getPrefetchedNextOrNull() - Method in class org.neo4j.helpers.collection.PrefetchingIterator
 
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.
getPropertyKeys() - Method in interface org.neo4j.graphdb.PropertyContainer
Returns all existing property keys, or an empty iterable if this property container has no properties.
getPropertyValues() - Method in interface org.neo4j.graphdb.PropertyContainer
Deprecated. in favor of using PropertyContainer.getPropertyKeys() in combination with PropertyContainer.getProperty(String).
getReadCount() - Method in class org.neo4j.kernel.info.LockInfo
 
getReadCount() - Method in class org.neo4j.kernel.info.LockingTransaction
 
getReferenceNode() - Method in interface org.neo4j.graphdb.GraphDatabaseService
Returns the reference node, which is a "starting point" in the node space.
getReferenceNode() - Method in class org.neo4j.kernel.EmbeddedGraphDatabase
 
getReferenceNode() - Method in class org.neo4j.kernel.EmbeddedReadOnlyGraphDatabase
 
getReferenceNode() - Method in class org.neo4j.tooling.wrap.WrappedGraphDatabase
 
getRelationshipAutoIndexer() - Method in interface org.neo4j.graphdb.index.IndexManager
 
getRelationshipById(long) - Method in interface org.neo4j.graphdb.GraphDatabaseService
Looks up a relationship by id.
getRelationshipById(long) - Method in class org.neo4j.kernel.EmbeddedGraphDatabase
 
getRelationshipById(long) - Method in class org.neo4j.kernel.EmbeddedReadOnlyGraphDatabase
 
getRelationshipById(long) - Method in class org.neo4j.tooling.wrap.WrappedGraphDatabase
 
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() - Method in class org.neo4j.tooling.wrap.WrappedNode
 
getRelationships(RelationshipType...) - Method in class org.neo4j.tooling.wrap.WrappedNode
 
getRelationships(Direction, RelationshipType...) - Method in class org.neo4j.tooling.wrap.WrappedNode
 
getRelationships(Direction) - Method in class org.neo4j.tooling.wrap.WrappedNode
 
getRelationships(RelationshipType, Direction) - Method in class org.neo4j.tooling.wrap.WrappedNode
 
getRelationshipTypeCreator() - Method in class org.neo4j.kernel.Config
 
getRelationshipTypeHolder() - Method in class org.neo4j.kernel.Config
 
getRelationshipTypes() - Method in interface org.neo4j.graphdb.GraphDatabaseService
Deprecated. this operation can be found in GlobalGraphOperations instead.
getRelationshipTypes() - Method in class org.neo4j.kernel.AbstractGraphDatabase
 
getRelationshipTypes() - Method in class org.neo4j.tooling.wrap.WrappedGraphDatabase
 
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.
getResourceId() - Method in class org.neo4j.kernel.info.LockInfo
 
getResourceType() - Method in class org.neo4j.kernel.info.LockInfo
 
getRevision() - Method in class org.neo4j.kernel.Version
Returns the build revision of the running neo4j kernel.
getSingle() - Method in interface org.neo4j.graphdb.index.IndexHits
Returns the first and only item from the result iterator, or null if there was none.
getSingleManagementBean(Class<T>) - Method in class org.neo4j.kernel.AbstractGraphDatabase
 
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.
getSingleRelationship(RelationshipType, Direction) - Method in class org.neo4j.tooling.wrap.WrappedNode
 
getStartNode() - Method in interface org.neo4j.graphdb.Relationship
Returns the start node of this relationship.
getStartNode() - Method in class org.neo4j.tooling.wrap.WrappedRelationship
 
getState(KernelData) - Method in class org.neo4j.kernel.KernelExtension
 
getStoreDir() - Method in class org.neo4j.kernel.AbstractGraphDatabase
 
getTargetLog() - Method in class org.neo4j.kernel.info.DiagnosticsManager
 
getThreadId() - Method in class org.neo4j.kernel.info.WaitingThread
 
getThreadName() - Method in class org.neo4j.kernel.info.WaitingThread
 
getTransaction() - Method in class org.neo4j.kernel.info.LockingTransaction
 
getTransactionManager() - Method in class org.neo4j.kernel.TopLevelTransaction
 
getTxModule() - Method in class org.neo4j.kernel.Config
 
getType() - Method in interface org.neo4j.graphdb.Relationship
Returns the type of this relationship.
getType() - Method in class org.neo4j.tooling.wrap.WrappedRelationship
 
getVersion() - Method in class org.neo4j.kernel.Version
Gets the version of the running neo4j kernel.
getWaitingSince() - Method in class org.neo4j.kernel.info.WaitingThread
 
getWaitingThreads() - Method in class org.neo4j.kernel.info.LockInfo
 
getWaitingThreadsCount() - Method in class org.neo4j.kernel.info.LockInfo
 
getWriteCount() - Method in class org.neo4j.kernel.info.LockInfo
 
getWriteCount() - Method in class org.neo4j.kernel.info.LockingTransaction
 
GlobalGraphOperations - Class in org.neo4j.tooling
A tool for doing global operations, for example GlobalGraphOperations.getAllNodes().
graphDatabase() - Method in class org.neo4j.graphdb.index.UniqueFactory
Get the graph database of the referenced index.
graphDatabase() - Method in class org.neo4j.kernel.KernelData
 
GraphDatabaseService - Interface in org.neo4j.graphdb
The main access point to a running Neo4j instance.
graphdb - Variable in class org.neo4j.tooling.wrap.WrappedGraphDatabase
 
graphdb() - Method in class org.neo4j.tooling.wrap.WrappedIndex.WrappedNodeIndex
 
graphdb() - Method in class org.neo4j.tooling.wrap.WrappedIndex.WrappedRelationshipIndex
 

H

has(String) - Method in class org.neo4j.helpers.Args
 
hashCode() - Method in class org.neo4j.graphdb.DynamicRelationshipType
Implements the default hash function as defined by java.lang.Object.
hashCode() - Method in class org.neo4j.helpers.Pair
 
hashCode() - Method in class org.neo4j.helpers.Triplet
 
hashCode() - Method in class org.neo4j.kernel.KernelData
 
hashCode() - Method in class org.neo4j.kernel.KernelExtension
 
hashCode() - Method in class org.neo4j.tooling.wrap.WrappedGraphDatabase
 
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.PositionedIterator
 
hasNext() - Method in class org.neo4j.helpers.collection.PrefetchingIterator
Tries to fetch the next item and caches it so that consecutive calls (w/o an intermediate call to PrefetchingIterator.next() will remember it and won't try to fetch it again.
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.
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.
hasRelationship() - Method in class org.neo4j.tooling.wrap.WrappedNode
 
hasRelationship(RelationshipType...) - Method in class org.neo4j.tooling.wrap.WrappedNode
 
hasRelationship(Direction, RelationshipType...) - Method in class org.neo4j.tooling.wrap.WrappedNode
 
hasRelationship(Direction) - Method in class org.neo4j.tooling.wrap.WrappedNode
 
hasRelationship(RelationshipType, Direction) - Method in class org.neo4j.tooling.wrap.WrappedNode
 
high - Variable in class org.neo4j.helpers.Stats
 
high() - Method in class org.neo4j.helpers.Stats
 

I

identifier() - Method in class org.neo4j.graphdb.index.IndexProvider
 
IdGeneratorFactory - Interface in org.neo4j.kernel
 
IdType - Enum in org.neo4j.kernel
 
inc() - Method in class org.neo4j.helpers.Counter
 
includes() - Method in enum org.neo4j.graphdb.traversal.Evaluation
 
includingDepths(int, int) - Static method in class org.neo4j.graphdb.traversal.Evaluators
Returns an Evaluator which only includes positions between depths minDepth and maxDepth.
index() - Method in interface org.neo4j.graphdb.GraphDatabaseService
Returns the IndexManager paired with this graph database service and is the entry point for managing indexes coupled with this database.
Index<T extends PropertyContainer> - Interface in org.neo4j.graphdb.index
An index to associate key/value pairs with entities (Nodes or Relationships) for fast lookup and querying.
index() - Method in class org.neo4j.graphdb.index.UniqueFactory
Get the referenced index.
index() - Method in class org.neo4j.kernel.EmbeddedGraphDatabase
 
index() - Method in class org.neo4j.kernel.EmbeddedReadOnlyGraphDatabase
 
index() - Method in class org.neo4j.tooling.wrap.WrappedGraphDatabase
 
IndexHits<T> - Interface in org.neo4j.graphdb.index
An Iterator with additional IndexHits.size() and IndexHits.close() methods on it, used for iterating over index query results.
IndexImplementation - Class in org.neo4j.graphdb.index
A provider which can create and instantiate Indexs.
IndexImplementation() - Constructor for class org.neo4j.graphdb.index.IndexImplementation
 
IndexManager - Interface in org.neo4j.graphdb.index
A one stop shop for accessing Indexs for Nodes and Relationships.
IndexProvider - Class in org.neo4j.graphdb.index
 
IndexProvider(String) - Constructor for class org.neo4j.graphdb.index.IndexProvider
 
initialize(T, Map<String, Object>) - Method in class org.neo4j.graphdb.index.UniqueFactory
Implement this method to initialize the Node or Relationship created for being stored in the index.
initialize(Relationship, Map<String, Object>) - Method in class org.neo4j.graphdb.index.UniqueFactory.UniqueRelationshipFactory
Default implementation of UniqueFactory.initialize(PropertyContainer, Map), does nothing for Relationships.
initialize() - Method in interface org.neo4j.graphdb.traversal.TraversalBranch
 
instanceId() - Method in class org.neo4j.kernel.KernelData
 
INTERCEPT_COMMITTING_TRANSACTIONS - Static variable in class org.neo4j.kernel.Config
Determines whether any TransactionInterceptors loaded will intercept prepared transactions before they reach the logical log.
INTERCEPT_DESERIALIZED_TRANSACTIONS - Static variable in class org.neo4j.kernel.Config
Determines whether any TransactionInterceptors loaded will intercept externally received transactions (e.g.
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.
isEmpty() - Method in class org.neo4j.helpers.collection.CollectionWrapper
 
isEnabled() - Method in interface org.neo4j.graphdb.index.AutoIndexer
Returns true iff this auto indexer is enabled, false otherwise.
isEphemeral() - Method in class org.neo4j.kernel.AbstractGraphDatabase
 
isEphemeral() - Method in class org.neo4j.kernel.Config
 
isExplicitlyRequested() - Method in enum org.neo4j.kernel.info.DiagnosticsPhase
 
isInitialization() - Method in enum org.neo4j.kernel.info.DiagnosticsPhase
 
isLoaded(KernelData) - Method in class org.neo4j.kernel.KernelExtension
 
isMarkedAsSuccessful() - Method in class org.neo4j.kernel.TopLevelTransaction
 
isReadOnly() - Method in class org.neo4j.kernel.Config
 
isReturnableNode(TraversalPosition) - Method in interface org.neo4j.graphdb.ReturnableEvaluator
Method invoked by traverser to see if the current position is a returnable node.
isStartNode() - Method in interface org.neo4j.graphdb.TraversalPosition
Returns true if the current position is the start node, false otherwise.
isStopNode(TraversalPosition) - Method in interface org.neo4j.graphdb.StopEvaluator
Method invoked by traverser to see if current position is a stop node.
isType(RelationshipType) - Method in interface org.neo4j.graphdb.Relationship
Indicates whether this relationship is of the type type.
isType(RelationshipType) - Method in class org.neo4j.tooling.wrap.WrappedRelationship
 
isWaitingOnReadLock() - Method in class org.neo4j.kernel.info.WaitingThread
 
isWaitingOnWriteLock() - Method in class org.neo4j.kernel.info.WaitingThread
 
isWriteable() - Method in interface org.neo4j.graphdb.index.ReadableIndex
A ReadableIndex is possible to support mutating operations as well.
isWriteable() - Method in class org.neo4j.tooling.wrap.WrappedIndex
 
itemDodged(U) - Method in class org.neo4j.helpers.collection.CatchingIteratorWrapper
 
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.traversal.Traverser
Represents the traversal in the form of Paths.
iterator() - Method in interface org.neo4j.graphdb.Traverser
Returns an Iterator representing the traversal of the graph.
iterator() - Method in class org.neo4j.helpers.collection.CollectionWrapper
 
iterator() - Method in class org.neo4j.helpers.collection.CombiningIterable
 
iterator() - Method in class org.neo4j.helpers.collection.FilteringIterable
 
iterator() - Method in class org.neo4j.helpers.collection.IterableWrapper
 
iterator() - Method in class org.neo4j.helpers.collection.NestingIterable
 
iterator() - Method in class org.neo4j.kernel.info.DiagnosticsManager
 
IteratorUtil - Class in org.neo4j.helpers.collection
Contains common functionality regarding Iterators and Iterables.
IteratorUtil() - Constructor for class org.neo4j.helpers.collection.IteratorUtil
 
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
 

K

KEEP_LOGICAL_LOGS - Static variable in class org.neo4j.kernel.Config
Make Neo4j keep the logical transaction logs for being able to backup the database
KERNEL_ARTIFACT_ID - Static variable in class org.neo4j.kernel.Version
 
KernelData - Class in org.neo4j.kernel
 
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.
KernelExtension<S> - Class in org.neo4j.kernel
Hook for providing extended functionality to the Neo4j Graph Database kernel.
KernelExtension(String) - Constructor for class org.neo4j.kernel.KernelExtension
 
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.

L

last(Iterator<T>) - Static method in class org.neo4j.helpers.collection.IteratorUtil
Returns the given iterator's last element.
last(Iterable<T>) - Static method in class org.neo4j.helpers.collection.IteratorUtil
Returns the given iterable's last element.
lastOrNull(Iterator<T>) - Static method in class org.neo4j.helpers.collection.IteratorUtil
Returns the given iterator's last element or null if no element found.
lastOrNull(Iterable<T>) - Static method in class org.neo4j.helpers.collection.IteratorUtil
Returns the given iterable's last element or null if no element found.
lastRelationship() - Method in interface org.neo4j.graphdb.Path
Returns the last Relationship in this path.
lastRelationshipTraversed() - Method in interface org.neo4j.graphdb.TraversalPosition
Return the last relationship traversed.
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.
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
 
length() - Method in interface org.neo4j.graphdb.Path
Returns the length of this path.
LinesOfFileIterator - Class in org.neo4j.helpers.collection
 
LinesOfFileIterator(File) - Constructor for class org.neo4j.helpers.collection.LinesOfFileIterator
 
load(KernelData) - Method in class org.neo4j.graphdb.index.IndexProvider
 
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(KernelData) - Method in class org.neo4j.kernel.KernelExtension
Load this extension for a particular Neo4j Kernel.
loadAgent(String) - Method in class org.neo4j.kernel.KernelExtension
 
loadAgent(KernelData, Object) - Method in class org.neo4j.kernel.KernelExtension
 
loadConfiguration(KernelData) - Method in class org.neo4j.kernel.KernelExtension
Takes place before any data sources has been registered and is there to let extensions affect the configuration of other things starting up.
loadConfigurations(String) - Static method in class org.neo4j.kernel.EmbeddedGraphDatabase
A non-standard convenience method that loads a standard property file and converts it into a generic Map.
loadConfigurations(String) - Static method in class org.neo4j.kernel.EmbeddedReadOnlyGraphDatabase
A non-standard convenience method that loads a standard property file and converts it into a generic Map.
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.
loadStrictly(File) - Static method in class org.neo4j.helpers.collection.MapUtil
Loads a Map from a File assuming strings as keys and values.
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(Lock) - Method in class org.neo4j.tooling.wrap.WrappedGraphDatabase
 
LockImpl - Class in org.neo4j.kernel
 
LockInfo - Class in org.neo4j.kernel.info
 
LockInfo(ResourceType, String, int, int, List<LockingTransaction>, List<WaitingThread>) - Constructor for class org.neo4j.kernel.info.LockInfo
 
LockInfo(ResourceType, String, int, int, Collection<LockingTransaction>) - Constructor for class org.neo4j.kernel.info.LockInfo
 
LockingTransaction - Class in org.neo4j.kernel.info
 
LockingTransaction(String, int, int) - Constructor for class org.neo4j.kernel.info.LockingTransaction
 
LockManagerFactory - Interface in org.neo4j.kernel
 
LOGICAL_LOG - Static variable in class org.neo4j.kernel.Config
Relative path for where the Neo4j logical log is located
loop(Iterator<T>) - Static method in class org.neo4j.helpers.collection.IteratorUtil
Convenience method for looping over an Iterator.
low - Variable in class org.neo4j.helpers.Stats
 
low() - Method in class org.neo4j.helpers.Stats
 
LUCENE_SEARCHER_CACHE_SIZE - Static variable in class org.neo4j.kernel.Config
Integer value that sets the maximum number of open lucene index searchers.
LUCENE_WRITER_CACHE_SIZE - Static variable in class org.neo4j.kernel.Config
Integer value that sets the maximum number of open lucene index writers.

M

main(String[]) - Static method in class org.neo4j.kernel.StandaloneWithShell
 
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.
MapUtil - Class in org.neo4j.helpers.collection
Utility to create Maps.
MapUtil() - Constructor for class org.neo4j.helpers.collection.MapUtil
 

N

name() - Method in class org.neo4j.graphdb.DynamicRelationshipType
Returns the name of this relationship type.
name() - Method in interface org.neo4j.graphdb.RelationshipType
Returns the name of the relationship type.
NEO_STORE - Static variable in class org.neo4j.kernel.Config
Relative path for where the Neo4j storage information file is located
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
 
next() - 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() - 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.PositionedIterator
 
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.
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_LOCK - Static variable in class org.neo4j.kernel.PlaceboTransaction
 
Node - Interface in org.neo4j.graphdb
A node in the graph with properties and relationships to other entities.
node() - Method in interface org.neo4j.graphdb.traversal.TraversalBranch
The node for this expansion source.
node(Node, boolean) - Method in class org.neo4j.tooling.wrap.WrappedGraphDatabase
 
NODE_AUTO_INDEXING - Static variable in class org.neo4j.kernel.Config
Boolean value (one of true, false) that controls the auto indexing feature for nodes.
NODE_KEYS_INDEXABLE - Static variable in class org.neo4j.kernel.Config
A list of property names (comma separated) that will be indexed by default.
NODE_STORE_MMAP_SIZE - Static variable in class org.neo4j.kernel.Config
The size to allocate for memory mapping the node store
nodeIndex(String, Map<String, String>) - Method in interface org.neo4j.graphdb.index.BatchInserterIndexProvider
Returns a BatchInserterIndex for Nodes for the name indexName with the given config.
nodeIndex(String, Map<String, String>) - Method in class org.neo4j.graphdb.index.IndexImplementation
Returns an Index for Nodes for the name indexName with the given config.
nodeIndex(Index<Node>, String) - Method in class org.neo4j.tooling.wrap.WrappedGraphDatabase
 
nodeIndexNames() - Method in interface org.neo4j.graphdb.index.IndexManager
Returns the names of all existing Node indexes.
nodeRepresentation(Path, Node) - Method in class org.neo4j.kernel.Traversal.DefaultPathDescriptor
 
nodeRepresentation(T, Node) - Method in interface org.neo4j.kernel.Traversal.PathDescriptor
Returns a string representation of a Node.
nodes() - Method in interface org.neo4j.graphdb.Path
Returns all the nodes in this path.
nodes() - Method in interface org.neo4j.graphdb.traversal.Traverser
Represents the traversal in the form of Nodes.
noDuplicates(Iterable<T>) - Static method in class org.neo4j.helpers.collection.FilteringIterable
 
noDuplicates(Iterator<T>) - Static method in class org.neo4j.helpers.collection.FilteringIterator
 
noDuplicatesPredicate() - Static method in class org.neo4j.helpers.collection.FilteringIterable
 
NONE - Static variable in interface org.neo4j.graphdb.traversal.PruneEvaluator
Deprecated. Default PruneEvaluator, does not prune any parts of the traversal.
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
 
NotInTransactionException - Exception in org.neo4j.graphdb
An exception that is thrown whenever an API operation that requires a transaction is executed but no transaction is running.
NotInTransactionException() - Constructor for exception org.neo4j.graphdb.NotInTransactionException
 
NotInTransactionException(String) - Constructor for exception org.neo4j.graphdb.NotInTransactionException
 
NotInTransactionException(String, Throwable) - Constructor for exception org.neo4j.graphdb.NotInTransactionException
 
NotInTransactionException(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
 
notNullPredicate() - Static method in class org.neo4j.helpers.collection.FilteringIterable
 
notStartNode() - Method in interface org.neo4j.graphdb.TraversalPosition
Returns true if the current position is anywhere except on the start node, false if it is on the start node.

O

objectToUnderlyingObject(T) - Method in class org.neo4j.helpers.collection.CollectionWrapper
 
of(boolean, boolean) - Static method in enum org.neo4j.graphdb.traversal.Evaluation
 
of(T1, T2) - Static method in class org.neo4j.helpers.Pair
Create a new pair of objects.
of(T1, T2, T3) - Static method in class org.neo4j.helpers.Triplet
Create a new triplet of objects.
ofContinues(boolean) - Static method in enum org.neo4j.graphdb.traversal.Evaluation
Continue or prune; always include.
ofIncludes(boolean) - Static method in enum org.neo4j.graphdb.traversal.Evaluation
Include or exclude; always continue.
onBeginTransaction() - Method in class org.neo4j.tooling.wrap.WrappedGraphDatabase
 
onFailureTransaction() - Method in class org.neo4j.tooling.wrap.WrappedGraphDatabase
 
onFinishTransaction() - Method in class org.neo4j.tooling.wrap.WrappedGraphDatabase
 
onNodeCreate() - Method in class org.neo4j.tooling.wrap.WrappedGraphDatabase
 
onShutdown() - Method in class org.neo4j.tooling.wrap.WrappedGraphDatabase
 
onSuccessTransaction() - Method in class org.neo4j.tooling.wrap.WrappedGraphDatabase
 
open(String, int, IdType, long, boolean) - Method in class org.neo4j.kernel.CommonFactories.DefaultIdGeneratorFactory
 
open(String, int, IdType, long, boolean) - Method in interface org.neo4j.kernel.IdGeneratorFactory
 
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.
OrderedByTypeExpander - Class in org.neo4j.kernel
 
OrderedByTypeExpander() - Constructor for class org.neo4j.kernel.OrderedByTypeExpander
 
org.neo4j.graphdb - package org.neo4j.graphdb
The graph database API used by Neo4j.
org.neo4j.graphdb.event - package org.neo4j.graphdb.event
Event framework.
org.neo4j.graphdb.index - package org.neo4j.graphdb.index
Integrated API for node and relationship indexing.
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.kernel - package org.neo4j.kernel
Implementation for embedding a Neo4j graph database in an application.
org.neo4j.kernel.info - package org.neo4j.kernel.info
 
org.neo4j.tooling - package org.neo4j.tooling
 
org.neo4j.tooling.wrap - package org.neo4j.tooling.wrap
 
orphans() - Method in class org.neo4j.helpers.Args
 
osIsMacOS() - Static method in class org.neo4j.kernel.Config
 
osIsWindows() - Static method in class org.neo4j.kernel.Config
 
other() - Method in class org.neo4j.helpers.Pair
 
other() - Method in class org.neo4j.helpers.Triplet
 

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.
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
Utility to handle pairs of objects.
parent() - Method in interface org.neo4j.graphdb.traversal.TraversalBranch
The parent expansion source which created this TraversalBranch.
parseMapFromConfigValue(String, String) - Static method in class org.neo4j.kernel.Config
 
Path - Interface in org.neo4j.graphdb
Represents a path in the graph.
pathToString(T, Traversal.PathDescriptor<T>) - Static method in class org.neo4j.kernel.Traversal
Method for building a string representation of a Path, using the given builder.
PlaceboTransaction - Class in org.neo4j.kernel
 
PlaceboTransaction(TransactionManager) - Constructor for class org.neo4j.kernel.PlaceboTransaction
 
position() - Method in interface org.neo4j.graphdb.traversal.TraversalBranch
The position represented by this expansion source.
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.
PositionedIterator<T> - Class in org.neo4j.helpers.collection
Decorator class that wraps any iterator and remembers the current node.
PositionedIterator(Iterator<? extends T>) - Constructor for class org.neo4j.helpers.collection.PositionedIterator
Creates an instance of the class, wrapping iterator
postorderBreadthFirst() - Static method in class org.neo4j.kernel.Traversal
Returns a "postorder breadth first" ordering policy.
postorderDepthFirst() - Static method in class org.neo4j.kernel.Traversal
Returns a "postorder depth first" ordering policy.
preciseAverage() - Method in class org.neo4j.helpers.Stats
 
Predicate<T> - Interface in org.neo4j.helpers
Predicate useful for filtering.
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 with PrefetchingIterator.setPrefetchedNext(Object).
PrefetchingIterator() - Constructor for class org.neo4j.helpers.collection.PrefetchingIterator
 
preorderBreadthFirst() - Static method in class org.neo4j.kernel.Traversal
Returns a "preorder breadth first" ordering policy.
preorderDepthFirst() - Static method in class org.neo4j.kernel.Traversal
Returns a "preorder depth first" ordering policy.
prependProvider(DiagnosticsProvider) - Method in class org.neo4j.kernel.info.DiagnosticsManager
 
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.
previousNode() - Method in interface org.neo4j.graphdb.TraversalPosition
Returns the previous node.
progress(int) - Method in class org.neo4j.helpers.ProgressIndicator.SimpleProgress
Implement this method to emit the progress notifications.
ProgressIndicator - Interface in org.neo4j.helpers
A generic interface for reporting progress by a tool.
ProgressIndicator.MultiProgress - Class in org.neo4j.helpers
A ProgressIndicator that can report the total progress for multiple sources.
ProgressIndicator.MultiProgress(long) - Constructor for class org.neo4j.helpers.ProgressIndicator.MultiProgress
Create a ProgressIndicator for multiple sources.
ProgressIndicator.SimpleProgress - Class in org.neo4j.helpers
A ProgressIndicator that can report the progress for a single source.
ProgressIndicator.SimpleProgress(long) - Constructor for class org.neo4j.helpers.ProgressIndicator.SimpleProgress
Create a ProgressIndicator for a single source.
properties() - Method in class org.neo4j.kernel.KernelData
 
PROPERTY_INDEX_KEY_STORE_MMAP_SIZE - Static variable in class org.neo4j.kernel.Config
The size to allocate for memory mapping the store for property key strings
PROPERTY_INDEX_STORE_MMAP_SIZE - Static variable in class org.neo4j.kernel.Config
The size to allocate for memory mapping the store for property key indexes
PROPERTY_STORE_MMAP_SIZE - Static variable in class org.neo4j.kernel.Config
The size to allocate for memory mapping the property value store
propertyAdded(T, String, Object) - Method in interface org.neo4j.kernel.PropertyTracker
 
propertyChanged(T, String, Object, Object) - Method in interface org.neo4j.kernel.PropertyTracker
 
PropertyContainer - Interface in org.neo4j.graphdb
Defines a common API for handling properties on both nodes and relationships.
PropertyEntry<T extends PropertyContainer> - Interface in org.neo4j.graphdb.event
Represents a changed property.
propertyRemoved(T, String, Object) - Method in interface org.neo4j.kernel.PropertyTracker
 
PropertyTracker<T extends PropertyContainer> - Interface in org.neo4j.kernel
 
PROVIDER - Static variable in interface org.neo4j.graphdb.index.IndexManager
The configuration key to use for specifying which provider an index will have, i.e.
prune(PruneEvaluator) - Method in interface org.neo4j.graphdb.traversal.TraversalDescription
Deprecated. because of the introduction of Evaluator. Use TraversalDescription.evaluator(Evaluator) instead which combines TraversalDescription.filter(Predicate) and TraversalDescription.prune(PruneEvaluator). The supplied PruneEvaluator will be wrapped by an Evaluator internally.
pruneAfter(Path) - Method in interface org.neo4j.graphdb.traversal.PruneEvaluator
Deprecated. Decides whether or not to prune after position.
pruneAfterDepth(int) - Static method in class org.neo4j.kernel.Traversal
Deprecated. because of the introduction of Evaluator. The equivalent is Evaluators.toDepth(int).
PruneEvaluator - Interface in org.neo4j.graphdb.traversal
Deprecated. becuase of the introduction of Evaluator which combines PruneEvaluator and filtering (Predicate of Paths).
pruneWhereLastRelationshipTypeIs(RelationshipType, RelationshipType...) - Static method in class org.neo4j.graphdb.traversal.Evaluators
 
put(String, String) - Method in class org.neo4j.helpers.Args
 
putAll(Map<String, String>) - Method in class org.neo4j.helpers.Args
 
putIfAbsent(T, String, Object) - Method in interface org.neo4j.graphdb.index.Index
Add the entity to this index for the given key/value pair if this particular key/value pair doesn't already exist.
putIfAbsent(T, String, Object) - Method in class org.neo4j.tooling.wrap.WrappedIndex
 

Q

query(String, Object) - Method in interface org.neo4j.graphdb.index.BatchInserterIndex
Returns matches from this index based on the supplied key and query object, which can be a query string or an implementation-specific query object.
query(Object) - Method in interface org.neo4j.graphdb.index.BatchInserterIndex
Returns matches from this index based on the supplied query object, which can be a query string or an implementation-specific query object.
query(String, Object) - Method in interface org.neo4j.graphdb.index.ReadableIndex
Returns matches from this index based on the supplied key and query object, which can be a query string or an implementation-specific query object.
query(Object) - Method in interface org.neo4j.graphdb.index.ReadableIndex
Returns matches from this index based on the supplied query object, which can be a query string or an implementation-specific query object.
query(String, Object, Node, Node) - Method in interface org.neo4j.graphdb.index.ReadableRelationshipIndex
Returns matches from this index based on the supplied key and query object, which can be a query string or an implementation-specific query object.
query(Object, Node, Node) - Method in interface org.neo4j.graphdb.index.ReadableRelationshipIndex
Returns matches from this index based on the supplied query object, which can be a query string or an implementation-specific query object.
query(String, Object) - Method in class org.neo4j.tooling.wrap.WrappedIndex
 
query(Object) - Method in class org.neo4j.tooling.wrap.WrappedIndex
 
query(String, Object, Node, Node) - Method in class org.neo4j.tooling.wrap.WrappedIndex.WrappedRelationshipIndex
 
query(Object, Node, Node) - Method in class org.neo4j.tooling.wrap.WrappedIndex.WrappedRelationshipIndex
 

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.kernel.Config
Only allow read operations from this Neo4j instance.
ReadableIndex<T extends PropertyContainer> - Interface in org.neo4j.graphdb.index
An index that allows for read only operations.
ReadableRelationshipIndex - Interface in org.neo4j.graphdb.index
Extends the ReadableIndex interface with additional get/query methods which are specific to Relationships.
REBUILD_IDGENERATORS_FAST - Static variable in class org.neo4j.kernel.Config
Use a quick approach for rebuilding the ID generators.
register(DiagnosticsExtractor<T>, T) - Method in class org.neo4j.kernel.info.DiagnosticsManager
 
registerAll(Class<E>, T) - Method in class org.neo4j.kernel.info.DiagnosticsManager
 
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.
registerKernelEventHandler(KernelEventHandler) - Method in class org.neo4j.kernel.EmbeddedGraphDatabase
 
registerKernelEventHandler(KernelEventHandler) - Method in class org.neo4j.kernel.EmbeddedReadOnlyGraphDatabase
 
registerKernelEventHandler(KernelEventHandler) - Method in class org.neo4j.tooling.wrap.WrappedGraphDatabase
 
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.
registerTransactionEventHandler(TransactionEventHandler<T>) - Method in class org.neo4j.kernel.EmbeddedGraphDatabase
 
registerTransactionEventHandler(TransactionEventHandler<T>) - Method in class org.neo4j.kernel.EmbeddedReadOnlyGraphDatabase
 
registerTransactionEventHandler(TransactionEventHandler<T>) - Method in class org.neo4j.tooling.wrap.WrappedGraphDatabase
 
Relationship - Interface in org.neo4j.graphdb
A relationship between two nodes in the graph.
relationship() - Method in interface org.neo4j.graphdb.traversal.TraversalBranch
The relationship for this expansion source.
relationship(Relationship, boolean) - Method in class org.neo4j.tooling.wrap.WrappedGraphDatabase
 
RELATIONSHIP_AUTO_INDEXING - Static variable in class org.neo4j.kernel.Config
Boolean value (one of true, false) that controls the auto indexing feature for relationships.
RELATIONSHIP_KEYS_INDEXABLE - Static variable in class org.neo4j.kernel.Config
A list of property names (comma separated) that will be indexed by default.
RELATIONSHIP_STORE_MMAP_SIZE - Static variable in class org.neo4j.kernel.Config
The size to allocate for memory mapping the relationship store
RelationshipAutoIndexer - Interface in org.neo4j.graphdb.index
 
RelationshipExpander - Interface in org.neo4j.graphdb
An expander of relationships.
relationshipIndex(String, Map<String, String>) - Method in interface org.neo4j.graphdb.index.BatchInserterIndexProvider
Returns a BatchInserterIndex for Relationships for the name indexName with the given config.
relationshipIndex(String, Map<String, String>) - Method in class org.neo4j.graphdb.index.IndexImplementation
Returns an Index for Relationships for the name indexName with the given config.
RelationshipIndex - Interface in org.neo4j.graphdb.index
Extends the ReadableRelationshipIndex and the Index interfaces for completing the set of available types.
relationshipIndex(RelationshipIndex, String) - Method in class org.neo4j.tooling.wrap.WrappedGraphDatabase
 
relationshipIndexNames() - Method in interface org.neo4j.graphdb.index.IndexManager
Returns the names of all existing Relationship indexes.
relationshipRepresentation(Path, Node, Relationship) - Method in class org.neo4j.kernel.Traversal.DefaultPathDescriptor
 
relationshipRepresentation(T, Node, Relationship) - Method in interface org.neo4j.kernel.Traversal.PathDescriptor
Returns a string representation of a Relationship.
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.
RelationshipType - Interface in org.neo4j.graphdb
A relationship type is mandatory on all relationships and is used to navigate the node space.
release() - Method in interface org.neo4j.graphdb.Lock
Releases this lock before the transaction finishes.
release() - Method in class org.neo4j.kernel.LockImpl
 
remove(RelationshipType) - Method in interface org.neo4j.graphdb.Expander
Remove a RelationshipType from the Expander.
remove(T, String, Object) - Method in interface org.neo4j.graphdb.index.Index
Removes a key/value pair for entity from the index.
remove(T, String) - Method in interface org.neo4j.graphdb.index.Index
Removes key/value pairs for entity where key is key from the index.
remove(T) - Method in interface org.neo4j.graphdb.index.Index
Removes an entity from the index and all its key/value pairs which has been previously associated using Index.add(PropertyContainer, String, Object).
remove() - Method in class org.neo4j.helpers.collection.ArrayIterator
 
remove() - Method in class org.neo4j.helpers.collection.CachingIterator
Not supported by this implement.
remove(Object) - Method in class org.neo4j.helpers.collection.CollectionWrapper
 
remove() - Method in class org.neo4j.helpers.collection.IteratorWrapper
 
remove() - Method in class org.neo4j.helpers.collection.PositionedIterator
 
remove() - Method in class org.neo4j.helpers.collection.PrefetchingIterator
 
remove(RelationshipType) - Method in class org.neo4j.kernel.StandardExpander
 
remove(T, String, Object) - Method in class org.neo4j.tooling.wrap.WrappedIndex
 
remove(T, String) - Method in class org.neo4j.tooling.wrap.WrappedIndex
 
remove(T) - Method in class org.neo4j.tooling.wrap.WrappedIndex
 
removeAll(Collection) - Method in class org.neo4j.helpers.collection.CollectionWrapper
 
removeConfiguration(Index<? extends PropertyContainer>, String) - Method in interface org.neo4j.graphdb.index.IndexManager
EXPERT: Removes a configuration parameter from an index.
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.
removeProperty(String) - Method in interface org.neo4j.graphdb.PropertyContainer
Removes the property associated with the given key and returns the old value.
ResourceType - Enum in org.neo4j.kernel.info
 
retainAll(Collection) - Method in class org.neo4j.helpers.collection.CollectionWrapper
 
ReturnableEvaluator - Interface in org.neo4j.graphdb
A client hook for evaluating whether a specific node should be returned from a traverser.
returnAcceptedByAny(Predicate<Path>...) - Static method in class org.neo4j.kernel.Traversal
Returns a filter which accepts items accepted by at least one of the supplied filters.
returnAll() - Static method in class org.neo4j.kernel.Traversal
Deprecated. because of the introduction of Evaluator. The equivalent is Evaluators.all().
returnAllButStartNode() - Static method in class org.neo4j.kernel.Traversal
Deprecated. because of the introduction of Evaluator. The equivalent is Evaluators.excludeStartPosition().
returnedNodesCount() - Method in interface org.neo4j.graphdb.TraversalPosition
Returns the number of nodes returned by the traverser so far.
returnWhereEndNodeIs(Node...) - Static method in class org.neo4j.graphdb.traversal.Evaluators
 
returnWhereLastRelationshipTypeIs(RelationshipType, RelationshipType...) - Static method in class org.neo4j.graphdb.traversal.Evaluators
 
returnWhereLastRelationshipTypeIs(RelationshipType, RelationshipType...) - Static method in class org.neo4j.kernel.Traversal
 
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(Map<K, V>) - Static method in class org.neo4j.helpers.collection.MapUtil
Reversed a map, making the key value and the value key.
reversed() - Method in interface org.neo4j.graphdb.Expander
 
reversed() - Method in interface org.neo4j.graphdb.RelationshipExpander
Returns a new instance with the exact same RelationshipTypes, but with all directions reversed (see Direction.reverse()).
reversed() - Method in class org.neo4j.kernel.StandardExpander
 

S

second() - Method in class org.neo4j.helpers.Triplet
 
Service - Class in org.neo4j.helpers
A utility for locating services.
Service(String, String...) - Constructor for class org.neo4j.helpers.Service
Create a new instance of a service implementation identified with the specified key(s).
Service.CaseInsensitiveService - Class in org.neo4j.helpers
A base class for services, similar to Service, that compares keys using case insensitive comparison instead of exact comparison.
Service.CaseInsensitiveService(String, String...) - Constructor for class org.neo4j.helpers.Service.CaseInsensitiveService
Create a new instance of a service implementation identified with the specified key(s).
Service.Implementation - Annotation Type in org.neo4j.helpers
Designates that a class implements the specified service and should be added to the services listings file (META-INF/services/[service-name]).
set(T) - Method in class org.neo4j.helpers.collection.CachingIterator
Not supported by this implement.
setCacheCapacity(String, int) - Method in interface org.neo4j.graphdb.index.BatchInserterIndex
Sets the cache size for key/value pairs for the given key.
setConfiguration(Index<? extends PropertyContainer>, String, String) - Method in interface org.neo4j.graphdb.index.IndexManager
EXPERT: Sets a configuration parameter for an index.
setEnabled(boolean) - Method in interface org.neo4j.graphdb.index.AutoIndexer
Sets the AutoIndexer as enabled or not.
setPrefetchedNext(T) - Method in class org.neo4j.helpers.collection.PrefetchingIterator
 
setProperty(String, Object) - Method in interface org.neo4j.graphdb.PropertyContainer
Sets the property value for the given key to value.
shutdown() - Method in interface org.neo4j.graphdb.GraphDatabaseService
Shuts down Neo4j.
shutdown() - Method in interface org.neo4j.graphdb.index.BatchInserterIndexProvider
Shuts down this index provider and ensures that all indexes are fully written to disk.
shutdown() - Method in class org.neo4j.kernel.AbstractGraphDatabase
 
shutdown() - Method in class org.neo4j.kernel.info.DiagnosticsManager
 
simplePathToString(Path) - Static method in class org.neo4j.kernel.Traversal
Returns a quite simple string representation of a Path.
simplePathToString(Path, String) - Static method in class org.neo4j.kernel.Traversal
Returns a quite simple string representation of a Path.
single(Iterator<T>) - Static method in class org.neo4j.helpers.collection.IteratorUtil
Returns the given iterator's single element.
single(Iterable<T>) - Static method in class org.neo4j.helpers.collection.IteratorUtil
Returns the given iterable's single element.
singleOrNull(Iterator<T>) - Static method in class org.neo4j.helpers.collection.IteratorUtil
Returns the given iterator's single element or null if no element found.
singleOrNull(Iterable<T>) - Static method in class org.neo4j.helpers.collection.IteratorUtil
Returns the given iterable's single element or null if no element found.
size() - Method in interface org.neo4j.graphdb.index.IndexHits
Returns the size of this iterable, in most scenarios this value is accurate while in some scenarios near-accurate.
size() - Method in class org.neo4j.helpers.collection.CollectionWrapper
 
source() - Method in class org.neo4j.helpers.Args
 
StandaloneWithShell - Class in org.neo4j.kernel
Standalone EmbeddedGraphDatabase with Shell enabled.
StandaloneWithShell() - Constructor for class org.neo4j.kernel.StandaloneWithShell
 
StandardExpander - Class in org.neo4j.kernel
 
startAutoIndexingProperty(String) - Method in interface org.neo4j.graphdb.index.AutoIndexer
Start auto indexing a property.
startNode() - Method in interface org.neo4j.graphdb.Path
Returns the start node of this path.
startup() - Method in class org.neo4j.kernel.info.DiagnosticsManager
 
Stats - Class in org.neo4j.helpers
 
Stats(String) - Constructor for class org.neo4j.helpers.Stats
 
stopAutoIndexingProperty(String) - Method in interface org.neo4j.graphdb.index.AutoIndexer
Removes the argument from the set of auto indexed properties.
StopEvaluator - Interface in org.neo4j.graphdb
A client hook for evaluating whether the traverser should traverse beyond a specific node.
STORAGE_DIRECTORY - Static variable in class org.neo4j.kernel.Config
Relative path for where the Neo4j storage directory is located
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.
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.
STRING_BLOCK_SIZE - Static variable in class org.neo4j.kernel.Config
 
STRING_PROPERTY_STORE_MMAP_SIZE - Static variable in class org.neo4j.kernel.Config
The size to allocate for memory mapping the string property store
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.
success() - Method in interface org.neo4j.graphdb.Transaction
Marks this transaction as successful, which means that it will be committed upon invocation of Transaction.finish() unless Transaction.failure() has or will be invoked before then.
success() - Method in class org.neo4j.kernel.PlaceboTransaction
 
success() - Method in class org.neo4j.kernel.TopLevelTransaction
 

T

textual(PrintStream, long) - Static method in class org.neo4j.helpers.ProgressIndicator.MultiProgress
Returns a simple ProgressIndicator that reports progress by printing to the provided stream.
textual(PrintStream, long) - Static method in class org.neo4j.helpers.ProgressIndicator.SimpleProgress
Returns a simple ProgressIndicator that reports progress by printing to the provided stream.
third() - Method in class org.neo4j.helpers.Triplet
 
ThisShouldNotHappenError - Error in org.neo4j.helpers
 
ThisShouldNotHappenError(String, String) - Constructor for error org.neo4j.helpers.ThisShouldNotHappenError
 
time() - Static method in class org.neo4j.helpers.Format
 
time(long) - Static method in class org.neo4j.helpers.Format
 
time(Date) - Static method in class org.neo4j.helpers.Format
 
toArray() - Method in class org.neo4j.helpers.collection.CollectionWrapper
 
toArray(R[]) - Method in class org.neo4j.helpers.collection.CollectionWrapper
 
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.
TopLevelTransaction - Class in org.neo4j.kernel
 
TopLevelTransaction(TransactionManager, LockManager, LockReleaser) - Constructor for class org.neo4j.kernel.TopLevelTransaction
 
toString() - Method in class org.neo4j.graphdb.DynamicRelationshipType
Returns a string representation of this dynamic relationship type.
toString() - Method in interface org.neo4j.graphdb.Path
Returns a natural string representation of this path.
toString() - Method in class org.neo4j.helpers.Pair
 
toString() - Method in class org.neo4j.helpers.Service
 
toString() - Method in class org.neo4j.helpers.Stats
 
toString() - Method in class org.neo4j.helpers.Triplet
 
toString() - Method in class org.neo4j.kernel.AbstractGraphDatabase
 
toString() - Method in class org.neo4j.kernel.EmbeddedReadOnlyGraphDatabase
 
toString() - Method in enum org.neo4j.kernel.info.DiagnosticsPhase
 
toString() - Method in class org.neo4j.kernel.info.LockInfo
 
toString() - Method in class org.neo4j.kernel.info.LockingTransaction
 
toString(String) - Method in enum org.neo4j.kernel.info.ResourceType
 
toString() - Method in class org.neo4j.kernel.info.WaitingThread
 
toString() - Method in class org.neo4j.kernel.StandardExpander
 
toString() - Method in class org.neo4j.kernel.Version
 
toString() - Method in class org.neo4j.tooling.wrap.WrappedGraphDatabase
 
toString() - Method in class org.neo4j.tooling.wrap.WrappedIndex
 
total - Variable in class org.neo4j.helpers.Stats
 
Transaction - Interface in org.neo4j.graphdb
A programmatically handled transaction.
TransactionBuilder - Interface in org.neo4j.kernel
A builder for controlling certain behaviors of a transaction.
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.
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
 
TransactionNotAllowedException - Exception in org.neo4j.tooling.wrap
 
TransactionNotAllowedException(RuntimeException) - Constructor for exception org.neo4j.tooling.wrap.TransactionNotAllowedException
 
TransactionNotAllowedException() - Constructor for exception org.neo4j.tooling.wrap.TransactionNotAllowedException
 
Traversal - Class in org.neo4j.kernel
A factory for objects regarding traversal of the graph.
Traversal() - Constructor for class org.neo4j.kernel.Traversal
 
Traversal.DefaultPathDescriptor<T extends Path> - Class in org.neo4j.kernel
The default Traversal.PathDescriptor used in common toString() representations in classes implementing Path.
Traversal.DefaultPathDescriptor() - Constructor for class org.neo4j.kernel.Traversal.DefaultPathDescriptor
 
Traversal.PathDescriptor<T extends Path> - Interface in org.neo4j.kernel
Provides hooks to help build a string representation of a Path.
TraversalBranch - Interface in org.neo4j.graphdb.traversal
Represents a position and a RelationshipExpander with a traversal context, for example parent and an iterator of relationships to go next.
TraversalDescription - Interface in org.neo4j.graphdb.traversal
Represents a description of a traversal.
TraversalPosition - Interface in org.neo4j.graphdb
Encapsulates information about the current traversal position.
traverse(Traverser.Order, StopEvaluator, ReturnableEvaluator, RelationshipType, Direction) - Method in interface org.neo4j.graphdb.Node
Instantiates a traverser that will start at this node and traverse according to the given order and evaluators along the specified relationship type and direction.
traverse(Traverser.Order, StopEvaluator, ReturnableEvaluator, RelationshipType, Direction, RelationshipType, Direction) - Method in interface org.neo4j.graphdb.Node
Instantiates a traverser that will start at this node and traverse according to the given order and evaluators along the two specified relationship type and direction pairs.
traverse(Traverser.Order, StopEvaluator, ReturnableEvaluator, Object...) - Method in interface org.neo4j.graphdb.Node
Instantiates a traverser that will start at this node and traverse according to the given order and evaluators along the specified relationship type and direction pairs.
traverse(Node) - Method in interface org.neo4j.graphdb.traversal.TraversalDescription
Traverse from startNode based on all the rules and behavior in this description.
traverse(Traverser.Order, StopEvaluator, ReturnableEvaluator, RelationshipType, Direction) - Method in class org.neo4j.tooling.wrap.WrappedNode
 
traverse(Traverser.Order, StopEvaluator, ReturnableEvaluator, RelationshipType, Direction, RelationshipType, Direction) - Method in class org.neo4j.tooling.wrap.WrappedNode
 
traverse(Traverser.Order, StopEvaluator, ReturnableEvaluator, Object...) - Method in class org.neo4j.tooling.wrap.WrappedNode
 
Traverser - Interface in org.neo4j.graphdb.traversal
This interface represents the traverser which is used to step through the results of a traversal.
Traverser - Interface in org.neo4j.graphdb
A traversal in the node space.
Traverser.Order - Enum in org.neo4j.graphdb
Defines a traversal order as used by the traversal framework.
Triplet<T1,T2,T3> - Class in org.neo4j.helpers
Utility to handle triplets of objects.
tx() - Method in class org.neo4j.kernel.AbstractGraphDatabase
Returns a new builder where some aspects of the behavior can be configured.
tx() - Method in class org.neo4j.kernel.EmbeddedGraphDatabase
 
tx() - Method in class org.neo4j.kernel.EmbeddedReadOnlyGraphDatabase
 
tx() - Method in class org.neo4j.tooling.wrap.WrappedGraphDatabase
 
TXMANAGER_IMPLEMENTATION - Static variable in class org.neo4j.kernel.Config
The name of the Transaction Manager service to use as defined in the TM service provider constructor, defaults to native.

U

underlyingObjectToObject(U) - Method in class org.neo4j.helpers.collection.CatchingIteratorWrapper
 
underlyingObjectToObject(U) - Method in class org.neo4j.helpers.collection.CollectionWrapper
 
underlyingObjectToObject(U) - Method in class org.neo4j.helpers.collection.IterableWrapper
 
underlyingObjectToObject(U) - Method in class org.neo4j.helpers.collection.IteratorWrapper
 
unforced() - Method in interface org.neo4j.kernel.TransactionBuilder
Relaxes the forcing constraint of the logical logs for this transaction so that the data is written out, but not forced to disk.
UniqueFactory<T extends PropertyContainer> - Class in org.neo4j.graphdb.index
A utility class for creating unique (with regard to a given index) entities.
UniqueFactory.UniqueNodeFactory - Class in org.neo4j.graphdb.index
Implementation of UniqueFactory for Node.
UniqueFactory.UniqueNodeFactory(Index<Node>) - Constructor for class org.neo4j.graphdb.index.UniqueFactory.UniqueNodeFactory
Create a new UniqueFactory for nodes.
UniqueFactory.UniqueNodeFactory(GraphDatabaseService, String) - Constructor for class org.neo4j.graphdb.index.UniqueFactory.UniqueNodeFactory
Create a new UniqueFactory for nodes.
UniqueFactory.UniqueRelationshipFactory - Class in org.neo4j.graphdb.index
Implementation of UniqueFactory for Relationship.
UniqueFactory.UniqueRelationshipFactory(Index<Relationship>) - Constructor for class org.neo4j.graphdb.index.UniqueFactory.UniqueRelationshipFactory
Create a new UniqueFactory for relationships.
UniqueFactory.UniqueRelationshipFactory(GraphDatabaseService, String) - Constructor for class org.neo4j.graphdb.index.UniqueFactory.UniqueRelationshipFactory
Create a new UniqueFactory for relationships.
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.kernel
Contains some uniqueness modes that are very common in traversals, for example uniqueness of nodes or relationships to visit during a traversal.
UniquenessFactory - Interface in org.neo4j.graphdb.traversal
 
UniquenessFilter - Interface in org.neo4j.graphdb.traversal
 
unload(S) - Method in class org.neo4j.kernel.KernelExtension
 
unregisterKernelEventHandler(KernelEventHandler) - Method in interface org.neo4j.graphdb.GraphDatabaseService
Unregisters handler from the list of kernel event handlers.
unregisterKernelEventHandler(KernelEventHandler) - Method in class org.neo4j.kernel.EmbeddedGraphDatabase
 
unregisterKernelEventHandler(KernelEventHandler) - Method in class org.neo4j.kernel.EmbeddedReadOnlyGraphDatabase
 
unregisterKernelEventHandler(KernelEventHandler) - Method in class org.neo4j.tooling.wrap.WrappedGraphDatabase
 
unregisterTransactionEventHandler(TransactionEventHandler<T>) - Method in interface org.neo4j.graphdb.GraphDatabaseService
Unregisters handler from the list of transaction event handlers.
unregisterTransactionEventHandler(TransactionEventHandler<T>) - Method in class org.neo4j.kernel.EmbeddedGraphDatabase
 
unregisterTransactionEventHandler(TransactionEventHandler<T>) - Method in class org.neo4j.kernel.EmbeddedReadOnlyGraphDatabase
 
unregisterTransactionEventHandler(TransactionEventHandler<T>) - Method in class org.neo4j.tooling.wrap.WrappedGraphDatabase
 
update(boolean, long) - Method in class org.neo4j.helpers.ProgressIndicator.SimpleProgress
 
update(boolean, long) - Method in interface org.neo4j.helpers.ProgressIndicator
Update the current progress count for the current source.
updateIdGenerators(NeoStore) - Method in class org.neo4j.kernel.CommonFactories.DefaultIdGeneratorFactory
 
updateIdGenerators(NeoStore) - Method in interface org.neo4j.kernel.IdGeneratorFactory
 
updateOrAdd(long, Map<String, Object>) - Method in interface org.neo4j.graphdb.index.BatchInserterIndex
Adds key/value pairs for entity to the index.
USE_MEMORY_MAPPED_BUFFERS - Static variable in class org.neo4j.kernel.Config
Tell Neo4j to use memory mapped buffers for accessing the native storage layer
UTF8 - Class in org.neo4j.helpers
Utility class for converting strings to an from UTF-8 encoded bytes.

V

value() - Method in interface org.neo4j.graphdb.event.PropertyEntry
Get the value of the modified property.
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.traversal.Evaluation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neo4j.graphdb.Traverser.Order
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neo4j.kernel.CommonBranchOrdering
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neo4j.kernel.IdType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neo4j.kernel.info.DiagnosticsPhase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neo4j.kernel.info.ResourceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neo4j.kernel.Uniqueness
Returns the enum constant of this type with the specified name.
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.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.Traverser.Order
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neo4j.kernel.CommonBranchOrdering
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neo4j.kernel.IdType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neo4j.kernel.info.DiagnosticsPhase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neo4j.kernel.info.ResourceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neo4j.kernel.Uniqueness
Returns an array containing the constants of this enum type, in the order they are declared.
version() - Method in class org.neo4j.kernel.KernelData
 
Version - Class in org.neo4j.kernel
 
Version(String, String) - Constructor for class org.neo4j.kernel.Version
 
visit(E) - Method in interface org.neo4j.helpers.collection.Visitor
Invoked for each element in a collection.
visitAll(Object) - Method in class org.neo4j.kernel.info.DiagnosticsManager
 
Visitor<E> - Interface in org.neo4j.helpers.collection
A visitor to internalize iteration.

W

WaitingThread - Class in org.neo4j.kernel.info
 
WaitingThread(String, int, int, long, String, long, boolean) - Constructor for class org.neo4j.kernel.info.WaitingThread
 
withCause(T, Throwable) - Static method in class org.neo4j.helpers.Exceptions
 
withName(String) - Static method in class org.neo4j.graphdb.DynamicRelationshipType
Instantiates a new DynamicRelationshipType with the given name.
WrappedGraphDatabase - Class in org.neo4j.tooling.wrap
 
WrappedGraphDatabase(GraphDatabaseService) - Constructor for class org.neo4j.tooling.wrap.WrappedGraphDatabase
 
WrappedIndex<T extends PropertyContainer,I extends ReadableIndex<T>> - Class in org.neo4j.tooling.wrap
 
WrappedIndex.WrappedNodeIndex - Class in org.neo4j.tooling.wrap
 
WrappedIndex.WrappedNodeIndex(WrappedGraphDatabase) - Constructor for class org.neo4j.tooling.wrap.WrappedIndex.WrappedNodeIndex
 
WrappedIndex.WrappedRelationshipIndex - Class in org.neo4j.tooling.wrap
 
WrappedIndex.WrappedRelationshipIndex(WrappedGraphDatabase) - Constructor for class org.neo4j.tooling.wrap.WrappedIndex.WrappedRelationshipIndex
 
WrappedNode<G extends WrappedGraphDatabase> - Class in org.neo4j.tooling.wrap
 
WrappedNode(G) - Constructor for class org.neo4j.tooling.wrap.WrappedNode
 
WrappedRelationship<G extends WrappedGraphDatabase> - Class in org.neo4j.tooling.wrap
 
WrappedRelationship(G) - Constructor for class org.neo4j.tooling.wrap.WrappedRelationship
 

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

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