- 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 org.neo4j.graphdb.PropertyContainer> - Class in org.neo4j.graphmatching
-
Deprecated.
- accept(TYPE) - Method in class org.neo4j.helpers.ConcurrentTransfer
-
- accept(Visitor<StorageCommand, IOException>) - Method in interface org.neo4j.storageengine.api.CommandStream
-
Accepts a visitor into the commands making up this transaction.
- accept(NodeState.Visitor) - Method in interface org.neo4j.storageengine.api.txstate.NodeState
-
- accept(PropertyContainerState.Visitor) - Method in interface org.neo4j.storageengine.api.txstate.PropertyContainerState
-
- accept(DiffSetsVisitor<T>) - Method in class org.neo4j.storageengine.api.txstate.ReadableDiffSets.Empty
-
- accept(DiffSetsVisitor<T>) - Method in class org.neo4j.storageengine.api.txstate.ReadableRelationshipDiffSets.Empty
-
- accept(TxStateVisitor) - Method in interface org.neo4j.storageengine.api.txstate.ReadableTransactionState
-
- accept(RelationshipVisitor<EX>) - Method in interface org.neo4j.storageengine.api.txstate.RelationshipState
-
- accept(DiffSetsVisitor<T>) - Method in interface org.neo4j.storageengine.api.txstate.SuperReadableDiffSets
-
- acquire() - Method in interface org.neo4j.storageengine.api.StorageStatement
-
Acquires this statement so that it can be used, should later be
released
.
- acquireExclusive(ResourceType, long...) - Method in interface org.neo4j.storageengine.api.lock.ResourceLocker
-
Can be grabbed when no other client holds locks on the relevant resources.
- acquireIteratorNodeCursor(PrimitiveLongIterator) - Method in interface org.neo4j.storageengine.api.StorageStatement
-
- acquireIteratorRelationshipCursor(PrimitiveLongIterator) - Method in interface org.neo4j.storageengine.api.StorageStatement
-
- AcquireLockTimeoutException - Exception in org.neo4j.storageengine.api.lock
-
Acquiring a lock failed.
- AcquireLockTimeoutException(Throwable, String, Object...) - Constructor for exception org.neo4j.storageengine.api.lock.AcquireLockTimeoutException
-
- AcquireLockTimeoutException(String) - Constructor for exception org.neo4j.storageengine.api.lock.AcquireLockTimeoutException
-
- acquireSingleNodeCursor(long) - Method in interface org.neo4j.storageengine.api.StorageStatement
-
- acquireSingleRelationshipCursor(long) - Method in interface org.neo4j.storageengine.api.StorageStatement
-
- Adapter() - Constructor for class org.neo4j.helpers.TransactionTemplate.Monitor.Adapter
-
- Adapter() - Constructor for class org.neo4j.storageengine.api.txstate.DiffSetsVisitor.Adapter
-
- Adapter() - Constructor for class org.neo4j.storageengine.api.txstate.TxStateVisitor.Adapter
-
- add(Node) - Method in class org.neo4j.cypher.export.CypherResultSubGraph
-
- add(Relationship) - Method in class org.neo4j.cypher.export.CypherResultSubGraph
-
- 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.
- addCosts(T, T) - Method in interface org.neo4j.graphalgo.CostAccumulator
-
This is the accumulating method.
- addedAndChangedProperties() - Method in interface org.neo4j.storageengine.api.txstate.PropertyContainerState
-
- addedAndRemovedNodes() - Method in interface org.neo4j.storageengine.api.txstate.ReadableTransactionState
-
Returns nodes that have been added and removed in this tx.
- addedAndRemovedRelationships() - Method in interface org.neo4j.storageengine.api.txstate.ReadableTransactionState
-
Returns rels that have been added and removed in this tx.
- addedProperties() - Method in interface org.neo4j.storageengine.api.txstate.PropertyContainerState
-
- addFilter(FilterExpression) - Method in class org.neo4j.graphmatching.PatternGroup
-
Deprecated.
Adds a filter expression to the list of filters for this group.
- addKernelExtensions(Iterable<KernelExtensionFactory<?>>) - Method in class org.neo4j.graphdb.factory.GraphDatabaseFactoryState
-
- addListener(T, Iterable<T>) - Static method in class org.neo4j.helpers.Listeners
-
- 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.
- address - Variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings.BoltConnector
-
- addSettingsClasses(Iterable<Class<?>>) - Method in class org.neo4j.graphdb.factory.GraphDatabaseFactoryState
-
- addURLAccessRule(String, URLAccessRule) - Method in class org.neo4j.graphdb.factory.GraphDatabaseFactory
-
- addURLAccessRule(String, URLAccessRule) - Method in class org.neo4j.graphdb.factory.GraphDatabaseFactoryState
-
- allow_file_urls - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
-
- allow_store_upgrade - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
-
- allPaths(PathExpander, int) - Static method in class org.neo4j.graphalgo.GraphAlgoFactory
-
Returns an algorithm which can find all available paths between two
nodes.
- allSimplePaths(PathExpander, int) - Static method in class org.neo4j.graphalgo.GraphAlgoFactory
-
Returns an algorithm which can find all simple paths between two
nodes.
- apply(long) - Method in interface org.neo4j.storageengine.api.lock.WaitStrategy
-
Throws Exception to force users of this interface to handle any possible failure, since this is used in
potentially very sensitive code.
- apply(CommandsToApply, TransactionApplicationMode) - Method in interface org.neo4j.storageengine.api.StorageEngine
-
Apply a batch of groups of commands to this storage.
- apply(Iterator<T>) - Method in class org.neo4j.storageengine.api.txstate.ReadableDiffSets.Empty
-
- apply(Iterator<T>) - Method in class org.neo4j.storageengine.api.txstate.ReadableRelationshipDiffSets.Empty
-
- apply(Iterator<T>) - Method in interface org.neo4j.storageengine.api.txstate.SuperReadableDiffSets
-
- approximatelyEqual(double[], double[], double) - Static method in class org.neo4j.helpers.ArrayUtil
-
- archive_failed_index - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
-
- 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.ArrayUtil
-
Returns the array version of the vararg argument.
- array_block_size - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
-
- ArrayPropertyUtil - Class in org.neo4j.graphmatching
-
Deprecated.
- ArrayPropertyUtil() - Constructor for class org.neo4j.graphmatching.ArrayPropertyUtil
-
Deprecated.
- 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
-
- asMap() - Method in class org.neo4j.helpers.Args
-
- Assertion - Class in org.neo4j.helpers
-
- assertionsEnabled() - Static method in class org.neo4j.helpers.Assertion
-
- 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.
- augment(PrimitiveLongIterator) - Method in class org.neo4j.storageengine.api.txstate.ReadableDiffSets.Empty
-
- augment(PrimitiveIntIterator) - Method in class org.neo4j.storageengine.api.txstate.ReadableDiffSets.Empty
-
- augment(RelationshipIterator) - Method in class org.neo4j.storageengine.api.txstate.ReadableRelationshipDiffSets.Empty
-
- augment(PrimitiveIntIterator) - Method in class org.neo4j.storageengine.api.txstate.ReadableRelationshipDiffSets.Empty
-
- augment(LONGITERATOR) - Method in interface org.neo4j.storageengine.api.txstate.SuperReadableDiffSets
-
- augment(PrimitiveIntIterator) - Method in interface org.neo4j.storageengine.api.txstate.SuperReadableDiffSets
-
- augmentDegree(Direction, int) - Method in interface org.neo4j.storageengine.api.txstate.NodeState
-
- augmentDegree(Direction, int, int) - Method in interface org.neo4j.storageengine.api.txstate.NodeState
-
- augmentGraphProperties(Iterator<StorageProperty>) - Method in interface org.neo4j.storageengine.api.txstate.ReadableTransactionState
-
- augmentIteratorRelationshipCursor(Cursor<RelationshipItem>, RelationshipIterator) - Method in interface org.neo4j.storageengine.api.txstate.ReadableTransactionState
-
- augmentLabelCursor(Cursor<LabelItem>, NodeState) - Method in interface org.neo4j.storageengine.api.txstate.ReadableTransactionState
-
- augmentNodeDegree(long, int, Direction) - Method in interface org.neo4j.storageengine.api.txstate.ReadableTransactionState
-
- augmentNodeDegree(long, int, Direction, int) - Method in interface org.neo4j.storageengine.api.txstate.ReadableTransactionState
-
- augmentNodeRelationshipCursor(Cursor<RelationshipItem>, NodeState, Direction, int[]) - Method in interface org.neo4j.storageengine.api.txstate.ReadableTransactionState
-
- augmentNodesGetAll(PrimitiveLongIterator) - Method in interface org.neo4j.storageengine.api.txstate.ReadableTransactionState
-
- augmentNodesGetAllCursor(Cursor<NodeItem>) - Method in interface org.neo4j.storageengine.api.txstate.ReadableTransactionState
-
- augmentProperties(Iterator<StorageProperty>) - Method in interface org.neo4j.storageengine.api.txstate.PropertyContainerState
-
- augmentPropertyCursor(Cursor<PropertyItem>, PropertyContainerState) - Method in interface org.neo4j.storageengine.api.txstate.ReadableTransactionState
-
- augmentRelationships(Direction, RelationshipIterator) - Method in interface org.neo4j.storageengine.api.txstate.NodeState
-
- augmentRelationships(Direction, int[], RelationshipIterator) - Method in interface org.neo4j.storageengine.api.txstate.NodeState
-
- augmentRelationshipsGetAll(RelationshipIterator) - Method in interface org.neo4j.storageengine.api.txstate.ReadableTransactionState
-
- augmentRelationshipsGetAllCursor(Cursor<RelationshipItem>) - Method in interface org.neo4j.storageengine.api.txstate.ReadableTransactionState
-
- augmentSingleLabelCursor(Cursor<LabelItem>, NodeState, int) - Method in interface org.neo4j.storageengine.api.txstate.ReadableTransactionState
-
- augmentSingleNodeCursor(Cursor<NodeItem>, long) - Method in interface org.neo4j.storageengine.api.txstate.ReadableTransactionState
-
- augmentSinglePropertyCursor(Cursor<PropertyItem>, PropertyContainerState, int) - Method in interface org.neo4j.storageengine.api.txstate.ReadableTransactionState
-
- augmentSingleRelationshipCursor(Cursor<RelationshipItem>, long) - Method in interface org.neo4j.storageengine.api.txstate.ReadableTransactionState
-
- augmentWithRemovals(PrimitiveLongIterator) - Method in class org.neo4j.storageengine.api.txstate.ReadableDiffSets.Empty
-
- augmentWithRemovals(RelationshipIterator) - Method in class org.neo4j.storageengine.api.txstate.ReadableRelationshipDiffSets.Empty
-
- augmentWithRemovals(LONGITERATOR) - Method in interface org.neo4j.storageengine.api.txstate.SuperReadableDiffSets
-
- auth_enabled - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
-
- auth_store - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
-
- awaitCompletion() - Method in class org.neo4j.helpers.TaskCoordinator
-
- 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
-
- changedProperties() - Method in interface org.neo4j.storageengine.api.txstate.PropertyContainerState
-
- changes() - Method in class org.neo4j.unsafe.batchinsert.DirectRecordAccess
-
- changeSize() - Method in class org.neo4j.unsafe.batchinsert.DirectRecordAccess
-
- changeSize() - Method in class org.neo4j.unsafe.batchinsert.DirectRecordAccessSet
-
- check_point_interval_time - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
-
- check_point_interval_tx - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
-
- check_point_iops_limit - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
-
- clearBufferedIds() - Method in interface org.neo4j.storageengine.api.StorageEngine
-
Deprecated.
- 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
-
- close() - Method in interface org.neo4j.helpers.TaskControl
-
- close() - Method in interface org.neo4j.storageengine.api.StorageStatement
-
Closes this statement so that it can no longer be used nor
acquired
.
- close() - Method in class org.neo4j.storageengine.api.txstate.TxStateVisitor.Adapter
-
- close() - Method in interface org.neo4j.storageengine.api.txstate.TxStateVisitor
-
- close() - Method in class org.neo4j.storageengine.api.txstate.TxStateVisitor.Delegator
-
- close() - Method in class org.neo4j.unsafe.batchinsert.DirectRecordAccess
-
- close() - Method in class org.neo4j.unsafe.batchinsert.DirectRecordAccessSet
-
- combine(E, E) - Static method in class org.neo4j.helpers.Exceptions
-
- CommandReader - Interface in org.neo4j.storageengine.api
-
- CommandReaderFactory - Interface in org.neo4j.storageengine.api
-
- commandReaderFactory() - Method in interface org.neo4j.storageengine.api.StorageEngine
-
- CommandsToApply - Interface in org.neo4j.storageengine.api
-
- CommandStream - Interface in org.neo4j.storageengine.api
-
A stream of commands from one or more transactions, that can be serialized to a transaction log or applied to a
store.
- 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.
- compareDoubleAgainstLong(double, long) - Static method in class org.neo4j.helpers.MathUtil
-
- 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.
- compareLongAgainstDouble(long, double) - Static method in class org.neo4j.helpers.MathUtil
-
- concat(T, T...) - Static method in class org.neo4j.helpers.ArrayUtil
-
Create an array from a single first item and additional items following it.
- concat(T[], T...) - Static method in class org.neo4j.helpers.ArrayUtil
-
Create a array from a existing array and additional items following it.
- 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
-
- constraintIndexChanges() - Method in interface org.neo4j.storageengine.api.txstate.ReadableTransactionState
-
- constraintIndexDiffSetsByLabel(int) - Method in interface org.neo4j.storageengine.api.txstate.ReadableTransactionState
-
- constraintIndexesCreatedInTx() - Method in interface org.neo4j.storageengine.api.txstate.ReadableTransactionState
-
- constraintsChanges() - Method in interface org.neo4j.storageengine.api.txstate.ReadableTransactionState
-
- constraintsChangesForLabel(int) - Method in interface org.neo4j.storageengine.api.txstate.ReadableTransactionState
-
- constraintsChangesForLabelAndProperty(int, int) - Method in interface org.neo4j.storageengine.api.txstate.ReadableTransactionState
-
- constraintsChangesForRelationshipType(int) - Method in interface org.neo4j.storageengine.api.txstate.ReadableTransactionState
-
- constraintsChangesForRelationshipTypeAndProperty(int, int) - Method in interface org.neo4j.storageengine.api.txstate.ReadableTransactionState
-
- constraintsGetAll() - Method in interface org.neo4j.storageengine.api.StoreReadLayer
-
- constraintsGetForLabel(int) - Method in interface org.neo4j.storageengine.api.StoreReadLayer
-
- constraintsGetForLabelAndPropertyKey(int, int) - Method in interface org.neo4j.storageengine.api.StoreReadLayer
-
- constraintsGetForRelationshipType(int) - Method in interface org.neo4j.storageengine.api.StoreReadLayer
-
- constraintsGetForRelationshipTypeAndPropertyKey(int, int) - Method in interface org.neo4j.storageengine.api.StoreReadLayer
-
- 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
-
Check if array contains item.
- contains(T[], int, T) - Static method in class org.neo4j.helpers.ArrayUtil
-
Check if array contains item.
- 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
-
- containsAll(T[], T[]) - Static method in class org.neo4j.helpers.ArrayUtil
-
Count items from a different array contained in an array.
- containsString(String) - Method in interface org.neo4j.storageengine.api.schema.IndexReader
-
Searches this index for string values containing the exact search string.
- Context - Annotation Type in org.neo4j.procedure
-
This marks a field in a class with
Procedure
methods as part of the context the procedure is invoked in.
- 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.
- countIndexedNodes(long, Object) - Method in interface org.neo4j.storageengine.api.schema.IndexReader
-
- counts_store_rotation_timeout - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
-
- countsForNode(int) - Method in interface org.neo4j.storageengine.api.StoreReadLayer
-
Returns number of stored nodes labeled with the label represented by labelId
.
- countsForRelationship(int, int, int) - Method in interface org.neo4j.storageengine.api.StoreReadLayer
-
Returns number of stored relationships of a certain typeId
whose start/end nodes are labeled
with the startLabelId
and endLabelId
respectively.
- create(KEY, ADDITIONAL) - Method in class org.neo4j.unsafe.batchinsert.DirectRecordAccess
-
- createCommands(Collection<StorageCommand>, ReadableTransactionState, StorageStatement, ResourceLocker, long) - Method in interface org.neo4j.storageengine.api.StorageEngine
-
Generates a list of
commands
representing the changes in the given transaction state
(
state
and
legacyIndexTransactionState
.
- createDeferredConstraint(Label) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
-
Returns a ConstraintCreator
where details about the constraint can be
specified.
- createDeferredSchemaIndex(Label) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
-
Returns an IndexCreator
where details about the index to create can be
specified.
- 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.
- 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.
Create a directed, optional
PatternRelationship
of the specified
RelationshipType
from this node to the specified other node.
- createOptionalRelationshipTo(PatternNode, RelationshipType, Direction) - Method in class org.neo4j.graphmatching.PatternNode
-
Deprecated.
Create an optional
PatternRelationship
of the specified
RelationshipType
between this node and the specified other node,
with the specified direction.
- 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.
- 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.
Create a directed, required
PatternRelationship
of the specified
RelationshipType
from this node to the specified other node.
- createRelationshipTo(PatternNode, RelationshipType, Direction) - Method in class org.neo4j.graphmatching.PatternNode
-
Deprecated.
Create a required
PatternRelationship
of the specified
RelationshipType
between this node and the specified other node,
with the specified direction.
- createSampler() - Method in interface org.neo4j.storageengine.api.schema.IndexReader
-
- currentTimeMillis() - Method in interface org.neo4j.helpers.Clock
-
Deprecated.
- currentTimeMillis() - Method in class org.neo4j.helpers.FrozenClock
-
Deprecated.
- 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_idp_solver_duration_threshold - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
-
- cypher_idp_solver_table_threshold - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
-
- cypher_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
-
- 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
-
- geoEstimateEvaluator(String, String) - Static method in class org.neo4j.graphalgo.CommonEvaluators
-
- get(String) - Method in class org.neo4j.helpers.Args
-
Get a config option by name.
- 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 interface org.neo4j.storageengine.api.ReadableChannel
-
- get(byte[], int) - Method in interface org.neo4j.storageengine.api.ReadableChannel
-
Reads the next length
bytes from this channel and puts them into bytes
.
- 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.
- GET_LABEL - Static variable in interface org.neo4j.storageengine.api.NodeItem
-
Convenience function for extracting a label id from a
LabelItem
.
- GET_RELATIONSHIP_TYPE - Static variable in interface org.neo4j.storageengine.api.NodeItem
-
Convenience function for extracting a relationship type id from a
IntSupplier
.
- getAdded() - Method in class org.neo4j.storageengine.api.txstate.ReadableDiffSets.Empty
-
- getAdded() - Method in class org.neo4j.storageengine.api.txstate.ReadableRelationshipDiffSets.Empty
-
- getAdded() - Method in interface org.neo4j.storageengine.api.txstate.SuperReadableDiffSets
-
- getAddedProperty(int) - Method in interface org.neo4j.storageengine.api.txstate.PropertyContainerState
-
- getAddedRelationships(Direction) - Method in interface org.neo4j.storageengine.api.txstate.NodeState
-
- getAddedRelationships(Direction, int[]) - Method in interface org.neo4j.storageengine.api.txstate.NodeState
-
- getAllRelationships() - Method in class org.neo4j.graphmatching.PatternNode
-
Deprecated.
- getArrayStoreSize() - Method in interface org.neo4j.jmx.StoreFile
-
- getAssociation() - Method in class org.neo4j.graphmatching.AbstractPatternObject
-
Deprecated.
Get the Node
or Relationship
currently associated with
this pattern object.
- getAttribute(ObjectName, String) - Static method in class org.neo4j.jmx.JmxUtils
-
- 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 class org.neo4j.helpers.Args
-
- getBoolean(String, Boolean) - Method in class org.neo4j.helpers.Args
-
- getBoolean(String, Boolean, Boolean) - Method in class org.neo4j.helpers.Args
-
Parses a boolean
argument.
- getChangedProperty(int) - Method in interface org.neo4j.storageengine.api.txstate.PropertyContainerState
-
- getCompleted() - Method in class org.neo4j.storageengine.api.schema.PopulationProgress
-
- getConfig() - Method in interface org.neo4j.index.lucene.LuceneKernelExtensionFactory.Dependencies
-
- 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
-
- 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.
- getDatabaseName() - Method in interface org.neo4j.jmx.Kernel
-
- getDefaultOperator() - Method in class org.neo4j.index.lucene.QueryContext
-
Returns the default operator used between terms in compound queries.
- 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.
- getDouble() - Method in interface org.neo4j.storageengine.api.ReadableChannel
-
- getDuration(String, long) - Method in class org.neo4j.helpers.Args
-
- getEdition() - Method in class org.neo4j.graphdb.factory.GraphDatabaseFactory
-
- getElements() - Method in class org.neo4j.graphmatching.PatternMatch
-
Deprecated.
Get the matched elements in this match.
- getEndNode() - Method in class org.neo4j.unsafe.batchinsert.BatchRelationship
-
- getEnum(Class<T>, String, T) - Method in class org.neo4j.helpers.Args
-
- getFilters() - Method in class org.neo4j.graphmatching.PatternGroup
-
Deprecated.
- 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.
- getFloat() - Method in interface org.neo4j.storageengine.api.ReadableChannel
-
- getFreshIndexReader(IndexDescriptor) - Method in interface org.neo4j.storageengine.api.StorageStatement
-
Returns an
IndexReader
for searching entity ids given property values.
- getFromPatternRelationship() - Method in class org.neo4j.graphmatching.PatternElement
-
Deprecated.
- getFromRelationship() - Method in class org.neo4j.graphmatching.PatternElement
-
Deprecated.
- getGroup() - Method in class org.neo4j.graphmatching.PatternNode
-
Deprecated.
- getHost() - Method in class org.neo4j.helpers.HostnamePort
-
The host part, or null
if not given.
- getHost(String) - Method in class org.neo4j.helpers.HostnamePort
-
- getHostAddress(String, String) - Static method in class org.neo4j.helpers.HostnamePort
-
- getId() - Method in interface org.neo4j.storageengine.api.schema.SchemaRule
-
The persistence id for this rule.
- getId() - Method in interface org.neo4j.storageengine.api.txstate.NodeState
-
- getId() - Method in interface org.neo4j.storageengine.api.txstate.RelationshipState
-
- getId() - Method in class org.neo4j.unsafe.batchinsert.BatchRelationship
-
- 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
-
- getIndexProviders() - Method in interface org.neo4j.index.lucene.LuceneKernelExtensionFactory.Dependencies
-
- getIndexReader(IndexDescriptor) - Method in interface org.neo4j.storageengine.api.StorageStatement
-
Returns an
IndexReader
for searching entity ids given property values.
- getIndexStore() - Method in interface org.neo4j.index.lucene.LuceneKernelExtensionFactory.Dependencies
-
- getInt() - Method in interface org.neo4j.storageengine.api.ReadableChannel
-
- getKernelExtension() - Method in class org.neo4j.graphdb.factory.GraphDatabaseFactoryState
-
- getKernelStartTime() - Method in interface org.neo4j.jmx.Kernel
-
- getKernelVersion() - Method in interface org.neo4j.jmx.Kernel
-
- getKeys() - Method in class org.neo4j.helpers.Service
-
- getKind() - Method in interface org.neo4j.storageengine.api.schema.SchemaRule
-
- 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.
- getLabel() - Method in interface org.neo4j.storageengine.api.schema.SchemaRule
-
- getLabels() - Method in class org.neo4j.cypher.export.CypherResultSubGraph
-
- getLabels() - Method in interface org.neo4j.storageengine.api.NodeItem
-
- getLabelScanReader() - Method in interface org.neo4j.storageengine.api.StorageStatement
-
- getLabelTokenChanges() - Method in class org.neo4j.unsafe.batchinsert.DirectRecordAccessSet
-
- getLast() - Method in class org.neo4j.index.lucene.LuceneTimeline
-
- getLast() - Method in interface org.neo4j.index.lucene.TimelineIndex
-
- getLeftExpression() - Method in class org.neo4j.graphmatching.filter.FilterBinaryNode
-
Deprecated.
- getLogicalLogSize() - Method in interface org.neo4j.jmx.StoreFile
-
- getLong() - Method in interface org.neo4j.storageengine.api.ReadableChannel
-
- getMatcher() - Static method in class org.neo4j.graphmatching.PatternMatcher
-
Deprecated.
- getMBeanQuery() - Method in interface org.neo4j.jmx.Kernel
-
- getNode() - Method in class org.neo4j.graphmatching.PatternElement
-
Deprecated.
Returns the matching Node
which is just one part of the whole
match.
- getNodeFor(PatternNode) - Method in class org.neo4j.graphmatching.PatternMatch
-
Deprecated.
- getNodeLabels(long) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
-
- getNodeProperties(long) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
-
Returns a map containing all the properties of this node.
- 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
-
- getNodeState(long) - Method in interface org.neo4j.storageengine.api.txstate.ReadableTransactionState
-
- getNodeStoreSize() - Method in interface org.neo4j.jmx.StoreFile
-
- getNumber(String, Number) - Method in class org.neo4j.helpers.Args
-
- getNumberOfNodeIdsInUse() - Method in interface org.neo4j.jmx.Primitives
-
- getNumberOfPropertyIdsInUse() - Method in interface org.neo4j.jmx.Primitives
-
- getNumberOfRelationshipIdsInUse() - Method in interface org.neo4j.jmx.Primitives
-
- getNumberOfRelationshipTypeIdsInUse() - Method in interface org.neo4j.jmx.Primitives
-
- getObjectName(GraphDatabaseService, String) - Static method in class org.neo4j.jmx.JmxUtils
-
- getOrLoad(KEY, ADDITIONAL) - Method in class org.neo4j.unsafe.batchinsert.DirectRecordAccess
-
- getOtherNode(PatternNode) - Method in class org.neo4j.graphmatching.PatternRelationship
-
Deprecated.
Get the
PatternNode
that this pattern relationship relates, that
is not the specified node.
- getOwningConstraint() - Method in interface org.neo4j.storageengine.api.schema.IndexSchemaRule
-
- getPatternNode() - Method in class org.neo4j.graphmatching.PatternElement
-
Deprecated.
Returns the
PatternNode
corresponding to the matching
Node
.
- 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.
- getProperty() - Method in class org.neo4j.graphmatching.filter.AbstractFilterExpression
-
Deprecated.
- getProperty(int) - Method in interface org.neo4j.storageengine.api.EntityItem
-
- getPropertyConstraints() - Method in class org.neo4j.graphmatching.AbstractPatternObject
-
Deprecated.
Get all the constraints on the properties of this pattern object.
- getPropertyKey() - Method in interface org.neo4j.storageengine.api.schema.IndexSchemaRule
-
- getPropertyKeys() - Method in interface org.neo4j.storageengine.api.EntityItem
-
- 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
-
- getQueryOrQueryObject() - Method in class org.neo4j.index.lucene.QueryContext
-
- getRelationshipById(long) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
-
Gets a relationship by id.
- 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.
- getRelationshipProperties(long) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
-
Returns a map containing all the properties of the relationships.
- 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(boolean) - Method in class org.neo4j.graphmatching.PatternNode
-
Deprecated.
- getRelationships(Direction, int[]) - Method in interface org.neo4j.storageengine.api.NodeItem
-
- getRelationships(Direction) - Method in interface org.neo4j.storageengine.api.NodeItem
-
- getRelationships(long) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
-
Returns an iterable of
relationships
connected
to the node with supplied id.
- getRelationshipState(long) - Method in interface org.neo4j.storageengine.api.txstate.ReadableTransactionState
-
- getRelationshipStoreSize() - Method in interface org.neo4j.jmx.StoreFile
-
- getRelationshipType() - Method in interface org.neo4j.storageengine.api.schema.SchemaRule
-
- getRelationshipTypes() - Method in interface org.neo4j.storageengine.api.NodeItem
-
- 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
-
- getRemoved() - Method in class org.neo4j.storageengine.api.txstate.ReadableDiffSets.Empty
-
- getRemoved() - Method in class org.neo4j.storageengine.api.txstate.ReadableRelationshipDiffSets.Empty
-
- getRemoved() - Method in interface org.neo4j.storageengine.api.txstate.SuperReadableDiffSets
-
- getRightExpression() - Method in class org.neo4j.graphmatching.filter.FilterBinaryNode
-
Deprecated.
- 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.
- getShort() - Method in interface org.neo4j.storageengine.api.ReadableChannel
-
- getSorting() - Method in class org.neo4j.index.lucene.QueryContext
-
Returns the sorting setting for this context.
- getStartNode() - Method in class org.neo4j.unsafe.batchinsert.BatchRelationship
-
- getStoreCreationDate() - Method in interface org.neo4j.jmx.Kernel
-
- getStoreDir() - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
-
Returns the path to this Neo4j store.
- getStoreId() - Method in interface org.neo4j.jmx.Kernel
-
- getStoreLogVersion() - Method in interface org.neo4j.jmx.Kernel
-
- getStringStoreSize() - Method in interface org.neo4j.jmx.StoreFile
-
- getTop() - Method in class org.neo4j.index.lucene.QueryContext
-
Return the max number of results to be returned.
- getTotal() - Method in class org.neo4j.storageengine.api.schema.PopulationProgress
-
- 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.
- 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
-
- 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.
- GraphAlgoFactory - Class in org.neo4j.graphalgo
-
Static factory methods for the recommended implementations of common
graph algorithms for Neo4j.
- GraphAlgoFactory() - Constructor for class org.neo4j.graphalgo.GraphAlgoFactory
-
- GraphDatabaseBuilder - Class in org.neo4j.graphdb.factory
-
Builder for GraphDatabaseService
s that allows for setting and loading
configuration.
- 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
-
- GraphDatabaseFactory - Class in org.neo4j.graphdb.factory
-
Creates a GraphDatabaseService
.
- 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
-
- GraphDatabaseSettings - Class in org.neo4j.graphdb.factory
-
Settings for Neo4j.
- GraphDatabaseSettings() - Constructor for class org.neo4j.graphdb.factory.GraphDatabaseSettings
-
- GraphDatabaseSettings.BoltConnector - Class in org.neo4j.graphdb.factory
-
- GraphDatabaseSettings.BoltConnector.EncryptionLevel - Enum in org.neo4j.graphdb.factory
-
- GraphDatabaseSettings.Connector - Class in org.neo4j.graphdb.factory
-
- GraphDatabaseSettings.Connector.ConnectorType - Enum in org.neo4j.graphdb.factory
-
- graphGetAllProperties() - Method in interface org.neo4j.storageengine.api.StoreReadLayer
-
- graphGetProperty(int) - Method in interface org.neo4j.storageengine.api.StoreReadLayer
-
- graphGetPropertyKeys() - Method in interface org.neo4j.storageengine.api.StoreReadLayer
-
- pagecache_memory - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
-
- pagecache_swapper - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
-
- parameter(String) - Static method in class org.neo4j.helpers.Uris
-
Extract a named parameter from the query of a URI.
- parse(String...) - Method in class org.neo4j.helpers.Args.ArgsParser
-
- parse(String...) - Static method in class org.neo4j.helpers.Args
-
- parseTimeMillis - Static variable in class org.neo4j.helpers.TimeUtil
-
- PathFinder<P extends org.neo4j.graphdb.Path> - Interface in org.neo4j.graphalgo
-
Interface of algorithms that finds paths in between two nodes.
- pathsWithLength(PathExpander, int) - Static method in class org.neo4j.graphalgo.GraphAlgoFactory
-
Returns an algorithm which can find simple all paths of a certain length
between two nodes.
- PatternElement - Class in org.neo4j.graphmatching
-
Deprecated.
- PatternGroup - Class in org.neo4j.graphmatching
-
Deprecated.
- PatternGroup() - Constructor for class org.neo4j.graphmatching.PatternGroup
-
Deprecated.
- PatternMatch - Class in org.neo4j.graphmatching
-
Deprecated.
- PatternMatcher - Class in org.neo4j.graphmatching
-
Deprecated.
- PatternNode - Class in org.neo4j.graphmatching
-
Deprecated.
- PatternNode() - Constructor for class org.neo4j.graphmatching.PatternNode
-
Deprecated.
Create a new pattern node in the default
PatternGroup
with a
blank label.
- PatternNode(String) - Constructor for class org.neo4j.graphmatching.PatternNode
-
Deprecated.
Create a new pattern node in the default
PatternGroup
with the
specified label.
- PatternNode(PatternGroup) - Constructor for class org.neo4j.graphmatching.PatternNode
-
Deprecated.
Create a new pattern node in the specified
PatternGroup
with a
blank label.
- PatternNode(PatternGroup, String) - Constructor for class org.neo4j.graphmatching.PatternNode
-
Deprecated.
Create a new pattern node in the specified
PatternGroup
with the
specified label.
- PatternRelationship - Class in org.neo4j.graphmatching
-
Deprecated.
- PatternUtil - Class in org.neo4j.graphmatching
-
Deprecated.
- PatternUtil() - Constructor for class org.neo4j.graphmatching.PatternUtil
-
Deprecated.
- peel(Throwable, Predicate<Throwable>) - Static method in class org.neo4j.helpers.Exceptions
-
Peels off layers of causes.
- PerformsWrites - Annotation Type in org.neo4j.procedure
-
This annotation marks a
Procedure
as performing updates to the graph.
- plugin_dir - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
-
- PopulationProgress - Class in org.neo4j.storageengine.api.schema
-
- PopulationProgress(long, long) - Constructor for class org.neo4j.storageengine.api.schema.PopulationProgress
-
- PortBindException - Exception in org.neo4j.helpers
-
A bind exception that includes which port we failed to bind to.
- PortBindException(HostnamePort, BindException) - Constructor for exception org.neo4j.helpers.PortBindException
-
- PortBindException(HostnamePort, HostnamePort, BindException) - Constructor for exception org.neo4j.helpers.PortBindException
-
- prepareForRecoveryRequired() - Method in interface org.neo4j.storageengine.api.StorageEngine
-
Startup process have reached the conclusion that recovery is required.
- present(T) - Static method in class org.neo4j.helpers.FutureAdapter
-
- Present(V) - Constructor for class org.neo4j.helpers.FutureAdapter.Present
-
- prettyPrint(Object) - Static method in class org.neo4j.helpers.Strings
-
- Primitives - Interface in org.neo4j.jmx
-
- printAllCauses(PrintWriter) - Method in exception org.neo4j.helpers.ProcessFailureException
-
- printGraph(PatternNode, PrintStream) - Static method in class org.neo4j.graphmatching.PatternUtil
-
Deprecated.
- printStackTrace(PrintStream) - Method in exception org.neo4j.helpers.ProcessFailureException
-
- printStackTrace(PrintWriter) - Method in exception org.neo4j.helpers.ProcessFailureException
-
- Procedure - Annotation Type in org.neo4j.procedure
-
Declares a method as a Procedure, meaning the method can be called from the
cypher query language.
- ProcessFailureException - Exception in org.neo4j.helpers
-
- ProcessFailureException(List<ProcessFailureException.Entry>) - Constructor for exception org.neo4j.helpers.ProcessFailureException
-
- ProcessFailureException.Entry - Class in org.neo4j.helpers
-
- processFuture(Process) - Static method in class org.neo4j.helpers.FutureAdapter
-
- properties() - Method in interface org.neo4j.storageengine.api.EntityItem
-
- property(int) - Method in interface org.neo4j.storageengine.api.EntityItem
-
- PropertyContainerState - Interface in org.neo4j.storageengine.api.txstate
-
- PropertyContainerState.Visitor - Interface in org.neo4j.storageengine.api.txstate
-
- PropertyItem - Interface in org.neo4j.storageengine.api
-
Property item returned from property cursors
- propertyKeyCount() - Method in interface org.neo4j.storageengine.api.StoreReadLayer
-
- propertyKeyGetAllTokens() - Method in interface org.neo4j.storageengine.api.StoreReadLayer
-
- propertyKeyGetForName(String) - Method in interface org.neo4j.storageengine.api.StoreReadLayer
-
- propertyKeyGetName(int) - Method in interface org.neo4j.storageengine.api.StoreReadLayer
-
- propertyKeyGetOrCreateForName(String) - Method in interface org.neo4j.storageengine.api.StoreReadLayer
-
Gets property key token id for the given propertyKeyName
, or creates one if there is no
existing property key with the given name.
- propertyKeyId() - Method in interface org.neo4j.storageengine.api.PropertyItem
-
- propertyKeyId() - Method in interface org.neo4j.storageengine.api.StorageProperty
-
- propertyValueToCollection(Object) - Static method in class org.neo4j.graphmatching.ArrayPropertyUtil
-
Deprecated.
- put(byte) - Method in interface org.neo4j.storageengine.api.WritableChannel
-
Writes a byte
to this channel.
- put(byte[], int) - Method in interface org.neo4j.storageengine.api.WritableChannel
-
Writes a byte[]
to this channel.
- putDouble(double) - Method in interface org.neo4j.storageengine.api.WritableChannel
-
Writes a double
to this channel.
- putFloat(float) - Method in interface org.neo4j.storageengine.api.WritableChannel
-
Writes a float
to this channel.
- putInt(int) - Method in interface org.neo4j.storageengine.api.WritableChannel
-
Writes a int
to this channel.
- putLong(long) - Method in interface org.neo4j.storageengine.api.WritableChannel
-
Writes a long
to this channel.
- putShort(short) - Method in interface org.neo4j.storageengine.api.WritableChannel
-
Writes a short
to this channel.
- rangeSeekByNumberInclusive(Number, Number) - Method in interface org.neo4j.storageengine.api.schema.IndexReader
-
Searches this index for numerics values between lower
and upper
.
- rangeSeekByPrefix(String) - Method in interface org.neo4j.storageengine.api.schema.IndexReader
-
Searches this index for string values starting with prefix
.
- rangeSeekByString(String, boolean, String, boolean) - Method in interface org.neo4j.storageengine.api.schema.IndexReader
-
Searches this index for string values between lower
and upper
.
- read(ReadableChannel) - Method in interface org.neo4j.storageengine.api.CommandReader
-
- read_only - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
-
- ReadableChannel - Interface in org.neo4j.storageengine.api
-
Represents a channel from where primitive values can be read.
- ReadableDiffSets<T> - Interface in org.neo4j.storageengine.api.txstate
-
- ReadableDiffSets.Empty<T> - Class in org.neo4j.storageengine.api.txstate
-
- ReadableRelationshipDiffSets<T> - Interface in org.neo4j.storageengine.api.txstate
-
- ReadableRelationshipDiffSets.Empty<T> - Class in org.neo4j.storageengine.api.txstate
-
- ReadableTransactionState - Interface in org.neo4j.storageengine.api.txstate
-
This interface contains the methods for reading transaction state from the transaction state.
- ReadPastEndException - Exception in org.neo4j.storageengine.api
-
- rebuild_idgenerators_fast - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
-
- record_format - 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.
- registerDiagnostics(DiagnosticsManager) - Method in interface org.neo4j.storageengine.api.StorageEngine
-
Registers diagnostics about the storage onto DiagnosticsManager
.
- relationship_auto_indexing - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
-
Deprecated.
- relationship_keys_indexable - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
-
Deprecated.
- relationshipHasProperty(long, String) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
-
Returns true iff the relationship with id relationship
has a
property with name propertyName
.
- relationshipIndex(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
-
Returns a
BatchInserterIndex
for
Relationship
s for the
name
indexName
with the given
config
.
- relationshipIsAddedInThisTx(long) - Method in interface org.neo4j.storageengine.api.txstate.ReadableTransactionState
-
- relationshipIsDeletedInThisTx(long) - Method in interface org.neo4j.storageengine.api.txstate.ReadableTransactionState
-
- RelationshipItem - Interface in org.neo4j.storageengine.api
-
Represents a single relationship from a cursor.
- relationships(Direction, int...) - Method in interface org.neo4j.storageengine.api.NodeItem
-
- relationships(Direction) - Method in interface org.neo4j.storageengine.api.NodeItem
-
- relationshipsGetAll() - Method in interface org.neo4j.storageengine.api.StoreReadLayer
-
- relationshipsGetAllCursor() - Method in interface org.neo4j.storageengine.api.StorageStatement
-
- relationshipsGetCount() - Method in interface org.neo4j.storageengine.api.StoreReadLayer
-
- RelationshipState - Interface in org.neo4j.storageengine.api.txstate
-
Represents the transactional changes to a relationship.
- relationshipTypeCount() - Method in interface org.neo4j.storageengine.api.StoreReadLayer
-
- relationshipTypeGetAllTokens() - Method in interface org.neo4j.storageengine.api.StoreReadLayer
-
- relationshipTypeGetForName(String) - Method in interface org.neo4j.storageengine.api.StoreReadLayer
-
- relationshipTypeGetName(int) - Method in interface org.neo4j.storageengine.api.StoreReadLayer
-
- relationshipTypeGetOrCreateForName(String) - Method in interface org.neo4j.storageengine.api.StoreReadLayer
-
Gets relationship type token id for the given relationshipTypeName
, or creates one if there is no
existing relationship type with the given name.
- relationshipTypes() - Method in interface org.neo4j.storageengine.api.NodeItem
-
- relationshipTypes() - Method in interface org.neo4j.storageengine.api.txstate.NodeState
-
- relationshipVisit(long, RelationshipVisitor<EXCEPTION>) - Method in interface org.neo4j.storageengine.api.StoreReadLayer
-
Visits data about a relationship.
- relationshipVisit(long, RelationshipVisitor<EX>) - Method in interface org.neo4j.storageengine.api.txstate.ReadableTransactionState
-
- release() - Method in interface org.neo4j.storageengine.api.StorageStatement
-
Releases this statement so that it can later be
acquired
again.
- releaseNode(long) - Method in interface org.neo4j.storageengine.api.StoreReadLayer
-
Releases a previously
reserved
node id if it turns out to not actually being used,
for example in the event of a transaction rolling back.
- releaseRelationship(long) - Method in interface org.neo4j.storageengine.api.StoreReadLayer
-
Releases a previously
reserved
relationship id if it turns out to not
actually being used, for example in the event of a transaction rolling back.
- 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.
- removedProperties() - Method in interface org.neo4j.storageengine.api.txstate.PropertyContainerState
-
- removeListener(T, Iterable<T>) - Static method in class org.neo4j.helpers.Listeners
-
- removeNodeProperty(long, String) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
-
Removes the property named property
from the node with id
id
, if present.
- removeRelationshipProperty(long, String) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
-
Removes the property named property
from the relationship with id
id
, if present.
- requiresApplicationOrdering() - Method in interface org.neo4j.storageengine.api.CommandsToApply
-
- reserveNode() - Method in interface org.neo4j.storageengine.api.StoreReadLayer
-
Reserves a node id for future use to store a node.
- reserveRelationship() - Method in interface org.neo4j.storageengine.api.StoreReadLayer
-
Reserves a relationship id for future use to store a relationship.
- ResourceLocker - Interface in org.neo4j.storageengine.api.lock
-
- ResourceType - Interface in org.neo4j.storageengine.api.lock
-
Locks are split by resource types.
- 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
-
- revision - Static variable in class org.neo4j.udc.UsageDataKeys
-
Revision of Neo4j running, a link back to source control revision ids.
- 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
-
- sampleIndex() - Method in interface org.neo4j.storageengine.api.schema.IndexSampler
-
Sample this index (on the current thread)
- sampleSize() - Method in class org.neo4j.storageengine.api.schema.IndexSample
-
- scan() - Method in interface org.neo4j.storageengine.api.schema.IndexReader
-
Scans this index returning all nodes.
- SchemaRule - Interface in org.neo4j.storageengine.api.schema
-
Represents a stored schema rule.
- SchemaRule.Kind - Enum in org.neo4j.storageengine.api.schema
-
- seek(Object) - Method in interface org.neo4j.storageengine.api.schema.IndexReader
-
Searches this index for a certain value.
- serialize(WritableChannel) - Method in interface org.neo4j.storageengine.api.StorageCommand
-
Serializes change this command represents into a
WritableChannel
for later reading back.
- 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(UsageDataKey<T>, T) - Method in class org.neo4j.udc.UsageData
-
- setAssociation(T) - Method in class org.neo4j.graphmatching.AbstractPatternObject
-
Deprecated.
Associate this object with a particular Node
or
Relationship
.
- 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
-
- setConfig(Map<String, String>) - Method in class org.neo4j.graphdb.factory.GraphDatabaseBuilder
-
- 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;
- setMessage(Throwable, String) - Static method in class org.neo4j.helpers.Exceptions
-
- 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.
- setNodeProperties(long, Map<String, Object>) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
-
Sets the properties of a node.
- setNodeProperty(long, String, Object) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
-
Sets the property with name propertyName
of node with id
node
to the value propertyValue
.
- setRelationshipProperties(long, Map<String, Object>) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
-
Sets the properties of a relationship.
- setRelationshipProperty(long, String, Object) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
-
Sets the property with name propertyName
of relationship with id
relationship
to the value propertyValue
.
- 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
-
- shortestPath(PathExpander, int) - Static method in class org.neo4j.graphalgo.GraphAlgoFactory
-
Returns an algorithm which can find all shortest paths (that is paths
with as short Path.length()
as possible) between two nodes.
- shortestPath(PathExpander, int, int) - Static method in class org.neo4j.graphalgo.GraphAlgoFactory
-
Returns an algorithm which can find all shortest paths (that is paths
with as short Path.length()
as possible) between two nodes.
- shutdown() - Method in class org.neo4j.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 interface org.neo4j.unsafe.batchinsert.BatchInserterIndexProvider
-
Shuts down this index provider and ensures that all indexes are fully
written to disk.
- shutdown_transaction_end_timeout - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
-
- 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
-
- 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.udc.UsageData
-
- startNode() - Method in interface org.neo4j.storageengine.api.RelationshipItem
-
- stop() - Method in class org.neo4j.udc.UsageData
-
- StorageCommand - Interface in org.neo4j.storageengine.api
-
- StorageEngine - Interface in org.neo4j.storageengine.api
-
A StorageEngine provides the functionality to durably store data, and read it back.
- StorageProperty - Interface in org.neo4j.storageengine.api
-
Abstraction pairing property key token id and property value.
- StorageStatement - Interface in org.neo4j.storageengine.api
-
- store_internal_debug_contexts - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
-
- store_internal_log_level - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
-
- store_internal_log_max_archives - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
-
- store_internal_log_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
-
- StoreFile - Interface in org.neo4j.jmx
-
- storeReadLayer() - Method in interface org.neo4j.storageengine.api.StorageEngine
-
- StoreReadLayer - Interface in org.neo4j.storageengine.api
-
Abstraction for reading committed data from
store
.
- string_block_size - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
-
Block size properties values depends from selected record format.
- stringify(Throwable) - Static method in class org.neo4j.helpers.Exceptions
-
- stringify(Thread, StackTraceElement[]) - Static method in class org.neo4j.helpers.Exceptions
-
- Strings - Class in org.neo4j.helpers
-
Helper functions for working with strings.
- SubGraph - Interface in org.neo4j.cypher.export
-
- SubGraphExporter - Class in org.neo4j.cypher.export
-
- SubGraphExporter(SubGraph) - Constructor for class org.neo4j.cypher.export.SubGraphExporter
-
- SuperReadableDiffSets<T,LONGITERATOR extends org.neo4j.collection.primitive.PrimitiveLongIterator> - Interface in org.neo4j.storageengine.api.txstate
-
Super class of diff sets where use of PrimitiveLongIterator
can be parameterized
to a specific subclass instead.
- SYSTEM_CLOCK - Static variable in interface org.neo4j.helpers.Clock
-
- value() - Method in class org.neo4j.helpers.Args.Option
-
- value() - Method in interface org.neo4j.storageengine.api.PropertyItem
-
- value() - Method in interface org.neo4j.storageengine.api.StorageProperty
-
- value(Object) - Method in interface org.neo4j.storageengine.api.StorageProperty
-
- valueAsString() - Method in interface org.neo4j.storageengine.api.StorageProperty
-
- 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
-
- valueEquals(Object) - Method in interface org.neo4j.storageengine.api.StorageProperty
-
- ValueMatcher - Interface in org.neo4j.graphmatching
-
Deprecated.
- valueOf(String) - Static method in enum org.neo4j.graphdb.factory.GraphDatabaseSettings.BoltConnector.EncryptionLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.neo4j.graphdb.factory.GraphDatabaseSettings.Connector.ConnectorType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.neo4j.storageengine.api.Direction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.neo4j.storageengine.api.EntityType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.neo4j.storageengine.api.schema.SchemaRule.Kind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.neo4j.storageengine.api.TransactionApplicationMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.neo4j.storageengine.api.txstate.UpdateTriState
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.neo4j.graphdb.factory.GraphDatabaseSettings.BoltConnector.EncryptionLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.neo4j.graphdb.factory.GraphDatabaseSettings.Connector.ConnectorType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.neo4j.storageengine.api.Direction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.neo4j.storageengine.api.EntityType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.neo4j.storageengine.api.schema.SchemaRule.Kind
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.neo4j.storageengine.api.TransactionApplicationMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.neo4j.storageengine.api.txstate.UpdateTriState
-
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.
- visitAdded(T) - Method in class org.neo4j.storageengine.api.txstate.DiffSetsVisitor.Adapter
-
- visitAdded(T) - Method in interface org.neo4j.storageengine.api.txstate.DiffSetsVisitor
-
- visitAddedIndex(IndexDescriptor, boolean) - Method in class org.neo4j.storageengine.api.txstate.TxStateVisitor.Adapter
-
- visitAddedIndex(IndexDescriptor, boolean) - Method in class org.neo4j.storageengine.api.txstate.TxStateVisitor.Delegator
-
- visitAddedIndex(IndexDescriptor, boolean) - Method in interface org.neo4j.storageengine.api.txstate.TxStateVisitor
-
- visitAddedNodePropertyExistenceConstraint(NodePropertyExistenceConstraint) - Method in class org.neo4j.storageengine.api.txstate.TxStateVisitor.Adapter
-
- visitAddedNodePropertyExistenceConstraint(NodePropertyExistenceConstraint) - Method in class org.neo4j.storageengine.api.txstate.TxStateVisitor.Delegator
-
- visitAddedNodePropertyExistenceConstraint(NodePropertyExistenceConstraint) - Method in interface org.neo4j.storageengine.api.txstate.TxStateVisitor
-
- visitAddedRelationshipPropertyExistenceConstraint(RelationshipPropertyExistenceConstraint) - Method in class org.neo4j.storageengine.api.txstate.TxStateVisitor.Adapter
-
- visitAddedRelationshipPropertyExistenceConstraint(RelationshipPropertyExistenceConstraint) - Method in class org.neo4j.storageengine.api.txstate.TxStateVisitor.Delegator
-
- visitAddedRelationshipPropertyExistenceConstraint(RelationshipPropertyExistenceConstraint) - Method in interface org.neo4j.storageengine.api.txstate.TxStateVisitor
-
- visitAddedUniquePropertyConstraint(UniquenessConstraint) - Method in class org.neo4j.storageengine.api.txstate.TxStateVisitor.Adapter
-
- visitAddedUniquePropertyConstraint(UniquenessConstraint) - Method in class org.neo4j.storageengine.api.txstate.TxStateVisitor.Delegator
-
- visitAddedUniquePropertyConstraint(UniquenessConstraint) - Method in interface org.neo4j.storageengine.api.txstate.TxStateVisitor
-
- visitCreatedLabelToken(String, int) - Method in class org.neo4j.storageengine.api.txstate.TxStateVisitor.Adapter
-
- visitCreatedLabelToken(String, int) - Method in class org.neo4j.storageengine.api.txstate.TxStateVisitor.Delegator
-
- visitCreatedLabelToken(String, int) - Method in interface org.neo4j.storageengine.api.txstate.TxStateVisitor
-
- visitCreatedNode(long) - Method in class org.neo4j.storageengine.api.txstate.TxStateVisitor.Adapter
-
- visitCreatedNode(long) - Method in class org.neo4j.storageengine.api.txstate.TxStateVisitor.Delegator
-
- visitCreatedNode(long) - Method in interface org.neo4j.storageengine.api.txstate.TxStateVisitor
-
- visitCreatedPropertyKeyToken(String, int) - Method in class org.neo4j.storageengine.api.txstate.TxStateVisitor.Adapter
-
- visitCreatedPropertyKeyToken(String, int) - Method in class org.neo4j.storageengine.api.txstate.TxStateVisitor.Delegator
-
- visitCreatedPropertyKeyToken(String, int) - Method in interface org.neo4j.storageengine.api.txstate.TxStateVisitor
-
- visitCreatedRelationship(long, int, long, long) - Method in class org.neo4j.storageengine.api.txstate.TxStateVisitor.Adapter
-
- visitCreatedRelationship(long, int, long, long) - Method in class org.neo4j.storageengine.api.txstate.TxStateVisitor.Delegator
-
- visitCreatedRelationship(long, int, long, long) - Method in interface org.neo4j.storageengine.api.txstate.TxStateVisitor
-
- visitCreatedRelationshipTypeToken(String, int) - Method in class org.neo4j.storageengine.api.txstate.TxStateVisitor.Adapter
-
- visitCreatedRelationshipTypeToken(String, int) - Method in class org.neo4j.storageengine.api.txstate.TxStateVisitor.Delegator
-
- visitCreatedRelationshipTypeToken(String, int) - Method in interface org.neo4j.storageengine.api.txstate.TxStateVisitor
-
- visitDeletedNode(long) - Method in class org.neo4j.storageengine.api.txstate.TxStateVisitor.Adapter
-
- visitDeletedNode(long) - Method in class org.neo4j.storageengine.api.txstate.TxStateVisitor.Delegator
-
- visitDeletedNode(long) - Method in interface org.neo4j.storageengine.api.txstate.TxStateVisitor
-
- visitDeletedRelationship(long) - Method in class org.neo4j.storageengine.api.txstate.TxStateVisitor.Adapter
-
- visitDeletedRelationship(long) - Method in class org.neo4j.storageengine.api.txstate.TxStateVisitor.Delegator
-
- visitDeletedRelationship(long) - Method in interface org.neo4j.storageengine.api.txstate.TxStateVisitor
-
- visitGraphPropertyChanges(Iterator<StorageProperty>, Iterator<StorageProperty>, Iterator<Integer>) - Method in class org.neo4j.storageengine.api.txstate.TxStateVisitor.Adapter
-
- visitGraphPropertyChanges(Iterator<StorageProperty>, Iterator<StorageProperty>, Iterator<Integer>) - Method in class org.neo4j.storageengine.api.txstate.TxStateVisitor.Delegator
-
- visitGraphPropertyChanges(Iterator<StorageProperty>, Iterator<StorageProperty>, Iterator<Integer>) - Method in interface org.neo4j.storageengine.api.txstate.TxStateVisitor
-
- visitLabelChanges(long, Set<Integer>, Set<Integer>) - Method in interface org.neo4j.storageengine.api.txstate.NodeState.Visitor
-
- visitNodeLabelChanges(long, Set<Integer>, Set<Integer>) - Method in class org.neo4j.storageengine.api.txstate.TxStateVisitor.Adapter
-
- visitNodeLabelChanges(long, Set<Integer>, Set<Integer>) - Method in class org.neo4j.storageengine.api.txstate.TxStateVisitor.Delegator
-
- visitNodeLabelChanges(long, Set<Integer>, Set<Integer>) - Method in interface org.neo4j.storageengine.api.txstate.TxStateVisitor
-
- visitNodePropertyChanges(long, Iterator<StorageProperty>, Iterator<StorageProperty>, Iterator<Integer>) - Method in class org.neo4j.storageengine.api.txstate.TxStateVisitor.Adapter
-
- visitNodePropertyChanges(long, Iterator<StorageProperty>, Iterator<StorageProperty>, Iterator<Integer>) - Method in class org.neo4j.storageengine.api.txstate.TxStateVisitor.Delegator
-
- visitNodePropertyChanges(long, Iterator<StorageProperty>, Iterator<StorageProperty>, Iterator<Integer>) - Method in interface org.neo4j.storageengine.api.txstate.TxStateVisitor
-
- visitPropertyChanges(long, Iterator<StorageProperty>, Iterator<StorageProperty>, Iterator<Integer>) - Method in interface org.neo4j.storageengine.api.txstate.PropertyContainerState.Visitor
-
- visitRelPropertyChanges(long, Iterator<StorageProperty>, Iterator<StorageProperty>, Iterator<Integer>) - Method in class org.neo4j.storageengine.api.txstate.TxStateVisitor.Adapter
-
- visitRelPropertyChanges(long, Iterator<StorageProperty>, Iterator<StorageProperty>, Iterator<Integer>) - Method in class org.neo4j.storageengine.api.txstate.TxStateVisitor.Delegator
-
- visitRelPropertyChanges(long, Iterator<StorageProperty>, Iterator<StorageProperty>, Iterator<Integer>) - Method in interface org.neo4j.storageengine.api.txstate.TxStateVisitor
-
- visitRemoved(T) - Method in class org.neo4j.storageengine.api.txstate.DiffSetsVisitor.Adapter
-
- visitRemoved(T) - Method in interface org.neo4j.storageengine.api.txstate.DiffSetsVisitor
-
- visitRemovedIndex(IndexDescriptor, boolean) - Method in class org.neo4j.storageengine.api.txstate.TxStateVisitor.Adapter
-
- visitRemovedIndex(IndexDescriptor, boolean) - Method in class org.neo4j.storageengine.api.txstate.TxStateVisitor.Delegator
-
- visitRemovedIndex(IndexDescriptor, boolean) - Method in interface org.neo4j.storageengine.api.txstate.TxStateVisitor
-
- visitRemovedNodePropertyExistenceConstraint(NodePropertyExistenceConstraint) - Method in class org.neo4j.storageengine.api.txstate.TxStateVisitor.Adapter
-
- visitRemovedNodePropertyExistenceConstraint(NodePropertyExistenceConstraint) - Method in class org.neo4j.storageengine.api.txstate.TxStateVisitor.Delegator
-
- visitRemovedNodePropertyExistenceConstraint(NodePropertyExistenceConstraint) - Method in interface org.neo4j.storageengine.api.txstate.TxStateVisitor
-
- visitRemovedRelationshipPropertyExistenceConstraint(RelationshipPropertyExistenceConstraint) - Method in class org.neo4j.storageengine.api.txstate.TxStateVisitor.Adapter
-
- visitRemovedRelationshipPropertyExistenceConstraint(RelationshipPropertyExistenceConstraint) - Method in class org.neo4j.storageengine.api.txstate.TxStateVisitor.Delegator
-
- visitRemovedRelationshipPropertyExistenceConstraint(RelationshipPropertyExistenceConstraint) - Method in interface org.neo4j.storageengine.api.txstate.TxStateVisitor
-
- visitRemovedUniquePropertyConstraint(UniquenessConstraint) - Method in class org.neo4j.storageengine.api.txstate.TxStateVisitor.Adapter
-
- visitRemovedUniquePropertyConstraint(UniquenessConstraint) - Method in class org.neo4j.storageengine.api.txstate.TxStateVisitor.Delegator
-
- visitRemovedUniquePropertyConstraint(UniquenessConstraint) - Method in interface org.neo4j.storageengine.api.txstate.TxStateVisitor
-
- VOID - Static variable in class org.neo4j.helpers.FutureAdapter
-