- AbstractFilterExpression - Class in org.neo4j.graphmatching.filter
-
Deprecated.
- AbstractFilterExpression(String, String) - Constructor for class org.neo4j.graphmatching.filter.AbstractFilterExpression
-
Deprecated.
Constructs a new filter expression.
- AbstractPatternObject<T extends PropertyContainer> - Class in org.neo4j.graphmatching
-
Deprecated.
- accept(Result.ResultVisitor<VisitationException>) - Method in class org.neo4j.cypher.javacompat.ExecutionResult
-
Deprecated.
- accept(Result.ResultVisitor<VisitationException>) - Method in interface org.neo4j.graphdb.Result
-
Visits all rows in this Result by iterating over them.
- accept(T, U) - Method in interface org.neo4j.helpers.BiConsumer
-
Deprecated.
- accept(V) - Method in interface org.neo4j.helpers.collection.Visitable
-
- accept(TYPE) - Method in class org.neo4j.helpers.ConcurrentTransfer
-
- accept(T) - Method in interface org.neo4j.helpers.Predicate
-
Deprecated.
- accept(T) - Method in class org.neo4j.helpers.Predicates.AndPredicate
-
Deprecated.
- accept(T) - Method in class org.neo4j.helpers.Predicates.OrPredicate
-
Deprecated.
- acquireReadLock(PropertyContainer) - Method in interface org.neo4j.graphdb.Transaction
-
Acquires a read lock for entity for this transaction.
- acquireWriteLock(PropertyContainer) - Method in interface org.neo4j.graphdb.Transaction
-
Acquires a write lock for entity for this transaction.
- add(Node) - Method in class org.neo4j.cypher.export.CypherResultSubGraph
-
- add(Relationship) - Method in class org.neo4j.cypher.export.CypherResultSubGraph
-
- add(RelationshipType) - Method in interface org.neo4j.graphdb.Expander
-
Deprecated.
- add(RelationshipType, Direction) - Method in interface org.neo4j.graphdb.Expander
-
Deprecated.
- add(T, String, Object) - Method in interface org.neo4j.graphdb.index.Index
-
Adds a key/value pair for entity to the index.
- add(RelationshipType) - Method in class org.neo4j.graphdb.PathExpanderBuilder
-
Add a pair of
type and
Direction.BOTH to the PathExpander configuration.
- add(RelationshipType, Direction) - Method in class org.neo4j.graphdb.PathExpanderBuilder
-
Add a pair of type and direction to the PathExpander configuration.
- add(T) - Method in class org.neo4j.helpers.collection.CachingIterator
-
Not supported by this implement.
- add(T) - Method in class org.neo4j.helpers.collection.CollectionWrapper
-
- add(T) - Method in class org.neo4j.helpers.collection.MultiSet
-
- add(long) - Method in class org.neo4j.helpers.Stats
-
- add(T, long) - Method in class org.neo4j.index.lucene.LuceneTimeline
-
- add(T, long) - Method in interface org.neo4j.index.lucene.TimelineIndex
-
Adds an entity to this timeline with the given timestamp.
- add(long, Map<String, Object>) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserterIndex
-
Adds key/value pairs for entity to the index.
- addAll(Collection) - Method in class org.neo4j.helpers.collection.CollectionWrapper
-
- addAll(C, Iterable<? extends T>) - Static method in class org.neo4j.helpers.collection.Iterables
-
- addBindingListener(BindingListener) - Method in class org.neo4j.cluster.ProtocolServer
-
- addClusterListener(ClusterListener) - Method in interface org.neo4j.cluster.ClusterMonitor
-
- addCosts(T, T) - Method in interface org.neo4j.graphalgo.CostAccumulator
-
This is the accumulating method.
- addFilter(FilterExpression) - Method in class org.neo4j.graphmatching.PatternGroup
-
Deprecated.
Adds a filter expression to the list of filters for this group.
- addKernelExtension(KernelExtensionFactory<?>) - Method in class org.neo4j.graphdb.factory.GraphDatabaseFactory
-
Deprecated.
Manipulating kernel extensions is deprecated and will be moved to internal components.
- addKernelExtensions(Iterable<KernelExtensionFactory<?>>) - Method in class org.neo4j.graphdb.factory.GraphDatabaseFactory
-
Deprecated.
Manipulating kernel extensions is deprecated and will be moved to internal components.
- addKernelExtensions(Iterable<KernelExtensionFactory<?>>) - Method in class org.neo4j.graphdb.factory.GraphDatabaseFactoryState
-
- addLabel(Label) - Method in interface org.neo4j.graphdb.Node
-
Adds a
Label to this node.
- addListener(T, Iterable<T>) - Static method in class org.neo4j.helpers.Listeners
-
- addMessageProcessor(MessageProcessor) - Method in class org.neo4j.cluster.StateMachines
-
- addNode(String, long, String, Object) - Method in interface org.neo4j.graphdb.index.IndexCommandFactory
-
- addNodeFilter(Predicate<? super Node>) - Method in interface org.neo4j.graphdb.Expander
-
- addNodeFilter(Predicate<? super Node>) - Method in interface org.neo4j.graphdb.Expander
-
Deprecated.
- addPropertyConstraint(String, ValueMatcher) - Method in class org.neo4j.graphmatching.AbstractPatternObject
-
Deprecated.
Add a constraint to the property with the given key on this pattern
object.
- addRelationship(String, long, String, Object, long, long) - Method in interface org.neo4j.graphdb.index.IndexCommandFactory
-
- addRelationshipFilter(Predicate<? super Relationship>) - Method in interface org.neo4j.graphdb.Expander
-
- addRelationshipFilter(Predicate<? super Relationship>) - Method in interface org.neo4j.graphdb.Expander
-
Deprecated.
- addRelationsipFilter(Predicate<? super Relationship>) - Method in interface org.neo4j.graphdb.Expander
-
- addRelationsipFilter(Predicate<? super Relationship>) - Method in interface org.neo4j.graphdb.Expander
-
- addStateMachine(StateMachine) - Method in class org.neo4j.cluster.StateMachines
-
- addStateTransitionListener(StateTransitionListener) - Method in class org.neo4j.cluster.ProtocolServer
-
- addStateTransitionListener(StateTransitionListener) - Method in class org.neo4j.cluster.StateMachines
-
- addToCollection(Iterator<T>, C) - Static method in class org.neo4j.helpers.collection.IteratorUtil
-
Adds all the items in iterator to collection.
- addToCollection(PrimitiveLongIterator, C) - Static method in class org.neo4j.helpers.collection.IteratorUtil
-
Adds all the items in iterator to collection.
- addToCollection(PrimitiveIntIterator, 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.
- addToCollectionUnique(Iterator<T>, C) - Static method in class org.neo4j.helpers.collection.IteratorUtil
-
Adds all the items in iterator to collection.
- addToCollectionUnique(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 class org.neo4j.graphdb.event.TransactionEventHandler.Adapter
-
- afterCommit(TransactionData, T) - Method in interface org.neo4j.graphdb.event.TransactionEventHandler
-
Invoked after the transaction has been committed successfully.
- afterRollback(TransactionData, T) - Method in class org.neo4j.graphdb.event.TransactionEventHandler.Adapter
-
- afterRollback(TransactionData, T) - Method in interface org.neo4j.graphdb.event.TransactionEventHandler
-
Invoked after the transaction has been rolled back if committing the
transaction failed for some reason.
- ALL - Static variable in interface org.neo4j.graphdb.ReturnableEvaluator
-
Deprecated.
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
-
Deprecated.
A returnable evaluator that returns all nodes except the start node.
- allBeans() - Method in class org.neo4j.management.Neo4jManager
-
- allow_file_urls - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
-
- allow_init_cluster - Static variable in class org.neo4j.cluster.ClusterSettings
-
- allow_store_upgrade - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
-
- allPaths(RelationshipExpander, int) - Static method in class org.neo4j.graphalgo.GraphAlgoFactory
-
Returns an algorithm which can find all available paths between two
nodes.
- allPaths(PathExpander, int) - Static method in class org.neo4j.graphalgo.GraphAlgoFactory
-
Returns an algorithm which can find all available paths between two
nodes.
- allSimplePaths(RelationshipExpander, int) - Static method in class org.neo4j.graphalgo.GraphAlgoFactory
-
Returns an algorithm which can find all simple paths between two
nodes.
- allSimplePaths(PathExpander, int) - Static method in class org.neo4j.graphalgo.GraphAlgoFactory
-
Returns an algorithm which can find all simple paths between two
nodes.
- allTypes(Direction) - Static method in class org.neo4j.graphdb.PathExpanderBuilder
-
- allTypesAndDirections() - Static method in class org.neo4j.graphdb.PathExpanderBuilder
-
- allTypesAndDirections() - Static method in class org.neo4j.graphdb.PathExpanders
-
A very permissive
PathExpander that follows any type in any direction.
- and(Predicate<T>...) - Static method in class org.neo4j.helpers.Predicates
-
Deprecated.
- and(Iterable<Predicate<T>>) - Static method in class org.neo4j.helpers.Predicates
-
Deprecated.
- and(Predicate<T>...) - Method in class org.neo4j.helpers.Predicates.AndPredicate
-
Deprecated.
- and(Predicate<T>...) - Method in class org.neo4j.helpers.Predicates.OrPredicate
-
Deprecated.
- ANY - Static variable in class org.neo4j.helpers.Settings
-
- append(C, Iterable<T>) - Static method in class org.neo4j.helpers.collection.Iterables
-
- apply(Function<String, String>) - Method in class org.neo4j.helpers.Settings.DefaultSetting
-
- approximatelyEqual(double[], double[], double) - Static method in class org.neo4j.helpers.ArrayUtil
-
- approximatelyEqual(Map<K, Double>, Map<K, Double>, double) - Static method in class org.neo4j.helpers.collection.MapUtil
-
- Args - Class in org.neo4j.helpers
-
Parses a String[] argument from a main-method.
- Args(Map<String, String>) - Constructor for class org.neo4j.helpers.Args
-
- Args(Function<String, Args.Option<String>>, Map<String, String>) - Constructor for class org.neo4j.helpers.Args
-
- Args.ArgsParser - Class in org.neo4j.helpers
-
- Args.Option<T> - Class in org.neo4j.helpers
-
- array(T...) - Static method in class org.neo4j.helpers.collection.IteratorUtil
-
- array_block_size - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
-
- ArrayIterator<T> - Class in org.neo4j.helpers.collection
-
- ArrayIterator(T[]) - Constructor for class org.neo4j.helpers.collection.ArrayIterator
-
- ArrayPropertyUtil - Class in org.neo4j.graphmatching
-
Deprecated.
- ArrayPropertyUtil() - Constructor for class org.neo4j.graphmatching.ArrayPropertyUtil
-
Deprecated.
- arrays_mapped_memory_size - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
-
Deprecated.
Replaced by the pagecache_memory setting.
- ArrayUtil - Class in org.neo4j.helpers
-
Methods "missing" from
Arrays are provided here.
- ArrayUtil.ArrayEquality - Interface in org.neo4j.helpers
-
- asArgs() - Method in class org.neo4j.helpers.Args
-
- asCollection(Iterable<T>) - Static method in class org.neo4j.helpers.collection.IteratorUtil
-
Creates a collection from an iterable.
- asCollection(Iterator<T>) - Static method in class org.neo4j.helpers.collection.IteratorUtil
-
- asEnumNameSet(Iterable<Enum>) - Static method in class org.neo4j.helpers.collection.IteratorUtil
-
- asEnumNameSet(Class<E>) - Static method in class org.neo4j.helpers.collection.IteratorUtil
-
Converts an enum class to to
Set of the names of all valid enum values
- asIterable(Iterator<T>) - Static method in class org.neo4j.helpers.collection.IteratorUtil
-
- asIterable(File, String) - Static method in class org.neo4j.helpers.collection.IteratorUtil
-
Creates an
Iterable for iterating over the lines of a text file.
- asIterable(long...) - Static method in class org.neo4j.helpers.collection.IteratorUtil
-
- asIterable(T...) - Static method in class org.neo4j.helpers.collection.IteratorUtil
-
- asIterator(File, String) - Static method in class org.neo4j.helpers.collection.IteratorUtil
-
Creates an
Iterator for iterating over the lines of a text file.
- asIterator(long...) - Static method in class org.neo4j.helpers.collection.IteratorUtil
-
- asIterator(int, T...) - Static method in class org.neo4j.helpers.collection.IteratorUtil
-
- asList(Iterator<T>) - Static method in class org.neo4j.helpers.collection.IteratorUtil
-
- asList(Iterable<T>) - Static method in class org.neo4j.helpers.collection.IteratorUtil
-
- asList(PrimitiveLongIterator) - Static method in class org.neo4j.helpers.collection.IteratorUtil
-
- asList(PrimitiveIntIterator) - Static method in class org.neo4j.helpers.collection.IteratorUtil
-
- asMap() - Method in class org.neo4j.helpers.Args
-
- asMap(Iterable<Pair<T, U>>) - Static method in class org.neo4j.helpers.collection.IteratorUtil
-
- asResourceIterable(Iterable<T>) - Static method in class org.neo4j.helpers.collection.Iterables
-
- asResourceIterable(ResourceIterator<T>) - Static method in class org.neo4j.helpers.collection.Iterables
-
- asResourceIterator(Iterator<T>) - Static method in class org.neo4j.helpers.collection.IteratorUtil
-
- Assertion - Class in org.neo4j.helpers
-
- assertionsEnabled() - Static method in class org.neo4j.helpers.Assertion
-
- assertPropertyIsUnique(String) - Method in interface org.neo4j.graphdb.schema.ConstraintCreator
-
Imposes a uniqueness constraint for the given property, such that
there can be at most one node, having the given label, for any set value of that property key.
- asSet(Iterable<T>) - Static method in class org.neo4j.helpers.collection.IteratorUtil
-
- asSet(Iterator<T>) - Static method in class org.neo4j.helpers.collection.IteratorUtil
-
- asSet(T...) - Static method in class org.neo4j.helpers.collection.IteratorUtil
-
Creates a
Set from an array of items.
- asSet(PrimitiveLongIterator) - Static method in class org.neo4j.helpers.collection.IteratorUtil
-
- asSet(PrimitiveIntIterator) - Static method in class org.neo4j.helpers.collection.IteratorUtil
-
- assignedLabels() - Method in interface org.neo4j.graphdb.event.TransactionData
-
Get all new labels that have been assigned during the transaction.
- assignedNodeProperties() - Method in interface org.neo4j.graphdb.event.TransactionData
-
Get the properties that had a value assigned or overwritten on a node
during the transaction.
- assignedRelationshipProperties() - Method in interface org.neo4j.graphdb.event.TransactionData
-
Get the properties that had a value assigned on a relationship during the
transaction.
- aStar(RelationshipExpander, CostEvaluator<Double>, EstimateEvaluator<Double>) - Static method in class org.neo4j.graphalgo.GraphAlgoFactory
-
Returns a
PathFinder which uses the A* algorithm to find the
cheapest path between two nodes.
- aStar(PathExpander, CostEvaluator<Double>, EstimateEvaluator<Double>) - Static method in class org.neo4j.graphalgo.GraphAlgoFactory
-
Returns an
PathFinder which uses the A* algorithm to find the
cheapest path between two nodes.
- asUniqueSet(Iterable<T>) - Static method in class org.neo4j.helpers.collection.IteratorUtil
-
- asUniqueSet(T...) - Static method in class org.neo4j.helpers.collection.IteratorUtil
-
Creates a
Set from an array of items.
- asUniqueSet(Iterator<T>) - Static method in class org.neo4j.helpers.collection.IteratorUtil
-
Creates a
Set from an array of items.
- asUniqueSet(PrimitiveLongIterator) - Static method in class org.neo4j.helpers.collection.IteratorUtil
-
Creates a
Set from an array of iterator.
- at(GraphDatabaseService) - Static method in class org.neo4j.tooling.GlobalGraphOperations
-
- 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.
- AutoIndexer<T extends PropertyContainer> - Interface in org.neo4j.graphdb.index
-
The primary interaction point with the auto indexing infrastructure of neo4j.
- average() - Method in class org.neo4j.helpers.Stats
-
- await(Provider<TYPE>, Predicate<TYPE>, long, TimeUnit) - Static method in class org.neo4j.helpers.Predicates
-
- await(Supplier<TYPE>, Predicate<TYPE>, long, TimeUnit) - Static method in class org.neo4j.helpers.Predicates
-
Deprecated.
use Predicates.await(Supplier, org.neo4j.function.Predicate, long, TimeUnit) instead
- awaitCompletion() - Method in class org.neo4j.helpers.TaskCoordinator
-
- awaitIndexesOnline(long, TimeUnit) - Method in interface org.neo4j.graphdb.schema.Schema
-
Wait until all indices comes online
- awaitIndexOnline(IndexDefinition, long, TimeUnit) - Method in interface org.neo4j.graphdb.schema.Schema
-
Wait until an index comes online
- awaitTermination(long, TimeUnit) - Method in class org.neo4j.cluster.DelayedDirectExecutor
-
- cache(Iterable<T>) - Static method in class org.neo4j.helpers.collection.Iterables
-
- Cache - Interface in org.neo4j.management
-
- CachingIterator<T> - Class in org.neo4j.helpers.collection
-
An
Iterator which lazily fetches and caches items from the
underlying iterator when items are requested.
- CachingIterator(Iterator<T>) - Constructor for class org.neo4j.helpers.collection.CachingIterator
-
Creates a new caching iterator using
source as its underlying
Iterator to get items lazily from.
- cancel() - Method in interface org.neo4j.helpers.Cancelable
-
- cancel(boolean) - Method in class org.neo4j.helpers.FutureAdapter
-
- cancel() - Method in class org.neo4j.helpers.TaskCoordinator
-
- Cancelable - Interface in org.neo4j.helpers
-
- CancellationRequest - Interface in org.neo4j.helpers
-
Represents the concept of a cancellation notification towards a task.
- cancellationRequested() - Method in interface org.neo4j.helpers.CancellationRequest
-
- canContainResults() - Method in class org.neo4j.graphdb.QueryExecutionType
-
Signifies that the execution of the query could produce a result.
- canUpdateData() - Method in class org.neo4j.graphdb.QueryExecutionType
-
Signifies that the execution of the query could perform changes to the data.
- canUpdateSchema() - Method in class org.neo4j.graphdb.QueryExecutionType
-
Signifies that the execution of the query updates the schema.
- cast(Iterable<C>) - Static method in class org.neo4j.helpers.collection.Iterables
-
- cast() - Static method in class org.neo4j.helpers.collection.Iterables
-
- cast(Class<TO>) - Static method in class org.neo4j.helpers.Functions
-
Deprecated.
- castOrNull(Class<T>, Class<F>, Object) - Static method in class org.neo4j.helpers.collection.Visitor.SafeGenerics
-
Useful for determining "is this an object that can visit the things I can provide?"
Checks if the passed in object is a
Visitor and if the objects it can
visit is compatible (super type of) with the provided type.
- CatchingIteratorWrapper<T,U> - Class in org.neo4j.helpers.collection
-
- CatchingIteratorWrapper(Iterator<U>) - Constructor for class org.neo4j.helpers.collection.CatchingIteratorWrapper
-
- changes() - Method in class org.neo4j.unsafe.batchinsert.DirectRecordAccess
-
- changeSize() - Method in class org.neo4j.unsafe.batchinsert.DirectRecordAccess
-
- 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.
- checkFull(Path) - Method in interface org.neo4j.graphdb.traversal.BidirectionalUniquenessFilter
-
- CLASS_DESCRIPTION - Static variable in class org.neo4j.graphdb.factory.SettingsResourceBundle
-
- classImplementingInterface(Class<Locks.Client>) - Static method in class org.neo4j.helpers.Exceptions
-
Deprecated.
- clear() - Method in class org.neo4j.helpers.collection.CollectionWrapper
-
- clear() - Method in class org.neo4j.helpers.collection.MultiSet
-
- clear() - Method in interface org.neo4j.management.Cache
-
- clientNames - Static variable in class org.neo4j.udc.UsageDataKeys
-
Self-reported names of clients connecting to us.
- Clock - Interface in org.neo4j.helpers
-
- clone(Object) - Static method in class org.neo4j.helpers.ArrayUtil
-
- clone() - Method in interface org.neo4j.helpers.CloneableInPublic
-
- CloneableInPublic - Interface in org.neo4j.helpers
-
- cloned(Iterable<T>, Class<T>) - Static method in class org.neo4j.helpers.collection.IteratorUtil
-
- ClosableIterable<T> - Interface in org.neo4j.helpers.collection
-
- ClosableIterator<T> - Interface in org.neo4j.helpers.collection
-
- close() - Method in class org.neo4j.cypher.javacompat.ExecutionResult
-
Deprecated.
- close() - Method in interface org.neo4j.graphdb.index.IndexHits
-
Closes the underlying search result.
- close() - Method in interface org.neo4j.graphdb.index.LegacyIndexProviderTransaction
-
- close() - Method in interface org.neo4j.graphdb.Resource
-
- close() - Method in interface org.neo4j.graphdb.ResourceIterator
-
Close the iterator early, freeing associated resources
It is an error to use the iterator after this has been called.
- close() - Method in interface org.neo4j.graphdb.Result
-
Closes the result, freeing up any resources held by the result.
- close() - Method in interface org.neo4j.graphdb.Transaction
-
- 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.CombiningResourceIterator
-
- close() - Method in class org.neo4j.helpers.collection.LinesOfFileIterator
-
- close() - Method in class org.neo4j.helpers.collection.ResourceClosingIterator
-
- close() - Method in interface org.neo4j.helpers.TaskControl
-
- close() - Method in class org.neo4j.unsafe.batchinsert.DirectRecordAccess
-
- close() - Method in class org.neo4j.unsafe.batchinsert.DirectRecordAccessSet
-
- close() - Method in interface org.neo4j.unsafe.batchinsert.LabelScanWriter
-
Close this writer and flush pending changes to the store.
- CloseableVisitor<E,FAILURE extends Exception> - Interface in org.neo4j.helpers.collection
-
- cluster_name - Static variable in class org.neo4j.cluster.ClusterSettings
-
- cluster_server - Static variable in class org.neo4j.cluster.ClusterSettings
-
- ClusterDatabaseInfo - Class in org.neo4j.management
-
- ClusterDatabaseInfo(ClusterMemberInfo, long, long) - Constructor for class org.neo4j.management.ClusterDatabaseInfo
-
- ClusterMemberInfo - Class in org.neo4j.management
-
This class captures the least amount of information available for a cluster member to any
cluster participant.
- ClusterMemberInfo(String, boolean, boolean, String, String[], String[]) - Constructor for class org.neo4j.management.ClusterMemberInfo
-
- ClusterMonitor - Interface in org.neo4j.cluster
-
Bundles up different ways of listening in on events going on in a cluster.
- ClusterSettings - Class in org.neo4j.cluster
-
Settings for cluster members
- ClusterSettings() - Constructor for class org.neo4j.cluster.ClusterSettings
-
- 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
-
- collisionEvaluator(Evaluator) - Method in interface org.neo4j.graphdb.traversal.BidirectionalTraversalDescription
-
Sets the
Evaluator to use for branch collisions.
- collisionEvaluator(PathEvaluator) - Method in interface org.neo4j.graphdb.traversal.BidirectionalTraversalDescription
-
- collisionPolicy(BranchCollisionPolicy) - Method in interface org.neo4j.graphdb.traversal.BidirectionalTraversalDescription
-
Sets the collision policy to use during this traversal.
- collisionPolicy(BranchCollisionPolicy) - Method in interface org.neo4j.graphdb.traversal.BidirectionalTraversalDescription
-
- columnAs(String) - Method in class org.neo4j.cypher.javacompat.ExecutionResult
-
Deprecated.
Returns an iterator with the result objects from a single column of the result set.
- columnAs(String) - Method in interface org.neo4j.graphdb.Result
-
Returns an iterator with the result objects from a single column of the result set.
- columns() - Method in class org.neo4j.cypher.javacompat.ExecutionResult
-
Deprecated.
The exact names used to represent each column in the result set.
- columns() - Method in interface org.neo4j.graphdb.Result
-
The exact names used to represent each column in the result set.
- combine(E, E) - Static method in class org.neo4j.helpers.Exceptions
-
- 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(Iterator<? extends Iterator<T>>) - Constructor for class org.neo4j.helpers.collection.CombiningIterator
-
- CombiningIterator(T, Iterator<T>) - Constructor for class org.neo4j.helpers.collection.CombiningIterator
-
- CombiningResourceIterator<T> - Class in org.neo4j.helpers.collection
-
- CombiningResourceIterator(Iterator<ResourceIterator<T>>) - Constructor for class org.neo4j.helpers.collection.CombiningResourceIterator
-
- commit() - Method in class org.neo4j.unsafe.batchinsert.DirectRecordAccess
-
- commit() - Method in class org.neo4j.unsafe.batchinsert.DirectRecordAccessSet
-
- CommonEvaluators - Class in org.neo4j.graphalgo
-
- CommonEvaluators() - Constructor for class org.neo4j.graphalgo.CommonEvaluators
-
- CommonValueMatchers - Class in org.neo4j.graphmatching
-
Deprecated.
- CompareExpression - Class in org.neo4j.graphmatching.filter
-
Deprecated.
- CompareExpression(String, String, String, Object) - Constructor for class org.neo4j.graphmatching.filter.CompareExpression
-
Deprecated.
Constructs a new comparison expression.
- compareTo(InstanceId) - Method in class org.neo4j.cluster.InstanceId
-
- compose() - Static method in class org.neo4j.helpers.Functions
-
Deprecated.
- compose2() - Static method in class org.neo4j.helpers.Functions
-
Deprecated.
- computeRequiredByteBufferSize(String) - Static method in class org.neo4j.helpers.UTF8
-
- concat(T, T...) - Static method in class org.neo4j.helpers.ArrayUtil
-
- concat(Iterable<? extends T>...) - Static method in class org.neo4j.helpers.collection.Iterables
-
- concat(Iterable<Iterable<T>>) - Static method in class org.neo4j.helpers.collection.Iterables
-
- concat(Iterator<? extends T>...) - Static method in class org.neo4j.helpers.collection.Iterables
-
- concat(Iterator<Iterator<T>>) - Static method in class org.neo4j.helpers.collection.Iterables
-
- concatResourceIterators(Iterator<ResourceIterator<T>>) - Static method in class org.neo4j.helpers.collection.Iterables
-
- ConcurrentTransfer<TYPE> - Class in org.neo4j.helpers
-
Abstracts a meeting point between two threads, where a reference can change hands.
- ConcurrentTransfer() - Constructor for class org.neo4j.helpers.ConcurrentTransfer
-
- configMatches(Map<String, String>, Map<String, String>) - Method in interface org.neo4j.graphdb.index.IndexImplementation
-
- configuration_timeout - Static variable in class org.neo4j.cluster.ClusterSettings
-
- connect() - Method in class org.neo4j.management.ClusterMemberInfo
-
- connect(String, String) - Method in class org.neo4j.management.ClusterMemberInfo
-
- constant(To) - Static method in class org.neo4j.helpers.Functions
-
Deprecated.
- ConstraintCreator - Interface in org.neo4j.graphdb.schema
-
A builder for entering details about a constraint to create.
- ConstraintDefinition - Interface in org.neo4j.graphdb.schema
-
Definition of a constraint.
- constraintFor(Label) - Method in interface org.neo4j.graphdb.schema.Schema
-
- ConstraintType - Enum in org.neo4j.graphdb.schema
-
Constraint type.
- ConstraintViolationException - Exception in org.neo4j.graphdb
-
Thrown when the database is asked to modify data in a way that violates one or more
constraints that it is expected to uphold.
- ConstraintViolationException(String) - Constructor for exception org.neo4j.graphdb.ConstraintViolationException
-
- ConstraintViolationException(String, Throwable) - Constructor for exception org.neo4j.graphdb.ConstraintViolationException
-
- constructSupportingInfrastructureFor(InstanceId, MessageSource, MessageSender, DelayedDirectExecutor, Timeouts, Executor, MultiPaxosContext, StateMachine[]) - Method in class org.neo4j.cluster.MultiPaxosServerFactory
-
Sets up the supporting infrastructure and communication hooks for our state machines.
- contains(Relationship) - Method in class org.neo4j.cypher.export.CypherResultSubGraph
-
- contains(Relationship) - Method in class org.neo4j.cypher.export.DatabaseSubGraph
-
- contains(Relationship) - Method in interface org.neo4j.cypher.export.SubGraph
-
- contains(T[], T) - Static method in class org.neo4j.helpers.ArrayUtil
-
- contains(T[], int, T) - Static method in class org.neo4j.helpers.ArrayUtil
-
- contains(Object) - Method in class org.neo4j.helpers.collection.CollectionWrapper
-
- contains(Iterator<T>, T) - Static method in class org.neo4j.helpers.collection.IteratorUtil
-
- contains(T) - Method in class org.neo4j.helpers.collection.MultiSet
-
- contains(Throwable, String, Class...) - Static method in class org.neo4j.helpers.Exceptions
-
- contains(Throwable, Class...) - Static method in class org.neo4j.helpers.Exceptions
-
- contains(Throwable, Predicate<Throwable>) - Static method in class org.neo4j.helpers.Exceptions
-
- contains(Throwable, Predicate<Throwable>) - Static method in class org.neo4j.helpers.Exceptions
-
- containsAll(T[], T[]) - Static method in class org.neo4j.helpers.ArrayUtil
-
- containsAll(Collection) - Method in class org.neo4j.helpers.collection.CollectionWrapper
-
- containsStackTraceElement(Throwable, Predicate<StackTraceElement>) - Static method in class org.neo4j.helpers.Exceptions
-
Deprecated.
- containsUpdates() - Method in class org.neo4j.cypher.javacompat.QueryStatistics
-
Deprecated.
If the query updated the graph in any way, this method will return true.
- containsUpdates() - Method in interface org.neo4j.graphdb.QueryStatistics
-
If the query updated the graph in any way, this method will return true.
- continues() - Method in enum org.neo4j.graphdb.traversal.Evaluation
-
- continues() - Method in interface org.neo4j.graphdb.traversal.TraversalBranch
-
- copyAndPut(Map<K, V>, K, V) - Static method in class org.neo4j.helpers.collection.MapUtil
-
- copyAndRemove(Map<K, V>, K) - Static method in class org.neo4j.helpers.collection.MapUtil
-
- CostAccumulator<T> - Interface in org.neo4j.graphalgo
-
In order to make the solving of shortest path problems as general as
possible, the algorithms accept objects handling all relevant tasks regarding
costs of paths.
- CostEvaluator<T> - Interface in org.neo4j.graphalgo
-
In order to make the solving of shortest path problems as general as
possible, the algorithms accept objects handling all relevant tasks regarding
costs of paths.
- count(Iterable<?>) - Static method in class org.neo4j.helpers.collection.Iterables
-
- count(Iterator<T>) - Static method in class org.neo4j.helpers.collection.IteratorUtil
-
- count(Iterator<T>, Predicate<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
-
- count(Iterable<T>, Predicate<T>) - Static method in class org.neo4j.helpers.collection.IteratorUtil
-
Counts the number of items in the iterable by looping through it.
- count(Iterable<T>, Predicate<T>) - Static method in class org.neo4j.helpers.collection.IteratorUtil
-
Counts the number of items in the iterable by looping through it.
- count(T) - Method in class org.neo4j.helpers.collection.MultiSet
-
- count() - Method in class org.neo4j.helpers.Counter
-
- Counter - Class in org.neo4j.helpers
-
- Counter() - Constructor for class org.neo4j.helpers.Counter
-
- create() - Method in interface org.neo4j.graphdb.schema.ConstraintCreator
-
Creates a constraint with the details specified by the other methods in this interface.
- create() - Method in interface org.neo4j.graphdb.schema.IndexCreator
-
Creates an index with the details specified by the other methods in this interface.
- create(Evaluator) - Method in interface org.neo4j.graphdb.traversal.BranchCollisionPolicy
-
- create(TraversalBranch, PathExpander) - Method in interface org.neo4j.graphdb.traversal.BranchOrderingPolicy
-
Instantiates a
BranchSelector with
startBranch as the
first branch to base a decision on "where to go next".
- create(BranchSelector, BranchSelector, int) - Method in interface org.neo4j.graphdb.traversal.SideSelectorPolicy
-
- create(Object) - Method in interface org.neo4j.graphdb.traversal.UniquenessFactory
-
Creates a new
UniquenessFilter optionally with a parameter
to it, otherwise null if no parameter should be handed to it.
- create(KEY, ADDITIONAL) - Method in class org.neo4j.unsafe.batchinsert.DirectRecordAccess
-
- createDeferredConstraint(Label) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
-
- createDeferredConstraint(Label) - Method in class org.neo4j.unsafe.batchinsert.BatchInserterImpl
-
Deprecated.
- createDeferredSchemaIndex(Label) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
-
Returns an
IndexCreator where details about the index to create can be
specified.
- createDeferredSchemaIndex(Label) - Method in class org.neo4j.unsafe.batchinsert.BatchInserterImpl
-
Deprecated.
- 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.
- createNode() - Method in interface org.neo4j.graphdb.GraphDatabaseService
-
Creates a new node.
- createNode(Label...) - Method in interface org.neo4j.graphdb.GraphDatabaseService
-
Creates a new node and adds the provided labels to it.
- createNode(Map<String, Object>, Label...) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
-
Creates a node assigning next available id to id and also adds any
properties supplied.
- createNode(long, Map<String, Object>, Label...) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
-
Creates a node with supplied id and properties.
- createNode(Map<String, Object>, Label...) - Method in class org.neo4j.unsafe.batchinsert.BatchInserterImpl
-
Deprecated.
- createNode(long, Map<String, Object>, Label...) - Method in class org.neo4j.unsafe.batchinsert.BatchInserterImpl
-
Deprecated.
- createOptionalRelationshipTo(PatternNode) - Method in class org.neo4j.graphmatching.PatternNode
-
Deprecated.
- createOptionalRelationshipTo(PatternNode, Direction) - Method in class org.neo4j.graphmatching.PatternNode
-
Deprecated.
Create an optional
PatternRelationship between this node and the
specified other node, with the specified direction.
- createOptionalRelationshipTo(PatternNode, RelationshipType) - Method in class org.neo4j.graphmatching.PatternNode
-
Deprecated.
- createOptionalRelationshipTo(PatternNode, RelationshipType, Direction) - Method in class org.neo4j.graphmatching.PatternNode
-
Deprecated.
- createRelationship(long, long, RelationshipType, Map<String, Object>) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
-
Creates a relationship between two nodes of a specific type.
- createRelationship(long, long, RelationshipType, Map<String, Object>) - Method in class org.neo4j.unsafe.batchinsert.BatchInserterImpl
-
Deprecated.
- createRelationshipTo(Node, RelationshipType) - Method in interface org.neo4j.graphdb.Node
-
Creates a relationship between this node and another node.
- createRelationshipTo(PatternNode) - Method in class org.neo4j.graphmatching.PatternNode
-
Deprecated.
- createRelationshipTo(PatternNode, Direction) - Method in class org.neo4j.graphmatching.PatternNode
-
Deprecated.
Create a required
PatternRelationship between this node and the
specified other node, with the specified direction.
- createRelationshipTo(PatternNode, RelationshipType) - Method in class org.neo4j.graphmatching.PatternNode
-
Deprecated.
- createRelationshipTo(PatternNode, RelationshipType, Direction) - Method in class org.neo4j.graphmatching.PatternNode
-
Deprecated.
- current() - Method in class org.neo4j.helpers.collection.CachingIterator
-
- current() - Method in class org.neo4j.helpers.collection.PositionedIterator
-
Returns the current node.
- currentNode() - Method in interface org.neo4j.graphdb.TraversalPosition
-
Returns the current node.
- currentPosition() - Method in interface org.neo4j.graphdb.Traverser
-
Deprecated.
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()).
- currentSide() - Method in interface org.neo4j.graphdb.traversal.SideSelector
-
- currentTimeMillis() - Method in interface org.neo4j.helpers.Clock
-
- currentTimeMillis() - Method in class org.neo4j.helpers.FrozenClock
-
- cypher_compiler_tracing - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
-
- cypher_hints_error - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
-
- cypher_min_replan_interval - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
-
- cypher_parser_version - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
-
- cypher_planner - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
-
- cypher_runtime - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
-
- CypherResultSubGraph - Class in org.neo4j.cypher.export
-
- CypherResultSubGraph() - Constructor for class org.neo4j.cypher.export.CypherResultSubGraph
-
- eagerStartBranches() - Method in interface org.neo4j.graphdb.traversal.UniquenessFactory
-
- edition - Static variable in class org.neo4j.udc.UsageDataKeys
-
Edition of Neo4j running, eg 'community' or 'enterprise'
- election_timeout - Static variable in class org.neo4j.cluster.ClusterSettings
-
- empty - Static variable in class org.neo4j.graphdb.InputPosition
-
The empty position
- empty() - Static method in class org.neo4j.graphdb.PathExpanderBuilder
-
- EMPTY - Static variable in interface org.neo4j.graphdb.Resource
-
Empty resource that doesn't
close anything.
- empty() - Static method in class org.neo4j.helpers.collection.Iterables
-
- empty() - Static method in class org.neo4j.helpers.Pair
-
- EMPTY - Static variable in class org.neo4j.helpers.Settings
-
- EMPTY - Static variable in interface org.neo4j.unsafe.batchinsert.LabelScanWriter
-
- emptyIterator() - Static method in class org.neo4j.helpers.collection.IteratorUtil
-
- emptyListOf(Class<T>) - Static method in class org.neo4j.helpers.collection.IteratorUtil
-
- emptySetOf(Class<T>) - Static method in class org.neo4j.helpers.collection.IteratorUtil
-
- encode - Static variable in class org.neo4j.helpers.UTF8
-
- encode(String) - Static method in class org.neo4j.helpers.UTF8
-
- END_OF_GRAPH - Static variable in interface org.neo4j.graphdb.StopEvaluator
-
Deprecated.
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
-
An
Evaluator which will return
evaluationIfMatch if
Path.endNode()
for a given path is any of
nodes, else
evaluationIfNoMatch.
- endNodeIsAtDepth(int, Node...) - Static method in class org.neo4j.graphdb.traversal.Evaluators
-
- endNodeProperty(String) - Static method in class org.neo4j.graphdb.traversal.Sorting
-
Sorts
Paths by the property value of each path's end node.
- endNodeRelationshipCount(PathExpander) - Static method in class org.neo4j.graphdb.traversal.Sorting
-
Sorts
Paths by the relationship count returned for its end node
by the supplied
expander.
- endSide(TraversalDescription) - Method in interface org.neo4j.graphdb.traversal.BidirectionalTraversalDescription
-
- entity() - Method in interface org.neo4j.graphdb.event.PropertyEntry
-
Get the entity that this property was modified on.
- entity() - Method in class org.neo4j.graphdb.index.UniqueFactory.UniqueEntity
-
- entrySet() - Method in class org.neo4j.helpers.collection.MultiSet
-
- ENUM_NAME - Static variable in class org.neo4j.helpers.collection.IteratorUtil
-
Function for converting Enum to String
- equals(Object) - Method in class org.neo4j.cluster.InstanceId
-
- equals(Object) - Method in class org.neo4j.graphdb.DynamicLabel
-
- equals(Object) - Method in class org.neo4j.graphdb.DynamicRelationshipType
-
- equals(Object) - Method in class org.neo4j.graphmatching.PatternElement
-
Deprecated.
- equals(Object, Object) - Static method in class org.neo4j.helpers.ArrayUtil
-
- equals(Object, Object, ArrayUtil.ArrayEquality) - Static method in class org.neo4j.helpers.ArrayUtil
-
I also can't believe this method is missing from
Arrays.
- equals(Object) - Method in class org.neo4j.helpers.collection.MultiSet
-
- equals(Object) - Method in class org.neo4j.helpers.Pair
-
- equals(Object) - Method in class org.neo4j.helpers.Service
-
- equals(Object) - Method in class org.neo4j.helpers.Triplet
-
- equals(Object) - Method in class org.neo4j.udc.UsageDataKey
-
- equalTo(T) - Static method in class org.neo4j.helpers.Predicates
-
Deprecated.
- ErrorState - Enum in org.neo4j.graphdb.event
-
An object that describes a state from which a Neo4j Graph Database cannot
continue.
- escape(String) - Static method in class org.neo4j.helpers.Strings
-
- escape(Appendable, String) - Static method in class org.neo4j.helpers.Strings
-
- EstimateEvaluator<T> - Interface in org.neo4j.graphalgo
-
Evaluator used to estimate the weight of the remaining path from one node to
another.
- evaluate(TraversalBranch, Direction) - Method in interface org.neo4j.graphdb.traversal.BranchCollisionDetector
-
Evaluate the given branch coming from either the start side or the
end side.
- evaluate(Path, BranchState<STATE>) - Method in class org.neo4j.graphdb.traversal.Evaluator.AsPathEvaluator
-
- evaluate(Path) - Method in class org.neo4j.graphdb.traversal.Evaluator.AsPathEvaluator
-
- evaluate(Path) - Method in interface org.neo4j.graphdb.traversal.Evaluator
-
Evaluates a
Path and returns an
Evaluation containing
information about whether or not to include it in the traversal result,
i.e return it from the
Traverser.
- evaluate(Path) - Method in class org.neo4j.graphdb.traversal.PathEvaluator.Adapter
-
- evaluate(Path, BranchState<STATE>) - Method in interface org.neo4j.graphdb.traversal.PathEvaluator
-
Evaluates a
Path and returns an
Evaluation containing
information about whether or not to include it in the traversal result,
i.e return it from the
Traverser.
- evaluate(TraversalBranch, BranchState) - Method in interface org.neo4j.graphdb.traversal.TraversalContext
-
Evaluates a
TraversalBranch whether or not to include it in the
result and whether or not to continue further down this branch or not.
- evaluate() - Method in interface org.neo4j.helpers.Thunk
-
Deprecated.
- Evaluation - Enum in org.neo4j.graphdb.traversal
-
- evaluation(Evaluation) - Method in interface org.neo4j.graphdb.traversal.TraversalBranch
-
Can change evaluation outcome in a negative direction.
- Evaluator - Interface in org.neo4j.graphdb.traversal
-
An Evaluator controls what's to be returned from a traversal and also how
pruning is done.
- evaluator(Evaluator) - Method in interface org.neo4j.graphdb.traversal.TraversalDescription
-
Adds evaluator to the list of evaluators which will control the
behavior of the traversal.
- evaluator(PathEvaluator) - Method in interface org.neo4j.graphdb.traversal.TraversalDescription
-
Adds evaluator to the list of evaluators which will control the
behavior of the traversal.
- Evaluator.AsPathEvaluator<STATE> - Class in org.neo4j.graphdb.traversal
-
- Evaluator.AsPathEvaluator(Evaluator) - Constructor for class org.neo4j.graphdb.traversal.Evaluator.AsPathEvaluator
-
- Evaluators - Class in org.neo4j.graphdb.traversal
-
Common
Evaluators useful during common traversals.
- Evaluators() - Constructor for class org.neo4j.graphdb.traversal.Evaluators
-
- exact(Object) - Static method in class org.neo4j.graphmatching.CommonValueMatchers
-
Deprecated.
Checks for equality between a value and valueToMatch.
- exactAny(Object) - Static method in class org.neo4j.graphmatching.CommonValueMatchers
-
Deprecated.
Checks for equality between a value and valueToMatch.
- exactAnyOf(Object...) - Static method in class org.neo4j.graphmatching.CommonValueMatchers
-
Deprecated.
Checks for equality between a value and any one of
anyOfTheseToMatch.
- ExceptionHandlingIterable<T> - Class in org.neo4j.helpers.collection
-
allows to catch, analyze and react on exceptions that are thrown by the delegate iterable
useful for exception conversion on iterator methods
Uses sun.misc.Unsafe internally to rethrow original exceptions !
- ExceptionHandlingIterable(Iterable<T>) - Constructor for class org.neo4j.helpers.collection.ExceptionHandlingIterable
-
- Exceptions - Class in org.neo4j.helpers
-
- exceptionsOfType(Class<? extends Throwable>...) - Static method in class org.neo4j.helpers.Exceptions
-
Deprecated.
use Predicates.instanceOfAny(Class[]) instead
- exceptionWithMessage(String) - Static method in class org.neo4j.helpers.Exceptions
-
Deprecated.
- excludeStartPosition() - Static method in class org.neo4j.graphdb.traversal.Evaluators
-
- execute(Runnable) - Method in class org.neo4j.cluster.DelayedDirectExecutor
-
- execute(Runnable) - Method in class org.neo4j.cluster.ExecutorLifecycleAdapter
-
- execute(String) - Method in class org.neo4j.cypher.javacompat.ExecutionEngine
-
Deprecated.
Executes a query and returns an iterable that contains the result set
- execute(String, Map<String, Object>) - Method in class org.neo4j.cypher.javacompat.ExecutionEngine
-
Deprecated.
Executes a query and returns an iterable that contains the result set
- execute(String) - Method in interface org.neo4j.graphdb.GraphDatabaseService
-
Executes a query and returns an iterable that contains the result set.
- execute(String, Map<String, Object>) - Method in interface org.neo4j.graphdb.GraphDatabaseService
-
Executes a query and returns an iterable that contains the result set.
- execute(Function<Transaction, T>) - Method in class org.neo4j.helpers.TransactionTemplate
-
- execution_guard_enabled - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
-
- ExecutionEngine - Class in org.neo4j.cypher.javacompat
-
- ExecutionEngine(GraphDatabaseService) - Constructor for class org.neo4j.cypher.javacompat.ExecutionEngine
-
Deprecated.
Creates an execution engine around the give graph database
- ExecutionEngine(GraphDatabaseService, LogProvider) - Constructor for class org.neo4j.cypher.javacompat.ExecutionEngine
-
Deprecated.
Creates an execution engine around the give graph database
- executionPlanDescription() - Method in class org.neo4j.cypher.javacompat.ExecutionResult
-
Deprecated.
Returns a string representation of the query plan used to produce this result.
- ExecutionPlanDescription - Interface in org.neo4j.graphdb
-
Instances describe single execution steps in a Cypher query execution plan
Execution plans form a tree of execution steps.
- ExecutionPlanDescription.ProfilerStatistics - Interface in org.neo4j.graphdb
-
Instances describe statistics from the profiler of a particular step in the execution plan.
- ExecutionResult - Class in org.neo4j.cypher.javacompat
-
- ExecutionResult(ExtendedExecutionResult) - Constructor for class org.neo4j.cypher.javacompat.ExecutionResult
-
Deprecated.
Constructor used by the Cypher framework.
- ExecutorLifecycleAdapter - Class in org.neo4j.cluster
-
- ExecutorLifecycleAdapter(Factory<ExecutorService>) - Constructor for class org.neo4j.cluster.ExecutorLifecycleAdapter
-
- 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(Path, BranchState<STATE>) - Method in interface org.neo4j.graphdb.PathExpander
-
- expand(Node) - Method in interface org.neo4j.graphdb.RelationshipExpander
-
Deprecated.
Returns relationships for a
Node.
- expand(PathExpander<?>) - Method in interface org.neo4j.graphdb.traversal.TraversalDescription
-
- expand(PathExpander<STATE>, InitialStateFactory<STATE>) - Method in interface org.neo4j.graphdb.traversal.TraversalDescription
-
Deprecated.
Because InitialStateFactory is deprecated
- expand(PathExpander<STATE>, InitialBranchState<STATE>) - Method in interface org.neo4j.graphdb.traversal.TraversalDescription
-
- expand(RelationshipExpander) - Method in interface org.neo4j.graphdb.traversal.TraversalDescription
-
Deprecated.
Because RelationshipExpander is deprecated
- 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
-
- explained(QueryExecutionType.QueryType) - Static method in class org.neo4j.graphdb.QueryExecutionType
-
Get the
QueryExecutionType that signifies explaining the plan of a query of the supplied type.
- export(PrintWriter) - Method in class org.neo4j.cypher.export.SubGraphExporter
-
- extract(String) - Method in interface org.neo4j.management.Diagnostics
-
- gatheringForensics(boolean) - Method in class org.neo4j.backup.OnlineBackup
-
- GB - Static variable in class org.neo4j.helpers.Format
-
- gc_monitor_block_threshold - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
-
- gc_monitor_interval - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
-
- GenerateConfigDocumentation - Class in org.neo4j.tooling
-
Generates Asciidoc for the GraphDatabaseSettings class.
- GenerateConfigDocumentation() - Constructor for class org.neo4j.tooling.GenerateConfigDocumentation
-
- GenerateDefaultNeo4jProperties - Class in org.neo4j.tooling
-
- GenerateDefaultNeo4jProperties() - Constructor for class org.neo4j.tooling.GenerateDefaultNeo4jProperties
-
- genericMap(Object...) - Static method in class org.neo4j.helpers.collection.MapUtil
-
A short-hand method for creating a
Map of key/value pairs.
- genericMap(Map<K, V>, Object...) - Static method in class org.neo4j.helpers.collection.MapUtil
-
A short-hand method for adding key/value pairs into a
Map.
- geoEstimateEvaluator(String, String) - Static method in class org.neo4j.graphalgo.CommonEvaluators
-
- 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) - Method in interface org.neo4j.graphdb.Result.ResultRow
-
- get(String) - Method in class org.neo4j.helpers.Args
-
- get(String, String) - Method in class org.neo4j.helpers.Args
-
- get(String, String, String) - Method in class org.neo4j.helpers.Args
-
- get() - Method in class org.neo4j.helpers.ConcurrentTransfer
-
- get() - Method in class org.neo4j.helpers.FutureAdapter.Present
-
- get(long, TimeUnit) - Method in class org.neo4j.helpers.FutureAdapter.Present
-
- get() - Method in class org.neo4j.helpers.ValueGetter.FromValue
-
Deprecated.
- get() - Method in interface org.neo4j.helpers.ValueGetter
-
Deprecated.
- get() - Static method in class org.neo4j.management.Neo4jManager
-
- get(String) - Static method in class org.neo4j.management.Neo4jManager
-
- get(JMXServiceURL) - Static method in class org.neo4j.management.Neo4jManager
-
- get(JMXServiceURL, String) - Static method in class org.neo4j.management.Neo4jManager
-
- get(JMXServiceURL, String, String) - Static method in class org.neo4j.management.Neo4jManager
-
- get(JMXServiceURL, String, String, String) - Static method in class org.neo4j.management.Neo4jManager
-
- get(MBeanServerConnection) - Static method in class org.neo4j.management.Neo4jManager
-
- get(MBeanServerConnection, String) - Static method in class org.neo4j.management.Neo4jManager
-
- get(UsageDataKey<T>) - Method in class org.neo4j.udc.UsageData
-
- get(String, Object) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserterIndex
-
Returns exact matches from this index, given the key/value pair.
- getAll(MBeanServerConnection) - Static method in class org.neo4j.management.Neo4jManager
-
- getAllLabels() - Method in class org.neo4j.tooling.GlobalGraphOperations
-
Returns all labels currently in the underlying store.
- getAllNodes() - Method in interface org.neo4j.graphdb.GraphDatabaseService
-
- getAllNodes() - Method in interface org.neo4j.graphdb.Traverser
-
Deprecated.
Returns a collection of all nodes for this traversal.
- getAllNodes() - Method in class org.neo4j.tooling.GlobalGraphOperations
-
Returns all nodes in the graph.
- getAllNodesWithLabel(Label) - Method in class org.neo4j.tooling.GlobalGraphOperations
-
- getAllPropertyKeys() - Method in class org.neo4j.tooling.GlobalGraphOperations
-
Returns all property keys currently in the underlying store.
- getAllRelationships() - Method in class org.neo4j.graphmatching.PatternNode
-
Deprecated.
- 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.
- getArguments() - Method in interface org.neo4j.cypher.javacompat.PlanDescription
-
Deprecated.
Retrieve argument map for the associated execution step
Valid arguments are all Java primitive values, Strings, Arrays of those, and Maps from Strings to
valid arguments.
- getArguments() - Method in interface org.neo4j.graphdb.ExecutionPlanDescription
-
Retrieve argument map for the associated execution step
Valid arguments are all Java primitive values, Strings, Arrays of those, and Maps from Strings to
valid arguments.
- getArrayStoreSize() - Method in interface org.neo4j.jmx.StoreFile
-
- getAssociation() - Method in class org.neo4j.graphmatching.AbstractPatternObject
-
Deprecated.
- getAttribute(ObjectName, String) - Static method in class org.neo4j.jmx.JmxUtils
-
- 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.
- getAvailableMemory() - Method in class org.neo4j.management.WindowPoolInfo
-
- getBetween(Long, Long) - Method in class org.neo4j.index.lucene.LuceneTimeline
-
- getBetween(Long, Long, boolean) - Method in class org.neo4j.index.lucene.LuceneTimeline
-
- getBetween(Long, Long, boolean) - Method in interface org.neo4j.index.lucene.TimelineIndex
-
Query the timeline with optional lower/upper bounds and get back
entities within that range, ordered by date.
- getBetween(Long, Long) - Method in interface org.neo4j.index.lucene.TimelineIndex
-
Query the timeline with optional lower/upper bounds and get back
entities within that range, ordered by date with lowest first.
- getBoolean(String) - Method in interface org.neo4j.graphdb.Result.ResultRow
-
- getBoolean(String, Boolean) - Method in class org.neo4j.helpers.Args
-
- getBoolean(String, Boolean, Boolean) - Method in class org.neo4j.helpers.Args
-
- getBranchedStoreBean() - Method in class org.neo4j.management.Neo4jManager
-
- getBranchedStores() - Method in interface org.neo4j.management.BranchedStore
-
- getBytesRead() - Method in interface org.neo4j.management.PageCache
-
- getBytesWritten() - Method in interface org.neo4j.management.PageCache
-
- getCacheBeans() - Method in class org.neo4j.management.Neo4jManager
-
- getCacheSize() - Method in interface org.neo4j.management.Cache
-
- getCacheType() - Method in interface org.neo4j.management.Cache
-
- getChildren() - Method in interface org.neo4j.cypher.javacompat.PlanDescription
-
Deprecated.
- getChildren() - Method in interface org.neo4j.graphdb.ExecutionPlanDescription
-
Retrieves the children of this execution step.
- getCode() - Method in interface org.neo4j.graphdb.Notification
-
Returns a notification code for the discovered issue.
- getColumn() - Method in class org.neo4j.graphdb.InputPosition
-
The column number referred to by the position; column numbers start at 1.
- getConfig() - Method in interface org.neo4j.backup.OnlineBackupExtensionFactory.Dependencies
-
- getConfig() - Method in interface org.neo4j.index.lucene.LuceneKernelExtensionFactory.Dependencies
-
- getConfiguration(Index<? extends PropertyContainer>) - Method in interface org.neo4j.graphdb.index.IndexManager
-
Returns the configuration for index.
- getConfiguration() - Method in class org.neo4j.management.Neo4jManager
-
- getConfigurationParameter(String) - Method in class org.neo4j.management.Neo4jManager
-
- getConstraints() - Method in class org.neo4j.cypher.export.CypherResultSubGraph
-
- getConstraints() - Method in class org.neo4j.cypher.export.DatabaseSubGraph
-
- getConstraints() - Method in interface org.neo4j.cypher.export.SubGraph
-
- getConstraints(Label) - Method in interface org.neo4j.graphdb.schema.Schema
-
- getConstraints() - Method in interface org.neo4j.graphdb.schema.Schema
-
- getConstraintsAdded() - Method in class org.neo4j.cypher.javacompat.QueryStatistics
-
Deprecated.
Returns the number of constraint added by this query.
- getConstraintsAdded() - Method in interface org.neo4j.graphdb.QueryStatistics
-
Returns the number of constraints added by this query.
- getConstraintsRemoved() - Method in class org.neo4j.cypher.javacompat.QueryStatistics
-
Deprecated.
Returns the number of constraint removed by this query.
- getConstraintsRemoved() - Method in interface org.neo4j.graphdb.QueryStatistics
-
Returns the number of constraints removed by this query.
- getConstraintType() - Method in interface org.neo4j.graphdb.schema.ConstraintDefinition
-
- getContendedLocks(long) - Method in interface org.neo4j.management.LockManager
-
- getCorrectValue() - Method in class org.neo4j.index.lucene.ValueContext
-
Returns the string representation of the value given in the constructor,
or the unmodified value if
ValueContext.indexNumeric() has been called.
- getCost(Relationship, Direction) - Method in interface org.neo4j.graphalgo.CostEvaluator
-
This is the general method for looking up costs for relationships.
- getCost(Node, Node) - Method in interface org.neo4j.graphalgo.EstimateEvaluator
-
Estimate the weight of the remaining path from one node to another.
- getCreationTime() - Method in class org.neo4j.management.BranchedStoreInfo
-
- getCurrentSurfaceItem() - Method in class org.neo4j.helpers.collection.NestingIterator
-
- getDatabase() - Method in interface org.neo4j.index.lucene.LuceneKernelExtensionFactory.Dependencies
-
- getDbHits() - Method in interface org.neo4j.cypher.javacompat.ProfilerStatistics
-
Deprecated.
- getDbHits() - Method in interface org.neo4j.graphdb.ExecutionPlanDescription.ProfilerStatistics
-
- getDecodedStringFrom(ByteBuffer) - Static method in class org.neo4j.helpers.UTF8
-
- getDefaultOperator() - Method in class org.neo4j.index.lucene.QueryContext
-
Returns the default operator used between terms in compound queries.
- getDefaultValue() - Method in interface org.neo4j.graphdb.config.Setting
-
Get the default value of this setting, as a string.
- getDefaultValue() - Method in class org.neo4j.helpers.Settings.DefaultSetting
-
- getDegree() - Method in interface org.neo4j.graphdb.Node
-
Returns the number of relationships connected to this node regardless of
direction or type.
- getDegree(RelationshipType) - Method in interface org.neo4j.graphdb.Node
-
Returns the number of relationships of a given type connected to this node.
- getDegree(Direction) - Method in interface org.neo4j.graphdb.Node
-
Returns the number of relationships of a given direction connected to this node.
- getDegree(RelationshipType, Direction) - Method in interface org.neo4j.graphdb.Node
-
Returns the number of relationships of a given type and direction
connected to this node.
- getDeletedNodes() - Method in class org.neo4j.cypher.javacompat.QueryStatistics
-
Deprecated.
Returns the number of nodes deleted by this query.
- getDeletedRelationships() - Method in class org.neo4j.cypher.javacompat.QueryStatistics
-
Deprecated.
Returns the number of relationships deleted by this query.
- getDescription() - Method in interface org.neo4j.graphdb.Notification
-
Returns a longer description of the notification.
- getDiagnosticsProviders() - Method in interface org.neo4j.management.Diagnostics
-
- getDirectionFrom(PatternNode) - Method in class org.neo4j.graphmatching.PatternRelationship
-
Deprecated.
Get the direction in which relationships are discovered using this
relationship pattern from the specified node.
- getDirectory() - Method in class org.neo4j.management.BranchedStoreInfo
-
- getDuration(String, long) - Method in class org.neo4j.helpers.Args
-
- getElements() - Method in class org.neo4j.graphmatching.PatternMatch
-
Deprecated.
Get the matched elements in this match.
- getEndNode() - Method in interface org.neo4j.graphdb.Relationship
-
Returns the end node of this relationship.
- getEndNode() - Method in class org.neo4j.unsafe.batchinsert.BatchRelationship
-
- getEntityType() - Method in interface org.neo4j.graphdb.index.ReadableIndex
-
- getEnum(Class<T>, String, T) - Method in class org.neo4j.helpers.Args
-
- getEvictionExceptions() - Method in interface org.neo4j.management.PageCache
-
- getEvictions() - Method in interface org.neo4j.management.PageCache
-
- getExecutionPlanDescription() - Method in class org.neo4j.cypher.javacompat.ExecutionResult
-
Deprecated.
- getExecutionPlanDescription() - Method in interface org.neo4j.graphdb.Result
-
Returns a description of the query plan used to produce this result.
- getFaults() - Method in interface org.neo4j.management.PageCache
-
- getFileMappings() - Method in interface org.neo4j.management.PageCache
-
- getFileUnmappings() - Method in interface org.neo4j.management.PageCache
-
- getFilters() - Method in class org.neo4j.graphmatching.PatternGroup
-
Deprecated.
- getFirst() - Method in class org.neo4j.helpers.collection.FirstItemIterable
-
- getFirst() - Method in class org.neo4j.index.lucene.LuceneTimeline
-
- getFirst() - Method in interface org.neo4j.index.lucene.TimelineIndex
-
- getFirstNode() - Method in class org.neo4j.graphmatching.PatternRelationship
-
Deprecated.
Get the first pattern node that this pattern relationship relates.
- getFlushes() - Method in interface org.neo4j.management.PageCache
-
- getFromPatternRelationship() - Method in class org.neo4j.graphmatching.PatternElement
-
Deprecated.
- getFromRelationship() - Method in class org.neo4j.graphmatching.PatternElement
-
Deprecated.
- getGraphDatabase() - Method in interface org.neo4j.graphdb.index.ReadableIndex
-
- getGraphDatabase() - Method in interface org.neo4j.graphdb.PropertyContainer
-
- getGraphDatabaseAPI() - Method in interface org.neo4j.backup.OnlineBackupExtensionFactory.Dependencies
-
- getGroup() - Method in class org.neo4j.graphmatching.PatternNode
-
Deprecated.
- getHaRole() - Method in class org.neo4j.management.ClusterMemberInfo
-
- getHighAvailabilityBean() - Method in class org.neo4j.management.Neo4jManager
-
- getHitCount() - Method in interface org.neo4j.management.Cache
-
- getHost() - Method in class org.neo4j.helpers.HostnamePort
-
The host part, or null if not given.
- getHost(String) - Method in class org.neo4j.helpers.HostnamePort
-
- getHostAddress(String, String) - Static method in class org.neo4j.helpers.HostnamePort
-
- 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.unsafe.batchinsert.BatchRelationship
-
- getIdentifiers() - Method in interface org.neo4j.graphdb.ExecutionPlanDescription
-
- getIdGeneratorFactory() - Method in class org.neo4j.unsafe.batchinsert.BatchInserterImpl
-
Deprecated.
- getIfLoaded(KEY) - Method in class org.neo4j.unsafe.batchinsert.DirectRecordAccess
-
- getIndexes() - Method in class org.neo4j.cypher.export.CypherResultSubGraph
-
- getIndexes() - Method in class org.neo4j.cypher.export.DatabaseSubGraph
-
- getIndexes() - Method in interface org.neo4j.cypher.export.SubGraph
-
- getIndexes(Label) - Method in interface org.neo4j.graphdb.schema.Schema
-
- getIndexes() - Method in interface org.neo4j.graphdb.schema.Schema
-
- getIndexesAdded() - Method in class org.neo4j.cypher.javacompat.QueryStatistics
-
Deprecated.
Returns the number of indexes added by this query.
- getIndexesAdded() - Method in interface org.neo4j.graphdb.QueryStatistics
-
Returns the number of indexes added by this query.
- getIndexesRemoved() - Method in class org.neo4j.cypher.javacompat.QueryStatistics
-
Deprecated.
Returns the number of indexes removed by this query.
- getIndexesRemoved() - Method in interface org.neo4j.graphdb.QueryStatistics
-
Returns the number of indexes removed by this query.
- getIndexFailure(IndexDefinition) - Method in interface org.neo4j.graphdb.schema.Schema
-
- getIndexProviders() - Method in interface org.neo4j.index.lucene.LuceneKernelExtensionFactory.Dependencies
-
- getIndexSamplingManagerBean() - Method in class org.neo4j.management.Neo4jManager
-
- getIndexState(IndexDefinition) - Method in interface org.neo4j.graphdb.schema.Schema
-
Poll the database for the state of a given index.
- getIndexStore() - Method in interface org.neo4j.index.lucene.LuceneKernelExtensionFactory.Dependencies
-
- getIndexStore() - Method in class org.neo4j.unsafe.batchinsert.BatchInserterImpl
-
Deprecated.
- getInstanceId() - Method in class org.neo4j.management.ClusterMemberInfo
-
- getInstanceId() - Method in interface org.neo4j.management.HighAvailability
-
- getInstancesInCluster() - Method in interface org.neo4j.management.HighAvailability
-
- getKernelExtension() - Method in class org.neo4j.graphdb.factory.GraphDatabaseFactory
-
Deprecated.
Manipulating kernel extensions is deprecated and will be moved to internal components.
- getKernelExtension() - Method in class org.neo4j.graphdb.factory.GraphDatabaseFactoryState
-
- getKernelStartTime() - Method in interface org.neo4j.jmx.Kernel
-
- getKernelStartTime() - Method in class org.neo4j.management.Neo4jManager
-
- getKernelVersion() - Method in interface org.neo4j.jmx.Kernel
-
- getKernelVersion() - Method in class org.neo4j.management.Neo4jManager
-
- getKeys() - Method in class org.neo4j.graphdb.factory.SettingsResourceBundle
-
- getKeys() - Method in class org.neo4j.helpers.Service
-
- getLabel() - Method in interface org.neo4j.graphdb.schema.ConstraintDefinition
-
- getLabel() - Method in interface org.neo4j.graphdb.schema.IndexDefinition
-
- getLabel() - Method in class org.neo4j.graphmatching.AbstractPatternObject
-
Deprecated.
Get the label of this pattern object.
- getLabel() - Method in class org.neo4j.graphmatching.filter.AbstractFilterExpression
-
Deprecated.
- getLabels() - Method in class org.neo4j.cypher.export.CypherResultSubGraph
-
- getLabels() - Method in interface org.neo4j.graphdb.Node
-
Lists all labels attached to this node.
- getLabelsAdded() - Method in class org.neo4j.cypher.javacompat.QueryStatistics
-
Deprecated.
Returns the number of labels added to any node by this query.
- getLabelsAdded() - Method in interface org.neo4j.graphdb.QueryStatistics
-
Returns the number of labels added to any node by this query.
- getLabelsRemoved() - Method in class org.neo4j.cypher.javacompat.QueryStatistics
-
Deprecated.
Returns the number of labels removed from any node by this query.
- getLabelsRemoved() - Method in interface org.neo4j.graphdb.QueryStatistics
-
Returns the number of labels removed from any node by this query.
- getLabelTokenChanges() - Method in class org.neo4j.unsafe.batchinsert.DirectRecordAccessSet
-
- getLargestTxId() - Method in class org.neo4j.management.BranchedStoreInfo
-
- getLast() - Method in class org.neo4j.index.lucene.LuceneTimeline
-
- getLast() - Method in interface org.neo4j.index.lucene.TimelineIndex
-
- getLastCommittedTx() - Method in class org.neo4j.backup.OnlineBackup
-
Provides information about the last committed transaction for each data source present in the last backup
operation performed by this OnlineBackup.
- getLastCommittedTxId() - Method in class org.neo4j.management.ClusterDatabaseInfo
-
- getLastCommittedTxId() - Method in interface org.neo4j.management.HighAvailability
-
- getLastCommittedTxId() - Method in interface org.neo4j.management.TransactionManager
-
- getLastUpdateTime() - Method in class org.neo4j.management.ClusterDatabaseInfo
-
- getLastUpdateTime() - Method in interface org.neo4j.management.HighAvailability
-
- getLeftExpression() - Method in class org.neo4j.graphmatching.filter.FilterBinaryNode
-
Deprecated.
- getLine() - Method in class org.neo4j.graphdb.InputPosition
-
The line number referred to by the position; line numbers start at 1.
- getLockManagerBean() - Method in class org.neo4j.management.Neo4jManager
-
- getLocks() - Method in interface org.neo4j.management.LockManager
-
- getLogicalLogSize() - Method in interface org.neo4j.jmx.StoreFile
-
- getMatcher() - Static method in class org.neo4j.graphmatching.PatternMatcher
-
Deprecated.
- getMBeanQuery() - Method in interface org.neo4j.jmx.Kernel
-
- getMBeanQuery() - Method in class org.neo4j.management.Neo4jManager
-
- getMemoryMappingBean() - Method in class org.neo4j.management.Neo4jManager
-
- getMemoryPools() - Method in interface org.neo4j.management.MemoryMapping
-
Deprecated.
- getMissCount() - Method in interface org.neo4j.management.Cache
-
- getName() - Method in interface org.neo4j.cypher.javacompat.PlanDescription
-
Deprecated.
- getName() - Method in interface org.neo4j.graphdb.ExecutionPlanDescription
-
Retrieves the name of this execution step.
- getName() - Method in interface org.neo4j.graphdb.index.ReadableIndex
-
- getNode(String) - Method in interface org.neo4j.graphdb.Result.ResultRow
-
- getNode() - Method in class org.neo4j.graphmatching.PatternElement
-
Deprecated.
Returns the matching
Node which is just one part of the whole
match.
- getNodeAutoIndexer() - Method in interface org.neo4j.graphdb.index.IndexManager
-
- getNodeById(long) - Method in interface org.neo4j.graphdb.GraphDatabaseService
-
Looks up a node by id.
- getNodeFor(PatternNode) - Method in class org.neo4j.graphmatching.PatternMatch
-
Deprecated.
- getNodeLabels(long) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
-
- getNodeLabels(long) - Method in class org.neo4j.unsafe.batchinsert.BatchInserterImpl
-
Deprecated.
- getNodeProperties(long) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
-
Returns a map containing all the properties of this node.
- getNodeProperties(long) - Method in class org.neo4j.unsafe.batchinsert.BatchInserterImpl
-
Deprecated.
- getNodeRecords() - Method in class org.neo4j.unsafe.batchinsert.DirectRecordAccessSet
-
- getNodes() - Method in class org.neo4j.cypher.export.CypherResultSubGraph
-
- getNodes() - Method in class org.neo4j.cypher.export.DatabaseSubGraph
-
- getNodes() - Method in interface org.neo4j.cypher.export.SubGraph
-
- getNodes() - Method in interface org.neo4j.graphdb.Relationship
-
Returns the two nodes that are attached to this relationship.
- getNodesCreated() - Method in class org.neo4j.cypher.javacompat.QueryStatistics
-
Deprecated.
Returns the number of nodes created by this query.
- getNodesCreated() - Method in interface org.neo4j.graphdb.QueryStatistics
-
Returns the number of nodes created by this query.
- getNodesDeleted() - Method in class org.neo4j.cypher.javacompat.QueryStatistics
-
Deprecated.
- getNodesDeleted() - Method in interface org.neo4j.graphdb.QueryStatistics
-
Returns the number of nodes deleted by this query.
- getNodeStoreSize() - Method in interface org.neo4j.jmx.StoreFile
-
- getNotifications() - Method in class org.neo4j.cypher.javacompat.ExecutionResult
-
Deprecated.
- getNotifications() - Method in interface org.neo4j.graphdb.Result
-
Provides notifications about the query producing this result.
- getNumber(String) - Method in interface org.neo4j.graphdb.Result.ResultRow
-
- getNumber(String, Number) - Method in class org.neo4j.helpers.Args
-
- getNumberOfAvertedDeadlocks() - Method in interface org.neo4j.management.LockManager
-
- getNumberOfCommittedTransactions() - Method in interface org.neo4j.management.TransactionManager
-
- getNumberOfNodeIdsInUse() - Method in interface org.neo4j.jmx.Primitives
-
- getNumberOfOpenedTransactions() - Method in interface org.neo4j.management.TransactionManager
-
- getNumberOfOpenTransactions() - Method in interface org.neo4j.management.TransactionManager
-
- getNumberOfOutOfMemory() - Method in class org.neo4j.management.WindowPoolInfo
-
- getNumberOfPathsReturned() - Method in interface org.neo4j.graphdb.traversal.TraversalMetadata
-
- getNumberOfPropertyIdsInUse() - Method in interface org.neo4j.jmx.Primitives
-
- getNumberOfRelationshipIdsInUse() - Method in interface org.neo4j.jmx.Primitives
-
- getNumberOfRelationshipsTraversed() - Method in interface org.neo4j.graphdb.traversal.TraversalMetadata
-
- getNumberOfRelationshipTypeIdsInUse() - Method in interface org.neo4j.jmx.Primitives
-
- getNumberOfRolledBackTransactions() - Method in interface org.neo4j.management.TransactionManager
-
- getNumberOfWindows() - Method in class org.neo4j.management.WindowPoolInfo
-
- getObjectName(GraphDatabaseService, String) - Static method in class org.neo4j.jmx.JmxUtils
-
- getOffset() - Method in class org.neo4j.graphdb.InputPosition
-
The character offset referred to by this position; offset numbers start at 0.
- getOrCreate(String, Object) - Method in class org.neo4j.graphdb.index.UniqueFactory
-
Get the indexed entity, creating it (exactly once) if no indexed entity exists.
- getOrCreateWithOutcome(String, Object) - Method in class org.neo4j.graphdb.index.UniqueFactory
-
Get the indexed entity, creating it (exactly once) if no indexed entity exists.
- getOrLoad(KEY, ADDITIONAL) - Method in class org.neo4j.unsafe.batchinsert.DirectRecordAccess
-
- 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(PatternNode) - Method in class org.neo4j.graphmatching.PatternRelationship
-
Deprecated.
Get the
PatternNode that this pattern relationship relates, that
is not the specified node.
- getOutgoing() - Method in class org.neo4j.cluster.StateMachines
-
- getPageCacheBean() - Method in class org.neo4j.management.Neo4jManager
-
- getPath(String) - Method in interface org.neo4j.graphdb.Result.ResultRow
-
- getPatternNode() - Method in class org.neo4j.graphmatching.PatternElement
-
Deprecated.
- getPeakNumberOfConcurrentTransactions() - Method in interface org.neo4j.management.TransactionManager
-
- getPins() - Method in interface org.neo4j.management.PageCache
-
- getPort() - Method in class org.neo4j.helpers.HostnamePort
-
The first port, or 0 if no port was given.
- getPorts() - Method in class org.neo4j.helpers.HostnamePort
-
The port range as two ints.
- getPosition() - Method in interface org.neo4j.graphdb.Notification
-
The position in the query where this notification points to.
- getPrimitivesBean() - Method in class org.neo4j.management.Neo4jManager
-
- getProfilerStatistics() - Method in interface org.neo4j.cypher.javacompat.PlanDescription
-
Deprecated.
- getProfilerStatistics() - Method in interface org.neo4j.graphdb.ExecutionPlanDescription
-
Retrieve the statistics collected from profiling this query.
- getPropertiesSet() - Method in class org.neo4j.cypher.javacompat.QueryStatistics
-
Deprecated.
Returns the number of properties set by this query.
- getPropertiesSet() - Method in interface org.neo4j.graphdb.QueryStatistics
-
Returns the number of properties set by this query.
- getProperty(String) - Method in interface org.neo4j.graphdb.PropertyContainer
-
Returns the property value associated with the given key.
- getProperty(String, Object) - Method in interface org.neo4j.graphdb.PropertyContainer
-
Returns the property value associated with the given key, or a default
value.
- getProperty() - Method in class org.neo4j.graphmatching.filter.AbstractFilterExpression
-
Deprecated.
- getPropertyConstraints() - Method in class org.neo4j.graphmatching.AbstractPatternObject
-
Deprecated.
Get all the constraints on the properties of this pattern object.
- getPropertyKeys() - Method in interface org.neo4j.graphdb.PropertyContainer
-
Returns all existing property keys, or an empty iterable if this property
container has no properties.
- getPropertyKeys() - Method in interface org.neo4j.graphdb.schema.ConstraintDefinition
-
- getPropertyKeys() - Method in interface org.neo4j.graphdb.schema.IndexDefinition
-
- getPropertyKeyTokenChanges() - Method in class org.neo4j.unsafe.batchinsert.DirectRecordAccessSet
-
- getPropertyRecords() - Method in class org.neo4j.unsafe.batchinsert.DirectRecordAccessSet
-
- getPropertyStoreSize() - Method in interface org.neo4j.jmx.StoreFile
-
- getQueryExecutionType() - Method in class org.neo4j.cypher.javacompat.ExecutionResult
-
Deprecated.
- getQueryExecutionType() - Method in interface org.neo4j.graphdb.Result
-
Indicates what kind of query execution produced this result.
- getQueryOrQueryObject() - Method in class org.neo4j.index.lucene.QueryContext
-
- getQueryStatistics() - Method in class org.neo4j.cypher.javacompat.ExecutionResult
-
Deprecated.
Returns statistics about this result.
- getQueryStatistics() - Method in interface org.neo4j.graphdb.Result
-
Statistics about the effects of the query.
- getRelationship(String) - Method in interface org.neo4j.graphdb.Result.ResultRow
-
- 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 interface org.neo4j.unsafe.batchinsert.BatchInserter
-
Gets a relationship by id.
- getRelationshipById(long) - Method in class org.neo4j.unsafe.batchinsert.BatchInserterImpl
-
Deprecated.
- getRelationshipFor(PatternRelationship) - Method in class org.neo4j.graphmatching.PatternMatch
-
Deprecated.
- getRelationshipIds(long) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
-
Returns an iterable over all the relationship ids connected to node with
supplied id.
- getRelationshipIds(long) - Method in class org.neo4j.unsafe.batchinsert.BatchInserterImpl
-
Deprecated.
- getRelationshipProperties(long) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
-
Returns a map containing all the properties of the relationships.
- getRelationshipProperties(long) - Method in class org.neo4j.unsafe.batchinsert.BatchInserterImpl
-
Deprecated.
- getRelationships() - Method in class org.neo4j.cypher.export.CypherResultSubGraph
-
- getRelationships() - Method in class org.neo4j.cypher.export.DatabaseSubGraph
-
- getRelationships() - Method in interface org.neo4j.cypher.export.SubGraph
-
- getRelationships() - Method in interface org.neo4j.graphdb.Node
-
Returns all the relationships attached to this node.
- getRelationships(RelationshipType...) - Method in interface org.neo4j.graphdb.Node
-
Returns all the relationships of any of the types in types
that are attached to this node, regardless of direction.
- getRelationships(Direction, RelationshipType...) - Method in interface org.neo4j.graphdb.Node
-
Returns all the relationships of any of the types in types
that are attached to this node and have the given direction.
- getRelationships(Direction) - Method in interface org.neo4j.graphdb.Node
-
- 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(boolean) - Method in class org.neo4j.graphmatching.PatternNode
-
Deprecated.
- getRelationships(long) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
-
Returns an iterable of
relationships connected
to the node with supplied id.
- getRelationships(long) - Method in class org.neo4j.unsafe.batchinsert.BatchInserterImpl
-
Deprecated.
- getRelationshipsCreated() - Method in class org.neo4j.cypher.javacompat.QueryStatistics
-
Deprecated.
Returns the number of relationships created by this query.
- getRelationshipsCreated() - Method in interface org.neo4j.graphdb.QueryStatistics
-
Returns the number of relationships created by this query.
- getRelationshipsDeleted() - Method in class org.neo4j.cypher.javacompat.QueryStatistics
-
Deprecated.
- getRelationshipsDeleted() - Method in interface org.neo4j.graphdb.QueryStatistics
-
Returns the number of relationships deleted by this query.
- getRelationshipStoreSize() - Method in interface org.neo4j.jmx.StoreFile
-
- getRelationshipTypes() - Method in interface org.neo4j.graphdb.GraphDatabaseService
-
- getRelationshipTypes() - Method in interface org.neo4j.graphdb.Node
-
Returns relationship types which this node has one more relationships
for.
- getRelationshipTypeTokenChanges() - Method in class org.neo4j.unsafe.batchinsert.DirectRecordAccessSet
-
- getRelGroupRecords() - Method in class org.neo4j.unsafe.batchinsert.DirectRecordAccessSet
-
- getRelRecords() - Method in class org.neo4j.unsafe.batchinsert.DirectRecordAccessSet
-
- 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.
- getRightExpression() - Method in class org.neo4j.graphmatching.filter.FilterBinaryNode
-
Deprecated.
- getRole() - Method in interface org.neo4j.management.HighAvailability
-
- getRoles() - Method in class org.neo4j.management.ClusterMemberInfo
-
- getRows() - Method in interface org.neo4j.cypher.javacompat.ProfilerStatistics
-
Deprecated.
- getRows() - Method in interface org.neo4j.graphdb.ExecutionPlanDescription.ProfilerStatistics
-
- getSchemaRuleChanges() - Method in class org.neo4j.unsafe.batchinsert.DirectRecordAccessSet
-
- getSecondNode() - Method in class org.neo4j.graphmatching.PatternRelationship
-
Deprecated.
Get the second pattern node that this pattern relationship relates.
- getServerId() - Method in class org.neo4j.cluster.ProtocolServer
-
Ok to have this accessible like this?
- getSettingsClass() - Method in class org.neo4j.backup.OnlineBackupExtensionFactory
-
- getSeverity() - Method in interface org.neo4j.graphdb.Notification
-
Returns the severity level of this notification.
- 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.
- getSingleRelationship(RelationshipType, Direction) - Method in interface org.neo4j.graphdb.Node
-
Returns the only relationship of a given type and direction that is
attached to this node, or null.
- getSorting() - Method in class org.neo4j.index.lucene.QueryContext
-
Returns the sorting setting for this context.
- getStartNode() - Method in interface org.neo4j.graphdb.Relationship
-
Returns the start node of this relationship.
- getStartNode() - Method in class org.neo4j.unsafe.batchinsert.BatchRelationship
-
- getState() - Method in interface org.neo4j.graphdb.traversal.BranchState
-
- getStateMachine(Class<? extends MessageType>) - Method in class org.neo4j.cluster.StateMachines
-
- getStateMachines() - Method in class org.neo4j.cluster.ProtocolServer
-
- getStateMachines() - Method in class org.neo4j.cluster.StateMachines
-
- getStatusCode() - Method in exception org.neo4j.graphdb.QueryExecutionException
-
- getStoreCreationDate() - Method in interface org.neo4j.jmx.Kernel
-
- getStoreCreationDate() - Method in class org.neo4j.management.Neo4jManager
-
- getStoreDir() - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
-
Returns the path to this Neo4j store.
- getStoreDir() - Method in class org.neo4j.unsafe.batchinsert.BatchInserterImpl
-
Deprecated.
- getStoreDirectory() - Method in interface org.neo4j.jmx.Kernel
-
- getStoreDirectory() - Method in class org.neo4j.management.Neo4jManager
-
- getStoreFileBean() - Method in class org.neo4j.management.Neo4jManager
-
- getStoreId() - Method in interface org.neo4j.jmx.Kernel
-
- getStoreId() - Method in class org.neo4j.management.Neo4jManager
-
- getStoreLogVersion() - Method in interface org.neo4j.jmx.Kernel
-
- getStoreLogVersion() - Method in class org.neo4j.management.Neo4jManager
-
- getString(String) - Method in interface org.neo4j.graphdb.Result.ResultRow
-
- getStringStoreSize() - Method in interface org.neo4j.jmx.StoreFile
-
- getTimeouts() - Method in class org.neo4j.cluster.ProtocolServer
-
- getTimeouts() - Method in class org.neo4j.cluster.StateMachines
-
- getTitle() - Method in interface org.neo4j.graphdb.Notification
-
Returns a short summary of the notification.
- getTop() - Method in class org.neo4j.index.lucene.QueryContext
-
Return the max number of results to be returned.
- getTotalStoreSize() - Method in interface org.neo4j.jmx.StoreFile
-
- getTradeCorrectnessForSpeed() - Method in class org.neo4j.index.lucene.QueryContext
-
Returns true if this context is set to prioritize speed over
the inclusion of transactional state in the results.
- getTransactionManagerBean() - Method in class org.neo4j.management.Neo4jManager
-
- getType() - Method in interface org.neo4j.graphdb.Relationship
-
Returns the type of this relationship.
- getType() - Method in class org.neo4j.graphmatching.PatternRelationship
-
Deprecated.
Get the
RelationshipType a relationship must have in order to
match this pattern relationship.
- getType() - Method in class org.neo4j.unsafe.batchinsert.BatchRelationship
-
- getUnpins() - Method in interface org.neo4j.management.PageCache
-
- getUris() - Method in class org.neo4j.management.ClusterMemberInfo
-
- getUsedMemory() - Method in class org.neo4j.management.WindowPoolInfo
-
- getValue() - Method in class org.neo4j.index.lucene.ValueContext
-
- getValues(String) - Method in interface org.neo4j.graphmatching.filter.FilterValueGetter
-
Deprecated.
Returns an array of values.
- getWindowHitCount() - Method in class org.neo4j.management.WindowPoolInfo
-
- getWindowMissCount() - Method in class org.neo4j.management.WindowPoolInfo
-
- getWindowPoolName() - Method in class org.neo4j.management.WindowPoolInfo
-
- getWindowSize() - Method in class org.neo4j.management.WindowPoolInfo
-
- GlobalGraphOperations - Class in org.neo4j.tooling
-
- GraphAlgoFactory - Class in org.neo4j.graphalgo
-
Static factory methods for the recommended implementations of common
graph algorithms for Neo4j.
- GraphAlgoFactory() - Constructor for class org.neo4j.graphalgo.GraphAlgoFactory
-
- GraphDatabaseBuilder - Class in org.neo4j.graphdb.factory
-
- GraphDatabaseBuilder(GraphDatabaseBuilder.DatabaseCreator) - Constructor for class org.neo4j.graphdb.factory.GraphDatabaseBuilder
-
- GraphDatabaseBuilder.DatabaseCreator - Interface in org.neo4j.graphdb.factory
-
- GraphDatabaseBuilder.Delegator - Class in org.neo4j.graphdb.factory
-
- GraphDatabaseBuilder.Delegator(GraphDatabaseBuilder) - Constructor for class org.neo4j.graphdb.factory.GraphDatabaseBuilder.Delegator
-
- GraphDatabaseFactory - Class in org.neo4j.graphdb.factory
-
- GraphDatabaseFactory() - Constructor for class org.neo4j.graphdb.factory.GraphDatabaseFactory
-
- GraphDatabaseFactoryState - Class in org.neo4j.graphdb.factory
-
- GraphDatabaseFactoryState() - Constructor for class org.neo4j.graphdb.factory.GraphDatabaseFactoryState
-
- GraphDatabaseFactoryState(GraphDatabaseFactoryState) - Constructor for class org.neo4j.graphdb.factory.GraphDatabaseFactoryState
-
- GraphDatabaseService - Interface in org.neo4j.graphdb
-
The main access point to a running Neo4j instance.
- GraphDatabaseSettings - Class in org.neo4j.graphdb.factory
-
Settings for Neo4j.
- GraphDatabaseSettings() - Constructor for class org.neo4j.graphdb.factory.GraphDatabaseSettings
-
- GraphDatabaseSettingsResourceBundle - Class in org.neo4j.graphdb.factory
-
Default ResourceBundle for GraphDatabaseSettings.
- GraphDatabaseSettingsResourceBundle() - Constructor for class org.neo4j.graphdb.factory.GraphDatabaseSettingsResourceBundle
-
- identity() - Static method in class org.neo4j.helpers.Functions
-
Deprecated.
- ignore(Object) - Static method in class org.neo4j.helpers.SillyUtils
-
- illegalValueMessage(String, Function2<T, Function<String, String>, T>) - Static method in class org.neo4j.helpers.Settings
-
- in(T...) - Static method in class org.neo4j.helpers.Predicates
-
Deprecated.
- in(Iterable<T>) - Static method in class org.neo4j.helpers.Predicates
-
Deprecated.
- in(Collection<T>) - Static method in class org.neo4j.helpers.Predicates
-
Deprecated.
- INADDR_ANY - Static variable in class org.neo4j.backup.OnlineBackupKernelExtension
-
- inc() - Method in class org.neo4j.helpers.Counter
-
- includeIfAcceptedByAny(PathEvaluator...) - Static method in class org.neo4j.graphdb.traversal.Evaluators
-
- includeIfAcceptedByAny(Evaluator...) - Static method in class org.neo4j.graphdb.traversal.Evaluators
-
- includeIfContainsAll(Node...) - Static method in class org.neo4j.graphdb.traversal.Evaluators
-
Evaluator which decides to include a
Path if all the
nodes exist in it.
- includes() - Method in enum org.neo4j.graphdb.traversal.Evaluation
-
- includes() - Method in interface org.neo4j.graphdb.traversal.TraversalBranch
-
- includeWhereEndNodeIs(Node...) - Static method in class org.neo4j.graphdb.traversal.Evaluators
-
Include paths with the specified end nodes.
- includeWhereLastRelationshipTypeIs(RelationshipType, RelationshipType...) - Static method in class org.neo4j.graphdb.traversal.Evaluators
-
- includingDepths(int, int) - Static method in class org.neo4j.graphdb.traversal.Evaluators
-
Returns an
Evaluator which only includes positions between
depths
minDepth and
maxDepth.
- increment(T, long) - Method in class org.neo4j.helpers.collection.MultiSet
-
- incremental(String) - Method in class org.neo4j.backup.OnlineBackup
-
- incremental(String, boolean) - Method in class org.neo4j.backup.OnlineBackup
-
- incremental(GraphDatabaseAPI) - Method in class org.neo4j.backup.OnlineBackup
-
- incrementalBackup(RequestContext) - Method in interface org.neo4j.backup.TheBackupInterface
-
- IncrementalBackupNotPossibleException - Exception in org.neo4j.backup
-
- IncrementalBackupNotPossibleException(String, Throwable) - Constructor for exception org.neo4j.backup.IncrementalBackupNotPossibleException
-
- IncrementalBackupNotPossibleException(Throwable) - Constructor for exception org.neo4j.backup.IncrementalBackupNotPossibleException
-
- 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_background_sampling_enabled - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
-
- index_sampling_buffer_size - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
-
- index_sampling_update_percentage - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
-
- IndexCommandFactory - Interface in org.neo4j.graphdb.index
-
- IndexCreator - Interface in org.neo4j.graphdb.schema
-
A builder for entering details about an index to create.
- IndexDefinition - Interface in org.neo4j.graphdb.schema
-
Definition for an index
NOTE: This is part of the index API introduced in Neo4j 2.0.
- indexFor(Label) - Method in interface org.neo4j.graphdb.schema.Schema
-
Returns an
IndexCreator where details about the index to create can be
specified.
- IndexHits<T> - Interface in org.neo4j.graphdb.index
-
- IndexImplementation - Interface in org.neo4j.graphdb.index
-
An index provider which can create and give access to index transaction state and means of applying
updates to indexes it provides.
- IndexManager - Interface in org.neo4j.graphdb.index
-
- indexNumeric() - Method in class org.neo4j.index.lucene.ValueContext
-
- indexOf(T, Iterable<T>) - Static method in class org.neo4j.helpers.collection.Iterables
-
Returns the index of the first occurrence of the specified element
in this iterable, or -1 if this iterable does not contain the element.
- IndexProviders - Interface in org.neo4j.graphdb.index
-
Registry of currently active index implementations.
- IndexSamplingManager - Interface in org.neo4j.management
-
- init() - Method in class org.neo4j.backup.OnlineBackupKernelExtension
-
- init() - Method in class org.neo4j.cluster.ExecutorLifecycleAdapter
-
- init() - Method in class org.neo4j.index.lucene.LuceneKernelExtension
-
- initial_hosts - Static variable in class org.neo4j.cluster.ClusterSettings
-
- InitialBranchState<STATE> - Interface in org.neo4j.graphdb.traversal
-
- InitialBranchState.Adapter<STATE> - Class in org.neo4j.graphdb.traversal
-
- InitialBranchState.Adapter() - Constructor for class org.neo4j.graphdb.traversal.InitialBranchState.Adapter
-
- InitialBranchState.State<STATE> - Class in org.neo4j.graphdb.traversal
-
Branch state evaluator for an initial state.
- InitialBranchState.State(STATE, STATE) - Constructor for class org.neo4j.graphdb.traversal.InitialBranchState.State
-
- initialize(PathExpander, TraversalContext) - Method in interface org.neo4j.graphdb.traversal.TraversalBranch
-
- initialState(Path) - Method in class org.neo4j.graphdb.traversal.InitialBranchState.State
-
- initialState(Path) - Method in class org.neo4j.graphdb.traversal.InitialStateFactory.AsInitialBranchState
-
Deprecated.
- initialState(Path) - Method in interface org.neo4j.graphdb.traversal.InitialStateFactory
-
Deprecated.
Returns an initial state for a
Path.
- InitialStateFactory<STATE> - Interface in org.neo4j.graphdb.traversal
-
- InitialStateFactory.AsInitialBranchState<STATE> - Class in org.neo4j.graphdb.traversal
-
Deprecated.
- InitialStateFactory.AsInitialBranchState(InitialStateFactory<STATE>) - Constructor for class org.neo4j.graphdb.traversal.InitialStateFactory.AsInitialBranchState
-
Deprecated.
- InputPosition - Class in org.neo4j.graphdb
-
An input position refers to a specific point in a query string.
- InputPosition(int, int, int) - Constructor for class org.neo4j.graphdb.InputPosition
-
Creating a position from and offset, line number and a column number.
- inserter(String) - Static method in class org.neo4j.unsafe.batchinsert.BatchInserters
-
- inserter(File) - Static method in class org.neo4j.unsafe.batchinsert.BatchInserters
-
- inserter(String, Map<String, String>) - Static method in class org.neo4j.unsafe.batchinsert.BatchInserters
-
- inserter(File, Map<String, String>) - Static method in class org.neo4j.unsafe.batchinsert.BatchInserters
-
- inserter(String, FileSystemAbstraction) - Static method in class org.neo4j.unsafe.batchinsert.BatchInserters
-
- inserter(File, FileSystemAbstraction) - Static method in class org.neo4j.unsafe.batchinsert.BatchInserters
-
- inserter(String, FileSystemAbstraction, Map<String, String>) - Static method in class org.neo4j.unsafe.batchinsert.BatchInserters
-
- inserter(File, FileSystemAbstraction, Map<String, String>) - Static method in class org.neo4j.unsafe.batchinsert.BatchInserters
-
- inserter(String, FileSystemAbstraction, Map<String, String>, Iterable<KernelExtensionFactory<?>>) - Static method in class org.neo4j.unsafe.batchinsert.BatchInserters
-
- inserter(File, Map<String, String>, Iterable<KernelExtensionFactory<?>>) - Static method in class org.neo4j.unsafe.batchinsert.BatchInserters
-
- inserter(File, FileSystemAbstraction, Map<String, String>, Iterable<KernelExtensionFactory<?>>) - Static method in class org.neo4j.unsafe.batchinsert.BatchInserters
-
- instance() - Method in class org.neo4j.helpers.ConcurrentTransfer
-
- instance() - Method in interface org.neo4j.helpers.Provider
-
Deprecated.
- INSTANCE_ID - Static variable in class org.neo4j.cluster.ClusterSettings
-
- instance_name - Static variable in class org.neo4j.cluster.ClusterSettings
-
- InstanceId - Class in org.neo4j.cluster
-
Represents the concept of the cluster wide unique id of an instance.
- InstanceId() - Constructor for class org.neo4j.cluster.InstanceId
-
- InstanceId(int) - Constructor for class org.neo4j.cluster.InstanceId
-
- instanceNameFromURI(URI) - Method in class org.neo4j.cluster.InstanceId
-
- instanceOf(Class) - Static method in class org.neo4j.helpers.Predicates
-
Deprecated.
- intCostEvaluator(String) - Static method in class org.neo4j.graphalgo.CommonEvaluators
-
- INTEGER - Static variable in class org.neo4j.helpers.Settings
-
- intercept_deserialized_transactions - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
-
- INTERNAL - Static variable in class org.neo4j.graphdb.factory.SettingsResourceBundle
-
- interpretOption(String, Function<String, T>, Function<String, T>, Validator<T>...) - Method in class org.neo4j.helpers.Args
-
- interpretOptions(String, Function<String, T>, Function<String, T>, Validator<T>...) - Method in class org.neo4j.helpers.Args
-
An option can be specified multiple times.
- interpretOptionsWithMetadata(String, Function<String, T>, Function<String, T>, Validator<T>...) - Method in class org.neo4j.helpers.Args
-
An option can be specified multiple times.
- interpretOrphan(int, Function<String, T>, Function<String, T>, Validator<T>...) - Method in class org.neo4j.helpers.Args
-
- InvalidSettingException - Exception in org.neo4j.graphdb.config
-
Thrown when a configuration setting is, for one reason or another, invalid.
- InvalidSettingException(String, String, String) - Constructor for exception org.neo4j.graphdb.config.InvalidSettingException
-
- InvalidSettingException(String, String) - Constructor for exception org.neo4j.graphdb.config.InvalidSettingException
-
- InvalidTransactionTypeException - Exception in org.neo4j.graphdb
-
- InvalidTransactionTypeException(String, Throwable) - Constructor for exception org.neo4j.graphdb.InvalidTransactionTypeException
-
- invoke(ObjectName, String, Object[], String[]) - Static method in class org.neo4j.jmx.JmxUtils
-
- isAlive() - Method in class org.neo4j.management.ClusterMemberInfo
-
- isAlive() - Method in interface org.neo4j.management.HighAvailability
-
- isAnyOfClasses(Class...) - Static method in class org.neo4j.helpers.Exceptions
-
Deprecated.
use Predicates.instanceOfAny(Class[]) instead
- isAvailable(long) - Method in interface org.neo4j.graphdb.GraphDatabaseService
-
Use this method to check if the database is currently in a usable state.
- isAvailable() - Method in class org.neo4j.management.ClusterMemberInfo
-
- isAvailable() - Method in interface org.neo4j.management.HighAvailability
-
- isBlank(String) - Static method in class org.neo4j.helpers.Strings
-
- isCancelled() - Method in class org.neo4j.helpers.FutureAdapter
-
- isConsistent() - Method in class org.neo4j.backup.OnlineBackup
-
- isConstraintIndex() - Method in interface org.neo4j.graphdb.schema.IndexDefinition
-
- isConstraintType(ConstraintType) - Method in interface org.neo4j.graphdb.schema.ConstraintDefinition
-
- 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.
- isDirectory - Static variable in class org.neo4j.helpers.Settings
-
- isDone() - Method in class org.neo4j.helpers.FutureAdapter.Present
-
- isEmpty() - Method in class org.neo4j.helpers.collection.CollectionWrapper
-
- isEmpty() - Method in class org.neo4j.helpers.collection.MultiSet
-
- isEnabled() - Method in interface org.neo4j.graphdb.index.AutoIndexer
-
Returns true iff this auto indexer is enabled, false otherwise.
- isExplained() - Method in class org.neo4j.graphdb.QueryExecutionType
-
- isFile - Static variable in class org.neo4j.helpers.Settings
-
- isOptional() - Method in class org.neo4j.graphmatching.PatternRelationship
-
Deprecated.
Does this pattern relationship represent a relationship that has to exist
in the subgraph to consider the subgraph a match of the pattern, or is it
an optional relationship.
- isProfiled() - Method in class org.neo4j.graphdb.QueryExecutionType
-
- isRange() - Method in class org.neo4j.helpers.HostnamePort
-
- isReadOnly() - Method in interface org.neo4j.jmx.Kernel
-
- isReadOnly() - Method in class org.neo4j.management.Neo4jManager
-
- isReturnableNode(TraversalPosition) - Method in interface org.neo4j.graphdb.ReturnableEvaluator
-
Deprecated.
Method invoked by traverser to see if the current position is a
returnable node.
- isShutdown() - Method in class org.neo4j.cluster.DelayedDirectExecutor
-
- 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
-
Deprecated.
Method invoked by traverser to see if current position is a stop node.
- isTerminated() - Method in class org.neo4j.cluster.DelayedDirectExecutor
-
- isType(RelationshipType) - Method in interface org.neo4j.graphdb.Relationship
-
Indicates whether this relationship is of the type type.
- isUnique(TraversalBranch) - Method in interface org.neo4j.graphdb.traversal.TraversalContext
-
Used for all except branches to check adherence to the traversal
uniqueness.
- isUniqueFirst(TraversalBranch) - Method in interface org.neo4j.graphdb.traversal.TraversalContext
-
Used for start branches to check adherence to the traversal uniqueness.
- isWriteable() - Method in interface org.neo4j.graphdb.index.ReadableIndex
-
A ReadableIndex is possible to support mutating operations as well.
- itemEquals(Object, Object) - Method in interface org.neo4j.helpers.ArrayUtil.ArrayEquality
-
- iterable(C...) - Static method in class org.neo4j.helpers.collection.Iterables
-
- Iterables - Class in org.neo4j.helpers.collection
-
- Iterables() - Constructor for class org.neo4j.helpers.collection.Iterables
-
- 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 class org.neo4j.cypher.javacompat.ExecutionResult
-
Deprecated.
Returns an iterator over the return clause of the query.
- iterator() - Method in interface org.neo4j.graphdb.Path
-
- iterator() - Method in interface org.neo4j.graphdb.ResourceIterable
-
Returns an
iterator with associated resources that may be managed.
- iterator() - Method in interface org.neo4j.graphdb.traversal.Traverser
-
Represents the traversal in the form of
Paths.
- iterator() - Method in interface org.neo4j.graphdb.Traverser
-
Deprecated.
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.ExceptionHandlingIterable
-
- iterator() - Method in class org.neo4j.helpers.collection.FilteringIterable
-
- iterator() - Method in class org.neo4j.helpers.collection.FirstItemIterable
-
- iterator() - Method in class org.neo4j.helpers.collection.IterableWrapper
-
- iterator(T) - Static method in class org.neo4j.helpers.collection.IteratorUtil
-
- iterator(T...) - Static method in class org.neo4j.helpers.collection.IteratorUtil
-
- iterator(int, T...) - Static method in class org.neo4j.helpers.collection.IteratorUtil
-
- iterator() - Method in class org.neo4j.helpers.collection.LimitingIterable
-
- iterator() - Method in class org.neo4j.helpers.collection.NestingIterable
-
- iteratorsEqual(Iterator<?>, Iterator<?>) - Static method in class org.neo4j.helpers.collection.IteratorUtil
-
Iterates over the full iterators, and checks equality for each item in them.
- IteratorUtil - Class in org.neo4j.helpers.collection
-
- 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
-
- range(T, T) - Static method in class org.neo4j.helpers.Settings
-
- RangeIterator - Class in org.neo4j.helpers.collection
-
Iterates over a range, where the start value is inclusive, but the
end value is exclusive.
- RangeIterator(int) - Constructor for class org.neo4j.helpers.collection.RangeIterator
-
- RangeIterator(int, int) - Constructor for class org.neo4j.helpers.collection.RangeIterator
-
- RangeIterator(int, int, int) - Constructor for class org.neo4j.helpers.collection.RangeIterator
-
- read_only - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
-
- ReadableIndex<T extends PropertyContainer> - Interface in org.neo4j.graphdb.index
-
An index that allows for read only operations.
- ReadableRelationshipIndex - Interface in org.neo4j.graphdb.index
-
- readExternal(ObjectInput) - Method in class org.neo4j.cluster.InstanceId
-
- rebuild_idgenerators_fast - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
-
- regex(Pattern) - Static method in class org.neo4j.graphmatching.CommonValueMatchers
-
Deprecated.
Checks that the
String property matches the specified regular
expression pattern.
- RegexPattern - Class in org.neo4j.graphmatching.filter
-
Deprecated.
- RegexPattern(String, String, String, String) - Constructor for class org.neo4j.graphmatching.filter.RegexPattern
-
Deprecated.
Constructs a new regex pattern for filtering.
- registerIndexProvider(String, IndexImplementation) - Method in interface org.neo4j.graphdb.index.IndexProviders
-
- 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.
- registerTransactionEventHandler(TransactionEventHandler<T>) - Method in interface org.neo4j.graphdb.GraphDatabaseService
-
Registers handler as a handler for transaction events which
are generated from different places in the lifecycle of each
transaction.
- Relationship - Interface in org.neo4j.graphdb
-
A relationship between two nodes in the graph.
- relationship_auto_indexing - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
-
- relationship_grab_size - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
-
- relationship_keys_indexable - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
-
- RelationshipAutoIndexer - Interface in org.neo4j.graphdb.index
-
- RelationshipExpander - Interface in org.neo4j.graphdb
-
- relationshipHasProperty(long, String) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
-
Returns true iff the relationship with id relationship has a
property with name propertyName.
- relationshipHasProperty(long, String) - Method in class org.neo4j.unsafe.batchinsert.BatchInserterImpl
-
Deprecated.
- relationshipIndex(String, Map<String, String>) - Method in interface org.neo4j.graphdb.index.LegacyIndexProviderTransaction
-
- RelationshipIndex - Interface in org.neo4j.graphdb.index
-
Extends the ReadableRelationshipIndex and the Index interfaces
for completing the set of available types.
- relationshipIndex(String, Map<String, String>) - Method in class org.neo4j.index.lucene.unsafe.batchinsert.LuceneBatchInserterIndexProvider
-
- relationshipIndex(String, Map<String, String>) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserterIndexProvider
-
- relationshipIndexNames() - Method in interface org.neo4j.graphdb.index.IndexManager
-
- relationshipRepresentation(Path, Node, Relationship) - Method in class org.neo4j.graphdb.traversal.Paths.DefaultPathDescriptor
-
- relationshipRepresentation(T, Node, Relationship) - Method in interface org.neo4j.graphdb.traversal.Paths.PathDescriptor
-
- 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
-
- relationshipstore_mapped_memory_size - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
-
Deprecated.
Replaced by the pagecache_memory setting.
- relationshipTraversed() - Method in interface org.neo4j.graphdb.traversal.TraversalContext
-
Reports that one more relationship has been traversed in this
traversal.
- RelationshipType - Interface in org.neo4j.graphdb
-
A relationship type is mandatory on all relationships and is used to navigate
the graph.
- release() - Method in interface org.neo4j.graphdb.Lock
-
Releases this lock before the transaction finishes.
- RemoteConnection - Interface in org.neo4j.management
-
- remove() - Method in class org.neo4j.cypher.javacompat.ExecutionResult
-
Deprecated.
- remove(RelationshipType) - Method in interface org.neo4j.graphdb.Expander
-
Deprecated.
- 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
-
- remove(RelationshipType) - Method in class org.neo4j.graphdb.PathExpanderBuilder
-
Remove expansion of type in any direction from the PathExpander configuration.
- remove() - Method in interface org.neo4j.graphdb.Result
-
Removing rows from the result is not supported.
- remove() - Method in class org.neo4j.helpers.collection.ArrayIterator
-
- remove() - Method in class org.neo4j.helpers.collection.CachingIterator
-
Not supported by this implement.
- remove(Object) - Method in class org.neo4j.helpers.collection.CollectionWrapper
-
- remove() - Method in class org.neo4j.helpers.collection.IteratorWrapper
-
- remove(T) - Method in class org.neo4j.helpers.collection.MultiSet
-
- remove() - Method in class org.neo4j.helpers.collection.PositionedIterator
-
- remove() - Method in class org.neo4j.helpers.collection.PrefetchingIterator
-
- remove() - Method in class org.neo4j.helpers.collection.ResourceClosingIterator
-
- remove() - Method in class org.neo4j.helpers.collection.ReverseArrayIterator
-
- remove(T, long) - Method in class org.neo4j.index.lucene.LuceneTimeline
-
- remove(T, long) - Method in interface org.neo4j.index.lucene.TimelineIndex
-
Removes an entity from the timeline.
- removeAll(Collection) - Method in class org.neo4j.helpers.collection.CollectionWrapper
-
- removeBindingListener(BindingListener) - Method in class org.neo4j.cluster.ProtocolServer
-
- removeClusterListener(ClusterListener) - Method in interface org.neo4j.cluster.ClusterMonitor
-
- removeConfiguration(Index<? extends PropertyContainer>, String) - Method in interface org.neo4j.graphdb.index.IndexManager
-
EXPERT: Removes a configuration parameter from an index.
- removedLabels() - Method in interface org.neo4j.graphdb.event.TransactionData
-
Get all labels that have been removed from nodes during the transaction.
- removedNodeProperties() - Method in interface org.neo4j.graphdb.event.TransactionData
-
Get the properties that had a value removed from a node during the
transaction.
- removedRelationshipProperties() - Method in interface org.neo4j.graphdb.event.TransactionData
-
Get the properties that had a value removed from a relationship during
the transaction.
- removeLabel(Label) - Method in interface org.neo4j.graphdb.Node
-
Removes a
Label from this node.
- removeListener(T, Iterable<T>) - Static method in class org.neo4j.helpers.Listeners
-
- removeNode(String, long, String, Object) - Method in interface org.neo4j.graphdb.index.IndexCommandFactory
-
- removeNodeProperty(long, String) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
-
Removes the property named property from the node with id
id, if present.
- removeNodeProperty(long, String) - Method in class org.neo4j.unsafe.batchinsert.BatchInserterImpl
-
Deprecated.
- removeProperty(String) - Method in interface org.neo4j.graphdb.PropertyContainer
-
Removes the property associated with the given key and returns the old
value.
- removeRelationship(String, long, String, Object) - Method in interface org.neo4j.graphdb.index.IndexCommandFactory
-
- removeRelationshipProperty(long, String) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
-
Removes the property named property from the relationship with id
id, if present.
- removeRelationshipProperty(long, String) - Method in class org.neo4j.unsafe.batchinsert.BatchInserterImpl
-
Deprecated.
- removeStateMachine(StateMachine) - Method in class org.neo4j.cluster.StateMachines
-
- removeStateTransitionListener(StateTransitionListener) - Method in class org.neo4j.cluster.StateMachines
-
- replace(T, long) - Method in class org.neo4j.helpers.collection.MultiSet
-
- requestedExecutionPlanDescription() - Method in class org.neo4j.graphdb.QueryExecutionType
-
- resolve(String, Args, LogService) - Method in class org.neo4j.backup.BackupExtensionService
-
The source specific target to valid backup host translation method.
- resolveDependency(Class<T>) - Method in class org.neo4j.graphdb.DependencyResolver.Adapter
-
- resolveDependency(Class<T>) - Method in interface org.neo4j.graphdb.DependencyResolver
-
Tries to resolve a dependency that matches a given class.
- resolveDependency(Class<T>, DependencyResolver.SelectionStrategy) - Method in interface org.neo4j.graphdb.DependencyResolver
-
Tries to resolve a dependency that matches a given class.
- Resource - Interface in org.neo4j.graphdb
-
Resource that should be closed when not needed anymore.
- ResourceClosingIterator<T,V> - Class in org.neo4j.helpers.collection
-
- ResourceIterable<T> - Interface in org.neo4j.graphdb
-
- resourceIterable(Iterable<T>) - Static method in class org.neo4j.helpers.collection.IteratorUtil
-
- ResourceIterator<T> - Interface in org.neo4j.graphdb
-
Closeable Iterator with associated resources.
- resourceIterator(PrimitiveLongIterator, Resource) - Static method in class org.neo4j.helpers.collection.IteratorUtil
-
- resourceIterator(Iterator<T>, Resource) - Static method in class org.neo4j.helpers.collection.IteratorUtil
-
- Result - Interface in org.neo4j.graphdb
-
- Result.ResultRow - Interface in org.neo4j.graphdb
-
Describes a row of a result.
- Result.ResultVisitor<VisitationException extends Exception> - Interface in org.neo4j.graphdb
-
- resultAsString() - Method in class org.neo4j.cypher.javacompat.ExecutionResult
-
Deprecated.
- resultAsString() - Method in interface org.neo4j.graphdb.Result
-
Provides a textual representation of the query result.
- retainAll(Collection) - Method in class org.neo4j.helpers.collection.CollectionWrapper
-
- retries(int) - Method in class org.neo4j.helpers.TransactionTemplate
-
- retrying() - Method in class org.neo4j.helpers.TransactionTemplate.Monitor.Adapter
-
- retrying() - Method in interface org.neo4j.helpers.TransactionTemplate.Monitor
-
- retryOn(Predicate<Throwable>) - Method in class org.neo4j.helpers.TransactionTemplate
-
- retryOn(Predicate<Throwable>) - Method in class org.neo4j.helpers.TransactionTemplate
-
- ReturnableEvaluator - Interface in org.neo4j.graphdb
-
Deprecated.
because of the introduction of a new traversal framework,
see more information at TraversalDescription and
Traversal and the new traversal framework's equivalent
Predicate.
- 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
-
- reverse() - Method in enum org.neo4j.graphdb.Direction
-
- reverse() - Method in interface org.neo4j.graphdb.PathExpander
-
Returns a new instance with the exact expansion logic, but reversed.
- reverse() - Method in class org.neo4j.graphdb.traversal.InitialBranchState.Adapter
-
- reverse() - Method in interface org.neo4j.graphdb.traversal.InitialBranchState
-
Creates a version of this state factory which produces reversed initial state,
used in bidirectional traversals.
- reverse() - Method in class org.neo4j.graphdb.traversal.InitialBranchState.State
-
- reverse() - Method in class org.neo4j.graphdb.traversal.InitialStateFactory.AsInitialBranchState
-
Deprecated.
- reverse() - Method in interface org.neo4j.graphdb.traversal.TraversalDescription
-
- reverse(Iterable<X>) - Static method in class org.neo4j.helpers.collection.Iterables
-
- reverse(Map<K, V>) - Static method in class org.neo4j.helpers.collection.MapUtil
-
Reversed a map, making the key value and the value key.
- ReverseArrayIterator<T> - Class in org.neo4j.helpers.collection
-
- ReverseArrayIterator(T[]) - Constructor for class org.neo4j.helpers.collection.ReverseArrayIterator
-
- reversed() - Method in interface org.neo4j.graphdb.Expander
-
Deprecated.
- reversed() - Method in interface org.neo4j.graphdb.RelationshipExpander
-
Deprecated.
Returns a new instance with the exact expansion logic, but reversed.
- reverseNodes() - Method in interface org.neo4j.graphdb.Path
-
Returns all the nodes in this path in reversed order, i.e.
- reverseRelationships() - Method in interface org.neo4j.graphdb.Path
-
Returns all the relationships in between the nodes which this path
consists of in reverse order, i.e.
- revision - Static variable in class org.neo4j.udc.UsageDataKeys
-
Revision of Neo4j running, a link back to source control revision ids.
- rjust(String, int) - Static method in class org.neo4j.helpers.Strings
-
Use this to standardize the width of some text output to all be right-justified and space-padded
on the left side to fill up the given column width.
- rootCause(Throwable) - Static method in class org.neo4j.helpers.Exceptions
-
- run() - Method in class org.neo4j.helpers.RunCarefully
-
- RunCarefully - Class in org.neo4j.helpers
-
- RunCarefully(Runnable...) - Constructor for class org.neo4j.helpers.RunCarefully
-
- RunCarefully(Iterable<Runnable>) - Constructor for class org.neo4j.helpers.RunCarefully
-
- schema() - Method in interface org.neo4j.graphdb.GraphDatabaseService
-
Returns the
schema manager where all things related to schema,
for example constraints and indexing on
labels.
- Schema - Interface in org.neo4j.graphdb.schema
-
Interface for managing the schema of your graph database.
- Schema.IndexState - Enum in org.neo4j.graphdb.schema
-
The states that an index can be in.
- second() - Method in class org.neo4j.helpers.Triplet
-
- select(Class<T>, Iterable<T>) - Method in interface org.neo4j.graphdb.DependencyResolver.SelectionStrategy
-
Given a set of candidates, select an appropriate one.
- SEPARATOR - Static variable in class org.neo4j.helpers.Settings
-
- server_id - Static variable in class org.neo4j.cluster.ClusterSettings
-
- serverId - Static variable in class org.neo4j.udc.UsageDataKeys
-
Cluster server ID
- Service - Class in org.neo4j.helpers
-
A utility for locating services.
- 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.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.
- set(T...) - Static method in class org.neo4j.helpers.collection.IteratorUtil
-
Alias for asSet()
- set(UsageDataKey<T>, T) - Method in class org.neo4j.udc.UsageData
-
- setAssociation(T) - Method in class org.neo4j.graphmatching.AbstractPatternObject
-
Deprecated.
- setCacheCapacity(String, int) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserterIndex
-
Sets the cache size for key/value pairs for the given key.
- setConfig(Setting<?>, String) - Method in class org.neo4j.graphdb.factory.GraphDatabaseBuilder.Delegator
-
- setConfig(String, String) - Method in class org.neo4j.graphdb.factory.GraphDatabaseBuilder.Delegator
-
- setConfig(Map<String, String>) - Method in class org.neo4j.graphdb.factory.GraphDatabaseBuilder.Delegator
-
- setConfig(Setting<?>, String) - Method in class org.neo4j.graphdb.factory.GraphDatabaseBuilder
-
Set a database setting to a particular value.
- setConfig(String, String) - Method in class org.neo4j.graphdb.factory.GraphDatabaseBuilder
-
Deprecated.
Use setConfig with explicit Setting instead
- setConfig(Map<String, String>) - Method in class org.neo4j.graphdb.factory.GraphDatabaseBuilder
-
Deprecated.
Use setConfig with explicit Setting instead
- setConfiguration(Index<? extends PropertyContainer>, String, String) - Method in interface org.neo4j.graphdb.index.IndexManager
-
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.
- setKernelExtensions(Iterable<KernelExtensionFactory<?>>) - Method in class org.neo4j.graphdb.factory.GraphDatabaseFactory
-
Deprecated.
Manipulating kernel extensions is deprecated and will be moved to internal components.
- setKernelExtensions(Iterable<KernelExtensionFactory<?>>) - Method in class org.neo4j.graphdb.factory.GraphDatabaseFactoryState
-
- setLabel(String) - Method in class org.neo4j.graphmatching.AbstractPatternObject
-
Deprecated.
Sets the label of this pattern object;
- setMonitors(Monitors) - Method in class org.neo4j.graphdb.factory.GraphDatabaseFactory
-
- setMonitors(Monitors) - Method in class org.neo4j.graphdb.factory.GraphDatabaseFactoryState
-
- setNodeLabels(long, Label...) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
-
Replaces any existing labels for the given node with the supplied list of labels.
- setNodeLabels(long, Label...) - Method in class org.neo4j.unsafe.batchinsert.BatchInserterImpl
-
Deprecated.
- setNodeProperties(long, Map<String, Object>) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
-
Sets the properties of a node.
- setNodeProperties(long, Map<String, Object>) - Method in class org.neo4j.unsafe.batchinsert.BatchInserterImpl
-
Deprecated.
- setNodeProperty(long, String, Object) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
-
Sets the property with name propertyName of node with id
node to the value propertyValue.
- setNodeProperty(long, String, Object) - Method in class org.neo4j.unsafe.batchinsert.BatchInserterImpl
-
Deprecated.
- setProperty(String, Object) - Method in interface org.neo4j.graphdb.PropertyContainer
-
Sets the property value for the given key to value.
- setRelationshipProperties(long, Map<String, Object>) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
-
Sets the properties of a relationship.
- setRelationshipProperties(long, Map<String, Object>) - Method in class org.neo4j.unsafe.batchinsert.BatchInserterImpl
-
Deprecated.
- setRelationshipProperty(long, String, Object) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
-
Sets the property with name propertyName of relationship with id
relationship to the value propertyValue.
- setRelationshipProperty(long, String, Object) - Method in class org.neo4j.unsafe.batchinsert.BatchInserterImpl
-
Deprecated.
- setState(STATE) - Method in interface org.neo4j.graphdb.traversal.BranchState
-
- Setting<T> - Interface in org.neo4j.graphdb.config
-
Settings that can be provided in configurations are represented by instances of this interface, and are available
as static fields in various *Settings classes, such as
GraphDatabaseSettings.
- setting(String, Function<String, T>, String) - Static method in class org.neo4j.helpers.Settings
-
- setting(String, Function<String, T>, String, Function2<T, Function<String, String>, T>...) - Static method in class org.neo4j.helpers.Settings
-
- setting(String, Function<String, T>, Setting<T>) - Static method in class org.neo4j.helpers.Settings
-
- setting(String, Function<String, T>, String, Setting<T>, Function2<T, Function<String, String>, T>...) - Static method in class org.neo4j.helpers.Settings
-
- settingName() - Method in exception org.neo4j.graphdb.config.InvalidSettingException
-
- Settings - Class in org.neo4j.helpers
-
Create settings for configurations in Neo4j.
- Settings.DefaultSetting<T> - Class in org.neo4j.helpers
-
- Settings.DefaultSetting(String, Function<String, T>, Function<Function<String, String>, String>, Function<Function<String, String>, String>, Function2<T, Function<String, String>, T>...) - Constructor for class org.neo4j.helpers.Settings.DefaultSetting
-
- SettingsResourceBundle - Class in org.neo4j.graphdb.factory
-
ResourceBundle for classes that use GraphDatabaseSetting, which use reflection to find its values.
- SettingsResourceBundle(Class) - Constructor for class org.neo4j.graphdb.factory.SettingsResourceBundle
-
- setTo(KEY, RECORD, ADDITIONAL) - Method in class org.neo4j.unsafe.batchinsert.DirectRecordAccess
-
- setUserLogProvider(LogProvider) - Method in class org.neo4j.graphdb.factory.GraphDatabaseFactory
-
- setUserLogProvider(LogProvider) - Method in class org.neo4j.graphdb.factory.GraphDatabaseFactoryState
-
- SeverityLevel - Enum in org.neo4j.graphdb
-
SeverityLevel indicates to a client the severity of a notification.
- shortestPath(RelationshipExpander, int) - Static method in class org.neo4j.graphalgo.GraphAlgoFactory
-
Returns an algorithm which can find all shortest paths (that is paths
with as short
Path.length() as possible) between two nodes.
- shortestPath(PathExpander, int) - Static method in class org.neo4j.graphalgo.GraphAlgoFactory
-
Returns an algorithm which can find all shortest paths (that is paths
with as short
Path.length() as possible) between two nodes.
- shortestPath(RelationshipExpander, int, int) - Static method in class org.neo4j.graphalgo.GraphAlgoFactory
-
Returns an algorithm which can find all shortest paths (that is paths
with as short
Path.length() as possible) between two nodes.
- shortestPath(PathExpander, int, int) - Static method in class org.neo4j.graphalgo.GraphAlgoFactory
-
Returns an algorithm which can find all shortest paths (that is paths
with as short
Path.length() as possible) between two nodes.
- shutdown() - Method in class org.neo4j.backup.OnlineBackupKernelExtension
-
- shutdown() - Method in class org.neo4j.cluster.DelayedDirectExecutor
-
- shutdown() - Method in class org.neo4j.cluster.ExecutorLifecycleAdapter
-
- shutdown() - Method in interface org.neo4j.graphdb.GraphDatabaseService
-
Shuts down Neo4j.
- shutdown() - Method in class org.neo4j.index.lucene.LuceneKernelExtension
-
- shutdown() - Method in class org.neo4j.index.lucene.unsafe.batchinsert.LuceneBatchInserterIndexProvider
-
- shutdown() - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
-
Shuts down this batch inserter syncing all changes that are still only
in memory to disk.
- shutdown() - Method in class org.neo4j.unsafe.batchinsert.BatchInserterImpl
-
Deprecated.
- shutdown() - Method in interface org.neo4j.unsafe.batchinsert.BatchInserterIndexProvider
-
Shuts down this index provider and ensures that all indexes are fully
written to disk.
- shutdownNow() - Method in class org.neo4j.cluster.DelayedDirectExecutor
-
- sideSelector(SideSelectorPolicy, int) - Method in interface org.neo4j.graphdb.traversal.BidirectionalTraversalDescription
-
In a bidirectional traversal the traverser alternates which side
(start or end) to move further for each step.
- SideSelector - Interface in org.neo4j.graphdb.traversal
-
Dictates which side is the current side in a bidirectional traversal to traverse
the next step for.
- SideSelectorPolicies - Enum in org.neo4j.graphdb.traversal
-
A catalogue of convenient side selector policies for use in bidirectional traversals.
- SideSelectorPolicy - Interface in org.neo4j.graphdb.traversal
-
- SillyUtils - Class in org.neo4j.helpers
-
Utility functions that are helpful for suppressing compiler warnings.
- SillyUtils() - Constructor for class org.neo4j.helpers.SillyUtils
-
- simplePathToString(Path) - Static method in class org.neo4j.graphdb.traversal.Paths
-
Returns a quite simple string representation of a
Path.
- simplePathToString(Path, String) - Static method in class org.neo4j.graphdb.traversal.Paths
-
Returns a quite simple string representation of a
Path.
- single(Iterable<? extends X>) - Static method in class org.neo4j.helpers.collection.Iterables
-
- 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.
- single(Iterable<T>, T) - Static method in class org.neo4j.helpers.collection.IteratorUtil
-
Returns the given iterable's single element or null if no
element found.
- single(Iterator<T>, T) - Static method in class org.neo4j.helpers.collection.IteratorUtil
-
Returns the given iterator's single element or itemIfNone if no
element found.
- 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
-
- size() - Method in class org.neo4j.helpers.collection.MultiSet
-
- SIZE_FORMAT - Static variable in class org.neo4j.helpers.Settings
-
- skip(int, Iterable<X>) - Static method in class org.neo4j.helpers.collection.Iterables
-
- sort(Comparator<? super Path>) - Method in interface org.neo4j.graphdb.traversal.TraversalDescription
-
- sort(Iterable<T>, Function<T, S>) - Static method in class org.neo4j.helpers.collection.Iterables
-
- sort(Sort) - Method in class org.neo4j.index.lucene.QueryContext
-
Returns a QueryContext with sorting added to it.
- sort(String, String...) - Method in class org.neo4j.index.lucene.QueryContext
-
Returns a QueryContext with sorting added to it.
- sortByScore() - Method in class org.neo4j.index.lucene.QueryContext
-
- Sorting - Class in org.neo4j.graphdb.traversal
-
- sortNumeric(String, boolean) - Method in class org.neo4j.index.lucene.QueryContext
-
- source() - Method in class org.neo4j.helpers.Args
-
- splitLongLine(String, int) - Static method in class org.neo4j.helpers.Args
-
Useful for printing usage where the description itself shouldn't have knowledge about the width
of the window where it's printed.
- start() - Method in class org.neo4j.backup.OnlineBackupKernelExtension
-
- start() - Method in class org.neo4j.cluster.ExecutorLifecycleAdapter
-
- 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.
- startSide(TraversalDescription) - Method in interface org.neo4j.graphdb.traversal.BidirectionalTraversalDescription
-
- state() - Method in interface org.neo4j.graphdb.traversal.TraversalBranch
-
Returns the state associated with this branch.
- StateMachines - Class in org.neo4j.cluster
-
Combines a set of state machines into one.
- StateMachines(LogProvider, StateMachines.Monitor, MessageSource, MessageSender, Timeouts, DelayedDirectExecutor, Executor, InstanceId) - Constructor for class org.neo4j.cluster.StateMachines
-
- StateMachines.Monitor - Interface in org.neo4j.cluster
-
- Stats - Class in org.neo4j.helpers
-
- Stats(String) - Constructor for class org.neo4j.helpers.Stats
-
- status() - Method in exception org.neo4j.graphdb.ConstraintViolationException
-
- stop() - Method in class org.neo4j.backup.OnlineBackupKernelExtension
-
- stop() - Method in class org.neo4j.cluster.ExecutorLifecycleAdapter
-
- 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
-
Deprecated.
because of the introduction of a new traversal framework,
see more information at TraversalDescription and
Traversal and the new traversal framework's equivalent
Evaluator.
- store(Map<String, String>, File) - Static method in class org.neo4j.helpers.collection.MapUtil
-
Stores the data in
config into
file in a standard java
Properties format.
- store(Map<String, String>, OutputStream) - Static method in class org.neo4j.helpers.collection.MapUtil
-
Stores the data in
config into
stream in a standard java
Properties format.
- store(Map<String, String>, Writer) - Static method in class org.neo4j.helpers.collection.MapUtil
-
Stores the data in
config into
writer in a standard java
Properties format.
- store_dir - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
-
Deprecated.
- store_internal_log_location - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
-
- store_internal_log_max_archives - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
-
- store_internal_log_rotation_delay - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
-
- store_internal_log_rotation_threshold - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
-
- StoreCopyResponsePacker - Class in org.neo4j.backup
-
In full backup we're more tolerant about missing transactions.
- StoreCopyResponsePacker(LogicalTransactionStore, TransactionIdStore, LogFileInformation, Supplier<StoreId>, long, StoreCopyServer.Monitor) - Constructor for class org.neo4j.backup.StoreCopyResponsePacker
-
- StoreFile - Interface in org.neo4j.jmx
-
- 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 - Static variable in class org.neo4j.helpers.Settings
-
- string_block_size - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
-
- STRING_LIST - Static variable in class org.neo4j.helpers.Settings
-
- stringContains(String) - Static method in class org.neo4j.helpers.Predicates
-
Deprecated.
- stringify(Throwable) - Static method in class org.neo4j.helpers.Exceptions
-
- stringify(Thread, StackTraceElement[]) - Static method in class org.neo4j.helpers.Exceptions
-
- stringMap(String...) - Static method in class org.neo4j.helpers.collection.MapUtil
-
A short-hand method for creating a
Map of key/value pairs where
both keys and values are
Strings.
- stringMap(Map<String, String>, String...) - Static method in class org.neo4j.helpers.collection.MapUtil
-
A short-hand method for creating a
Map of key/value pairs where
both keys and values are
Strings.
- Strings - Class in org.neo4j.helpers
-
Helper functions for working with strings.
- strings_mapped_memory_size - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
-
Deprecated.
Replaced by the pagecache_memory setting.
- SubGraph - Interface in org.neo4j.cypher.export
-
- SubGraphExporter - Class in org.neo4j.cypher.export
-
- SubGraphExporter(SubGraph) - Constructor for class org.neo4j.cypher.export.SubGraphExporter
-
- success() - Method in interface org.neo4j.graphdb.Transaction
-
- SYSTEM_CLOCK - Static variable in interface org.neo4j.helpers.Clock
-
- TaskControl - Interface in org.neo4j.helpers
-
Represents a control handle passed to a child task which allows the creator to cancel it.
- TaskCoordinator - Class in org.neo4j.helpers
-
Represents a collection point for various
TaskControl instances that need to be waited on and potentially
cancelled en mass.
- TaskCoordinator(long, TimeUnit) - Constructor for class org.neo4j.helpers.TaskCoordinator
-
- terminate() - Method in interface org.neo4j.graphdb.Transaction
-
Marks this transaction as terminated, which means that it will be, much like in the case of failure,
unconditionally rolled back when
Transaction.close() is called.
- TheBackupInterface - Interface in org.neo4j.backup
-
- third() - Method in class org.neo4j.helpers.Triplet
-
- ThisShouldNotHappenError - Error in org.neo4j.helpers
-
- ThisShouldNotHappenError(String, String) - Constructor for error org.neo4j.helpers.ThisShouldNotHappenError
-
- ThisShouldNotHappenError(String, String, Throwable) - Constructor for error org.neo4j.helpers.ThisShouldNotHappenError
-
- threadCreated(String) - Method in interface org.neo4j.helpers.NamedThreadFactory.Monitor
-
- threadFinished(String) - Method in interface org.neo4j.helpers.NamedThreadFactory.Monitor
-
- Thunk<T> - Interface in org.neo4j.helpers
-
Deprecated.
Use Supplier instead
- time() - Static method in class org.neo4j.helpers.Format
-
- time(TimeZone) - Static method in class org.neo4j.helpers.Format
-
- time(long) - Static method in class org.neo4j.helpers.Format
-
- time(long, TimeZone) - Static method in class org.neo4j.helpers.Format
-
- time(Date) - Static method in class org.neo4j.helpers.Format
-
- time(Date, TimeZone) - Static method in class org.neo4j.helpers.Format
-
- TIME_FORMAT - Static variable in class org.neo4j.helpers.Format
-
- TimelineIndex<T extends PropertyContainer> - Interface in org.neo4j.index.lucene
-
A utility for ordering nodes or relationships in a timeline.
- TimeUtil - Class in org.neo4j.helpers
-
- TO_STRING - Static variable in class org.neo4j.helpers.Functions
-
Deprecated.
- toArray() - Method in class org.neo4j.helpers.collection.CollectionWrapper
-
- toArray(R[]) - Method in class org.neo4j.helpers.collection.CollectionWrapper
-
- toArray(Iterable<Object>) - Static method in class org.neo4j.helpers.collection.Iterables
-
- toArray(Class<T>, Iterable<T>) - Static method in class org.neo4j.helpers.collection.Iterables
-
- 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.
- toIntegerIndex() - Method in class org.neo4j.cluster.InstanceId
-
- toJavaIterator(PrimitiveLongIterator) - Static method in class org.neo4j.helpers.collection.IteratorUtil
-
- toList(Iterable<T>) - Static method in class org.neo4j.helpers.collection.Iterables
-
- toList(Iterator<T>) - Static method in class org.neo4j.helpers.collection.Iterables
-
- toLowerCase - Static variable in class org.neo4j.helpers.Settings
-
- toMap(Iterable<Pair<K, V>>) - Static method in class org.neo4j.helpers.collection.MapUtil
-
- toMap(Iterator<Pair<K, V>>) - Static method in class org.neo4j.helpers.collection.MapUtil
-
- top(int) - Method in class org.neo4j.index.lucene.QueryContext
-
Makes use of IndexSearcher.search(org.apache.lucene.search.Query, int),
alternatively IndexSearcher.search(org.apache.lucene.search.Query, org.apache.lucene.search.Filter, int, Sort)
where only the top numberOfTopHits hits are returned.
- toSet(Iterable<T>) - Static method in class org.neo4j.helpers.collection.Iterables
-
- toString() - Method in class org.neo4j.cluster.InstanceId
-
- toString() - Method in class org.neo4j.cluster.ProtocolServer
-
- toString() - Method in class org.neo4j.cluster.StateMachines
-
- toString() - Method in class org.neo4j.cypher.javacompat.ExecutionResult
-
Deprecated.
- toString(PrintWriter) - Method in class org.neo4j.cypher.javacompat.ExecutionResult
-
Deprecated.
- toString() - Method in class org.neo4j.cypher.javacompat.QueryStatistics
-
Deprecated.
- toString() - Method in class org.neo4j.graphdb.DynamicLabel
-
- 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.graphdb.QueryExecutionType
-
- toString() - Method in class org.neo4j.graphmatching.PatternElement
-
Deprecated.
- toString() - Method in class org.neo4j.graphmatching.PatternNode
-
Deprecated.
- toString() - Method in class org.neo4j.graphmatching.PatternRelationship
-
Deprecated.
- toString() - Method in class org.neo4j.helpers.Args.Option
-
- toString() - Method in class org.neo4j.helpers.Args
-
- toString(Object) - Static method in class org.neo4j.helpers.ArrayUtil
-
- toString(Iterable<?>, String) - Static method in class org.neo4j.helpers.collection.Iterables
-
- toString() - Method in class org.neo4j.helpers.HostnamePort
-
- toString(String) - Method in class org.neo4j.helpers.HostnamePort
-
- toString(Object) - Static method in class org.neo4j.helpers.ObjectUtil
-
- toString() - Method in class org.neo4j.helpers.Pair
-
- toString() - Method in class org.neo4j.helpers.ProcessFailureException.Entry
-
- toString() - Method in class org.neo4j.helpers.Service
-
- toString() - Method in class org.neo4j.helpers.Settings.DefaultSetting
-
- toString() - Method in class org.neo4j.helpers.Stats
-
- toString() - Method in class org.neo4j.helpers.Triplet
-
- toString() - Method in class org.neo4j.index.lucene.ValueContext
-
- toString() - Method in class org.neo4j.management.ClusterMemberInfo
-
- toString() - Method in class org.neo4j.unsafe.batchinsert.BatchInserterImpl
-
Deprecated.
- toStringMap(PropertyContainer) - Static method in class org.neo4j.helpers.collection.MapUtil
-
- tradeCorrectnessForSpeed() - Method in class org.neo4j.index.lucene.QueryContext
-
Adding to or removing from an index affects results from query methods
inside the same transaction, even before those changes are committed.
- Transaction - Interface in org.neo4j.graphdb
-
A programmatically handled transaction.
- transaction_start_timeout - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
-
- TransactionData - Interface in org.neo4j.graphdb.event
-
Represents the data that has changed during the course of one transaction.
- TransactionEventHandler<T> - Interface in org.neo4j.graphdb.event
-
An event handler interface for Neo4j Transaction events.
- TransactionEventHandler.Adapter<T> - Class in org.neo4j.graphdb.event
-
- TransactionEventHandler.Adapter() - Constructor for class org.neo4j.graphdb.event.TransactionEventHandler.Adapter
-
- 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
-
- transactionIdStoreSupplier() - Method in interface org.neo4j.backup.OnlineBackupExtensionFactory.Dependencies
-
- TransactionManager - Interface in org.neo4j.management
-
- TransactionTemplate - Class in org.neo4j.helpers
-
Neo4j transaction template that automates the retry-on-exception logic.
- TransactionTemplate() - Constructor for class org.neo4j.helpers.TransactionTemplate
-
- TransactionTemplate(GraphDatabaseService, TransactionTemplate.Monitor, int, long, Predicate<Throwable>) - Constructor for class org.neo4j.helpers.TransactionTemplate
-
- TransactionTemplate(GraphDatabaseService, TransactionTemplate.Monitor, int, long, Predicate<Throwable>) - Constructor for class org.neo4j.helpers.TransactionTemplate
-
- TransactionTemplate.Monitor - Interface in org.neo4j.helpers
-
- TransactionTemplate.Monitor.Adapter - Class in org.neo4j.helpers
-
- TransactionTemplate.Monitor.Adapter() - Constructor for class org.neo4j.helpers.TransactionTemplate.Monitor.Adapter
-
- TransactionTerminatedException - Exception in org.neo4j.graphdb
-
Signals that the transaction within which the failed operations ran
has been terminated with
Transaction.terminate().
- TransactionTerminatedException() - Constructor for exception org.neo4j.graphdb.TransactionTerminatedException
-
- translate(Function<FROM, TO>, Predicate<? super TO>) - Static method in class org.neo4j.helpers.Predicates
-
Deprecated.
- TraversalBranch - Interface in org.neo4j.graphdb.traversal
-
- TraversalContext - Interface in org.neo4j.graphdb.traversal
-
Provides a context for
TraversalBranches which they need to
move further and report their progress.
- traversalDescription() - Method in interface org.neo4j.graphdb.GraphDatabaseService
-
Factory method for unidirectional traversal descriptions
- TraversalDescription - Interface in org.neo4j.graphdb.traversal
-
Represents a description of a traversal.
- TraversalMetadata - Interface in org.neo4j.graphdb.traversal
-
Provides metadata about a traversal.
- 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
-
- traverse(Traverser.Order, StopEvaluator, ReturnableEvaluator, RelationshipType, Direction, RelationshipType, Direction) - Method in interface org.neo4j.graphdb.Node
-
- traverse(Traverser.Order, StopEvaluator, ReturnableEvaluator, Object...) - Method in interface org.neo4j.graphdb.Node
-
- traverse(Node, Node) - Method in interface org.neo4j.graphdb.traversal.BidirectionalTraversalDescription
-
Traverse between a given start and end node with all
applied rules and behavior in this traversal description.
- traverse(Iterable<Node>, Iterable<Node>) - Method in interface org.neo4j.graphdb.traversal.BidirectionalTraversalDescription
-
Traverse between a set of start and end nodes with all
applied rules and behavior in this traversal description.
- traverse(Node) - Method in interface org.neo4j.graphdb.traversal.TraversalDescription
-
Traverse from a single start node based on all the rules and behavior
in this description.
- traverse(Node...) - Method in interface org.neo4j.graphdb.traversal.TraversalDescription
-
Traverse from a set of start nodes based on all the rules and behavior
in this description.
- traverse(Iterable<Node>) - Method in interface org.neo4j.graphdb.traversal.TraversalDescription
-
Traverse from a iterable of start nodes based on all the rules and behavior
in this description.
- Traverser - Interface in org.neo4j.graphdb.traversal
-
This interface represents the traverser which is used to step through the
results of a traversal.
- Traverser - Interface in org.neo4j.graphdb
-
- Traverser.Order - Enum in org.neo4j.graphdb
-
Deprecated.
Defines a traversal order as used by the traversal framework.
- triggerIndexSampling(String, String, boolean) - Method in interface org.neo4j.management.IndexSamplingManager
-
- Triplet<T1,T2,T3> - Class in org.neo4j.helpers
-
Utility to handle triplets of objects.
- TRUE() - Static method in class org.neo4j.helpers.Predicates
-
Deprecated.
- TRUE - Static variable in class org.neo4j.helpers.Settings
-
- typeEquals(Class<?>, Class<?>) - Method in interface org.neo4j.helpers.ArrayUtil.ArrayEquality
-
- VALIDATIONMESSAGE - Static variable in class org.neo4j.graphdb.factory.SettingsResourceBundle
-
- value() - Method in interface org.neo4j.graphdb.event.PropertyEntry
-
Get the value of the modified property.
- value() - Method in class org.neo4j.helpers.Args.Option
-
- ValueContext - Class in org.neo4j.index.lucene
-
ValueContext allows you to give not just a value, but to give the value
some context to live in.
- ValueContext(Object) - Constructor for class org.neo4j.index.lucene.ValueContext
-
- ValueGetter<T> - Interface in org.neo4j.helpers
-
Deprecated.
use Supplier instead
- ValueGetter.FromValue<T> - Class in org.neo4j.helpers
-
Deprecated.
- ValueGetter.FromValue(T) - Constructor for class org.neo4j.helpers.ValueGetter.FromValue
-
Deprecated.
- ValueMatcher - Interface in org.neo4j.graphmatching
-
Deprecated.
- valueOf(String) - Static method in enum org.neo4j.graphdb.Direction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.neo4j.graphdb.event.ErrorState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.neo4j.graphdb.event.KernelEventHandler.ExecutionOrder
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.neo4j.graphdb.QueryExecutionType.QueryType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.neo4j.graphdb.schema.ConstraintType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.neo4j.graphdb.schema.Schema.IndexState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.neo4j.graphdb.SeverityLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.neo4j.graphdb.traversal.BranchCollisionPolicies
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.neo4j.graphdb.traversal.BranchOrderingPolicies
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.neo4j.graphdb.traversal.Evaluation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.neo4j.graphdb.traversal.SideSelectorPolicies
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.neo4j.graphdb.traversal.Uniqueness
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.neo4j.graphdb.Traverser.Order
-
Deprecated.
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.neo4j.udc.UsageDataKeys.Edition
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.neo4j.udc.UsageDataKeys.OperationalMode
-
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.QueryExecutionType.QueryType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.neo4j.graphdb.schema.ConstraintType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.neo4j.graphdb.schema.Schema.IndexState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.neo4j.graphdb.SeverityLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.neo4j.graphdb.traversal.BranchCollisionPolicies
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.neo4j.graphdb.traversal.BranchOrderingPolicies
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.neo4j.graphdb.traversal.Evaluation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.neo4j.graphdb.traversal.SideSelectorPolicies
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.neo4j.graphdb.traversal.Uniqueness
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.neo4j.graphdb.Traverser.Order
-
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.neo4j.udc.UsageDataKeys.Edition
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.neo4j.udc.UsageDataKeys.OperationalMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- version - Static variable in class org.neo4j.udc.UsageDataKeys
-
Version of Neo4j running, eg.
- visit(Result.ResultRow) - Method in interface org.neo4j.graphdb.Result.ResultVisitor
-
Visits the specified row.
- visit(E) - Method in interface org.neo4j.helpers.collection.Visitor
-
Invoked for each element in a collection.
- Visitable<V> - Interface in org.neo4j.helpers.collection
-
- Visitor<E,FAILURE extends Exception> - Interface in org.neo4j.helpers.collection
-
A visitor to internalize iteration.
- Visitor.SafeGenerics - Class in org.neo4j.helpers.collection
-
- VOID - Static variable in class org.neo4j.helpers.FutureAdapter
-