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

A

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 closed.
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
Acquires Cursor capable of serving NodeItem for selected nodes.
acquireIteratorRelationshipCursor(PrimitiveLongIterator) - Method in interface org.neo4j.storageengine.api.StorageStatement
Acquires Cursor capable of serving RelationshipItem for selected relationships.
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
Acquires Cursor capable of serving NodeItem for selected nodes.
acquireSingleRelationshipCursor(long) - Method in interface org.neo4j.storageengine.api.StorageStatement
Acquires Cursor capable of serving RelationshipItem for selected relationships.
Adapter() - Constructor for class org.neo4j.helpers.progress.ProgressListener.Adapter
 
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(long) - Method in interface org.neo4j.helpers.progress.ProgressListener
 
add(long) - Method in class org.neo4j.helpers.progress.ProgressListener.MultiPartProgressListener
 
add(long) - Method in class org.neo4j.helpers.progress.ProgressListener.SinglePartProgressListener
 
add(long, Map<String, Object>) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserterIndex
Adds key/value pairs for entity to the index.
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
 
addKernelExtensions(Iterable<KernelExtensionFactory<?>>) - Method in class org.neo4j.graphdb.factory.GraphDatabaseFactoryState
 
addListener(T, Iterable<T>) - Static method in class org.neo4j.helpers.Listeners
 
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
 
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
 
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
 
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
 
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
 
await(long, TimeUnit) - Method in class org.neo4j.helpers.progress.Completion
 
awaitCompletion() - Method in class org.neo4j.helpers.TaskCoordinator
 

B

backoff(long, TimeUnit) - Method in class org.neo4j.helpers.TransactionTemplate
 
batch_inserter_batch_size - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
BatchInserter - Interface in org.neo4j.unsafe.batchinsert
The batch inserter drops support for transactions and concurrency in favor of insertion speed.
BatchInserterImpl - Class in org.neo4j.unsafe.batchinsert.internal
 
BatchInserterImpl(File, FileSystemAbstraction, Map<String, String>, Iterable<KernelExtensionFactory<?>>) - Constructor for class org.neo4j.unsafe.batchinsert.internal.BatchInserterImpl
 
BatchInserterIndex - Interface in org.neo4j.unsafe.batchinsert
The BatchInserter version of Index.
BatchInserterIndexProvider - Interface in org.neo4j.unsafe.batchinsert
A place to access BatchInserterIndexs from a certain index provider.
BatchInserters - Class in org.neo4j.unsafe.batchinsert
Provides instances of BatchInserter.
BatchInserters() - Constructor for class org.neo4j.unsafe.batchinsert.BatchInserters
 
BatchRelationship - Class in org.neo4j.unsafe.batchinsert
Simple relationship wrapping start node id, end node id and relationship type.
BatchRelationship(long, long, long, RelationshipType) - Constructor for class org.neo4j.unsafe.batchinsert.BatchRelationship
 
bolt - Static variable in interface org.neo4j.udc.UsageDataKeys.Features
 
boltConnector(String) - Static method in class org.neo4j.graphdb.factory.GraphDatabaseSettings
Short-hand for creating a new Bolt connector settings group.
BoltConnector() - Constructor for class org.neo4j.graphdb.factory.GraphDatabaseSettings.BoltConnector
 
BoltConnector(String) - Constructor for class org.neo4j.graphdb.factory.GraphDatabaseSettings.BoltConnector
 
BoundedIterable<RECORD> - Interface in org.neo4j.helpers.collection
 
BOXING_AWARE_ARRAY_EQUALITY - Static variable in class org.neo4j.helpers.ArrayUtil
 
briefOneLineStackTraceInformation(Predicate<StackTraceElement>) - Static method in class org.neo4j.helpers.Exceptions
 
build() - Method in class org.neo4j.helpers.progress.ProgressMonitorFactory.MultiPartBuilder
 
bytes(long) - Static method in class org.neo4j.helpers.Format
 
byVersion(byte) - Method in interface org.neo4j.storageengine.api.CommandReaderFactory
Given version give back a CommandReader capable of reading such commands.

C

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
 
clientNames - Static variable in class org.neo4j.udc.UsageDataKeys
Self-reported names of clients connecting to us.
Clock - Interface in org.neo4j.helpers
Deprecated.
please use Clock instead
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 and releases any allocated resources.
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
Reads commands from a channel.
CommandReaderFactory - Interface in org.neo4j.storageengine.api
Provides CommandReader instances for specific entry versions.
commandReaderFactory() - Method in interface org.neo4j.storageengine.api.StorageEngine
 
CommandsToApply - Interface in org.neo4j.storageengine.api
Group of commands to apply onto StorageEngine, as well as reference to CommandsToApply.next() group of commands.
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
 
compareDoubleAgainstLong(double, long) - Static method in class org.neo4j.helpers.MathUtil
 
compareLongAgainstDouble(long, double) - Static method in class org.neo4j.helpers.MathUtil
 
completePart(String) - Method in class org.neo4j.helpers.progress.Indicator
 
completePart(String) - Method in class org.neo4j.helpers.progress.Indicator.Decorator
 
completeProcess() - Method in class org.neo4j.helpers.progress.Indicator
 
completeProcess() - Method in class org.neo4j.helpers.progress.Indicator.Decorator
 
Completion - Class in org.neo4j.helpers.progress
 
Completion() - Constructor for class org.neo4j.helpers.progress.Completion
 
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(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.
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.
createDeferredConstraint(Label) - Method in class org.neo4j.unsafe.batchinsert.internal.BatchInserterImpl
 
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.internal.BatchInserterImpl
 
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.internal.BatchInserterImpl
 
createNode(long, Map<String, Object>, Label...) - Method in class org.neo4j.unsafe.batchinsert.internal.BatchInserterImpl
 
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.internal.BatchInserterImpl
 
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
 

D

daemon(String) - Static method in class org.neo4j.helpers.NamedThreadFactory
 
daemon(String, NamedThreadFactory.Monitor) - Static method in class org.neo4j.helpers.NamedThreadFactory
 
databaseDependencies() - Method in class org.neo4j.graphdb.factory.GraphDatabaseFactoryState
 
date() - Static method in class org.neo4j.helpers.Format
 
date(TimeZone) - Static method in class org.neo4j.helpers.Format
 
date(long) - Static method in class org.neo4j.helpers.Format
 
date(long, TimeZone) - Static method in class org.neo4j.helpers.Format
 
date(Date) - Static method in class org.neo4j.helpers.Format
 
date(Date, TimeZone) - Static method in class org.neo4j.helpers.Format
 
DATE_FORMAT - Static variable in class org.neo4j.helpers.Format
 
Decorator(ProgressMonitorFactory, String) - Constructor for class org.neo4j.helpers.progress.Indicator.Decorator
Constructor for regular indicators.
Decorator(ProgressMonitorFactory, String, int) - Constructor for class org.neo4j.helpers.progress.Indicator.Decorator
Constructor for open ended indicators.
Decorator(Indicator) - Constructor for class org.neo4j.helpers.progress.Indicator.Decorator
 
decrementExactNotPastZero(int) - Static method in class org.neo4j.helpers.MathUtil
Return an integer one less than the given integer, or throw ArithmeticException if the given integer is zero.
DEFAULT_ARRAY_EQUALITY - Static variable in class org.neo4j.helpers.ArrayUtil
 
DEFAULT_BLOCK_SIZE - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
Data block sizes for dynamic array stores.
DEFAULT_LABEL_BLOCK_SIZE - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
DEFAULT_TIME_ZONE - Static variable in class org.neo4j.helpers.Format
Default time zone is UTC (+00:00) so that comparing timestamped logs from different sources is an easier task.
degree(Direction) - Method in interface org.neo4j.storageengine.api.NodeItem
Returns degree, e.g.
degree(Direction, int) - Method in interface org.neo4j.storageengine.api.NodeItem
Returns degree, e.g.
DegreeItem - Interface in org.neo4j.storageengine.api
Single degree item from a node cursor.
degrees() - Method in interface org.neo4j.storageengine.api.NodeItem
 
Delegator(GraphDatabaseBuilder) - Constructor for class org.neo4j.graphdb.factory.GraphDatabaseBuilder.Delegator
 
Delegator(TxStateVisitor) - Constructor for class org.neo4j.storageengine.api.txstate.TxStateVisitor.Delegator
 
delta() - Method in class org.neo4j.storageengine.api.txstate.ReadableDiffSets.Empty
 
delta() - Method in class org.neo4j.storageengine.api.txstate.ReadableRelationshipDiffSets.Empty
 
delta() - Method in interface org.neo4j.storageengine.api.txstate.SuperReadableDiffSets
 
dense_node_threshold - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
Description - Annotation Type in org.neo4j.graphdb.factory
Used to add description of settings in GraphDatabaseSettings.
DiffSetsVisitor<T> - Interface in org.neo4j.storageengine.api.txstate
Visits added and removed elements of a ReadableDiffSets.
DiffSetsVisitor.Adapter<T> - Class in org.neo4j.storageengine.api.txstate
 
Direction - Enum in org.neo4j.storageengine.api
Direction of a relationship from a node's POV.
DirectRecordAccess<KEY extends Comparable<KEY>,RECORD extends org.neo4j.kernel.impl.store.record.AbstractBaseRecord,ADDITIONAL> - Class in org.neo4j.unsafe.batchinsert
Provides direct access to records in a store.
DirectRecordAccess(RecordStore<RECORD>, RecordAccess.Loader<KEY, RECORD, ADDITIONAL>) - Constructor for class org.neo4j.unsafe.batchinsert.DirectRecordAccess
 
DirectRecordAccessSet - Class in org.neo4j.unsafe.batchinsert
 
DirectRecordAccessSet(NeoStores) - Constructor for class org.neo4j.unsafe.batchinsert.DirectRecordAccessSet
 
disconnected - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
done() - Method in interface org.neo4j.helpers.progress.ProgressListener
 
done() - Method in class org.neo4j.helpers.progress.ProgressListener.MultiPartProgressListener
 
done() - Method in class org.neo4j.helpers.progress.ProgressListener.OpenEndedProgressListener
 
done() - Method in class org.neo4j.helpers.progress.ProgressListener.SinglePartProgressListener
 
DONE - Static variable in class org.neo4j.storageengine.api.schema.PopulationProgress
 
dump_configuration - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
duration(long) - Static method in class org.neo4j.helpers.Format
 
duration(long, TimeUnit, TimeUnit) - Static method in class org.neo4j.helpers.Format
 

E

edition - Static variable in class org.neo4j.udc.UsageDataKeys
Edition of Neo4j running, eg 'community' or 'enterprise'
EMPTY - Static variable in interface org.neo4j.storageengine.api.schema.IndexReader
 
EMPTY - Static variable in interface org.neo4j.storageengine.api.schema.IndexSampler
 
EMPTY - Static variable in interface org.neo4j.storageengine.api.txstate.TxStateVisitor
 
enabled - Variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings.Connector
 
encryption_level - Variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings.BoltConnector
 
endNode() - Method in interface org.neo4j.storageengine.api.RelationshipItem
 
endsWith(String) - Method in interface org.neo4j.storageengine.api.schema.IndexReader
Searches this index for string values ending with the suffix search string.
EntityItem - Interface in org.neo4j.storageengine.api
Represents a single node or relationship cursor item.
EntityType - Enum in org.neo4j.storageengine.api
Type of graph entity.
Entry(String, Throwable) - Constructor for class org.neo4j.helpers.ProcessFailureException.Entry
 
equals(Object, Object) - Static method in class org.neo4j.helpers.ArrayUtil
 
equals(Object, Object, ArrayUtil.ArrayEquality) - Static method in class org.neo4j.helpers.ArrayUtil
Check if two arrays are equal.
equals(Object) - Method in class org.neo4j.helpers.HostnamePort
 
equals(Object) - Method in class org.neo4j.helpers.Service
 
equals(Object) - Method in class org.neo4j.storageengine.api.schema.IndexSample
 
equals(Object) - Method in class org.neo4j.storageengine.api.Token
 
equals(Object) - Method in class org.neo4j.udc.UsageDataKey
 
escape(String) - Static method in class org.neo4j.helpers.Strings
 
escape(Appendable, String) - Static method in class org.neo4j.helpers.Strings
 
Exceptions - Class in org.neo4j.helpers
 
execute(Consumer<Transaction>) - Method in class org.neo4j.helpers.TransactionTemplate
 
execute(Function<Transaction, T>) - Method in class org.neo4j.helpers.TransactionTemplate
 
execution_guard_enabled - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 

F

Factory() - Constructor for class org.neo4j.storageengine.api.Token.Factory
 
failed(Throwable) - Method in interface org.neo4j.helpers.progress.ProgressListener
 
failed(Throwable) - Method in class org.neo4j.helpers.progress.ProgressListener.MultiPartProgressListener
 
failed(Throwable) - Method in class org.neo4j.helpers.progress.ProgressListener.SinglePartProgressListener
 
failed(Throwable) - Method in class org.neo4j.helpers.TransactionTemplate.Monitor.Adapter
 
failed(Throwable) - Method in interface org.neo4j.helpers.TransactionTemplate.Monitor
 
failure(Throwable) - Method in class org.neo4j.helpers.progress.Indicator.Decorator
 
failure(Throwable) - Method in class org.neo4j.helpers.progress.Indicator
 
failure(Throwable) - Method in class org.neo4j.helpers.TransactionTemplate.Monitor.Adapter
 
failure(Throwable) - Method in interface org.neo4j.helpers.TransactionTemplate.Monitor
 
features - Static variable in class org.neo4j.udc.UsageDataKeys
Tracks features in use, including decay such that features that are not used for a while are marked as no longer in use.
filterAdded(Predicate<T>) - Method in class org.neo4j.storageengine.api.txstate.ReadableDiffSets.Empty
 
filterAdded(Predicate<T>) - Method in interface org.neo4j.storageengine.api.txstate.ReadableDiffSets
 
filterAdded(Predicate<T>) - Method in class org.neo4j.storageengine.api.txstate.ReadableRelationshipDiffSets.Empty
 
filterAdded(Predicate<T>) - Method in interface org.neo4j.storageengine.api.txstate.ReadableRelationshipDiffSets
 
filterAdded(Predicate<T>) - Method in interface org.neo4j.storageengine.api.txstate.SuperReadableDiffSets
 
flush() - Method in interface org.neo4j.unsafe.batchinsert.BatchInserterIndex
Makes sure additions/updates can be seen by BatchInserterIndex.get(String, Object), BatchInserterIndex.query(String, Object) and BatchInserterIndex.query(Object) so that they are guaranteed to return correct results.
flushAndForce(IOLimiter) - Method in interface org.neo4j.storageengine.api.StorageEngine
Flushes and forces all changes down to underlying storage.
forbid_exhaustive_shortestpath - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
forceClose() - Method in interface org.neo4j.storageengine.api.StorageEngine
Force close all opened resources.
forced_kernel_id - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
forId(byte) - Static method in enum org.neo4j.storageengine.api.schema.SchemaRule.Kind
 
Format - Class in org.neo4j.helpers
 
FrozenClock - Class in org.neo4j.helpers
Deprecated.
please use Clock.fixed(Instant, ZoneId) instead
FrozenClock(long, TimeUnit) - Constructor for class org.neo4j.helpers.FrozenClock
Deprecated.
 
future(Callable<T>) - Static method in class org.neo4j.helpers.FutureAdapter
 
FutureAdapter<V> - Class in org.neo4j.helpers
 
FutureAdapter() - Constructor for class org.neo4j.helpers.FutureAdapter
 
FutureAdapter.Present<V> - Class in org.neo4j.helpers
 

G

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
 
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
 
getBoolean(String) - Method in class org.neo4j.helpers.Args
Like calling Args.getBoolean(String, Boolean) with false for default value.
getBoolean(String, Boolean) - Method in class org.neo4j.helpers.Args
Like calling Args.getBoolean(String, Boolean, Boolean) with true for defaultValueIfNoValue, i.e.
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
 
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
 
getEndNode() - Method in class org.neo4j.unsafe.batchinsert.BatchRelationship
 
getEnum(Class<T>, String, T) - Method in class org.neo4j.helpers.Args
 
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.
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
 
getIdGeneratorFactory() - Method in class org.neo4j.unsafe.batchinsert.internal.BatchInserterImpl
 
getIfLoaded(KEY) - Method in class org.neo4j.unsafe.batchinsert.DirectRecordAccess
 
getIndexReader(IndexDescriptor) - Method in interface org.neo4j.storageengine.api.StorageStatement
Returns an IndexReader for searching entity ids given property values.
getIndexStore() - Method in class org.neo4j.unsafe.batchinsert.internal.BatchInserterImpl
 
getInt() - Method in interface org.neo4j.storageengine.api.ReadableChannel
 
getKernelExtension() - Method in class org.neo4j.graphdb.factory.GraphDatabaseFactoryState
 
getKeys() - Method in class org.neo4j.helpers.Service
 
getKind() - Method in interface org.neo4j.storageengine.api.schema.SchemaRule
 
getLabel() - Method in interface org.neo4j.storageengine.api.schema.SchemaRule
 
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
 
getLong() - Method in interface org.neo4j.storageengine.api.ReadableChannel
 
getNodeLabels(long) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
 
getNodeLabels(long) - Method in class org.neo4j.unsafe.batchinsert.internal.BatchInserterImpl
 
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.internal.BatchInserterImpl
 
getNodeRecords() - Method in class org.neo4j.unsafe.batchinsert.DirectRecordAccessSet
 
getNodeState(long) - Method in interface org.neo4j.storageengine.api.txstate.ReadableTransactionState
 
getNumber(String, Number) - Method in class org.neo4j.helpers.Args
 
getOrLoad(KEY, ADDITIONAL) - Method in class org.neo4j.unsafe.batchinsert.DirectRecordAccess
 
getOwningConstraint() - Method in interface org.neo4j.storageengine.api.schema.IndexSchemaRule
 
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(int) - Method in interface org.neo4j.storageengine.api.EntityItem
 
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
 
getRelationshipById(long) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
Gets a relationship by id.
getRelationshipById(long) - Method in class org.neo4j.unsafe.batchinsert.internal.BatchInserterImpl
 
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.internal.BatchInserterImpl
 
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.internal.BatchInserterImpl
 
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.
getRelationships(long) - Method in class org.neo4j.unsafe.batchinsert.internal.BatchInserterImpl
 
getRelationshipState(long) - Method in interface org.neo4j.storageengine.api.txstate.ReadableTransactionState
 
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
 
getSchemaRuleChanges() - Method in class org.neo4j.unsafe.batchinsert.DirectRecordAccessSet
 
getShort() - Method in interface org.neo4j.storageengine.api.ReadableChannel
 
getStartNode() - Method in class org.neo4j.unsafe.batchinsert.BatchRelationship
 
getStoreDir() - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
Returns the path to this Neo4j store.
getStoreDir() - Method in class org.neo4j.unsafe.batchinsert.internal.BatchInserterImpl
 
getTotal() - Method in class org.neo4j.storageengine.api.schema.PopulationProgress
 
getType() - Method in class org.neo4j.unsafe.batchinsert.BatchRelationship
 
GraphDatabaseBuilder - Class in org.neo4j.graphdb.factory
Builder for GraphDatabaseServices that allows for setting and loading configuration.
GraphDatabaseBuilder(GraphDatabaseBuilder.DatabaseCreator) - Constructor for class org.neo4j.graphdb.factory.GraphDatabaseBuilder
 
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
 

H

has(String) - Method in class org.neo4j.helpers.Args
 
hasChanges() - Method in interface org.neo4j.storageengine.api.txstate.PropertyContainerState
 
hasChanges() - Method in interface org.neo4j.storageengine.api.txstate.ReadableTransactionState
 
hasChanges() - Method in class org.neo4j.unsafe.batchinsert.DirectRecordAccessSet
 
hasDataChanges() - Method in interface org.neo4j.storageengine.api.txstate.ReadableTransactionState
The way tokens are created is that the first time a token is needed it gets created in its own little token mini-transaction, separate from the surrounding transaction that creates or modifies data that need it.
hashCode(Object) - Static method in class org.neo4j.helpers.ArrayUtil
 
hashCode() - Method in class org.neo4j.helpers.HostnamePort
 
hashCode() - Method in class org.neo4j.helpers.Service
 
hashCode() - Method in class org.neo4j.storageengine.api.schema.IndexSample
 
hashCode() - Method in class org.neo4j.storageengine.api.Token
 
hashCode() - Method in class org.neo4j.udc.UsageDataKey
 
hasLabel(int) - Method in interface org.neo4j.storageengine.api.NodeItem
 
hasNonNull(String) - Method in class org.neo4j.helpers.Args
 
hasProperty(int) - Method in interface org.neo4j.storageengine.api.EntityItem
 
HostnamePort - Class in org.neo4j.helpers
Represents a hostname and port, optionally with a port range.
HostnamePort(String) - Constructor for class org.neo4j.helpers.HostnamePort
 
HostnamePort(String, int) - Constructor for class org.neo4j.helpers.HostnamePort
 
HostnamePort(String, int, int) - Constructor for class org.neo4j.helpers.HostnamePort
 
http_batch_endpoint - Static variable in interface org.neo4j.udc.UsageDataKeys.Features
 
http_cypher_endpoint - Static variable in interface org.neo4j.udc.UsageDataKeys.Features
 
http_tx_endpoint - Static variable in interface org.neo4j.udc.UsageDataKeys.Features
 

I

id() - Method in interface org.neo4j.storageengine.api.EntityItem
 
id() - Method in enum org.neo4j.storageengine.api.schema.SchemaRule.Kind
 
id() - Method in class org.neo4j.storageengine.api.Token
 
ifNull(ReadableDiffSets<T>) - Static method in class org.neo4j.storageengine.api.txstate.ReadableDiffSets.Empty
 
ifNull(ReadableRelationshipDiffSets<T>) - Static method in class org.neo4j.storageengine.api.txstate.ReadableRelationshipDiffSets.Empty
 
incoming() - Method in interface org.neo4j.storageengine.api.DegreeItem
 
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
 
indexChanges() - Method in interface org.neo4j.storageengine.api.txstate.ReadableTransactionState
 
indexCreatedForConstraint(UniquenessConstraint) - Method in interface org.neo4j.storageengine.api.txstate.ReadableTransactionState
 
indexDiffSetsByLabel(int) - Method in interface org.neo4j.storageengine.api.txstate.ReadableTransactionState
 
indexesGetAll() - Method in interface org.neo4j.storageengine.api.StoreReadLayer
 
indexesGetForLabel(int) - Method in interface org.neo4j.storageengine.api.StoreReadLayer
 
indexGetCommittedId(IndexDescriptor, Predicate<SchemaRule.Kind>) - Method in interface org.neo4j.storageengine.api.StoreReadLayer
 
indexGetFailure(IndexDescriptor) - Method in interface org.neo4j.storageengine.api.StoreReadLayer
Returns any failure that happened during population or operation of an index.
indexGetForLabelAndPropertyKey(int, int) - Method in interface org.neo4j.storageengine.api.StoreReadLayer
Looks for a stored index by given labelId and propertyKey
indexGetOwningUniquenessConstraintId(IndexDescriptor) - Method in interface org.neo4j.storageengine.api.StoreReadLayer
 
indexGetPopulationProgress(IndexDescriptor) - Method in interface org.neo4j.storageengine.api.StoreReadLayer
 
indexGetState(IndexDescriptor) - Method in interface org.neo4j.storageengine.api.StoreReadLayer
Returns state of a stored index.
indexOf(T[], T) - Static method in class org.neo4j.helpers.ArrayUtil
 
IndexReader - Interface in org.neo4j.storageengine.api.schema
Reader for an index.
indexRule(IndexDescriptor, Predicate<SchemaRule.Kind>) - Method in interface org.neo4j.storageengine.api.StoreReadLayer
 
IndexSample - Class in org.neo4j.storageengine.api.schema
 
IndexSample() - Constructor for class org.neo4j.storageengine.api.schema.IndexSample
 
IndexSample(long, long, long) - Constructor for class org.neo4j.storageengine.api.schema.IndexSample
 
indexSample(IndexDescriptor, Register.DoubleLongRegister) - Method in interface org.neo4j.storageengine.api.StoreReadLayer
 
IndexSampler - Interface in org.neo4j.storageengine.api.schema
Component able to sample schema index.
IndexSchemaRule - Interface in org.neo4j.storageengine.api.schema
Basically IndexDescriptor with access to storage data, such as id and ownder.
indexSize() - Method in class org.neo4j.storageengine.api.schema.IndexSample
 
indexSize(IndexDescriptor) - Method in interface org.neo4j.storageengine.api.StoreReadLayer
Returns size of index, i.e.
indexUniqueValuesPercentage(IndexDescriptor) - Method in interface org.neo4j.storageengine.api.StoreReadLayer
Returns percentage of values in the given index are unique.
indexUpdatesAndSize(IndexDescriptor, Register.DoubleLongRegister) - Method in interface org.neo4j.storageengine.api.StoreReadLayer
 
indexUpdatesForRangeSeekByNumber(IndexDescriptor, Number, boolean, Number, boolean) - Method in interface org.neo4j.storageengine.api.txstate.ReadableTransactionState
 
indexUpdatesForRangeSeekByPrefix(IndexDescriptor, String) - Method in interface org.neo4j.storageengine.api.txstate.ReadableTransactionState
 
indexUpdatesForRangeSeekByString(IndexDescriptor, String, boolean, String, boolean) - Method in interface org.neo4j.storageengine.api.txstate.ReadableTransactionState
 
indexUpdatesForScanOrSeek(IndexDescriptor, Object) - Method in interface org.neo4j.storageengine.api.txstate.ReadableTransactionState
 
Indicator - Class in org.neo4j.helpers.progress
 
Indicator(int) - Constructor for class org.neo4j.helpers.progress.Indicator
 
Indicator.Decorator - Class in org.neo4j.helpers.progress
 
Indicator.OpenEnded - Class in org.neo4j.helpers.progress
 
inserter(File) - Static method in class org.neo4j.unsafe.batchinsert.BatchInserters
Get a BatchInserter given a store directory.
inserter(File, FileSystemAbstraction) - Static method in class org.neo4j.unsafe.batchinsert.BatchInserters
 
inserter(File, Map<String, String>) - Static method in class org.neo4j.unsafe.batchinsert.BatchInserters
Get a BatchInserter given a store directory.
inserter(File, FileSystemAbstraction, Map<String, String>) - Static method in class org.neo4j.unsafe.batchinsert.BatchInserters
 
inserter(File, Map<String, String>, Iterable<KernelExtensionFactory<?>>) - Static method in class org.neo4j.unsafe.batchinsert.BatchInserters
 
inserter(File, FileSystemAbstraction, Map<String, String>, Iterable<KernelExtensionFactory<?>>) - Static method in class org.neo4j.unsafe.batchinsert.BatchInserters
 
INSTANCE - Static variable in exception org.neo4j.storageengine.api.ReadPastEndException
 
instance() - Static method in class org.neo4j.storageengine.api.txstate.ReadableDiffSets.Empty
 
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; this method will allow interpreting all values for the given key, returning a Collection.
interpretOptionsWithMetadata(String, Function<String, T>, Function<String, T>, Validator<T>...) - Method in class org.neo4j.helpers.Args
An option can be specified multiple times; this method will allow interpreting all values for the given key, returning a Collection.
interpretOrphan(int, Function<String, T>, Function<String, T>, Validator<T>...) - Method in class org.neo4j.helpers.Args
 
isAdded(T) - Method in class org.neo4j.storageengine.api.txstate.ReadableDiffSets.Empty
 
isAdded(T) - Method in class org.neo4j.storageengine.api.txstate.ReadableRelationshipDiffSets.Empty
 
isAdded(T) - Method in interface org.neo4j.storageengine.api.txstate.SuperReadableDiffSets
 
isCancelled() - Method in class org.neo4j.helpers.FutureAdapter
 
isConstraint() - Method in enum org.neo4j.storageengine.api.schema.SchemaRule.Kind
 
isConstraintIndex() - Method in interface org.neo4j.storageengine.api.schema.IndexSchemaRule
 
isDefined() - Method in interface org.neo4j.storageengine.api.StorageProperty
 
isDense() - Method in interface org.neo4j.storageengine.api.NodeItem
 
isDone() - Method in class org.neo4j.helpers.FutureAdapter.Present
 
isEmpty(Object[]) - Static method in class org.neo4j.helpers.ArrayUtil
Check if provided array is empty
isEmpty() - Method in class org.neo4j.storageengine.api.txstate.ReadableDiffSets.Empty
 
isEmpty() - Method in class org.neo4j.storageengine.api.txstate.ReadableRelationshipDiffSets.Empty
 
isEmpty() - Method in interface org.neo4j.storageengine.api.txstate.SuperReadableDiffSets
 
isIndex() - Method in enum org.neo4j.storageengine.api.schema.SchemaRule.Kind
 
isPropertyRemoved(int) - Method in interface org.neo4j.storageengine.api.txstate.PropertyContainerState
 
isRange() - Method in class org.neo4j.helpers.HostnamePort
 
isRemoved(T) - Method in class org.neo4j.storageengine.api.txstate.ReadableDiffSets.Empty
 
isRemoved(T) - Method in class org.neo4j.storageengine.api.txstate.ReadableRelationshipDiffSets.Empty
 
isRemoved(T) - Method in interface org.neo4j.storageengine.api.txstate.SuperReadableDiffSets
 
itemEquals(Object, Object) - Method in interface org.neo4j.helpers.ArrayUtil.ArrayEquality
 

J

jarUsage(Class<?>, String...) - Static method in class org.neo4j.helpers.Args
 
join(T[], String) - Static method in class org.neo4j.helpers.ArrayUtil
Convert an array to a String using a custom delimiter.
joinAsLines(String...) - Static method in class org.neo4j.helpers.Strings
Joining independent lines from provided elements into one line with System.lineSeparator after each element

K

keep_logical_logs - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
key(String) - Static method in class org.neo4j.udc.UsageDataKey
 
key(String, T) - Static method in class org.neo4j.udc.UsageDataKey
 
key(String, Supplier<T>) - Static method in class org.neo4j.udc.UsageDataKey
 

L

label(int) - Method in interface org.neo4j.storageengine.api.NodeItem
 
label_block_size - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
labelCount() - Method in interface org.neo4j.storageengine.api.StoreReadLayer
 
labelDiffSets() - Method in interface org.neo4j.storageengine.api.txstate.NodeState
 
labelGetForName(String) - Method in interface org.neo4j.storageengine.api.StoreReadLayer
 
labelGetName(int) - Method in interface org.neo4j.storageengine.api.StoreReadLayer
 
labelGetOrCreateForName(String) - Method in interface org.neo4j.storageengine.api.StoreReadLayer
Gets label token id for the given labelName, or creates one if there is no existing label with the given name.
LabelItem - Interface in org.neo4j.storageengine.api
Represents a single label on a node
labels() - Method in interface org.neo4j.storageengine.api.NodeItem
 
LabelScanReader - Interface in org.neo4j.storageengine.api.schema
Reader of a label scan store which contains label-->nodes mappings.
labelsForNode(long) - Method in interface org.neo4j.storageengine.api.schema.LabelScanReader
 
labelsGetAllTokens() - Method in interface org.neo4j.storageengine.api.StoreReadLayer
 
labelState(int) - Method in interface org.neo4j.storageengine.api.txstate.NodeState
 
latchGuardedValue(Supplier<T>, CountDownLatch, String) - Static method in class org.neo4j.helpers.FutureAdapter
 
launderedException(Throwable) - Static method in class org.neo4j.helpers.Exceptions
 
launderedException(String, Throwable) - Static method in class org.neo4j.helpers.Exceptions
 
launderedException(Class<T>, Throwable) - Static method in class org.neo4j.helpers.Exceptions
 
launderedException(Class<T>, String, Throwable) - Static method in class org.neo4j.helpers.Exceptions
 
Listeners - Class in org.neo4j.helpers
Helper class for dealing with listeners
Listeners() - Constructor for class org.neo4j.helpers.Listeners
 
Listeners.Notification<T> - Interface in org.neo4j.helpers
 
load(Class<T>) - Static method in class org.neo4j.helpers.Service
Load all implementations of a Service.
load(Class<T>, String) - Static method in class org.neo4j.helpers.Service
Load the Service implementation with the specified key.
load_csv_file_url_root - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
loadPropertiesFromFile(String) - Method in class org.neo4j.graphdb.factory.GraphDatabaseBuilder.Delegator
 
loadPropertiesFromFile(String) - Method in class org.neo4j.graphdb.factory.GraphDatabaseBuilder
Load a Properties file from a given file, and add the settings to the builder.
loadPropertiesFromURL(URL) - Method in class org.neo4j.graphdb.factory.GraphDatabaseBuilder.Delegator
 
loadPropertiesFromURL(URL) - Method in class org.neo4j.graphdb.factory.GraphDatabaseBuilder
Load Properties file from a given URL, and add the settings to the builder.
loadSchemaCache() - Method in interface org.neo4j.storageengine.api.StorageEngine
Deprecated.
loadSilently(Class<T>, String) - Static method in class org.neo4j.helpers.Service
Load the Service implementation with the specified key.
log_queries - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
log_queries_filename - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
log_queries_max_archives - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
log_queries_parameter_logging_enabled - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
log_queries_rotation_threshold - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
log_queries_threshold - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
logical_log_rotation_threshold - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
logs_directory - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
lucene_searcher_cache_size - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 

M

map(FROM[], Function<FROM, TO>, Class<TO>) - Static method in class org.neo4j.helpers.ArrayUtil
Create new array with all items converted into a new type using a supplied transformer.
mapped_memory_page_size - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
matches(URI) - Method in class org.neo4j.helpers.HostnamePort
 
matches(String) - Method in class org.neo4j.helpers.Service.CaseInsensitiveService
 
matches(String) - Method in class org.neo4j.helpers.Service
 
MathUtil - Class in org.neo4j.helpers
 
MathUtil() - Constructor for class org.neo4j.helpers.MathUtil
 
maxCount() - Method in interface org.neo4j.helpers.collection.BoundedIterable
 
metadata() - Method in class org.neo4j.helpers.Args.Option
 
MINIMAL_BLOCK_SIZE - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
missing(T[], T[]) - Static method in class org.neo4j.helpers.ArrayUtil
Count missing items in an array.
modifiedNodes() - Method in interface org.neo4j.storageengine.api.txstate.ReadableTransactionState
Nodes that have had labels, relationships, or properties modified in this tx.
modifiedRelationships() - Method in interface org.neo4j.storageengine.api.txstate.ReadableTransactionState
Rels that have properties modified in this tx.
monitor(TransactionTemplate.Monitor) - Method in class org.neo4j.helpers.TransactionTemplate
 
multi_threaded_schema_index_population_enabled - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
multipleParts(String) - Method in class org.neo4j.helpers.progress.ProgressMonitorFactory
 

N

Name - Annotation Type in org.neo4j.procedure
This defines the name of an input argument for a procedure.
name() - Method in class org.neo4j.storageengine.api.Token
 
named(String) - Static method in class org.neo4j.helpers.NamedThreadFactory
 
named(String, int) - Static method in class org.neo4j.helpers.NamedThreadFactory
 
NamedThreadFactory - Class in org.neo4j.helpers
 
NamedThreadFactory(String) - Constructor for class org.neo4j.helpers.NamedThreadFactory
 
NamedThreadFactory(String, int) - Constructor for class org.neo4j.helpers.NamedThreadFactory
 
NamedThreadFactory(String, NamedThreadFactory.Monitor) - Constructor for class org.neo4j.helpers.NamedThreadFactory
 
NamedThreadFactory(String, int, NamedThreadFactory.Monitor) - Constructor for class org.neo4j.helpers.NamedThreadFactory
 
NamedThreadFactory(String, boolean) - Constructor for class org.neo4j.helpers.NamedThreadFactory
 
NamedThreadFactory(String, int, NamedThreadFactory.Monitor, boolean) - Constructor for class org.neo4j.helpers.NamedThreadFactory
 
NamedThreadFactory.Monitor - Interface in org.neo4j.helpers
 
nanoTime() - Method in interface org.neo4j.helpers.Clock
Deprecated.
 
nanoTime() - Method in class org.neo4j.helpers.FrozenClock
Deprecated.
 
needsCacheInvalidationOnUpdates() - Method in enum org.neo4j.storageengine.api.TransactionApplicationMode
 
needsHighIdTracking() - Method in enum org.neo4j.storageengine.api.TransactionApplicationMode
 
needsIdempotencyChecks() - Method in enum org.neo4j.storageengine.api.TransactionApplicationMode
 
neo4j_home - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
NEVER_CANCELLED - Static variable in interface org.neo4j.helpers.CancellationRequest
 
newDatabase(Map<String, String>) - Method in interface org.neo4j.graphdb.factory.GraphDatabaseBuilder.DatabaseCreator
 
newEmbeddedDatabase(File) - Method in class org.neo4j.graphdb.factory.GraphDatabaseFactory
 
newEmbeddedDatabaseBuilder(File) - Method in class org.neo4j.graphdb.factory.GraphDatabaseFactory
 
newGraphDatabase() - Method in class org.neo4j.graphdb.factory.GraphDatabaseBuilder.Delegator
 
newGraphDatabase() - Method in class org.neo4j.graphdb.factory.GraphDatabaseBuilder
Create a new database with the configuration registered through the builder.
newInstance() - Method in class org.neo4j.helpers.TaskCoordinator
 
newListeners() - Static method in class org.neo4j.helpers.Listeners
 
newStatement() - Method in interface org.neo4j.storageengine.api.StoreReadLayer
 
newThread(Runnable) - Method in class org.neo4j.helpers.NamedThreadFactory
 
newToken(String, int) - Method in class org.neo4j.storageengine.api.Token.Factory
 
newToken(String, int) - Method in interface org.neo4j.storageengine.api.TokenFactory
Instantiates a Token for a given name and id.
next() - Method in interface org.neo4j.storageengine.api.CommandsToApply
 
NO_OP_MONITOR - Static variable in class org.neo4j.helpers.NamedThreadFactory
 
node_auto_indexing - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
Deprecated.
node_keys_indexable - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
Deprecated.
nodeExists(long) - Method in interface org.neo4j.storageengine.api.StoreReadLayer
 
nodeExists(long) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
Checks if a node with the given id exists.
nodeExists(long) - Method in class org.neo4j.unsafe.batchinsert.internal.BatchInserterImpl
 
nodeHasLabel(long, Label) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
 
nodeHasLabel(long, Label) - Method in class org.neo4j.unsafe.batchinsert.internal.BatchInserterImpl
 
nodeHasProperty(long, String) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
Returns true iff the node with id node has a property with name propertyName.
nodeHasProperty(long, String) - Method in class org.neo4j.unsafe.batchinsert.internal.BatchInserterImpl
 
nodeIndex(String, Map<String, String>) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserterIndexProvider
Returns a BatchInserterIndex for Nodes for the name indexName with the given config.
nodeIsAddedInThisTx(long) - Method in interface org.neo4j.storageengine.api.txstate.ReadableTransactionState
 
nodeIsDeletedInThisTx(long) - Method in interface org.neo4j.storageengine.api.txstate.ReadableTransactionState
 
NodeItem - Interface in org.neo4j.storageengine.api
Represents a single node from a cursor.
nodeModifiedInThisTx(long) - Method in interface org.neo4j.storageengine.api.txstate.ReadableTransactionState
 
nodeRelationshipTypes(long) - Method in interface org.neo4j.storageengine.api.txstate.ReadableTransactionState
 
nodesGetAll() - Method in interface org.neo4j.storageengine.api.StoreReadLayer
 
nodesGetAllCursor() - Method in interface org.neo4j.storageengine.api.StorageStatement
Acquires Cursor capable of serving NodeItem for selected nodes.
nodesGetCount() - Method in interface org.neo4j.storageengine.api.StoreReadLayer
 
nodesGetForLabel(StorageStatement, int) - Method in interface org.neo4j.storageengine.api.StoreReadLayer
 
NodeState - Interface in org.neo4j.storageengine.api.txstate
Represents the transactional changes to a node: Labels that have been added or removed. Added and removed relationships. Changes to properties.
NodeState.Visitor - Interface in org.neo4j.storageengine.api.txstate
 
nodeStateLabelDiffSets(long) - Method in interface org.neo4j.storageengine.api.txstate.ReadableTransactionState
 
nodesWithLabel(int) - Method in interface org.neo4j.storageengine.api.schema.LabelScanReader
 
nodesWithLabelChanged(int) - Method in interface org.neo4j.storageengine.api.txstate.ReadableTransactionState
Returns all nodes that, in this tx, have had labelId removed.
NONE - Static variable in interface org.neo4j.helpers.progress.ProgressListener
 
NONE - Static variable in class org.neo4j.helpers.progress.ProgressMonitorFactory
 
NONE - Static variable in interface org.neo4j.storageengine.api.lock.ResourceLocker
 
NONE - Static variable in class org.neo4j.storageengine.api.schema.PopulationProgress
 
notify(T) - Method in interface org.neo4j.helpers.Listeners.Notification
 
notifyListeners(Iterable<T>, Listeners.Notification<T>) - Static method in class org.neo4j.helpers.Listeners
 
notifyListeners(Iterable<T>, Executor, Listeners.Notification<T>) - Static method in class org.neo4j.helpers.Listeners
 
nullSafeEquals(T, T) - Static method in class org.neo4j.helpers.ArrayUtil
Compare two items for equality; if both are null they are regarded as equal.
numbersEqual(double, long) - Static method in class org.neo4j.helpers.MathUtil
 

O

OpenEnded(int) - Constructor for class org.neo4j.helpers.progress.Indicator.OpenEnded
 
openEnded(String, int) - Method in class org.neo4j.helpers.progress.ProgressMonitorFactory
 
operationalMode - Static variable in class org.neo4j.udc.UsageDataKeys
Operational mode of the database
org.neo4j.graphdb.factory - package org.neo4j.graphdb.factory
Create database instances.
org.neo4j.helpers - package org.neo4j.helpers
Common Java utilities.
org.neo4j.helpers.collection - package org.neo4j.helpers.collection
 
org.neo4j.helpers.progress - package org.neo4j.helpers.progress
Progress monitoring.
org.neo4j.procedure - package org.neo4j.procedure
 
org.neo4j.storageengine.api - package org.neo4j.storageengine.api
 
org.neo4j.storageengine.api.legacyindex - package org.neo4j.storageengine.api.legacyindex
 
org.neo4j.storageengine.api.lock - package org.neo4j.storageengine.api.lock
 
org.neo4j.storageengine.api.schema - package org.neo4j.storageengine.api.schema
 
org.neo4j.storageengine.api.txstate - package org.neo4j.storageengine.api.txstate
 
org.neo4j.udc - package org.neo4j.udc
 
org.neo4j.unsafe - package org.neo4j.unsafe
Tools for performing low-level, unsafe operations - read isntructions before using.
org.neo4j.unsafe.batchinsert - package org.neo4j.unsafe.batchinsert
Tools for high-performance data insertion; make sure to read the instructions before using.
org.neo4j.unsafe.batchinsert.internal - package org.neo4j.unsafe.batchinsert.internal
 
orphans() - Method in class org.neo4j.helpers.Args
Orphans are arguments specified without options flags, eg:
orphansAsArray() - Method in class org.neo4j.helpers.Args
 
otherNode(long) - Method in interface org.neo4j.storageengine.api.RelationshipItem
 
outgoing() - Method in interface org.neo4j.storageengine.api.DegreeItem
 

P

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
 
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
 
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
 
printAllCauses(PrintWriter) - Method in exception org.neo4j.helpers.ProcessFailureException
 
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
 
progressForPart(String, long) - Method in class org.neo4j.helpers.progress.ProgressMonitorFactory.MultiPartBuilder
 
ProgressListener - Interface in org.neo4j.helpers.progress
A Progress object is an object through which a process can report its progress.
ProgressListener.Adapter - Class in org.neo4j.helpers.progress
 
ProgressListener.MultiPartProgressListener - Class in org.neo4j.helpers.progress
 
ProgressListener.OpenEndedProgressListener - Class in org.neo4j.helpers.progress
 
ProgressListener.SinglePartProgressListener - Class in org.neo4j.helpers.progress
 
ProgressMonitorFactory - Class in org.neo4j.helpers.progress
 
ProgressMonitorFactory() - Constructor for class org.neo4j.helpers.progress.ProgressMonitorFactory
 
ProgressMonitorFactory.MultiPartBuilder - Class in org.neo4j.helpers.progress
 
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
Represents the property changes to a node or relationship: Added properties, removed properties, and changed property values.
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
 
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.

Q

query(String, Object) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserterIndex
Returns matches from this index based on the supplied key and query object, which can be a query string or an implementation-specific query object.
query(Object) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserterIndex
Returns matches from this index based on the supplied query object, which can be a query string or an implementation-specific query object.
query_cache_size - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
query_non_indexed_label_warning_threshold - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
query_statistics_divergence_threshold - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 

R

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
Reads the next StorageCommand from channel.
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
SuperReadableDiffSets with added method for filtering added items.
ReadableDiffSets.Empty<T> - Class in org.neo4j.storageengine.api.txstate
 
ReadableRelationshipDiffSets<T> - Interface in org.neo4j.storageengine.api.txstate
SuperReadableDiffSets with added method for filtering added relationships.
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
Thrown when reading from a ReadableByteChannel into a buffer and not enough bytes (Buffer.limit()) could be read.
rebuild_idgenerators_fast - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
record_format - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
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.
relationshipHasProperty(long, String) - Method in class org.neo4j.unsafe.batchinsert.internal.BatchInserterImpl
 
relationshipIndex(String, Map<String, String>) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserterIndexProvider
Returns a BatchInserterIndex for Relationships 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
Acquires Cursor capable of serving RelationshipItem for selected relationships.
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
 
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.
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.
removeNodeProperty(long, String) - Method in class org.neo4j.unsafe.batchinsert.internal.BatchInserterImpl
 
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.internal.BatchInserterImpl
 
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
 

S

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(long) - Method in class org.neo4j.helpers.progress.ProgressListener.MultiPartProgressListener
 
set(long) - Method in interface org.neo4j.helpers.progress.ProgressListener
 
set(long) - Method in class org.neo4j.helpers.progress.ProgressListener.SinglePartProgressListener
 
set(UsageDataKey<T>, T) - Method in class org.neo4j.udc.UsageData
 
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
setKernelExtensions(Iterable<KernelExtensionFactory<?>>) - Method in class org.neo4j.graphdb.factory.GraphDatabaseFactoryState
 
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.
setNodeLabels(long, Label...) - Method in class org.neo4j.unsafe.batchinsert.internal.BatchInserterImpl
 
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.internal.BatchInserterImpl
 
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.internal.BatchInserterImpl
 
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.internal.BatchInserterImpl
 
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.internal.BatchInserterImpl
 
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
 
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() - Method in class org.neo4j.unsafe.batchinsert.internal.BatchInserterImpl
 
shutdown_transaction_end_timeout - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
singlePart(String, long) - Method in class org.neo4j.helpers.progress.ProgressMonitorFactory
 
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
 
started() - Method in class org.neo4j.helpers.progress.ProgressListener.Adapter
 
started(String) - Method in class org.neo4j.helpers.progress.ProgressListener.MultiPartProgressListener
 
started(String) - Method in class org.neo4j.helpers.progress.ProgressListener.SinglePartProgressListener
 
started(String) - Method in interface org.neo4j.helpers.progress.ProgressListener
 
started() - Method in interface org.neo4j.helpers.progress.ProgressListener
 
startNode() - Method in interface org.neo4j.storageengine.api.RelationshipItem
 
startPart(String, long) - Method in class org.neo4j.helpers.progress.Indicator.Decorator
 
startPart(String, long) - Method in class org.neo4j.helpers.progress.Indicator
 
startProcess(long) - Method in class org.neo4j.helpers.progress.Indicator.Decorator
 
startProcess(long) - Method in class org.neo4j.helpers.progress.Indicator
 
stop() - Method in class org.neo4j.udc.UsageData
 
StorageCommand - Interface in org.neo4j.storageengine.api
A command representing one unit of change to a StorageEngine.
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
A statement for accessing data from a StoreReadLayer.
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
 
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.
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
Deprecated.
please use Clock.systemUTC() instead

T

TAB - Static variable in class org.neo4j.helpers.Strings
 
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
 
textual(OutputStream) - Static method in class org.neo4j.helpers.progress.ProgressMonitorFactory
 
textual(Writer) - Static method in class org.neo4j.helpers.progress.ProgressMonitorFactory
 
ThisShouldNotHappenError - Error in org.neo4j.helpers
ThisShouldNotHappenError(String, String) - Constructor for error org.neo4j.helpers.ThisShouldNotHappenError
Deprecated.
 
ThisShouldNotHappenError(String, String, Throwable) - Constructor for error org.neo4j.helpers.ThisShouldNotHappenError
Deprecated.
 
threadCreated(String) - Method in interface org.neo4j.helpers.NamedThreadFactory.Monitor
 
threadFinished(String) - Method in interface org.neo4j.helpers.NamedThreadFactory.Monitor
 
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
 
TimeUtil - Class in org.neo4j.helpers
 
Token - Class in org.neo4j.storageengine.api
 
Token(String, int) - Constructor for class org.neo4j.storageengine.api.Token
 
Token.Factory - Class in org.neo4j.storageengine.api
 
TokenFactory<TOKEN extends Token> - Interface in org.neo4j.storageengine.api
Creator of Token instances.
toString() - Method in class org.neo4j.helpers.Args.Option
 
toString() - Method in class org.neo4j.helpers.Args
 
toString() - Method in class org.neo4j.helpers.HostnamePort
 
toString(String) - Method in class org.neo4j.helpers.HostnamePort
 
toString() - Method in class org.neo4j.helpers.ProcessFailureException.Entry
 
toString() - Method in class org.neo4j.helpers.Service
 
toString() - Method in class org.neo4j.storageengine.api.schema.IndexSample
 
toString() - Method in class org.neo4j.storageengine.api.Token
 
toString() - Method in class org.neo4j.unsafe.batchinsert.internal.BatchInserterImpl
 
transaction_start_timeout - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
TransactionApplicationMode - Enum in org.neo4j.storageengine.api
transactionId() - Method in interface org.neo4j.storageengine.api.CommandsToApply
 
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.Monitor - Interface in org.neo4j.helpers
 
TransactionTemplate.Monitor.Adapter - Class in org.neo4j.helpers
 
TxStateVisitor - Interface in org.neo4j.storageengine.api.txstate
A visitor for visiting the changes that have been made in a transaction.
TxStateVisitor.Adapter - Class in org.neo4j.storageengine.api.txstate
 
TxStateVisitor.Delegator - Class in org.neo4j.storageengine.api.txstate
 
type - Variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings.Connector
 
type() - Method in interface org.neo4j.storageengine.api.DegreeItem
 
type() - Method in interface org.neo4j.storageengine.api.RelationshipItem
 
typeEquals(Class<?>, Class<?>) - Method in interface org.neo4j.helpers.ArrayUtil.ArrayEquality
 
typeId() - Method in interface org.neo4j.storageengine.api.lock.ResourceType
Must be unique among all existing resource types, should preferably be a sequence starting at 0.

U

union(T[], T[]) - Static method in class org.neo4j.helpers.ArrayUtil
Get the union of two arrays.
uniquenessIndexesGetAll() - Method in interface org.neo4j.storageengine.api.StoreReadLayer
 
uniquenessIndexesGetForLabel(int) - Method in interface org.neo4j.storageengine.api.StoreReadLayer
 
uniqueValues() - Method in class org.neo4j.storageengine.api.schema.IndexSample
 
updateOrAdd(long, Map<String, Object>) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserterIndex
Adds key/value pairs for entity to the index.
UpdateTriState - Enum in org.neo4j.storageengine.api.txstate
Represents the three states that updates can assume in a transaction: Either the data can be added in this transaction, the data can be removed by this transaction, or the data can be untouched by this transaction, having whatever state it has in the underlying store.
Uris - Class in org.neo4j.helpers
Functions for working with URIs
UsageData - Class in org.neo4j.udc
An in-memory storage location for usage metadata.
UsageData(JobScheduler) - Constructor for class org.neo4j.udc.UsageData
 
UsageDataKey<Type> - Class in org.neo4j.udc
A lookup key to publish or retrieve data in UsageData.
UsageDataKey(String, Supplier<Type>) - Constructor for class org.neo4j.udc.UsageDataKey
 
UsageDataKeys - Class in org.neo4j.udc
Inventory of common keys.
UsageDataKeys() - Constructor for class org.neo4j.udc.UsageDataKeys
 
UsageDataKeys.Features - Interface in org.neo4j.udc
 

V

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
 
valueEquals(Object) - Method in interface org.neo4j.storageengine.api.StorageProperty
 
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
 

W

waitStrategy() - Method in interface org.neo4j.storageengine.api.lock.ResourceType
What to do if the lock cannot immediately be acquired.
WaitStrategy<EXCEPTION extends Exception> - Interface in org.neo4j.storageengine.api.lock
What to do if we need to wait.
with(GraphDatabaseService) - Method in class org.neo4j.helpers.TransactionTemplate
 
withCause(T, Throwable) - Static method in class org.neo4j.helpers.Exceptions
 
withFlags(String...) - Static method in class org.neo4j.helpers.Args
 
withMessage(T, String) - Static method in class org.neo4j.helpers.Exceptions
 
without(T[], T...) - Static method in class org.neo4j.helpers.ArrayUtil
 
withSuppressed(T, Throwable...) - Static method in class org.neo4j.helpers.Exceptions
 
WritableChannel - Interface in org.neo4j.storageengine.api
Represents an infinite channel to write primitive data to.
A B C D E F G H I J K L M N O P Q R S T U V W 
Skip navigation links

Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.