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

A

Abstract64BitRecord - Class in org.neo4j.kernel.impl.nioneo.store
 
Abstract64BitRecord(long) - Constructor for class org.neo4j.kernel.impl.nioneo.store.Abstract64BitRecord
 
AbstractBaseRecord - Class in org.neo4j.kernel.impl.nioneo.store
 
AbstractDynamicStore - Class in org.neo4j.kernel.impl.nioneo.store
An abstract representation of a dynamic store.
AbstractDynamicStore(String, Map<?, ?>, IdType) - Constructor for class org.neo4j.kernel.impl.nioneo.store.AbstractDynamicStore
 
AbstractGraphDatabase - Class in org.neo4j.kernel
Exposes the methods AbstractGraphDatabase.getConfig()() and AbstractGraphDatabase.getManagementBeans(Class)() a.s.o.
AbstractGraphDatabase() - Constructor for class org.neo4j.kernel.AbstractGraphDatabase
 
AbstractRecord - Class in org.neo4j.kernel.impl.nioneo.store
 
AbstractStore - Class in org.neo4j.kernel.impl.nioneo.store
An abstract representation of a store.
AbstractStore(String, Map<?, ?>, IdType) - Constructor for class org.neo4j.kernel.impl.nioneo.store.AbstractStore
 
AbstractTransactionManager - Class in org.neo4j.kernel.impl.transaction
This interface extends the TransactionManager, with the rationale that it additionally provides an init method that is used for recovery and a stop method for shutting down.
AbstractTransactionManager() - Constructor for class org.neo4j.kernel.impl.transaction.AbstractTransactionManager
 
accept(T) - Method in interface org.neo4j.helpers.Predicate
 
accept(RecordStore.Processor, DynamicRecord) - Method in class org.neo4j.kernel.impl.nioneo.store.DynamicArrayStore
 
accept(RecordStore.Processor, DynamicRecord) - Method in class org.neo4j.kernel.impl.nioneo.store.DynamicStringStore
 
accept(RecordStore.Processor, NodeRecord) - Method in class org.neo4j.kernel.impl.nioneo.store.NodeStore
 
accept(RecordStore.Processor, PropertyIndexRecord) - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyIndexStore
 
accept(RecordStore.Processor, PropertyRecord) - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyStore
 
accept(RecordStore.Processor, R) - Method in interface org.neo4j.kernel.impl.nioneo.store.RecordStore
 
accept(RecordStore.Processor, RelationshipRecord) - Method in class org.neo4j.kernel.impl.nioneo.store.RelationshipStore
 
accept(RecordStore.Processor, RelationshipTypeRecord) - Method in class org.neo4j.kernel.impl.nioneo.store.RelationshipTypeStore
 
accept(CommandRecordVisitor) - Method in class org.neo4j.kernel.impl.nioneo.xa.Command
 
acquire(long, OperationType) - Method in class org.neo4j.kernel.impl.nioneo.store.PersistenceWindowPool
Acquires a windows for position and operationType locking the window preventing other threads from using it.
acquire(Object, LockManager) - Method in enum org.neo4j.kernel.impl.transaction.LockType
 
acquireReadOnlyResourceConnection() - Method in class org.neo4j.kernel.impl.index.IndexConnectionBroker
 
acquireReadOnlyResourceConnection() - Method in class org.neo4j.kernel.impl.index.ReadOnlyIndexConnectionBroker
 
acquireResourceConnection() - Method in class org.neo4j.kernel.impl.index.IndexConnectionBroker
 
acquireResourceConnection() - Method in class org.neo4j.kernel.impl.index.ReadOnlyIndexConnectionBroker
 
acquireWindow(long, OperationType) - Method in class org.neo4j.kernel.impl.nioneo.store.CommonAbstractStore
Acquires a PersistenceWindow for position and operation type.
actual() - Method in class org.neo4j.tooling.wrap.WrappedIndex
 
adaptCache(Cache<?, ?>) - Method in class org.neo4j.kernel.impl.cache.AdaptiveCacheManager
 
adaptCaches() - Method in class org.neo4j.kernel.impl.cache.AdaptiveCacheManager
 
AdaptiveCacheManager - Class in org.neo4j.kernel.impl.cache
 
AdaptiveCacheManager() - Constructor for class org.neo4j.kernel.impl.cache.AdaptiveCacheManager
 
adaptReferenceCaches() - Method in class org.neo4j.kernel.impl.cache.AdaptiveCacheManager
 
add(RelationshipType) - Method in interface org.neo4j.graphdb.Expander
Add a RelationshipType to the Expander.
add(RelationshipType, Direction) - Method in interface org.neo4j.graphdb.Expander
Add a RelationshipType with a Direction to the Expander.
add(long, Map<String, Object>) - Method in interface org.neo4j.graphdb.index.BatchInserterIndex
Adds key/value pairs for entity to the index.
add(T, String, Object) - Method in interface org.neo4j.graphdb.index.Index
Adds a key/value pair for entity to the index.
add(T) - Method in class org.neo4j.helpers.collection.CachingIterator
Not supported by this implement.
add(T) - Method in class org.neo4j.helpers.collection.CollectionWrapper
 
add(long) - Method in class org.neo4j.helpers.Stats
 
add(String, Class<?>, long, String, Object) - Method in class org.neo4j.kernel.impl.index.IndexDefineCommand
 
add(Evaluator) - Method in class org.neo4j.kernel.impl.traversal.MultiEvaluator
 
add(int) - Method in class org.neo4j.kernel.impl.util.ArrayIntSet
 
add(Throwable) - Method in class org.neo4j.kernel.impl.util.DebugUtil.StackTracer
 
add(long, RelIdArray.DirectionWrapper) - Method in class org.neo4j.kernel.impl.util.RelIdArray
 
add(RelationshipType) - Method in class org.neo4j.kernel.StandardExpander
 
add(RelationshipType, Direction) - Method in class org.neo4j.kernel.StandardExpander
 
add(T, String, Object) - Method in class org.neo4j.tooling.wrap.WrappedIndex
 
addAll(Collection) - Method in class org.neo4j.helpers.collection.CollectionWrapper
 
addAll(RelIdArray) - Method in class org.neo4j.kernel.impl.util.RelIdArray
 
addAll(RelIdArray) - Method in class org.neo4j.kernel.impl.util.RelIdArrayWithLoops
 
addAnnotation(Element, Class<? extends Annotation>, Object) - Method in class org.neo4j.kernel.impl.annotations.AnnotationProcessor
 
addAnnotation(Element, Class<? extends Annotation>, String, Object) - Method in class org.neo4j.kernel.impl.annotations.AnnotationProcessor
 
addAnnotation(Element, Class<? extends Annotation>) - Method in class org.neo4j.kernel.impl.annotations.AnnotationProcessor
 
addAnnotation(Element, Class<? extends Annotation>, Map<String, Object>) - Method in class org.neo4j.kernel.impl.annotations.AnnotationProcessor
 
addBranch(byte[], byte[]) - Method in class org.neo4j.kernel.impl.transaction.TxLog
Writes a BRANCH_ADD record to the file.
addCommand(XaCommand) - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaTransaction
Adds the command to transaction.
addDeletedRecord(DynamicRecord) - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyRecord
 
addKeyRecord(DynamicRecord) - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyIndexRecord
 
addLockToTransaction(Object, LockType) - Method in class org.neo4j.kernel.impl.core.LockReleaser
Invoking this method with no transaction running will cause the lock to be released right away.
addNodeFilter(Predicate<? super Node>) - Method in interface org.neo4j.graphdb.Expander
Add a Node filter.
addNodeFilter(Predicate<? super Node>) - Method in class org.neo4j.kernel.StandardExpander
 
addNodePropertyTracker(PropertyTracker<Node>) - Method in class org.neo4j.kernel.impl.core.NodeManager
 
addPropertyBlock(PropertyBlock) - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyRecord
 
addPropertyIndex(PropertyIndexData) - Method in class org.neo4j.kernel.impl.core.LockReleaser
 
addRelationship(String, Class<?>, long, String, Object, long, long) - Method in class org.neo4j.kernel.impl.index.IndexDefineCommand
 
addRelationshipFilter(Predicate<? super Relationship>) - Method in interface org.neo4j.graphdb.Expander
Add a Relationship filter.
addRelationshipFilter(Predicate<? super Relationship>) - Method in class org.neo4j.kernel.StandardExpander
 
addRelationshipPropertyTracker(PropertyTracker<Relationship>) - Method in class org.neo4j.kernel.impl.core.NodeManager
 
addRelationshipType(RelationshipTypeData) - Method in class org.neo4j.kernel.impl.core.LockReleaser
 
addRelationsipFilter(Predicate<? super Relationship>) - Method in interface org.neo4j.graphdb.Expander
Deprecated. because of typo, use Expander.addRelationshipFilter(Predicate) instead
addRelationsipFilter(Predicate<? super Relationship>) - Method in class org.neo4j.kernel.StandardExpander
 
addToCollection(Iterator<T>, C) - Static method in class org.neo4j.helpers.collection.IteratorUtil
Adds all the items in iterator to collection.
addToCollection(Iterable<T>, C) - Static method in class org.neo4j.helpers.collection.IteratorUtil
Adds all the items in iterator to collection.
addTypeRecord(DynamicRecord) - Method in class org.neo4j.kernel.impl.nioneo.store.RelationshipTypeRecord
 
addValidRelationshipType(String, boolean) - Method in class org.neo4j.kernel.impl.core.RelationshipTypeHolder
 
addValueRecord(DynamicRecord) - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyBlock
 
afterCommit(TransactionData, T) - Method in interface org.neo4j.graphdb.event.TransactionEventHandler
Invoked after the transaction has been committed successfully.
afterCompletion(int) - Method in class org.neo4j.kernel.impl.core.TransactionEventsSyncHook
 
afterRollback(TransactionData, T) - Method in interface org.neo4j.graphdb.event.TransactionEventHandler
Invoked after the transaction has been rolled back if committing the transaction failed for some reason.
agentArgument(String) - Method in class org.neo4j.kernel.KernelExtension
 
agentLoad(KernelData, Object) - Method in class org.neo4j.kernel.KernelExtension
 
agentVisit(KernelData, S, Object) - Method in class org.neo4j.kernel.KernelExtension
 
ALL - Static variable in interface org.neo4j.graphdb.ReturnableEvaluator
A returnable evaluator that returns all nodes encountered.
all() - Static method in class org.neo4j.graphdb.traversal.Evaluators
 
ALL_BUT_START_NODE - Static variable in interface org.neo4j.graphdb.ReturnableEvaluator
A returnable evaluator that returns all nodes except the start node.
ALL_STORES_VERSION - Static variable in class org.neo4j.kernel.impl.nioneo.store.CommonAbstractStore
 
allocateKeyRecords(int, byte[]) - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyIndexStore
 
allocateRecords(long, byte[]) - Method in class org.neo4j.kernel.impl.nioneo.store.AbstractDynamicStore
 
allocateRecords(long, Object) - Method in class org.neo4j.kernel.impl.nioneo.store.DynamicArrayStore
 
allocateTypeNameRecords(int, byte[]) - Method in class org.neo4j.kernel.impl.nioneo.store.RelationshipTypeStore
 
ALLOW_STORE_UPGRADE - Static variable in class org.neo4j.kernel.Config
Boolean (one of true,false) defining whether to allow a store upgrade in case the current version of the database starts against an older store version.
allowAggressiveReuse() - Method in enum org.neo4j.kernel.IdType
 
allStores() - Method in class org.neo4j.kernel.impl.nioneo.store.StoreAccess
 
AnnotationProcessor - Class in org.neo4j.kernel.impl.annotations
 
AnnotationProcessor() - Constructor for class org.neo4j.kernel.impl.annotations.AnnotationProcessor
 
append(RelIdArray, RelIdArray.DirectionWrapper) - Method in class org.neo4j.kernel.impl.util.RelIdArray
 
apply(RecordStore.Processor, RecordStore<?>) - Method in class org.neo4j.kernel.impl.nioneo.store.StoreAccess
 
apply(LogEntry) - Method in interface org.neo4j.kernel.impl.transaction.xaframework.LogApplier
 
apply(Buffer) - Method in class org.neo4j.kernel.impl.util.Bits
Writes all bits to buffer.
applyById(RecordStore<R>, Iterable<Long>) - Method in class org.neo4j.kernel.impl.nioneo.store.RecordStore.Processor
 
applyCommittedTransaction(long, ReadableByteChannel) - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaDataSource
 
applyCommittedTransaction(ReadableByteChannel, long) - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaResourceManager
 
applyFiltered(RecordStore<R>, Predicate<? super R>...) - Method in class org.neo4j.kernel.impl.nioneo.store.RecordStore.Processor
 
applyFiltered(RecordStore<R>, ProgressIndicator, Predicate<? super R>...) - Method in class org.neo4j.kernel.impl.nioneo.store.RecordStore.Processor
 
applyPreparedTransaction(ReadableByteChannel) - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaDataSource
 
applyPreparedTransaction(ReadableByteChannel) - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaResourceManager
 
applyToAll(P) - Method in class org.neo4j.kernel.impl.nioneo.store.StoreAccess
 
applyTransaction(ReadableByteChannel) - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaLogicalLog
 
applyTransactionWithoutTxId(ReadableByteChannel, long) - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaLogicalLog
 
Args - Class in org.neo4j.helpers
Parses a String[] argument from a main-method.
Args(String[]) - Constructor for class org.neo4j.helpers.Args
Suitable for main( String[] args )
Args(Map<String, String>) - Constructor for class org.neo4j.helpers.Args
 
ARRAY_BLOCK_SIZE - Static variable in class org.neo4j.kernel.Config
 
ARRAY_PROPERTY_STORE_MMAP_SIZE - Static variable in class org.neo4j.kernel.Config
The size to allocate for memory mapping the array property store
ArrayIntSet - Class in org.neo4j.kernel.impl.util
 
ArrayIntSet() - Constructor for class org.neo4j.kernel.impl.util.ArrayIntSet
 
ArrayIterator<T> - Class in org.neo4j.helpers.collection
 
ArrayIterator(T[]) - Constructor for class org.neo4j.helpers.collection.ArrayIterator
 
ArrayMap<K,V> - Class in org.neo4j.kernel.impl.util
 
ArrayMap() - Constructor for class org.neo4j.kernel.impl.util.ArrayMap
 
ArrayMap(byte, boolean, boolean) - Constructor for class org.neo4j.kernel.impl.util.ArrayMap
 
asArray(Object) - Static method in class org.neo4j.kernel.impl.util.IoPrimitiveUtils
 
asBytes() - Method in class org.neo4j.kernel.impl.util.Bits
 
asCollection(Iterable<T>) - Static method in class org.neo4j.helpers.collection.IteratorUtil
Creates a collection from an iterable.
asIterable(Iterator<T>) - Static method in class org.neo4j.helpers.collection.IteratorUtil
Exposes iterator as an Iterable.
asIterable(File) - Static method in class org.neo4j.helpers.collection.IteratorUtil
Creates an Iterable for iterating over the lines of a text file.
asIterator(File) - Static method in class org.neo4j.helpers.collection.IteratorUtil
Creates an Iterator for iterating over the lines of a text file.
asMap() - Method in class org.neo4j.helpers.Args
 
assignedNodeProperties() - Method in interface org.neo4j.graphdb.event.TransactionData
Get the properties that had a value assigned or overwritten on a node during the transaction.
assignedRelationshipProperties() - Method in interface org.neo4j.graphdb.event.TransactionData
Get the properties that had a value assigned on a relationship during the transaction.
atDepth(int) - Static method in class org.neo4j.graphdb.traversal.Evaluators
Returns an Evaluator which only includes positions at depth and prunes everything deeper than that.
atomic() - Static method in class org.neo4j.helpers.Counter
 
attemptUpgrade(String) - Method in class org.neo4j.kernel.impl.storemigration.StoreUpgrader
 
attemptWaitForTxCompletionAndBlockFutureTransactions(long) - Method in class org.neo4j.kernel.impl.transaction.AbstractTransactionManager
Prevents new transactions from being created by throwing exception in beginTx and waits for all existing transactions to complete.
attemptWaitForTxCompletionAndBlockFutureTransactions(long) - Method in class org.neo4j.kernel.impl.transaction.TxManager
 
AutoConfigurator - Class in org.neo4j.kernel
 
AutoConfigurator(String, boolean, boolean) - Constructor for class org.neo4j.kernel.AutoConfigurator
 
AutoIndexer<T extends PropertyContainer> - Interface in org.neo4j.graphdb.index
The primary interaction point with the auto indexing infrastructure of neo4j.
automaticNodeIndex(ReadableIndex<Node>) - Method in class org.neo4j.tooling.wrap.WrappedGraphDatabase
 
automaticRelationshipIndex(ReadableRelationshipIndex) - Method in class org.neo4j.tooling.wrap.WrappedGraphDatabase
 
available() - Method in class org.neo4j.kernel.impl.util.Bits
 
average() - Method in class org.neo4j.helpers.Stats
 

B

BACKUP_SLAVE - Static variable in class org.neo4j.kernel.Config
Mark this database as a backup slave.
BatchInserter - Interface in org.neo4j.kernel.impl.batchinsert
The batch inserter drops support for transactions and concurrency in favor of insertion speed.
BatchInserterImpl - Class in org.neo4j.kernel.impl.batchinsert
 
BatchInserterImpl(String) - Constructor for class org.neo4j.kernel.impl.batchinsert.BatchInserterImpl
 
BatchInserterImpl(String, Map<String, String>) - Constructor for class org.neo4j.kernel.impl.batchinsert.BatchInserterImpl
 
BatchInserterIndex - Interface in org.neo4j.graphdb.index
The BatchInserter version of Index.
BatchInserterIndexProvider - Interface in org.neo4j.graphdb.index
A place to access BatchInserterIndexs from a certain index provider.
beforeCommit(TransactionData) - Method in interface org.neo4j.graphdb.event.TransactionEventHandler
Invoked when a transaction is about to be committed.
beforeCompletion() - Method in class org.neo4j.kernel.impl.core.TransactionEventsSyncHook
 
beforeShutdown() - Method in interface org.neo4j.graphdb.event.KernelEventHandler
This method is invoked during the shutdown process of a Neo4j Graph Database.
begin() - Method in class org.neo4j.kernel.impl.transaction.SpringTransactionManager
 
begin() - Method in class org.neo4j.kernel.impl.transaction.TxManager
 
begin() - Method in class org.neo4j.kernel.impl.transaction.UserTransactionImpl
 
beginTx() - Method in interface org.neo4j.graphdb.GraphDatabaseService
Starts a new transaction and associates it with the current thread.
beginTx() - Method in class org.neo4j.kernel.EmbeddedGraphDatabase
 
beginTx() - Method in class org.neo4j.kernel.EmbeddedReadOnlyGraphDatabase
 
beginTx() - Method in class org.neo4j.tooling.wrap.WrappedGraphDatabase
 
Bits - Class in org.neo4j.kernel.impl.util
Got bits to store, shift and retrieve and they are more than what fits in a long? Use Bits then.
bits(int) - Static method in class org.neo4j.kernel.impl.util.Bits
 
bitsFromBytes(byte[]) - Static method in class org.neo4j.kernel.impl.util.Bits
 
bitsFromBytes(byte[], int) - Static method in class org.neo4j.kernel.impl.util.Bits
 
bitsFromLongs(long[]) - Static method in class org.neo4j.kernel.impl.util.Bits
 
BLOCK_HEADER_SIZE - Static variable in class org.neo4j.kernel.impl.nioneo.store.AbstractDynamicStore
 
BLOCK_HEADER_SIZE - Static variable in class org.neo4j.kernel.impl.storemigration.legacystore.LegacyDynamicStoreReader
 
BRANCH_ADD - Static variable in class org.neo4j.kernel.impl.transaction.TxLog
 
BRANCH_ID - Static variable in class org.neo4j.kernel.impl.nioneo.xa.NeoStoreXaDataSource
 
BranchOrderingPolicy - Interface in org.neo4j.graphdb.traversal
Creator of BranchSelector instances with a starting point to base the first decision on.
BranchSelector - Interface in org.neo4j.graphdb.traversal
Decides "where to go next" in a traversal.
breadthFirst() - Method in interface org.neo4j.graphdb.traversal.TraversalDescription
A convenience method for TraversalDescription.order(BranchOrderingPolicy) where a "preorder breadth first" selector is used.
breadthFirst() - Method in class org.neo4j.kernel.impl.traversal.TraversalDescriptionImpl
 
Buffer - Class in org.neo4j.kernel.impl.nioneo.store
Wraps a ByteBuffer and is tied to a PersistenceWindow.
BufferedFileChannel - Class in org.neo4j.kernel.impl.util
Puts a buffer in front of a ReadableByteChannel so that even small reads, byte/int/long will be fast.
BufferedFileChannel(FileChannel) - Constructor for class org.neo4j.kernel.impl.util.BufferedFileChannel
 
BufferNumberPutter - Enum in org.neo4j.kernel.impl.util
 
buildTypeDescriptorAndVersion(String) - Static method in class org.neo4j.kernel.impl.nioneo.store.CommonAbstractStore
 
bundleChanged(BundleEvent) - Method in class org.neo4j.kernel.impl.osgi.OSGiExtensionLoader
 
byteValue() - Method in enum org.neo4j.kernel.impl.nioneo.store.PropertyType
Returns a byte value representing the type.
byteValue() - Method in enum org.neo4j.kernel.impl.nioneo.store.Record
Returns a byte value representation for this record type.

C

Cache<K,V> - Interface in org.neo4j.kernel.impl.cache
Simple cache interface with add, remove, get, clear and size methods.
CACHE_TYPE - Static variable in class org.neo4j.kernel.Config
The type of cache to use for nodes and relationships, one of [weak, soft, none]
caches() - Method in class org.neo4j.kernel.impl.core.NodeManager
 
CachingIterator<T> - Class in org.neo4j.helpers.collection
An Iterator which lazily fetches and caches items from the underlying iterator when items are requested.
CachingIterator(Iterator<T>) - Constructor for class org.neo4j.helpers.collection.CachingIterator
Creates a new caching iterator using source as its underlying Iterator to get items lazily from.
calculateMappedMemory(Map<?, ?>, String) - Static method in class org.neo4j.kernel.impl.nioneo.store.CommonAbstractStore
Returns memory assigned for memory mapped windows in bytes.
calculateNumberOfBlocksUsed(long) - Static method in enum org.neo4j.kernel.impl.nioneo.store.LongerShortString
 
calculateNumberOfBlocksUsed(int, int) - Static method in enum org.neo4j.kernel.impl.nioneo.store.LongerShortString
 
calculateNumberOfBlocksUsed(long) - Method in enum org.neo4j.kernel.impl.nioneo.store.PropertyType
 
calculateNumberOfBlocksUsed(long) - Static method in enum org.neo4j.kernel.impl.nioneo.store.ShortArray
 
calculateNumberOfBlocksUsed(int, int) - Static method in enum org.neo4j.kernel.impl.nioneo.store.ShortArray
 
calculateRequiredBitsForArray(Object) - Method in enum org.neo4j.kernel.impl.nioneo.store.ShortArray
 
CatchingIteratorWrapper<T,U> - Class in org.neo4j.helpers.collection
 
CatchingIteratorWrapper(Iterator<U>) - Constructor for class org.neo4j.helpers.collection.CatchingIteratorWrapper
 
check(TraversalBranch) - Method in interface org.neo4j.graphdb.traversal.UniquenessFilter
Checks whether or not branch is unique, and hence can be visited in this traversal.
checkConfigurationAllowsAutomaticUpgrade() - Method in class org.neo4j.kernel.impl.storemigration.ConfigMapUpgradeConfiguration
 
checkConfigurationAllowsAutomaticUpgrade() - Method in interface org.neo4j.kernel.impl.storemigration.UpgradeConfiguration
 
checkFirst(TraversalBranch) - Method in interface org.neo4j.graphdb.traversal.UniquenessFilter
The check whether or not to expand the first branch is a separate method because it may contain checks which would be unnecessary for all other checks.
checkStorage() - Method in class org.neo4j.kernel.impl.nioneo.store.CommonAbstractStore
 
checksumMatch(long, long) - Static method in class org.neo4j.kernel.impl.transaction.xaframework.LogEntry.Start
 
checkUpgradeable(File) - Method in class org.neo4j.kernel.impl.storemigration.UpgradableDatabase
 
checkVersion() - Method in class org.neo4j.kernel.impl.nioneo.store.CommonAbstractStore
 
checkVersion() - Method in class org.neo4j.kernel.impl.nioneo.store.NeoStore
 
clear() - Method in class org.neo4j.helpers.collection.CollectionWrapper
 
clear() - Method in interface org.neo4j.kernel.impl.cache.Cache
Removing all cached elements.
clear() - Method in class org.neo4j.kernel.impl.cache.LruCache
 
clear() - Method in class org.neo4j.kernel.impl.cache.NoCache
 
clear() - Method in class org.neo4j.kernel.impl.cache.SoftLruCache
 
clear() - Method in class org.neo4j.kernel.impl.cache.StrongReferenceCache
 
clear() - Method in class org.neo4j.kernel.impl.cache.WeakLruCache
 
clear() - Method in class org.neo4j.kernel.impl.osgi.OSGiManifest
 
clear() - Method in class org.neo4j.kernel.impl.transaction.xaframework.LogExtractor.LogPositionCache
 
clear() - Method in class org.neo4j.kernel.impl.util.ArrayMap
 
clearAllTransactions() - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaConnectionHelpImpl
Will clear the resource manager of all transactions.
clearCache() - Method in class org.neo4j.kernel.impl.core.LockReleaser
 
clearCache() - Method in class org.neo4j.kernel.impl.core.NodeManager
 
clearFreeIds() - Method in class org.neo4j.kernel.impl.nioneo.store.IdGeneratorImpl
 
clone() - Method in class org.neo4j.kernel.impl.util.Bits
 
ClosableIterable<T> - Interface in org.neo4j.helpers.collection
 
ClosableIterator<T> - Interface in org.neo4j.helpers.collection
 
close() - Method in interface org.neo4j.graphdb.index.IndexHits
Closes the underlying search result.
close() - Method in interface org.neo4j.helpers.collection.ClosableIterable
 
close() - Method in interface org.neo4j.helpers.collection.ClosableIterator
 
close() - Method in class org.neo4j.helpers.collection.LinesOfFileIterator
 
close() - Method in interface org.neo4j.kernel.impl.core.LastCommittedTxIdSetter
 
close() - Method in class org.neo4j.kernel.impl.index.IndexProviderStore
 
close() - Method in class org.neo4j.kernel.impl.nioneo.store.Buffer
 
close() - Method in class org.neo4j.kernel.impl.nioneo.store.CommonAbstractStore
Closes this store.
close(boolean) - Method in interface org.neo4j.kernel.impl.nioneo.store.IdGenerator
Closes the id generator.
close(boolean) - Method in class org.neo4j.kernel.impl.nioneo.store.IdGeneratorImpl
Closes the id generator flushing defragged ids in memory to file.
close() - Method in interface org.neo4j.kernel.impl.nioneo.store.PersistenceWindow
 
close(boolean) - Method in class org.neo4j.kernel.impl.nioneo.store.ReadOnlyIdGenerator
 
close() - Method in interface org.neo4j.kernel.impl.nioneo.store.RecordStore
 
close() - Method in class org.neo4j.kernel.impl.nioneo.store.RelationshipStore
 
close() - Method in class org.neo4j.kernel.impl.nioneo.store.StoreAccess
 
close() - Method in class org.neo4j.kernel.impl.nioneo.xa.NeoStoreXaDataSource
 
close() - Method in class org.neo4j.kernel.impl.storemigration.legacystore.LegacyDynamicRecordFetcher
 
close() - Method in class org.neo4j.kernel.impl.storemigration.legacystore.LegacyDynamicStoreReader
 
close() - Method in class org.neo4j.kernel.impl.storemigration.legacystore.LegacyNeoStoreReader
 
close() - Method in class org.neo4j.kernel.impl.storemigration.legacystore.LegacyNodeStoreReader
 
close() - Method in class org.neo4j.kernel.impl.storemigration.legacystore.LegacyPropertyStoreReader
 
close() - Method in class org.neo4j.kernel.impl.storemigration.legacystore.LegacyRelationshipStoreReader
 
close() - Method in class org.neo4j.kernel.impl.storemigration.legacystore.LegacyStore
 
close() - Method in class org.neo4j.kernel.impl.transaction.TxLog
Closes the file representing the transaction log.
close() - Method in class org.neo4j.kernel.impl.transaction.xaframework.InMemoryLogBuffer
 
close() - Method in class org.neo4j.kernel.impl.transaction.xaframework.LogExtractor
 
close() - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaContainer
Closes the logical log and nulls out all instances.
close() - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaDataSource
Closes this data source.
close() - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaLogicalLog
 
close(String) - Static method in class org.neo4j.kernel.impl.util.StringLogger
 
closeIdGenerator() - Method in class org.neo4j.kernel.impl.nioneo.store.CommonAbstractStore
Closed the IdGenerator used by this store
closeStorage() - Method in class org.neo4j.kernel.impl.nioneo.store.CommonAbstractStore
This method should close/release all resources that the implementation of this store has allocated and is called just before the close() method returns.
closeStorage() - Method in class org.neo4j.kernel.impl.nioneo.store.NeoStore
Closes the node,relationship,property and relationship type stores.
closeStorage() - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyIndexStore
 
closeStorage() - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyStore
 
closeStorage() - Method in class org.neo4j.kernel.impl.nioneo.store.RelationshipTypeStore
 
CollectionWrapper<T,U> - Class in org.neo4j.helpers.collection
Wraps a Collection, making it look (and function) like a collection holding another type of items.
CollectionWrapper(Collection<U>) - Constructor for class org.neo4j.helpers.collection.CollectionWrapper
 
combine(FileChannel, LogBuffer) - Method in class org.neo4j.kernel.impl.transaction.xaframework.DefaultLogBufferFactory
 
combine(FileChannel, LogBuffer) - Method in interface org.neo4j.kernel.impl.transaction.xaframework.LogBufferFactory
 
CombinedRelIdIterator - Class in org.neo4j.kernel.impl.util
 
CombinedRelIdIterator(String, RelIdArray.DirectionWrapper, RelIdArray, RelIdArray, Collection<Long>) - Constructor for class org.neo4j.kernel.impl.util.CombinedRelIdIterator
 
combineSourcePaths(TraversalBranch, TraversalBranch) - Static method in class org.neo4j.kernel.Traversal
Combines two TraversalBranchs with a common head node in order to obtain an TraversalBranch representing a path from the start node of the source TraversalBranch to the start node of the target TraversalBranch.
CombiningIterable<T> - Class in org.neo4j.helpers.collection
Combining one or more Iterables, making them look like they were one big iterable.
CombiningIterable(Iterable<Iterable<T>>) - Constructor for class org.neo4j.helpers.collection.CombiningIterable
 
CombiningIterator<T> - Class in org.neo4j.helpers.collection
Combining one or more Iterators, making them look like they were one big iterator.
CombiningIterator(Iterable<? extends Iterator<T>>) - Constructor for class org.neo4j.helpers.collection.CombiningIterator
 
CombiningIterator(T, Iterator<T>) - Constructor for class org.neo4j.helpers.collection.CombiningIterator
 
Command - Class in org.neo4j.kernel.impl.nioneo.xa
Command implementations for all the commands that can be performed on a Neo store.
COMMAND - Static variable in class org.neo4j.kernel.impl.transaction.xaframework.LogEntry
 
CommandRecordVisitor - Interface in org.neo4j.kernel.impl.nioneo.xa
Visits the record of a Command.
commit() - Method in class org.neo4j.kernel.impl.core.LockReleaser
 
commit() - Method in class org.neo4j.kernel.impl.transaction.SpringTransactionManager
 
commit() - Method in class org.neo4j.kernel.impl.transaction.TxManager
 
commit() - Method in class org.neo4j.kernel.impl.transaction.UserTransactionImpl
 
commit(Xid, boolean) - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaResourceHelpImpl
 
commit() - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaTransaction
First registers the transaction identifier (see XaLogicalLog.getCurrentTxIdentifier() then calls XaTransaction.doCommit().
commitCows() - Method in class org.neo4j.kernel.impl.core.LockReleaser
 
commitOnePhase(int, long) - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaLogicalLog
 
commitTwoPhase(int, long) - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaLogicalLog
 
CommonAbstractStore - Class in org.neo4j.kernel.impl.nioneo.store
Contains common implementation for AbstractStore and AbstractDynamicStore.
CommonAbstractStore(String, Map<?, ?>, IdType) - Constructor for class org.neo4j.kernel.impl.nioneo.store.CommonAbstractStore
Opens and validates the store contained in fileName loading any configuration defined in config.
CommonBranchOrdering - Enum in org.neo4j.kernel
 
CommonFactories - Class in org.neo4j.kernel
 
CommonFactories() - Constructor for class org.neo4j.kernel.CommonFactories
 
CommonFactories.DefaultIdGeneratorFactory - Class in org.neo4j.kernel
 
CommonFactories.DefaultIdGeneratorFactory() - Constructor for class org.neo4j.kernel.CommonFactories.DefaultIdGeneratorFactory
 
CompareTxStreams - Class in org.neo4j.kernel.impl.util
 
CompareTxStreams() - Constructor for class org.neo4j.kernel.impl.util.CompareTxStreams
 
complete() - Method in interface org.neo4j.kernel.impl.transaction.xaframework.TransactionInterceptor
The main work method, supposed to be called by users when the whole required set of Commands has been met.
ComponentVersion - Class in org.neo4j.kernel.impl
 
ComponentVersion() - Constructor for class org.neo4j.kernel.impl.ComponentVersion
 
Config - Class in org.neo4j.kernel
A non-standard configuration object.
ConfigMapUpgradeConfiguration - Class in org.neo4j.kernel.impl.storemigration
 
ConfigMapUpgradeConfiguration(Map<?, ?>) - Constructor for class org.neo4j.kernel.impl.storemigration.ConfigMapUpgradeConfiguration
 
configMatches(Map<String, String>, Map<String, String>) - Method in class org.neo4j.graphdb.index.IndexImplementation
 
configure(Map<Object, Object>) - Method in class org.neo4j.kernel.AutoConfigurator
 
configure(PersistenceSource) - Method in interface org.neo4j.kernel.impl.persistence.EntityIdGenerator
 
configure(PersistenceSource) - Method in class org.neo4j.kernel.impl.persistence.IdGenerator
Configures the IdGenerator.
configValueContainsMultipleParameters(String) - Static method in class org.neo4j.kernel.Config
 
contains(Object) - Method in class org.neo4j.helpers.collection.CollectionWrapper
 
contains(int) - Method in class org.neo4j.kernel.impl.util.ArrayIntSet
 
containsAll(Collection) - Method in class org.neo4j.helpers.collection.CollectionWrapper
 
continues() - Method in enum org.neo4j.graphdb.traversal.Evaluation
 
convertCollection(Collection) - Method in class org.neo4j.helpers.collection.CollectionWrapper
 
copyFile(File, File) - Static method in class org.neo4j.kernel.impl.util.FileUtils
 
copyInstance() - Method in class org.neo4j.kernel.impl.util.RelIdArray.IdBlock
 
copyRecursively(File, File) - Static method in class org.neo4j.kernel.impl.util.FileUtils
 
couldBeNeedingUpdate() - Method in class org.neo4j.kernel.impl.util.RelIdArray
Optimization in the lazy loading of relationships for a node.
couldBeNeedingUpdate() - Method in class org.neo4j.kernel.impl.util.RelIdArrayWithLoops
 
count(Iterator<T>) - Static method in class org.neo4j.helpers.collection.IteratorUtil
Counts the number of items in the iterator by looping through it.
count(Iterable<T>) - Static method in class org.neo4j.helpers.collection.IteratorUtil
Counts the number of items in the iterable by looping through it.
count() - Method in class org.neo4j.helpers.Counter
 
count - Variable in class org.neo4j.helpers.Stats
 
Counter - Class in org.neo4j.helpers
 
Counter() - Constructor for class org.neo4j.helpers.Counter
 
create(Map<String, Object>) - Method in class org.neo4j.graphdb.index.UniqueFactory
Implement this method to create the Node or Relationship to index.
create(Map<String, Object>) - Method in class org.neo4j.graphdb.index.UniqueFactory.UniqueNodeFactory
Default implementation of UniqueFactory.create(Map), creates a plain node.
create(TraversalBranch) - Method in interface org.neo4j.graphdb.traversal.BranchOrderingPolicy
Instantiates a BranchSelector with startBranch as the first branch to base a decision on "where to go next".
create(Object) - Method in interface org.neo4j.graphdb.traversal.UniquenessFactory
 
create(String) - Method in class org.neo4j.kernel.CommonFactories.DefaultIdGeneratorFactory
 
create(String) - Method in interface org.neo4j.kernel.IdGeneratorFactory
 
create() - Method in interface org.neo4j.kernel.impl.core.TxEventSyncHookFactory
Creates a new TransactionEventsSyncHook instance of there are any registered TransactionEventHandlers, else null.
create(String, Class<?>, Map<String, String>) - Method in class org.neo4j.kernel.impl.index.IndexDefineCommand
 
create(FileChannel) - Method in class org.neo4j.kernel.impl.transaction.xaframework.DefaultLogBufferFactory
 
create(FileChannel) - Method in interface org.neo4j.kernel.impl.transaction.xaframework.LogBufferFactory
 
create(XaDataSource, Object) - Method in class org.neo4j.kernel.impl.transaction.xaframework.TransactionInterceptorProvider
Creates a TransactionInterceptor with the given datasource and options.
create(TransactionInterceptor, XaDataSource, Object) - Method in class org.neo4j.kernel.impl.transaction.xaframework.TransactionInterceptorProvider
Creates a TransactionInterceptor with the given datasource and options and the given TransactionInterceptor as the next in the chain.
create(TransactionManager) - Method in interface org.neo4j.kernel.impl.transaction.xaframework.TxIdGeneratorFactory
 
create(XaDataSource, String, XaCommandFactory, XaTransactionFactory, List<Pair<TransactionInterceptorProvider, Object>>, Map<Object, Object>) - Static method in class org.neo4j.kernel.impl.transaction.xaframework.XaContainer
Creates a XaContainer.
create(int) - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaTransactionFactory
Create a XaTransaction with identifier as internal transaction id.
create(TxModule) - Method in interface org.neo4j.kernel.LockManagerFactory
 
createdNodes() - Method in interface org.neo4j.graphdb.event.TransactionData
Get the nodes that were created during the transaction.
createdRelationships() - Method in interface org.neo4j.graphdb.event.TransactionData
Get the relationships that were created during the transaction.
createEmptyStore(String, int, String, IdGeneratorFactory, IdType) - Static method in class org.neo4j.kernel.impl.nioneo.store.AbstractDynamicStore
Creates a new empty store.
createEmptyStore(String, String, IdGeneratorFactory) - Static method in class org.neo4j.kernel.impl.nioneo.store.AbstractStore
Creates a new empty store.
createGenerator(String) - Static method in class org.neo4j.kernel.impl.nioneo.store.IdGeneratorImpl
Creates a new id generator.
createIdGenerator(String) - Method in class org.neo4j.kernel.impl.nioneo.store.CommonAbstractStore
 
createIndex(Class<? extends PropertyContainer>, String, Map<String, String>) - Method in class org.neo4j.kernel.impl.index.IndexXaConnection
 
createNestedIterator(U) - Method in class org.neo4j.helpers.collection.NestingIterable
 
createNestedIterator(U) - Method in class org.neo4j.helpers.collection.NestingIterator
 
createNewReferenceNode() - Method in class org.neo4j.kernel.impl.core.GraphDbModule
 
createNode() - Method in interface org.neo4j.graphdb.GraphDatabaseService
Creates a new node.
createNode() - Method in class org.neo4j.kernel.EmbeddedGraphDatabase
 
createNode() - Method in class org.neo4j.kernel.EmbeddedReadOnlyGraphDatabase
 
createNode(Map<String, Object>) - Method in interface org.neo4j.kernel.impl.batchinsert.BatchInserter
Creates a node assigning next available id to id and also adds any properties supplied.
createNode(long, Map<String, Object>) - Method in interface org.neo4j.kernel.impl.batchinsert.BatchInserter
Creates a node with supplied id and properties.
createNode(Map<String, Object>) - Method in class org.neo4j.kernel.impl.batchinsert.BatchInserterImpl
 
createNode(long, Map<String, Object>) - Method in class org.neo4j.kernel.impl.batchinsert.BatchInserterImpl
 
createNode() - Method in class org.neo4j.kernel.impl.core.NodeManager
 
createNode() - Method in class org.neo4j.tooling.wrap.WrappedGraphDatabase
 
createPropertyIndex(String, int) - Method in class org.neo4j.kernel.impl.nioneo.xa.WriteTransaction
 
createPropertyIndex(String, int) - Method in interface org.neo4j.kernel.impl.persistence.NeoStoreTransaction
Creates a property index entry out of the given id and string.
createPropertyIndex(String, int) - Method in class org.neo4j.kernel.impl.persistence.PersistenceManager
 
createPropertyIndex(PropertyIndexStore, String, int) - Method in class org.neo4j.kernel.impl.storemigration.StoreMigrator.Migration
 
createReadOnlyResourceConnection() - Method in class org.neo4j.kernel.impl.nioneo.xa.NioNeoDbPersistenceSource
 
createRelationship(long, long, RelationshipType, Map<String, Object>) - Method in interface org.neo4j.kernel.impl.batchinsert.BatchInserter
Creates a relationship between two nodes of a specific type.
createRelationship(long, long, RelationshipType, Map<String, Object>) - Method in class org.neo4j.kernel.impl.batchinsert.BatchInserterImpl
 
createRelationship(NodeImpl, Node, RelationshipType) - Method in class org.neo4j.kernel.impl.core.NodeManager
 
createRelationshipTo(Node, RelationshipType) - Method in interface org.neo4j.graphdb.Node
Creates a relationship between this node and another node.
createRelationshipTo(Node, RelationshipType) - Method in class org.neo4j.tooling.wrap.WrappedNode
 
createRelationshipType(int, String) - Method in class org.neo4j.kernel.impl.nioneo.xa.WriteTransaction
 
createRelationshipType(int, String) - Method in interface org.neo4j.kernel.impl.persistence.NeoStoreTransaction
Creates a new RelationshipType record with the given id that has the given name.
createRelationshipType(int, String) - Method in class org.neo4j.kernel.impl.persistence.PersistenceManager
 
createRelationshipType(RelationshipTypeStore, String, int) - Method in class org.neo4j.kernel.impl.storemigration.StoreMigrator.Migration
 
createStore(String, int, IdGeneratorFactory) - Static method in class org.neo4j.kernel.impl.nioneo.store.DynamicArrayStore
 
createStore(String, int, IdGeneratorFactory, IdType) - Static method in class org.neo4j.kernel.impl.nioneo.store.DynamicStringStore
 
createStore(String, Map<?, ?>) - Static method in class org.neo4j.kernel.impl.nioneo.store.NeoStore
Creates the neo,node,relationship,property and relationship type stores.
createStore(String, Map<?, ?>) - Static method in class org.neo4j.kernel.impl.nioneo.store.NodeStore
Creates a new node store contained in fileName If filename is null or the file already exists an IOException is thrown.
createStore(String, IdGeneratorFactory) - Static method in class org.neo4j.kernel.impl.nioneo.store.PropertyIndexStore
 
createStore(String, Map<?, ?>) - Static method in class org.neo4j.kernel.impl.nioneo.store.PropertyStore
Creates a new property store contained in fileName If filename is null or the file already exists an IOException is thrown.
createStore(String, IdGeneratorFactory) - Static method in class org.neo4j.kernel.impl.nioneo.store.RelationshipStore
Creates a new relationship store contained in fileName If filename is null or the file already exists an IOException is thrown.
createStore(String, Map<?, ?>) - Static method in class org.neo4j.kernel.impl.nioneo.store.RelationshipTypeStore
Creates a new relationship type store contained in fileName If filename is null or the file already exists an IOException is thrown.
createTransaction(XaConnection) - Method in class org.neo4j.kernel.impl.nioneo.xa.NioNeoDbPersistenceSource
 
createTransaction(XaConnection) - Method in interface org.neo4j.kernel.impl.persistence.PersistenceSource
Creates a resource connection to this persistence source.
current() - Method in class org.neo4j.helpers.collection.CachingIterator
Returns the last item returned by CachingIterator.next()/CachingIterator.previous().
current() - Method in class org.neo4j.helpers.collection.PositionedIterator
Returns the current node.
CurrentDatabase - Class in org.neo4j.kernel.impl.storemigration
 
CurrentDatabase() - Constructor for class org.neo4j.kernel.impl.storemigration.CurrentDatabase
 
currentIterator() - Method in class org.neo4j.helpers.collection.CombiningIterator
 
currentNode() - Method in interface org.neo4j.graphdb.TraversalPosition
Returns the current node.
currentPosition() - Method in interface org.neo4j.graphdb.Traverser
Returns the current traversal position, that is where the traversal is at the moment.
currentScore() - Method in interface org.neo4j.graphdb.index.IndexHits
Returns the score of the most recently fetched item from this iterator (from Iterator.next()).
currentStackTraceContains(String, String) - Static method in class org.neo4j.kernel.impl.util.DebugUtil
 
currentStackTraceContains(Class<?>, String) - Static method in class org.neo4j.kernel.impl.util.DebugUtil
 

D

DatabaseFiles - Class in org.neo4j.kernel.impl.storemigration
 
DatabaseFiles() - Constructor for class org.neo4j.kernel.impl.storemigration.DatabaseFiles
 
DataInconsistencyError - Error in org.neo4j.kernel.impl.nioneo.store
Thrown when inconsistencies are found in the data.
DataInconsistencyError(String) - Constructor for error org.neo4j.kernel.impl.nioneo.store.DataInconsistencyError
 
date() - Static method in class org.neo4j.helpers.Format
 
date(long) - Static method in class org.neo4j.helpers.Format
 
date(Date) - Static method in class org.neo4j.helpers.Format
 
DeadlockDetectedException - Exception in org.neo4j.kernel
Signals that a deadlock between two or more transactions has been detected.
DeadlockDetectedException(String) - Constructor for exception org.neo4j.kernel.DeadlockDetectedException
 
DebugUtil - Class in org.neo4j.kernel.impl.util
 
DebugUtil() - Constructor for class org.neo4j.kernel.impl.util.DebugUtil
 
DebugUtil.StackTracer - Class in org.neo4j.kernel.impl.util
 
DebugUtil.StackTracer() - Constructor for class org.neo4j.kernel.impl.util.DebugUtil.StackTracer
 
decode(byte[]) - Static method in class org.neo4j.helpers.UTF8
 
decode(PropertyBlock) - Static method in enum org.neo4j.kernel.impl.nioneo.store.LongerShortString
Decode a short string represented as a long[]
decode(PropertyBlock) - Static method in enum org.neo4j.kernel.impl.nioneo.store.ShortArray
 
decode(long) - Static method in enum org.neo4j.kernel.impl.nioneo.store.ShortString
Decode a short string represented as a long
DEFAULT - Static variable in interface org.neo4j.kernel.impl.transaction.xaframework.TxIdGenerator
 
DEFAULT - Static variable in interface org.neo4j.kernel.impl.transaction.xaframework.TxIdGeneratorFactory
 
DEFAULT - Static variable in class org.neo4j.kernel.StandardExpander
 
DEFAULT_DATA_BLOCK_SIZE - Static variable in class org.neo4j.kernel.impl.nioneo.store.PropertyStore
 
DEFAULT_DATA_SOURCE_NAME - Static variable in class org.neo4j.kernel.Config
 
DEFAULT_NAME - Static variable in class org.neo4j.kernel.impl.nioneo.store.NeoStore
 
DEFAULT_NAME - Static variable in class org.neo4j.kernel.impl.util.StringLogger
 
DEFAULT_PAYLOAD_SIZE - Static variable in class org.neo4j.kernel.impl.nioneo.store.PropertyStore
 
DEFAULT_VALUE - Static variable in annotation type org.neo4j.kernel.impl.annotations.Documented
 
defaultFileSystemAbstraction() - Static method in class org.neo4j.kernel.CommonFactories
 
defaultIdGeneratorFactory() - Static method in class org.neo4j.kernel.CommonFactories
 
defaultLastCommittedTxIdSetter() - Static method in class org.neo4j.kernel.CommonFactories
 
defaultLockManagerFactory() - Static method in class org.neo4j.kernel.CommonFactories
 
defaultLogBufferFactory() - Static method in class org.neo4j.kernel.CommonFactories
 
DefaultLogBufferFactory - Class in org.neo4j.kernel.impl.transaction.xaframework
 
DefaultLogBufferFactory() - Constructor for class org.neo4j.kernel.impl.transaction.xaframework.DefaultLogBufferFactory
 
defaultPathToString(Path) - Static method in class org.neo4j.kernel.Traversal
Returns the default string representation of a Path.
defaultRelationshipTypeCreator() - Static method in class org.neo4j.kernel.CommonFactories
 
DefaultRelationshipTypeCreator - Class in org.neo4j.kernel.impl.core
 
DefaultRelationshipTypeCreator() - Constructor for class org.neo4j.kernel.impl.core.DefaultRelationshipTypeCreator
 
DefaultTransactionManagerProvider - Class in org.neo4j.kernel.impl.transaction
 
DefaultTransactionManagerProvider() - Constructor for class org.neo4j.kernel.impl.transaction.DefaultTransactionManagerProvider
 
defaultTxHook() - Static method in class org.neo4j.kernel.CommonFactories
 
defaultTxIdGeneratorFactory() - Static method in class org.neo4j.kernel.CommonFactories
 
delete() - Method in interface org.neo4j.graphdb.index.Index
Clears the index and deletes the configuration associated with it.
delete(T) - Method in class org.neo4j.graphdb.index.UniqueFactory
Invoked after a new entity has been created, but adding it to the index failed (due to being added by another transaction concurrently).
delete(Node) - Method in class org.neo4j.graphdb.index.UniqueFactory.UniqueNodeFactory
Default implementation of UniqueFactory.delete(PropertyContainer).
delete(Relationship) - Method in class org.neo4j.graphdb.index.UniqueFactory.UniqueRelationshipFactory
Default implementation of UniqueFactory.delete(PropertyContainer).
delete() - Method in interface org.neo4j.graphdb.Node
Deletes this node if it has no relationships attached to it.
delete() - Method in interface org.neo4j.graphdb.Relationship
Deletes this relationship.
delete(String, Class<?>) - Method in class org.neo4j.kernel.impl.index.IndexDefineCommand
 
delete() - Method in interface org.neo4j.kernel.impl.nioneo.store.IdGenerator
 
delete() - Method in class org.neo4j.kernel.impl.nioneo.store.IdGeneratorImpl
 
delete() - Method in class org.neo4j.kernel.impl.nioneo.store.ReadOnlyIdGenerator
 
delete() - Method in class org.neo4j.tooling.wrap.WrappedIndex
 
delete() - Method in class org.neo4j.tooling.wrap.WrappedNode
 
delete() - Method in class org.neo4j.tooling.wrap.WrappedRelationship
 
deletedNodes() - Method in interface org.neo4j.graphdb.event.TransactionData
Get the nodes that were deleted during the transaction.
deletedRelationships() - Method in interface org.neo4j.graphdb.event.TransactionData
Get the relationships that were deleted during the transaction.
deleteFile(File) - Static method in class org.neo4j.kernel.impl.util.FileUtils
 
deleteFiles(File, String) - Static method in class org.neo4j.kernel.impl.util.FileUtils
 
deleteLogicalLog(long) - Method in class org.neo4j.kernel.impl.transaction.xaframework.LogBackedXaDataSource
 
deleteLogicalLog(long) - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaDataSource
Deletes a log specific logical log.
deleteLogicalLog(long) - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaLogicalLog
 
deletePrimitive(Primitive) - Method in class org.neo4j.kernel.impl.core.LockReleaser
 
deleteRecursively(File) - Static method in class org.neo4j.kernel.impl.util.FileUtils
 
depth() - Method in interface org.neo4j.graphdb.traversal.TraversalBranch
The depth for this expansion source compared to the start node of the traversal.
depth() - Method in interface org.neo4j.graphdb.TraversalPosition
Returns the current traversal depth.
depth() - Method in class org.neo4j.kernel.impl.traversal.FinalTraversalBranch
 
DEPTH_ONE - Static variable in interface org.neo4j.graphdb.StopEvaluator
Traverses to depth 1.
depthFirst() - Method in interface org.neo4j.graphdb.traversal.TraversalDescription
A convenience method for TraversalDescription.order(BranchOrderingPolicy) where a "preorder depth first" selector is used.
depthFirst() - Method in class org.neo4j.kernel.impl.traversal.TraversalDescriptionImpl
 
description() - Static method in class org.neo4j.kernel.Traversal
Creates a new TraversalDescription with default value for everything so that it's OK to call TraversalDescription.traverse(org.neo4j.graphdb.Node) without modification.
deserialize(byte[]) - Static method in class org.neo4j.kernel.impl.nioneo.store.StoreId
 
deserialize(ByteBuffer) - Static method in class org.neo4j.kernel.impl.nioneo.store.StoreId
 
destroy() - Method in class org.neo4j.kernel.impl.core.GraphDbModule
 
destroy() - Method in class org.neo4j.kernel.impl.nioneo.xa.NeoStoreXaConnection
 
destroy() - Method in class org.neo4j.kernel.impl.nioneo.xa.NioNeoDbPersistenceSource
 
destroy() - Method in class org.neo4j.kernel.impl.nioneo.xa.WriteTransaction
 
destroy() - Method in class org.neo4j.kernel.impl.persistence.IdGeneratorModule
 
destroy() - Method in interface org.neo4j.kernel.impl.persistence.NeoStoreTransaction
Destroy this transaction.
destroy() - Method in class org.neo4j.kernel.impl.persistence.PersistenceModule
 
destroy() - Method in class org.neo4j.kernel.impl.transaction.TxModule
 
destroy() - Method in interface org.neo4j.kernel.impl.transaction.xaframework.XaConnection
Destroys this connection and depending on XAResource implementation the work done on the resource will be rolled back, saved or committed (may also depend on transactional state).
destroy() - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaConnectionHelpImpl
 
DirectArrayMap<V> - Class in org.neo4j.kernel.impl.util
 
DirectArrayMap(int) - Constructor for class org.neo4j.kernel.impl.util.DirectArrayMap
 
Direction - Enum in org.neo4j.graphdb
Defines relationship directions used when getting relationships from a node or when creating traversers.
direction() - Method in enum org.neo4j.kernel.impl.util.RelIdArray.DirectionWrapper
 
DirectMappedLogBuffer - Class in org.neo4j.kernel.impl.transaction.xaframework
 
DirectMappedLogBuffer(FileChannel) - Constructor for class org.neo4j.kernel.impl.transaction.xaframework.DirectMappedLogBuffer
 
doAddCommand(XaCommand) - Method in class org.neo4j.kernel.impl.nioneo.xa.WriteTransaction
 
doAddCommand(XaCommand) - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaTransaction
When a command is added to transaction it will be passed via this method.
doAnotherRound() - Method in class org.neo4j.kernel.impl.util.CombinedRelIdIterator
 
doAnotherRound() - Method in class org.neo4j.kernel.impl.util.RelIdArray.RelIdIteratorImpl
 
doAnotherRound() - Method in interface org.neo4j.kernel.impl.util.RelIdIterator
Tells this iterator to try another round with all its directions starting from each their previous states.
doCommit() - Method in class org.neo4j.kernel.impl.nioneo.xa.WriteTransaction
 
doCommit() - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaTransaction
Commits the transaction, loop through all commands and invoke execute().
DocumentationProcessor - Class in org.neo4j.kernel.impl.annotations
 
DocumentationProcessor() - Constructor for class org.neo4j.kernel.impl.annotations.DocumentationProcessor
 
Documented - Annotation Type in org.neo4j.kernel.impl.annotations
Defines documentation for a class, interface, field or method.
done(long) - Method in interface org.neo4j.helpers.ProgressIndicator
Mark the process as done with the current source.
done(long) - Method in class org.neo4j.helpers.ProgressIndicator.MultiProgress
 
done() - Method in class org.neo4j.helpers.ProgressIndicator.MultiProgress
Signal that the entire progress (all sources) is done.
done(long) - Method in class org.neo4j.helpers.ProgressIndicator.SimpleProgress
 
DONE - Static variable in class org.neo4j.kernel.impl.transaction.xaframework.LogEntry
 
done(int) - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaLogicalLog
 
doPrepare() - Method in class org.neo4j.kernel.impl.nioneo.xa.WriteTransaction
 
doPrepare() - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaTransaction
Called when transaction is beeing prepared.
doRollback() - Method in class org.neo4j.kernel.impl.nioneo.xa.WriteTransaction
 
doRollback() - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaTransaction
Rollbacks the transaction, loop through all commands and invoke rollback().
downgradeIfPossible() - Method in class org.neo4j.kernel.impl.util.RelIdArray
 
downgradeIfPossible() - Method in class org.neo4j.kernel.impl.util.RelIdArrayWithLoops
 
dump(String) - Method in class org.neo4j.kernel.impl.util.DumpLogicalLog
 
DUMP_CONFIGURATION - Static variable in class org.neo4j.kernel.Config
Print out the effective Neo4j configuration after startup
dumpAllLocks() - Method in class org.neo4j.kernel.impl.transaction.LockManager
Utility method for debugging.
dumpConfiguration(Map<?, ?>) - Static method in class org.neo4j.kernel.Config
 
dumpFreeIds() - Method in class org.neo4j.kernel.impl.nioneo.store.IdGeneratorImpl
Utility method that will dump all defragged id's and the "high id" to console.
dumpLocks() - Method in class org.neo4j.kernel.impl.core.LockReleaser
 
dumpLocksOnResource(Object) - Method in class org.neo4j.kernel.impl.transaction.LockManager
Utility method for debugging.
DumpLogicalLog - Class in org.neo4j.kernel.impl.util
 
DumpLogicalLog() - Constructor for class org.neo4j.kernel.impl.util.DumpLogicalLog
 
dumpRagStack() - Method in class org.neo4j.kernel.impl.transaction.LockManager
Utility method for debugging.
dumpTransactions() - Method in class org.neo4j.kernel.impl.transaction.TxManager
 
DynamicArrayStore - Class in org.neo4j.kernel.impl.nioneo.store
Dynamic store that stores strings.
DynamicArrayStore(String, Map<?, ?>, IdType) - Constructor for class org.neo4j.kernel.impl.nioneo.store.DynamicArrayStore
 
DynamicRecord - Class in org.neo4j.kernel.impl.nioneo.store
 
DynamicRecord(long) - Constructor for class org.neo4j.kernel.impl.nioneo.store.DynamicRecord
 
DynamicRelationshipType - Class in org.neo4j.graphdb
A dynamically instantiated and named RelationshipType.
DynamicStringStore - Class in org.neo4j.kernel.impl.nioneo.store
Dynamic store that stores strings.
DynamicStringStore(String, Map<?, ?>, IdType) - Constructor for class org.neo4j.kernel.impl.nioneo.store.DynamicStringStore
 

E

earlierThan(LogExtractor.TxPosition) - Method in class org.neo4j.kernel.impl.transaction.xaframework.LogExtractor.TxPosition
 
elementCleaned(V) - Method in interface org.neo4j.kernel.impl.cache.Cache
 
elementCleaned(E) - Method in class org.neo4j.kernel.impl.cache.LruCache
 
elementCleaned(V) - Method in class org.neo4j.kernel.impl.cache.NoCache
 
elementCleaned(V) - Method in class org.neo4j.kernel.impl.cache.SoftLruCache
 
elementCleaned(V) - Method in class org.neo4j.kernel.impl.cache.StrongReferenceCache
 
elementCleaned(V) - Method in class org.neo4j.kernel.impl.cache.WeakLruCache
 
EmbeddedGraphDatabase - Class in org.neo4j.kernel
An implementation of GraphDatabaseService that is used to embed Neo4j in an application.
EmbeddedGraphDatabase(String) - Constructor for class org.neo4j.kernel.EmbeddedGraphDatabase
Creates an embedded GraphDatabaseService with a store located in storeDir, which will be created if it doesn't already exist.
EmbeddedGraphDatabase(String, Map<String, String>) - Constructor for class org.neo4j.kernel.EmbeddedGraphDatabase
A non-standard way of creating an embedded GraphDatabaseService with a set of configuration parameters.
EmbeddedReadOnlyGraphDatabase - Class in org.neo4j.kernel
A read-only version of EmbeddedGraphDatabase.
EmbeddedReadOnlyGraphDatabase(String) - Constructor for class org.neo4j.kernel.EmbeddedReadOnlyGraphDatabase
Creates an embedded GraphDatabaseService with a store located in storeDir.
EmbeddedReadOnlyGraphDatabase(String, Map<String, String>) - Constructor for class org.neo4j.kernel.EmbeddedReadOnlyGraphDatabase
A non-standard way of creating an embedded GraphDatabaseService with a set of configuration parameters.
EMPTY - Static variable in class org.neo4j.kernel.impl.transaction.xaframework.LogEntry
 
EMPTY - Static variable in class org.neo4j.kernel.impl.util.RelIdArray
 
empty(String) - Static method in class org.neo4j.kernel.impl.util.RelIdArray
 
EMPTY_BLOCK - Static variable in class org.neo4j.kernel.impl.util.RelIdArray
 
emptyExpander() - Static method in class org.neo4j.kernel.Traversal
Returns an empty Expander which, if not modified, will expand all relationships when asked to expand a Node.
ENABLE_ONLINE_BACKUP - Static variable in class org.neo4j.kernel.Config
Enable a support for running online backups
ENABLE_REMOTE_SHELL - Static variable in class org.neo4j.kernel.Config
Enable a remote shell server which shell clients can log in to
encode(String) - Static method in class org.neo4j.helpers.UTF8
 
encode(int, String, PropertyBlock, int) - Static method in enum org.neo4j.kernel.impl.nioneo.store.LongerShortString
Encodes a short string.
encode(int, Object, PropertyBlock, int) - Static method in enum org.neo4j.kernel.impl.nioneo.store.ShortArray
 
encode(int, String, PropertyRecord) - Static method in enum org.neo4j.kernel.impl.nioneo.store.ShortString
Encodes a short string.
encodeString(String) - Static method in class org.neo4j.kernel.impl.nioneo.store.PropertyStore
 
encodeValue(PropertyBlock, int, Object) - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyStore
 
end(Xid, int) - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaResourceHelpImpl
 
END_OF_GRAPH - Static variable in interface org.neo4j.graphdb.StopEvaluator
Traverse until the end of the graph.
endNode() - Method in interface org.neo4j.graphdb.Path
Returns the end node of this path.
endNode() - Method in class org.neo4j.kernel.impl.traversal.TraversalPath
 
endNodeNeedsLong() - Method in class org.neo4j.kernel.impl.index.IndexCommand.AddRelationshipCommand
 
endNodeNeedsLong() - Method in class org.neo4j.kernel.impl.index.IndexCommand
 
entity() - Method in interface org.neo4j.graphdb.event.PropertyEntry
Get the entity that this property was modified on.
EntityIdGenerator - Interface in org.neo4j.kernel.impl.persistence
 
entityType(byte) - Static method in class org.neo4j.kernel.impl.index.IndexDefineCommand
 
entityTypeId(Class<?>) - Static method in class org.neo4j.kernel.impl.index.IndexDefineCommand
 
entrySet() - Method in class org.neo4j.kernel.impl.util.ArrayMap
 
equals(Object) - Method in class org.neo4j.graphdb.DynamicRelationshipType
Implements the identity-based equals defined by java.lang.Object.
equals(Object) - Method in class org.neo4j.helpers.Pair
 
equals(Object) - Method in class org.neo4j.helpers.Triplet
 
equals(Object) - Method in class org.neo4j.kernel.impl.core.NodeManager.IndexLock
 
equals(Object) - Method in class org.neo4j.kernel.impl.core.PropertyIndex
 
equals(Object) - Method in class org.neo4j.kernel.impl.index.IndexCommand.AddRelationshipCommand
 
equals(Object) - Method in class org.neo4j.kernel.impl.index.IndexCommand.CreateCommand
 
equals(Object) - Method in class org.neo4j.kernel.impl.index.IndexCommand
 
equals(Object) - Method in class org.neo4j.kernel.impl.index.IndexDefineCommand
 
equals(Object) - Method in class org.neo4j.kernel.impl.nioneo.store.StoreId
 
equals(Object) - Method in class org.neo4j.kernel.impl.transaction.XidImpl
 
equals(Object) - Method in class org.neo4j.kernel.impl.traversal.TraversalPath
 
equals(Object) - Method in class org.neo4j.kernel.KernelData
 
equals(Object) - Method in class org.neo4j.kernel.KernelExtension
 
equals(Object) - Method in class org.neo4j.tooling.wrap.WrappedGraphDatabase
 
error(Element, String) - Method in class org.neo4j.kernel.impl.annotations.AnnotationProcessor
 
error(Element, AnnotationMirror, String) - Method in class org.neo4j.kernel.impl.annotations.AnnotationProcessor
 
ErrorState - Enum in org.neo4j.graphdb.event
An object that describes a state from which a Neo4j Graph Database cannot continue.
evaluate(Path) - Method in interface org.neo4j.graphdb.traversal.Evaluator
Evaluates a Path and returns an Evaluation containing information about whether or not to include it in the traversal result, i.e return it from the Traverser.
evaluate(Path) - Method in class org.neo4j.kernel.impl.traversal.MultiEvaluator
 
Evaluation - Enum in org.neo4j.graphdb.traversal
Result of Evaluator.evaluate(org.neo4j.graphdb.Path).
evaluation() - Method in interface org.neo4j.graphdb.traversal.TraversalBranch
 
evaluation() - Method in class org.neo4j.kernel.impl.traversal.FinalTraversalBranch
 
Evaluator - Interface in org.neo4j.graphdb.traversal
An Evaluator controls what's to be returned from a traversal and also how pruning is done.
evaluator(Evaluator) - Method in interface org.neo4j.graphdb.traversal.TraversalDescription
NOTE: Replaces TraversalDescription.filter(Predicate) and TraversalDescription.prune(PruneEvaluator).
evaluator(Evaluator) - Method in class org.neo4j.kernel.impl.traversal.TraversalDescriptionImpl
 
Evaluators - Class in org.neo4j.graphdb.traversal
Common Evaluators useful during common traversals.
Evaluators() - Constructor for class org.neo4j.graphdb.traversal.Evaluators
 
exceptionOk(Throwable) - Method in class org.neo4j.helpers.collection.CatchingIteratorWrapper
 
Exceptions - Class in org.neo4j.helpers
 
excludeStartPosition() - Static method in class org.neo4j.graphdb.traversal.Evaluators
 
execute() - Method in class org.neo4j.kernel.impl.index.IndexCommand
 
execute() - Method in class org.neo4j.kernel.impl.index.IndexDefineCommand
 
execute() - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaCommand
Executes the command and makes it persistent.
execute(Map<String, String>) - Method in class org.neo4j.kernel.StandaloneWithShell
 
existsForNodes(String) - Method in interface org.neo4j.graphdb.index.IndexManager
Returns whether or not there exists a node index with the name indexName.
existsForRelationships(String) - Method in interface org.neo4j.graphdb.index.IndexManager
Returns whether or not there exists a relationship index with the name indexName.
expand(Node) - Method in interface org.neo4j.graphdb.RelationshipExpander
Returns relationships for a node in whatever way the implementation likes.
expand(RelationshipExpander) - Method in interface org.neo4j.graphdb.traversal.TraversalDescription
Sets the RelationshipExpander as the expander of relationships, discarding all previous calls to TraversalDescription.relationships(RelationshipType) and TraversalDescription.relationships(RelationshipType, Direction).
expand(RelationshipExpander) - Method in class org.neo4j.kernel.impl.traversal.TraversalDescriptionImpl
 
expand(Node) - Method in class org.neo4j.kernel.StandardExpander
 
expanded() - Method in interface org.neo4j.graphdb.traversal.TraversalBranch
Returns the number of relationships this expansion source has expanded.
expanded() - Method in class org.neo4j.kernel.impl.traversal.FinalTraversalBranch
 
Expander - Interface in org.neo4j.graphdb
This interface is an extension of the RelationshipExpander interface that makes it possible to build customized versions of an Expander.
expander(RelationshipExpander) - Static method in class org.neo4j.kernel.Traversal
Returns a RelationshipExpander wrapped as an Expander.
expanderForAllTypes() - Static method in class org.neo4j.kernel.Traversal
Returns a RelationshipExpander which expands relationships of all types and directions.
expanderForAllTypes(Direction) - Static method in class org.neo4j.kernel.Traversal
Returns a RelationshipExpander which expands relationships of all types in the given direction.
expanderForTypes(RelationshipType, Direction) - Static method in class org.neo4j.kernel.Traversal
Creates a new RelationshipExpander which is set to expand relationships with type and direction.
expanderForTypes(RelationshipType) - Static method in class org.neo4j.kernel.Traversal
Creates a new RelationshipExpander which is set to expand relationships with type in any direction.
expanderForTypes(RelationshipType, Direction, RelationshipType, Direction) - Static method in class org.neo4j.kernel.Traversal
Creates a new RelationshipExpander which is set to expand relationships with two different types and directions.
expanderForTypes(RelationshipType, Direction, RelationshipType, Direction, Object...) - Static method in class org.neo4j.kernel.Traversal
Creates a new RelationshipExpander which is set to expand relationships with multiple types and directions.
extractNext(LogBuffer) - Method in class org.neo4j.kernel.impl.transaction.xaframework.LogExtractor
 

F

failure() - Method in interface org.neo4j.graphdb.Transaction
Marks this transaction as failed, which means that it will unconditionally be rolled back when Transaction.finish() is called.
failure() - Method in class org.neo4j.kernel.PlaceboTransaction
 
failure() - Method in class org.neo4j.kernel.TopLevelTransaction
 
fetchNextOrNull() - Method in class org.neo4j.helpers.collection.CatchingIteratorWrapper
 
fetchNextOrNull() - Method in class org.neo4j.helpers.collection.CombiningIterator
 
fetchNextOrNull() - Method in class org.neo4j.helpers.collection.FilteringIterator
 
fetchNextOrNull() - Method in class org.neo4j.helpers.collection.LinesOfFileIterator
 
fetchNextOrNull() - Method in class org.neo4j.helpers.collection.NestingIterator
 
fetchNextOrNull() - Method in class org.neo4j.helpers.collection.PrefetchingIterator
 
fetchNextOrNull() - Method in class org.neo4j.helpers.collection.RangeIterator
 
fetchNextOrNullFromSource(Iterator<U>) - Method in class org.neo4j.helpers.collection.CatchingIteratorWrapper
 
figureOutHighestIdInUse() - Method in class org.neo4j.kernel.impl.nioneo.store.AbstractDynamicStore
 
figureOutHighestIdInUse() - Method in class org.neo4j.kernel.impl.nioneo.store.AbstractStore
 
figureOutHighestIdInUse() - Method in class org.neo4j.kernel.impl.nioneo.store.CommonAbstractStore
 
FileLock - Class in org.neo4j.kernel.impl.nioneo.store
 
FileLock() - Constructor for class org.neo4j.kernel.impl.nioneo.store.FileLock
 
fileNames - Static variable in class org.neo4j.kernel.impl.storemigration.StoreFiles
 
filenamesOf(String, String) - Static method in class org.neo4j.kernel.impl.util.DumpLogicalLog
 
fileNamesToExpectedVersions - Static variable in class org.neo4j.kernel.impl.storemigration.UpgradableDatabase
 
FileSystemAbstraction - Interface in org.neo4j.kernel.impl.nioneo.store
 
FileUtils - Class in org.neo4j.kernel.impl.util
 
FileUtils() - Constructor for class org.neo4j.kernel.impl.util.FileUtils
 
fillInDefaults(Map<String, String>) - Method in class org.neo4j.graphdb.index.IndexImplementation
Fills in default configuration parameters for indexes provided from this index provider.
fillInStackTrace() - Method in exception org.neo4j.tooling.wrap.TransactionNotAllowedException
 
filter(Predicate<Path>) - Method in interface org.neo4j.graphdb.traversal.TraversalDescription
Deprecated. because of the introduction of Evaluator. Use TraversalDescription.evaluator(Evaluator) instead which combines TraversalDescription.filter(Predicate) and TraversalDescription.prune(PruneEvaluator). The supplied Predicate will be wrapped by an Evaluator internally.
filter(Predicate<Path>) - Method in class org.neo4j.kernel.impl.traversal.TraversalDescriptionImpl
 
FilteringIterable<T> - Class in org.neo4j.helpers.collection
An iterable which filters another iterable, only letting items with certain criterias pass through.
FilteringIterable(Iterable<T>, Predicate<T>) - Constructor for class org.neo4j.helpers.collection.FilteringIterable
 
FilteringIterator<T> - Class in org.neo4j.helpers.collection
An iterator which filters another iterator, only letting items with certain criterias pass through.
FilteringIterator(Iterator<T>, Predicate<T>) - Constructor for class org.neo4j.helpers.collection.FilteringIterator
 
finalize() - Method in class org.neo4j.kernel.impl.transaction.xaframework.LogExtractor
 
FinalTraversalBranch - Class in org.neo4j.kernel.impl.traversal
 
FinalTraversalBranch(Node, Relationship...) - Constructor for class org.neo4j.kernel.impl.traversal.FinalTraversalBranch
 
findNextBlock() - Method in class org.neo4j.kernel.impl.util.RelIdArray.RelIdIteratorImpl
 
finish() - Method in interface org.neo4j.graphdb.Transaction
Commits or marks this transaction for rollback, depending on whether Transaction.success() or Transaction.failure() has been previously invoked.
finish() - Method in class org.neo4j.kernel.PlaceboTransaction
 
finish() - Method in class org.neo4j.kernel.TopLevelTransaction
 
finished() - Method in interface org.neo4j.kernel.impl.storemigration.monitoring.MigrationProgressMonitor
 
finished() - Method in class org.neo4j.kernel.impl.storemigration.monitoring.SilentMigrationProgressMonitor
 
finished() - Method in class org.neo4j.kernel.impl.storemigration.monitoring.VisibleMigrationProgressMonitor
 
finishTransaction(int, boolean) - Method in interface org.neo4j.kernel.impl.transaction.TxHook
 
first(Iterator<T>) - Static method in class org.neo4j.helpers.collection.IteratorUtil
Returns the given iterator's first element.
first(Iterable<T>) - Static method in class org.neo4j.helpers.collection.IteratorUtil
Returns the given iterable's first element.
first() - Method in class org.neo4j.helpers.Pair
 
first() - Method in class org.neo4j.helpers.Triplet
 
firstLinesOf(String, int) - Static method in class org.neo4j.kernel.impl.util.DebugUtil
 
firstOrNull(Iterator<T>) - Static method in class org.neo4j.helpers.collection.IteratorUtil
Returns the given iterator's first element or null if no element found.
firstOrNull(Iterable<T>) - Static method in class org.neo4j.helpers.collection.IteratorUtil
Returns the given iterable's first element or null if no element found.
fixSeparatorsInPath(String) - Static method in class org.neo4j.kernel.impl.util.FileUtils
 
flush() - Method in interface org.neo4j.graphdb.index.BatchInserterIndex
Makes sure additions/updates can be seen by BatchInserterIndex.get(String, Object), BatchInserterIndex.query(String, Object) and BatchInserterIndex.query(Object) so that they are guaranteed to return correct results.
flush() - Method in class org.neo4j.kernel.impl.util.StringLogger
 
flushAll() - Method in class org.neo4j.kernel.impl.nioneo.store.CommonAbstractStore
 
flushAll() - Method in class org.neo4j.kernel.impl.nioneo.store.NeoStore
 
flushAll() - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyIndexStore
 
flushAll() - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyStore
 
flushAll() - Method in class org.neo4j.kernel.impl.nioneo.store.RelationshipTypeStore
 
flushAll() - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaTransactionFactory
 
forBoolean(int, long, boolean) - Static method in class org.neo4j.kernel.impl.nioneo.store.PropertyDatas
 
forByte(int, long, byte) - Static method in class org.neo4j.kernel.impl.nioneo.store.PropertyDatas
 
force() - Method in interface org.neo4j.kernel.impl.nioneo.store.PersistenceWindow
 
force() - Method in class org.neo4j.kernel.impl.transaction.TxLog
Forces the log file (with metadata).
force() - Method in class org.neo4j.kernel.impl.transaction.xaframework.DirectMappedLogBuffer
 
force() - Method in class org.neo4j.kernel.impl.transaction.xaframework.InMemoryLogBuffer
 
force() - Method in interface org.neo4j.kernel.impl.transaction.xaframework.LogBuffer
Makes sure the data added to this buffer is written out to the underlying file and forced.
force() - Method in class org.neo4j.kernel.impl.transaction.xaframework.NullLogBuffer
 
force(boolean) - Method in class org.neo4j.kernel.impl.util.BufferedFileChannel
 
forceGetRaw(long) - Method in class org.neo4j.kernel.impl.nioneo.store.AbstractDynamicStore
 
forceGetRaw(long) - Method in class org.neo4j.kernel.impl.nioneo.store.NodeStore
 
forceGetRaw(long) - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyIndexStore
 
forceGetRaw(long) - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyStore
 
forceGetRaw(long) - Method in interface org.neo4j.kernel.impl.nioneo.store.RecordStore
 
forceGetRaw(long) - Method in class org.neo4j.kernel.impl.nioneo.store.RelationshipStore
 
forceGetRaw(long) - Method in class org.neo4j.kernel.impl.nioneo.store.RelationshipTypeStore
 
forceGetRecord(long) - Method in class org.neo4j.kernel.impl.nioneo.store.AbstractDynamicStore
 
forceGetRecord(long) - Method in class org.neo4j.kernel.impl.nioneo.store.NodeStore
 
forceGetRecord(long) - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyIndexStore
 
forceGetRecord(long) - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyStore
 
forceGetRecord(long) - Method in interface org.neo4j.kernel.impl.nioneo.store.RecordStore
 
forceGetRecord(long) - Method in class org.neo4j.kernel.impl.nioneo.store.RelationshipStore
 
forceGetRecord(long) - Method in class org.neo4j.kernel.impl.nioneo.store.RelationshipTypeStore
 
forceGetType() - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyBlock
 
forceUpdateRecord(DynamicRecord) - Method in class org.neo4j.kernel.impl.nioneo.store.AbstractDynamicStore
 
forceUpdateRecord(NodeRecord) - Method in class org.neo4j.kernel.impl.nioneo.store.NodeStore
 
forceUpdateRecord(PropertyIndexRecord) - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyIndexStore
 
forceUpdateRecord(PropertyRecord) - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyStore
 
forceUpdateRecord(R) - Method in interface org.neo4j.kernel.impl.nioneo.store.RecordStore
 
forceUpdateRecord(RelationshipRecord) - Method in class org.neo4j.kernel.impl.nioneo.store.RelationshipStore
 
forceUpdateRecord(RelationshipTypeRecord) - Method in class org.neo4j.kernel.impl.nioneo.store.RelationshipTypeStore
 
forChar(int, long, char) - Static method in class org.neo4j.kernel.impl.nioneo.store.PropertyDatas
 
forDouble(int, long, double) - Static method in class org.neo4j.kernel.impl.nioneo.store.PropertyDatas
 
forFloat(int, long, float) - Static method in class org.neo4j.kernel.impl.nioneo.store.PropertyDatas
 
forget(Xid) - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaResourceHelpImpl
 
forInt(int, long, int) - Static method in class org.neo4j.kernel.impl.nioneo.store.PropertyDatas
 
forLong(int, long, long) - Static method in class org.neo4j.kernel.impl.nioneo.store.PropertyDatas
 
Format - Class in org.neo4j.helpers
 
forNodes(String) - Method in interface org.neo4j.graphdb.index.IndexManager
Returns an Index for Nodes with the name indexName.
forNodes(String, Map<String, String>) - Method in interface org.neo4j.graphdb.index.IndexManager
Returns an Index for Nodes with the name indexName.
forRelationships(String) - Method in interface org.neo4j.graphdb.index.IndexManager
Returns an Index for Relationships with the name indexName.
forRelationships(String, Map<String, String>) - Method in interface org.neo4j.graphdb.index.IndexManager
Returns an Index for Relationships with the name indexName.
forShort(int, long, short) - Static method in class org.neo4j.kernel.impl.nioneo.store.PropertyDatas
 
forStringOrArray(int, long, Object) - Static method in class org.neo4j.kernel.impl.nioneo.store.PropertyDatas
 
freeArrayBlockId(long) - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyStore
 
freeBlockId(long) - Method in class org.neo4j.kernel.impl.nioneo.store.AbstractDynamicStore
Makes a previously used block available again.
freeBlockId(int) - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyIndexStore
 
freeBlockId(int) - Method in class org.neo4j.kernel.impl.nioneo.store.RelationshipTypeStore
 
freeId(long) - Method in class org.neo4j.kernel.impl.nioneo.store.CommonAbstractStore
Frees an id for this store's IdGenerator.
freeId(long) - Method in interface org.neo4j.kernel.impl.nioneo.store.IdGenerator
 
freeId(long) - Method in class org.neo4j.kernel.impl.nioneo.store.IdGeneratorImpl
Frees the id making it a defragged id that will be returned by next id before any new id (that hasn't been used yet) is returned.
freeId(long) - Method in class org.neo4j.kernel.impl.nioneo.store.ReadOnlyIdGenerator
 
freeIdsDuringRollback() - Method in interface org.neo4j.kernel.impl.transaction.TxHook
 
freeStringBlockId(long) - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyStore
 
from(String) - Static method in class org.neo4j.kernel.impl.transaction.xaframework.LogExtractor
 
from(String, long) - Static method in class org.neo4j.kernel.impl.transaction.xaframework.LogExtractor
 
from(RelIdArray, RelIdArray, Collection<Long>) - Static method in class org.neo4j.kernel.impl.util.RelIdArray
 
FROM_VERSION - Static variable in class org.neo4j.kernel.impl.storemigration.legacystore.LegacyNodeStoreReader
 
FROM_VERSION - Static variable in class org.neo4j.kernel.impl.storemigration.legacystore.LegacyPropertyIndexStoreReader
 
FROM_VERSION - Static variable in class org.neo4j.kernel.impl.storemigration.legacystore.LegacyPropertyStoreReader
 
FROM_VERSION - Static variable in class org.neo4j.kernel.impl.storemigration.legacystore.LegacyRelationshipStoreReader
 
FROM_VERSION - Static variable in class org.neo4j.kernel.impl.storemigration.legacystore.LegacyRelationshipTypeStoreReader
 
FROM_VERSION - Static variable in class org.neo4j.kernel.impl.storemigration.legacystore.LegacyStore
 
FROM_VERSION_ARRAY - Static variable in class org.neo4j.kernel.impl.storemigration.legacystore.LegacyDynamicStoreReader
 
FROM_VERSION_STRING - Static variable in class org.neo4j.kernel.impl.storemigration.legacystore.LegacyDynamicStoreReader
 
fromDepth(int) - Static method in class org.neo4j.graphdb.traversal.Evaluators
Returns an Evaluator which only includes positions from depth and deeper and never prunes anything.
fromEnd(Iterator<T>, int) - Static method in class org.neo4j.helpers.collection.IteratorUtil
Returns the iterator's n:th item from the end of the iteration.
fromEnd(Iterable<T>, int) - Static method in class org.neo4j.helpers.collection.IteratorUtil
Returns the iterator's n:th item from the end of the iteration.
fromEndOrNull(Iterator<T>, int) - Static method in class org.neo4j.helpers.collection.IteratorUtil
Returns the iterator's n:th item from the end of the iteration.
fromEndOrNull(Iterable<T>, int) - Static method in class org.neo4j.helpers.collection.IteratorUtil
Returns the iterator's n:th item from the end of the iteration.

G

generate(XaDataSource, int) - Method in interface org.neo4j.kernel.impl.transaction.xaframework.TxIdGenerator
 
generateEvent(ErrorState) - Method in class org.neo4j.kernel.impl.core.KernelPanicEventGenerator
 
genericMap(Object...) - Static method in class org.neo4j.helpers.collection.MapUtil
A short-hand method for creating a Map of key/value pairs.
genericMap(Map<K, V>, Object...) - Static method in class org.neo4j.helpers.collection.MapUtil
A short-hand method for adding key/value pairs into a Map.
get(String, Object) - Method in interface org.neo4j.graphdb.index.BatchInserterIndex
Returns exact matches from this index, given the key/value pair.
get(String, Object) - Method in interface org.neo4j.graphdb.index.ReadableIndex
Returns exact matches from this index, given the key/value pair.
get(String, Object, Node, Node) - Method in interface org.neo4j.graphdb.index.ReadableRelationshipIndex
Returns exact matches from this index, given the key/value pair.
get(String, String) - Method in class org.neo4j.helpers.Args
 
get(String, String, String) - Method in class org.neo4j.helpers.Args
 
get(IdType) - Method in class org.neo4j.kernel.CommonFactories.DefaultIdGeneratorFactory
 
get(IdType) - Method in interface org.neo4j.kernel.IdGeneratorFactory
 
get(K) - Method in interface org.neo4j.kernel.impl.cache.Cache
Returns the cached element for key.
get(K) - Method in class org.neo4j.kernel.impl.cache.LruCache
 
get(K) - Method in class org.neo4j.kernel.impl.cache.NoCache
 
get(K) - Method in class org.neo4j.kernel.impl.cache.SoftLruCache
 
get(K) - Method in class org.neo4j.kernel.impl.cache.StrongReferenceCache
 
get(K) - Method in class org.neo4j.kernel.impl.cache.WeakLruCache
 
get(Class<? extends PropertyContainer>, String) - Method in class org.neo4j.kernel.impl.index.IndexStore
 
get() - Method in class org.neo4j.kernel.impl.nioneo.store.Buffer
Reads and returns a byte from the underlying buffer.
get(byte[]) - Method in class org.neo4j.kernel.impl.nioneo.store.Buffer
Reads byte array length bytes into the byte array from the underlying buffer.
get(char[]) - Method in class org.neo4j.kernel.impl.nioneo.store.Buffer
 
get(K) - Method in class org.neo4j.kernel.impl.util.ArrayMap
 
get(int) - Method in class org.neo4j.kernel.impl.util.DirectArrayMap
 
get(String, Object) - Method in class org.neo4j.tooling.wrap.WrappedIndex
 
get(String, Object, Node, Node) - Method in class org.neo4j.tooling.wrap.WrappedIndex.WrappedRelationshipIndex
 
getActiveTxCount() - Method in class org.neo4j.kernel.impl.transaction.TxManager
 
getActiveTxCount() - Method in class org.neo4j.kernel.impl.transaction.TxModule
 
getAllNodes() - Method in interface org.neo4j.graphdb.GraphDatabaseService
Returns all nodes in the node space.
getAllNodes() - Method in interface org.neo4j.graphdb.Traverser
Returns a collection of all nodes for this traversal.
getAllNodes() - Method in class org.neo4j.kernel.EmbeddedGraphDatabase
 
getAllNodes() - Method in class org.neo4j.kernel.EmbeddedReadOnlyGraphDatabase
 
getAllNodes() - Method in class org.neo4j.tooling.wrap.WrappedGraphDatabase
 
getAllRegisteredDataSources() - Method in class org.neo4j.kernel.impl.transaction.XaDataSourceManager
 
getAllRegisteredXAResources() - Method in class org.neo4j.kernel.impl.transaction.XaDataSourceManager
 
getAllWindowPoolStats() - Method in class org.neo4j.kernel.impl.nioneo.store.AbstractStore
 
getAllWindowPoolStats() - Method in class org.neo4j.kernel.impl.nioneo.store.NeoStore
 
getAllWindowPoolStats() - Method in class org.neo4j.kernel.impl.nioneo.store.NodeStore
 
getAllWindowPoolStats() - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyIndexStore
 
getAllWindowPoolStats() - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyStore
 
getAllWindowPoolStats() - Method in class org.neo4j.kernel.impl.nioneo.store.RelationshipStore
 
getAllWindowPoolStats() - Method in class org.neo4j.kernel.impl.nioneo.store.RelationshipTypeStore
 
getAndSetNewVersion() - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaTransactionFactory
 
getArrayBlockSize() - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyStore
 
getArrayFor(PropertyBlock) - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyStore
 
getArrayFor(long, Iterable<DynamicRecord>, DynamicArrayStore) - Static method in class org.neo4j.kernel.impl.nioneo.store.PropertyStore
 
getArrayFor(LegacyPropertyRecord) - Method in class org.neo4j.kernel.impl.storemigration.legacystore.LegacyDynamicRecordFetcher
 
getArrayStore() - Method in class org.neo4j.kernel.impl.nioneo.store.StoreAccess
 
getAttributes(String) - Method in class org.neo4j.kernel.impl.osgi.OSGiManifest
 
getAutoIndex() - Method in interface org.neo4j.graphdb.index.AutoIndexer
Returns the auto index used by the auto indexer.
getAutoIndex() - Method in interface org.neo4j.graphdb.index.RelationshipAutoIndexer
 
getAutoIndexedProperties() - Method in interface org.neo4j.graphdb.index.AutoIndexer
Returns the set of property names that are currently monitored for auto indexing.
getBaseFileName() - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaLogicalLog
 
getBlockSize() - Method in class org.neo4j.kernel.impl.nioneo.store.AbstractDynamicStore
Returns the byte size of each block for this dynamic store
getBoolean(String, Boolean) - Method in class org.neo4j.helpers.Args
 
getBoolean(String, Boolean, Boolean) - Method in class org.neo4j.helpers.Args
 
getBranchId() - Method in class org.neo4j.kernel.impl.transaction.TxLog.Record
 
getBranchId() - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaDataSource
Returns any assigned or default branch id for this data source.
getBranchId() - Method in interface org.neo4j.kernel.impl.transaction.xaframework.XaResource
 
getBranchId() - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaResourceHelpImpl
 
getBranchQualifier() - Method in class org.neo4j.kernel.impl.transaction.XidImpl
 
getBuffer() - Method in class org.neo4j.kernel.impl.nioneo.store.Buffer
Returns the underlying byte buffer.
getBuffer() - Method in interface org.neo4j.kernel.impl.nioneo.store.PersistenceWindow
Returns the underlying buffer to this persistence window.
getBuffer() - Method in class org.neo4j.kernel.impl.transaction.xaframework.DirectMappedLogBuffer
 
getByte() - Method in class org.neo4j.kernel.impl.util.Bits
 
getByte(int) - Method in class org.neo4j.kernel.impl.util.Bits
 
getCacheType() - Method in class org.neo4j.kernel.impl.core.NodeManager
 
getChainRecord(long) - Method in class org.neo4j.kernel.impl.nioneo.store.RelationshipStore
 
getChecksum() - Method in class org.neo4j.kernel.impl.transaction.xaframework.LogEntry.Start
 
getCommandFactory() - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaContainer
 
getCommitEntry() - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaLogicalLog.LogDeserializer
 
getCommittedTxCount() - Method in class org.neo4j.kernel.impl.transaction.TxManager
 
getCommittedTxCount() - Method in class org.neo4j.kernel.impl.transaction.TxModule
 
getCommitTxId() - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaTransaction
 
getCompletedTx() - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaResourceHelpImpl
If the transaction commited successfully this method will return the transaction.
getConfig() - Method in class org.neo4j.kernel.AbstractGraphDatabase
 
getConfig() - Method in class org.neo4j.kernel.EmbeddedGraphDatabase
Returns a non-standard configuration object.
getConfig() - Method in class org.neo4j.kernel.EmbeddedReadOnlyGraphDatabase
Returns a non-standard configuration object.
getConfig() - Method in class org.neo4j.kernel.impl.index.IndexCommand.CreateCommand
 
getConfig() - Method in class org.neo4j.kernel.impl.nioneo.store.CommonAbstractStore
Returns the configuration map if set in constructor.
getConfig() - Method in class org.neo4j.kernel.KernelData
 
getConfig() - Method in class org.neo4j.tooling.wrap.WrappedGraphDatabase
 
getConfigParams() - Method in class org.neo4j.kernel.KernelData
 
getConfiguration(Index<? extends PropertyContainer>) - Method in interface org.neo4j.graphdb.index.IndexManager
Returns the configuration for index.
getCowPropertyAddMap(Primitive) - Method in class org.neo4j.kernel.impl.core.LockReleaser
 
getCowPropertyAddMap(Primitive, boolean) - Method in class org.neo4j.kernel.impl.core.LockReleaser
 
getCowPropertyAddMap(Primitive) - Method in class org.neo4j.kernel.impl.core.NodeManager
 
getCowPropertyAddMap(Primitive, boolean) - Method in class org.neo4j.kernel.impl.core.NodeManager
 
getCowPropertyRemoveMap(Primitive) - Method in class org.neo4j.kernel.impl.core.LockReleaser
 
getCowPropertyRemoveMap(Primitive, boolean) - Method in class org.neo4j.kernel.impl.core.LockReleaser
 
getCowPropertyRemoveMap(Primitive) - Method in class org.neo4j.kernel.impl.core.NodeManager
 
getCowPropertyRemoveMap(Primitive, boolean) - Method in class org.neo4j.kernel.impl.core.NodeManager
 
getCowRelationshipAddMap(NodeImpl) - Method in class org.neo4j.kernel.impl.core.LockReleaser
 
getCowRelationshipAddMap(NodeImpl, String) - Method in class org.neo4j.kernel.impl.core.LockReleaser
 
getCowRelationshipAddMap(NodeImpl, String, boolean) - Method in class org.neo4j.kernel.impl.core.LockReleaser
 
getCowRelationshipAddMap(NodeImpl) - Method in class org.neo4j.kernel.impl.core.NodeManager
 
getCowRelationshipAddMap(NodeImpl, String) - Method in class org.neo4j.kernel.impl.core.NodeManager
 
getCowRelationshipAddMap(NodeImpl, String, boolean) - Method in class org.neo4j.kernel.impl.core.NodeManager
 
getCowRelationshipRemoveMap(NodeImpl, String) - Method in class org.neo4j.kernel.impl.core.LockReleaser
 
getCowRelationshipRemoveMap(NodeImpl, String, boolean) - Method in class org.neo4j.kernel.impl.core.LockReleaser
 
getCowRelationshipRemoveMap(NodeImpl, String) - Method in class org.neo4j.kernel.impl.core.NodeManager
 
getCowRelationshipRemoveMap(NodeImpl, String, boolean) - Method in class org.neo4j.kernel.impl.core.NodeManager
 
getCreatedNodes() - Method in class org.neo4j.kernel.impl.nioneo.xa.WriteTransaction
 
getCreatedNodes() - Method in interface org.neo4j.kernel.impl.persistence.NeoStoreTransaction
Returns an array view of the ids of the nodes that have been created in this transaction.
getCreatedNodes() - Method in class org.neo4j.kernel.impl.persistence.PersistenceManager
 
getCreationTime() - Method in class org.neo4j.kernel.impl.index.IndexProviderStore
 
getCreationTime() - Method in class org.neo4j.kernel.impl.nioneo.store.NeoStore
 
getCreationTime() - Method in class org.neo4j.kernel.impl.nioneo.store.StoreId
 
getCreationTime() - Method in class org.neo4j.kernel.impl.nioneo.xa.NeoStoreXaDataSource
 
getCreationTime() - Method in class org.neo4j.kernel.impl.storemigration.legacystore.LegacyNeoStoreReader
 
getCreationTime() - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaDataSource
Returns a timestamp when this data source was created.
getCurrentLogVersion() - Method in class org.neo4j.kernel.impl.nioneo.xa.NeoStoreXaDataSource
 
getCurrentLogVersion() - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaDataSource
Returns the current version of this data source.
getCurrentMasterId() - Method in interface org.neo4j.kernel.impl.transaction.xaframework.TxIdGenerator
 
getCurrentReferenceNodeId() - Method in class org.neo4j.kernel.impl.core.GraphDbModule
 
getCurrentSurfaceItem() - Method in class org.neo4j.helpers.collection.NestingIterator
 
getCurrentTxIdentifier() - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaLogicalLog
If the current thread is committing a transaction the identifier of that XaTransaction can be obtained invoking this method.
getCurrentVersion() - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaTransactionFactory
 
getDanglingRecords() - Method in class org.neo4j.kernel.impl.transaction.TxLog
Returns an array of lists, each list contains dangling records (transactions that han't been completed yet) grouped after global by transaction id.
getData() - Method in class org.neo4j.kernel.impl.nioneo.store.DynamicRecord
 
getData() - Method in class org.neo4j.kernel.impl.storemigration.legacystore.LegacyDynamicRecord
 
getDataAsChar() - Method in class org.neo4j.kernel.impl.storemigration.legacystore.LegacyDynamicRecord
 
getDataSourceName() - Method in class org.neo4j.graphdb.index.IndexImplementation
Returns the name of the XA data source coupled with this index provider.
getDataSourceName() - Method in class org.neo4j.kernel.impl.nioneo.xa.NioNeoDbPersistenceSource
 
getDefaultParams() - Static method in class org.neo4j.kernel.Config
 
getDefragCount() - Method in interface org.neo4j.kernel.impl.nioneo.store.IdGenerator
 
getDefragCount() - Method in class org.neo4j.kernel.impl.nioneo.store.IdGeneratorImpl
 
getDefragCount() - Method in class org.neo4j.kernel.impl.nioneo.store.ReadOnlyIdGenerator
 
getDefragIds() - Method in class org.neo4j.kernel.impl.nioneo.store.IdRange
 
getDeletedRecords() - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyRecord
 
getDescription() - Method in enum org.neo4j.kernel.impl.core.NodeManager.CacheType
 
getDetectedDeadlockCount() - Method in class org.neo4j.kernel.impl.transaction.LockManager
 
getDynamicRecordFetcher() - Method in class org.neo4j.kernel.impl.storemigration.legacystore.LegacyStore
 
getEffectiveRecordSize() - Method in class org.neo4j.kernel.impl.nioneo.store.AbstractDynamicStore
 
getEffectiveRecordSize() - Method in class org.neo4j.kernel.impl.nioneo.store.AbstractStore
 
getEffectiveRecordSize() - Method in class org.neo4j.kernel.impl.nioneo.store.CommonAbstractStore
 
getEndNode() - Method in interface org.neo4j.graphdb.Relationship
Returns the end node of this relationship.
getEndNode() - Method in class org.neo4j.kernel.impl.batchinsert.SimpleRelationship
 
getEndNode() - Method in class org.neo4j.kernel.impl.index.IndexCommand.AddRelationshipCommand
 
getEndNode() - Method in class org.neo4j.tooling.wrap.WrappedRelationship
 
getEntityId() - Method in class org.neo4j.kernel.impl.index.IndexCommand
 
getEntityType() - Method in interface org.neo4j.graphdb.index.ReadableIndex
 
getEntityType() - Method in class org.neo4j.kernel.impl.index.IndexCommand
 
getEntityType() - Method in class org.neo4j.tooling.wrap.WrappedIndex
 
getEntries() - Method in class org.neo4j.kernel.impl.osgi.OSGiManifest
 
getEventIdentifier() - Method in class org.neo4j.kernel.impl.transaction.TxManager
 
getEventIdentifier() - Method in class org.neo4j.kernel.impl.transaction.UserTransactionImpl
Returns the event identifier for the current transaction.
getFile() - Method in class org.neo4j.kernel.impl.index.IndexProviderStore
 
getFileChannel() - Method in class org.neo4j.kernel.impl.nioneo.store.CommonAbstractStore
Returns a FileChannel to this storage's file.
getFileChannel() - Method in class org.neo4j.kernel.impl.transaction.xaframework.DirectMappedLogBuffer
 
getFileChannel() - Method in class org.neo4j.kernel.impl.transaction.xaframework.InMemoryLogBuffer
 
getFileChannel() - Method in interface org.neo4j.kernel.impl.transaction.xaframework.LogBuffer
 
getFileChannel() - Method in class org.neo4j.kernel.impl.transaction.xaframework.NullLogBuffer
 
getFileChannelPosition() - Method in class org.neo4j.kernel.impl.transaction.xaframework.DirectMappedLogBuffer
 
getFileChannelPosition() - Method in class org.neo4j.kernel.impl.transaction.xaframework.InMemoryLogBuffer
 
getFileChannelPosition() - Method in interface org.neo4j.kernel.impl.transaction.xaframework.LogBuffer
 
getFileChannelPosition() - Method in class org.neo4j.kernel.impl.transaction.xaframework.NullLogBuffer
 
getFileName() - Method in class org.neo4j.kernel.impl.nioneo.store.IdGeneratorImpl
Returns the file associated with this id generator.
getFileName() - Method in class org.neo4j.kernel.impl.nioneo.store.ReadOnlyIdGenerator
 
getFileName(long) - Method in class org.neo4j.kernel.impl.transaction.xaframework.LogBackedXaDataSource
 
getFileName(long) - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaDataSource
 
getFileName(long) - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaLogicalLog
 
getFileSystem() - Method in class org.neo4j.kernel.impl.nioneo.store.CommonAbstractStore
 
getFirstNextRel() - Method in class org.neo4j.kernel.impl.nioneo.store.RelationshipRecord
 
getFirstNode() - Method in class org.neo4j.kernel.impl.nioneo.store.RelationshipRecord
 
getFirstPrevRel() - Method in class org.neo4j.kernel.impl.nioneo.store.RelationshipRecord
 
getFormatId() - Method in class org.neo4j.kernel.impl.transaction.XidImpl
 
getFromConfig(Map<?, ?>, Object, Object) - Static method in class org.neo4j.kernel.Config
 
getGlobalId() - Method in class org.neo4j.kernel.impl.transaction.TxLog.Record
 
getGlobalTransactionId() - Method in class org.neo4j.kernel.impl.transaction.XidImpl
 
getGrabSize() - Method in enum org.neo4j.kernel.IdType
 
getGraphDatabase() - Method in interface org.neo4j.graphdb.index.ReadableIndex
Get the graph database that owns this index.
getGraphDatabase() - Method in interface org.neo4j.graphdb.PropertyContainer
Get the GraphDatabaseService that this Node or Relationship belongs to.
getGraphDatabase() - Method in class org.neo4j.tooling.wrap.WrappedIndex
 
getGraphDbModule() - Method in class org.neo4j.kernel.Config
 
getGraphDbService() - Method in interface org.neo4j.kernel.impl.batchinsert.BatchInserter
 
getGraphDbService() - Method in class org.neo4j.kernel.impl.batchinsert.BatchInserterImpl
 
getGraphDbService() - Method in class org.neo4j.kernel.impl.core.NodeManager
 
getHeader(long) - Method in class org.neo4j.kernel.impl.transaction.xaframework.LogExtractor.LogPositionCache
 
getHighestHistoryLogVersion(File, String) - Static method in class org.neo4j.kernel.impl.transaction.xaframework.XaLogicalLog
 
getHighestLogVersion() - Method in interface org.neo4j.kernel.impl.transaction.xaframework.LogExtractor.LogLoader
 
getHighestLogVersion() - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaLogicalLog
 
getHighestPossibleIdInUse(Class<?>) - Method in class org.neo4j.kernel.impl.core.NodeManager
 
getHighestPossibleIdInUse() - Method in class org.neo4j.kernel.impl.nioneo.store.CommonAbstractStore
 
getHighestPossibleIdInUse() - Method in interface org.neo4j.kernel.impl.nioneo.store.Store
 
getHighestPossibleIdInUse(Class<?>) - Method in class org.neo4j.kernel.impl.nioneo.xa.NeoStoreXaDataSource
 
getHighestPossibleIdInUse(Class<?>) - Method in class org.neo4j.kernel.impl.nioneo.xa.NioNeoDbPersistenceSource
 
getHighestPossibleIdInUse(Class<?>) - Method in interface org.neo4j.kernel.impl.persistence.EntityIdGenerator
 
getHighestPossibleIdInUse(Class<?>) - Method in class org.neo4j.kernel.impl.persistence.IdGenerator
 
getHighestPossibleIdInUse(Class<?>) - Method in interface org.neo4j.kernel.impl.persistence.PersistenceSource
 
getHighId() - Method in class org.neo4j.kernel.impl.nioneo.store.CommonAbstractStore
Return the highest id in use.
getHighId() - Method in interface org.neo4j.kernel.impl.nioneo.store.IdGenerator
 
getHighId() - Method in class org.neo4j.kernel.impl.nioneo.store.IdGeneratorImpl
Returns the next "high" id that will be returned if no defragged ids exist.
getHighId() - Method in class org.neo4j.kernel.impl.nioneo.store.ReadOnlyIdGenerator
 
getHighId() - Method in interface org.neo4j.kernel.impl.nioneo.store.RecordStore
 
getHistoryFileNamePattern() - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaLogicalLog
 
getHistoryFileNamePattern(String) - Static method in class org.neo4j.kernel.impl.transaction.xaframework.XaLogicalLog
 
getHistoryLogVersion(File) - Static method in class org.neo4j.kernel.impl.transaction.xaframework.XaLogicalLog
 
getHitCount() - Method in class org.neo4j.kernel.impl.nioneo.store.WindowPoolStats
 
getId() - Method in interface org.neo4j.graphdb.Node
Returns the unique id of this node.
getId() - Method in interface org.neo4j.graphdb.Relationship
Returns the unique id of this relationship.
getId() - Method in class org.neo4j.kernel.impl.batchinsert.SimpleRelationship
 
getId() - Method in class org.neo4j.kernel.impl.nioneo.store.Abstract64BitRecord
 
getId() - Method in class org.neo4j.kernel.impl.nioneo.store.AbstractRecord
 
getId() - Method in interface org.neo4j.kernel.impl.nioneo.store.PropertyData
 
getId() - Method in class org.neo4j.kernel.impl.nioneo.store.RelationshipTypeData
 
getId() - Method in class org.neo4j.tooling.wrap.WrappedNode
 
getId() - Method in class org.neo4j.tooling.wrap.WrappedRelationship
 
getIdentifier() - Method in class org.neo4j.kernel.impl.transaction.xaframework.LogEntry
 
getIdentifier() - Method in class org.neo4j.kernel.impl.transaction.xaframework.TransactionInfo
 
getIdentifier() - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaTransaction
Returns the "internal" identifier for this transaction.
getIdFor(String) - Method in class org.neo4j.kernel.impl.core.RelationshipTypeHolder
 
getIdGenerator() - Method in class org.neo4j.kernel.impl.persistence.IdGeneratorModule
 
getIdGeneratorFactory() - Method in class org.neo4j.kernel.Config
 
getIdGeneratorFactory() - Method in class org.neo4j.kernel.impl.batchinsert.BatchInserterImpl
 
getIdGeneratorFactory() - Method in class org.neo4j.kernel.impl.nioneo.store.NeoStore
 
getIdGeneratorModule() - Method in class org.neo4j.kernel.Config
 
getIds() - Method in class org.neo4j.kernel.impl.util.CombinedRelIdIterator
 
getIds() - Method in class org.neo4j.kernel.impl.util.RelIdArray.RelIdIteratorImpl
 
getIds() - Method in interface org.neo4j.kernel.impl.util.RelIdIterator
 
getIdType() - Method in class org.neo4j.kernel.impl.nioneo.store.CommonAbstractStore
 
getIfMemoryMapped() - Method in class org.neo4j.kernel.impl.nioneo.store.CommonAbstractStore
 
getIndex() - Method in class org.neo4j.kernel.impl.core.NodeManager.IndexLock
 
getIndex() - Method in interface org.neo4j.kernel.impl.nioneo.store.PropertyData
 
getIndexFor(int) - Method in class org.neo4j.kernel.impl.core.PropertyIndexManager
 
getIndexName(byte) - Method in class org.neo4j.kernel.impl.index.IndexDefineCommand
 
getIndexNameId() - Method in class org.neo4j.kernel.impl.index.IndexCommand
 
getIndexStore() - Method in class org.neo4j.kernel.Config
 
getIndexStore() - Method in class org.neo4j.kernel.impl.batchinsert.BatchInserterImpl
 
getIndexStore() - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyStore
 
getInt() - Method in class org.neo4j.kernel.impl.nioneo.store.Buffer
Reads and returns a int from the underlying buffer.
getInt() - Method in class org.neo4j.kernel.impl.util.Bits
 
getInt(int) - Method in class org.neo4j.kernel.impl.util.Bits
 
getKernelPanicGenerator() - Method in class org.neo4j.kernel.Config
 
getKernelRevision() - Static method in class org.neo4j.kernel.Version
 
getKey() - Method in class org.neo4j.kernel.impl.core.NodeManager.IndexLock
 
getKey() - Method in class org.neo4j.kernel.impl.core.PropertyIndex
 
getKey(byte) - Method in class org.neo4j.kernel.impl.index.IndexDefineCommand
 
getKeyBlockId() - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyIndexRecord
 
getKeyForProperty(PropertyData) - Method in class org.neo4j.kernel.impl.core.NodeManager
 
getKeyId() - Method in class org.neo4j.kernel.impl.core.PropertyIndex
 
getKeyId() - Method in class org.neo4j.kernel.impl.index.IndexCommand
 
getKeyId() - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyIndexData
 
getKeyIdForProperty(PropertyData) - Method in class org.neo4j.kernel.impl.nioneo.xa.WriteTransaction
 
getKeyIdForProperty(PropertyData) - Method in interface org.neo4j.kernel.impl.persistence.NeoStoreTransaction
Returns the index key ids that are contained within the property record with the specified id.
getKeyIdForProperty(PropertyData) - Method in class org.neo4j.kernel.impl.persistence.PersistenceManager
 
getKeyIndexId() - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyBlock
 
getKeyIndexId() - Method in class org.neo4j.kernel.impl.storemigration.legacystore.LegacyPropertyRecord
 
getKeyRecords() - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyIndexRecord
 
getLastCommitEntry() - Method in class org.neo4j.kernel.impl.transaction.xaframework.LogExtractor
 
getLastCommittedTx() - Method in class org.neo4j.kernel.impl.index.IndexProviderStore
 
getLastCommittedTx() - Method in class org.neo4j.kernel.impl.nioneo.store.NeoStore
 
getLastCommittedTx() - Method in class org.neo4j.kernel.impl.storemigration.legacystore.LegacyNeoStoreReader
 
getLastCommittedTx() - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaTransactionFactory
 
getLastCommittedTxId() - Method in class org.neo4j.kernel.impl.nioneo.xa.NeoStoreXaDataSource
 
getLastCommittedTxId() - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaDataSource
 
getLastLoopBlock() - Method in class org.neo4j.kernel.impl.util.RelIdArray
 
getLastLoopBlock() - Method in class org.neo4j.kernel.impl.util.RelIdArrayWithLoops
 
getLastStartEntry() - Method in class org.neo4j.kernel.impl.transaction.xaframework.LogExtractor
 
getLastTxChecksum() - Method in class org.neo4j.kernel.impl.transaction.xaframework.LogExtractor
 
getLength() - Method in class org.neo4j.kernel.impl.nioneo.store.DynamicRecord
 
getLength() - Method in class org.neo4j.kernel.impl.storemigration.legacystore.LegacyDynamicRecord
 
getLightRecord(int) - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyIndexStore
 
getLightRecord(long) - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyStore
 
getLightRecords(long) - Method in class org.neo4j.kernel.impl.nioneo.store.AbstractDynamicStore
 
getLightRel(long) - Method in class org.neo4j.kernel.impl.nioneo.store.RelationshipStore
 
getLocalId() - Method in class org.neo4j.kernel.impl.transaction.xaframework.LogEntry.Start
 
getLockManager() - Method in class org.neo4j.kernel.Config
 
getLockReleaser() - Method in class org.neo4j.kernel.Config
 
getLogDeserializer(ReadableByteChannel) - Method in class org.neo4j.kernel.impl.transaction.xaframework.InterceptingXaLogicalLog
 
getLogDeserializer(ReadableByteChannel) - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaLogicalLog
 
getLogExtractor(long, long) - Method in class org.neo4j.kernel.impl.transaction.xaframework.LogBackedXaDataSource
 
getLogExtractor(long, long) - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaDataSource
 
getLogExtractor(long, long) - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaLogicalLog
 
getLogger(String) - Static method in class org.neo4j.kernel.impl.util.StringLogger
 
getLogger(String, int) - Static method in class org.neo4j.kernel.impl.util.StringLogger
 
getLogicalLog(long) - Method in class org.neo4j.kernel.impl.transaction.xaframework.LogBackedXaDataSource
 
getLogicalLog() - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaContainer
 
getLogicalLog(long) - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaDataSource
Returns a readable byte channel of the specified logical log.
getLogicalLog(long) - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaLogicalLog
 
getLogicalLog(long, long) - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaLogicalLog
 
getLogicalLog() - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaTransactionFactory
 
getLogicalLogLength(long) - Method in class org.neo4j.kernel.impl.transaction.xaframework.LogBackedXaDataSource
 
getLogicalLogLength(long) - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaDataSource
 
getLogicalLogLength(long) - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaLogicalLog
 
getLogicalLogOrMyselfCommitted(long, long) - Method in interface org.neo4j.kernel.impl.transaction.xaframework.LogExtractor.LogLoader
 
getLogicalLogOrMyselfCommitted(long, long) - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaLogicalLog
 
getLogicalLogTargetSize() - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaLogicalLog
 
getLogPrefix() - Method in class org.neo4j.kernel.impl.util.DumpLogicalLog
 
getLong() - Method in class org.neo4j.kernel.impl.nioneo.store.Buffer
Reads and returns a long from the underlying buffer.
getLong() - Method in class org.neo4j.kernel.impl.util.Bits
 
getLong(int) - Method in class org.neo4j.kernel.impl.util.Bits
 
getLongId() - Method in class org.neo4j.kernel.impl.nioneo.store.Abstract64BitRecord
 
getLongId() - Method in class org.neo4j.kernel.impl.nioneo.store.AbstractBaseRecord
 
getLongId() - Method in class org.neo4j.kernel.impl.nioneo.store.AbstractRecord
 
getLongs() - Method in class org.neo4j.kernel.impl.util.Bits
Returns the underlying long values that has got all the bits applied.
getMainAttributes() - Method in class org.neo4j.kernel.impl.osgi.OSGiManifest
 
getManagementBean(Class<T>) - Method in class org.neo4j.kernel.AbstractGraphDatabase
Deprecated. since Neo4j may now have multiple beans implementing the same bean interface, this method has been deprecated in favor of AbstractGraphDatabase.getSingleManagementBean(Class) and AbstractGraphDatabase.getManagementBeans(Class) . Version 1.5 of Neo4j will be the last version to contain this method.
getManagementBeans(Class<T>) - Method in class org.neo4j.kernel.AbstractGraphDatabase
 
getManagementBeans(Class<T>) - Method in class org.neo4j.kernel.EmbeddedGraphDatabase
 
getManagementBeans(Class<T>) - Method in class org.neo4j.kernel.EmbeddedReadOnlyGraphDatabase
 
getManagementBeans(Class<T>) - Method in class org.neo4j.tooling.wrap.WrappedGraphDatabase
 
getMasterForCommittedTransaction(long) - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaLogicalLog
 
getMasterForCommittedTx(long) - Method in class org.neo4j.kernel.impl.transaction.xaframework.LogBackedXaDataSource
 
getMasterForCommittedTx(long) - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaDataSource
 
getMasterId() - Method in class org.neo4j.kernel.impl.transaction.xaframework.LogEntry.Start
 
getMaxId() - Method in class org.neo4j.kernel.impl.storemigration.legacystore.LegacyNodeStoreReader
 
getMaxId() - Method in class org.neo4j.kernel.impl.storemigration.legacystore.LegacyRelationshipStoreReader
 
getMaxValue() - Method in enum org.neo4j.kernel.IdType
 
getMemAvail() - Method in class org.neo4j.kernel.impl.nioneo.store.WindowPoolStats
 
getMemUsed() - Method in class org.neo4j.kernel.impl.nioneo.store.WindowPoolStats
 
getMissCount() - Method in class org.neo4j.kernel.impl.nioneo.store.WindowPoolStats
 
getModuleName() - Method in class org.neo4j.kernel.impl.nioneo.xa.NioNeoDbPersistenceSource
 
getModuleName() - Method in class org.neo4j.kernel.impl.persistence.IdGeneratorModule
 
getModuleName() - Method in class org.neo4j.kernel.impl.persistence.PersistenceModule
 
getModuleName() - Method in class org.neo4j.kernel.impl.transaction.TxModule
 
getMoreRelationships(long, long) - Method in class org.neo4j.kernel.impl.nioneo.xa.WriteTransaction
 
getMoreRelationships(long, long) - Method in interface org.neo4j.kernel.impl.persistence.NeoStoreTransaction
 
getMoreRelationships(long, long) - Method in class org.neo4j.kernel.impl.persistence.PersistenceManager
 
getMsgLog() - Method in class org.neo4j.kernel.impl.nioneo.xa.NeoStoreXaDataSource
 
getMyId() - Method in interface org.neo4j.kernel.impl.transaction.xaframework.TxIdGenerator
 
getName() - Method in interface org.neo4j.graphdb.index.ReadableIndex
 
getName() - Method in interface org.neo4j.kernel.impl.cache.Cache
Returns the name of the cache.
getName() - Method in class org.neo4j.kernel.impl.cache.LruCache
 
getName() - Method in class org.neo4j.kernel.impl.cache.NoCache
 
getName() - Method in class org.neo4j.kernel.impl.cache.SoftLruCache
 
getName() - Method in class org.neo4j.kernel.impl.cache.StrongReferenceCache
 
getName() - Method in class org.neo4j.kernel.impl.cache.WeakLruCache
 
getName() - Method in class org.neo4j.kernel.impl.nioneo.store.RelationshipTypeData
 
getName() - Method in class org.neo4j.kernel.impl.nioneo.store.WindowPoolStats
 
getName() - Method in class org.neo4j.kernel.impl.transaction.TxLog
Returns the name of the transaction log.
getName() - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaDataSource
Returns the assigned name of this resource.
getName() - Method in class org.neo4j.tooling.wrap.WrappedIndex
 
getNames(Class<? extends PropertyContainer>) - Method in class org.neo4j.kernel.impl.index.IndexStore
 
getNeoStore() - Method in class org.neo4j.kernel.impl.nioneo.xa.NeoStoreXaDataSource
Creates a data source with minimum (no memory mapped) configuration.
getNeoStoreReader() - Method in class org.neo4j.kernel.impl.storemigration.legacystore.LegacyStore
 
getNextBlock() - Method in class org.neo4j.kernel.impl.nioneo.store.DynamicRecord
 
getNextBlock() - Method in class org.neo4j.kernel.impl.storemigration.legacystore.LegacyDynamicRecord
 
getNextProp() - Method in class org.neo4j.kernel.impl.nioneo.store.PrimitiveRecord
 
getNextProp() - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyRecord
 
getNextProp() - Method in class org.neo4j.kernel.impl.storemigration.legacystore.LegacyPropertyRecord
 
getNextRel() - Method in class org.neo4j.kernel.impl.nioneo.store.NodeRecord
 
getNiceMemoryInformation() - Method in class org.neo4j.kernel.AutoConfigurator
 
getNodeAutoIndexer() - Method in interface org.neo4j.graphdb.index.IndexManager
 
getNodeById(long) - Method in interface org.neo4j.graphdb.GraphDatabaseService
Looks up a node by id.
getNodeById(long) - Method in class org.neo4j.kernel.EmbeddedGraphDatabase
 
getNodeById(long) - Method in class org.neo4j.kernel.EmbeddedReadOnlyGraphDatabase
 
getNodeById(long) - Method in class org.neo4j.kernel.impl.core.NodeManager
 
getNodeById(long) - Method in class org.neo4j.tooling.wrap.WrappedGraphDatabase
 
getNodeId() - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyRecord
 
getNodeIfCached(long) - Method in class org.neo4j.kernel.impl.core.NodeManager
 
getNodeManager() - Method in class org.neo4j.kernel.impl.core.GraphDbModule
 
getNodeProperties(long) - Method in interface org.neo4j.kernel.impl.batchinsert.BatchInserter
Returns a map containing all the properties of this node.
getNodeProperties(long) - Method in class org.neo4j.kernel.impl.batchinsert.BatchInserterImpl
 
getNodes() - Method in interface org.neo4j.graphdb.Relationship
Returns the two nodes that are attached to this relationship.
getNodes() - Method in class org.neo4j.tooling.wrap.WrappedRelationship
 
getNodeStore() - Method in class org.neo4j.kernel.impl.nioneo.store.NeoStore
Returns the node store.
getNodeStore() - Method in class org.neo4j.kernel.impl.nioneo.store.StoreAccess
 
getNodeStoreReader() - Method in class org.neo4j.kernel.impl.storemigration.legacystore.LegacyStore
 
getNumber(String, Number) - Method in class org.neo4j.helpers.Args
 
getNumberOfIdsInUse(Class<?>) - Method in class org.neo4j.kernel.impl.core.NodeManager
 
getNumberOfIdsInUse() - Method in class org.neo4j.kernel.impl.nioneo.store.CommonAbstractStore
 
getNumberOfIdsInUse() - Method in interface org.neo4j.kernel.impl.nioneo.store.IdGenerator
 
getNumberOfIdsInUse() - Method in class org.neo4j.kernel.impl.nioneo.store.IdGeneratorImpl
 
getNumberOfIdsInUse() - Method in class org.neo4j.kernel.impl.nioneo.store.ReadOnlyIdGenerator
 
getNumberOfIdsInUse() - Method in interface org.neo4j.kernel.impl.nioneo.store.Store
 
getNumberOfIdsInUse(Class<?>) - Method in class org.neo4j.kernel.impl.nioneo.xa.NeoStoreXaDataSource
 
getNumberOfIdsInUse(Class<?>) - Method in class org.neo4j.kernel.impl.nioneo.xa.NioNeoDbPersistenceSource
 
getNumberOfIdsInUse(Class<?>) - Method in interface org.neo4j.kernel.impl.persistence.EntityIdGenerator
 
getNumberOfIdsInUse(Class<?>) - Method in class org.neo4j.kernel.impl.persistence.IdGenerator
 
getNumberOfIdsInUse(Class<?>) - Method in interface org.neo4j.kernel.impl.persistence.PersistenceSource
 
getOffset() - Method in class org.neo4j.kernel.impl.nioneo.store.Buffer
Returns the offset of this buffer.
getOffsettedBuffer(long) - Method in interface org.neo4j.kernel.impl.nioneo.store.PersistenceWindow
 
getOomCount() - Method in class org.neo4j.kernel.impl.nioneo.store.WindowPoolStats
 
getOrCreate(String, Object) - Method in class org.neo4j.graphdb.index.UniqueFactory
Get the indexed entity, creating it (exactly once) if no indexed entity exists.
getOrCreate(TransactionManager, EntityIdGenerator, PersistenceManager, RelationshipTypeHolder, String) - Method in class org.neo4j.kernel.impl.core.DefaultRelationshipTypeCreator
 
getOrCreate(TransactionManager, EntityIdGenerator, PersistenceManager, RelationshipTypeHolder, String) - Method in interface org.neo4j.kernel.impl.core.RelationshipTypeCreator
 
getOsSpecificFileLock(String, FileChannel) - Static method in class org.neo4j.kernel.impl.nioneo.store.FileLock
 
getOtherNode(Node) - Method in interface org.neo4j.graphdb.Relationship
A convenience operation that, given a node that is attached to this relationship, returns the other node.
getOtherNode(Node) - Method in class org.neo4j.tooling.wrap.WrappedRelationship
 
getParam(String) - Method in class org.neo4j.kernel.KernelData
 
getParams() - Method in class org.neo4j.kernel.Config
 
getPayloadSize() - Static method in enum org.neo4j.kernel.impl.nioneo.store.PropertyType
 
getPayloadSizeLongs() - Static method in enum org.neo4j.kernel.impl.nioneo.store.PropertyType
 
getPeakConcurrentTxCount() - Method in class org.neo4j.kernel.impl.transaction.TxManager
 
getPeakConcurrentTxCount() - Method in class org.neo4j.kernel.impl.transaction.TxModule
 
getPersistenceManager() - Method in class org.neo4j.kernel.impl.persistence.PersistenceModule
 
getPersistenceModule() - Method in class org.neo4j.kernel.Config
 
getPersistenceSource() - Method in class org.neo4j.kernel.impl.persistence.PersistenceManager
 
getPrefetchedNextOrNull() - Method in class org.neo4j.helpers.collection.PrefetchingIterator
 
getPreparedTransaction(int) - Method in class org.neo4j.kernel.impl.transaction.xaframework.LogBackedXaDataSource
 
getPreparedTransaction(int, LogBuffer) - Method in class org.neo4j.kernel.impl.transaction.xaframework.LogBackedXaDataSource
 
getPreparedTransaction(int) - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaDataSource
 
getPreparedTransaction(int, LogBuffer) - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaDataSource
 
getPreparedTransaction(int) - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaLogicalLog
 
getPreparedTransaction(int, LogBuffer) - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaLogicalLog
 
getPrevBlock() - Method in class org.neo4j.kernel.impl.storemigration.legacystore.LegacyDynamicRecord
 
getPrevProp() - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyRecord
 
getPrevProp() - Method in class org.neo4j.kernel.impl.storemigration.legacystore.LegacyPropertyRecord
 
getPropBlock() - Method in class org.neo4j.kernel.impl.storemigration.legacystore.LegacyPropertyRecord
 
getProperty(String) - Method in interface org.neo4j.graphdb.PropertyContainer
Returns the property value associated with the given key.
getProperty(String, Object) - Method in interface org.neo4j.graphdb.PropertyContainer
Returns the property value associated with the given key, or a default value.
getPropertyBlock(int) - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyRecord
 
getPropertyBlocks() - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyRecord
 
getPropertyChain(long) - Method in class org.neo4j.kernel.impl.storemigration.legacystore.LegacyDynamicStoreReader
 
getPropertyCount() - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyIndexRecord
 
getPropertyIndex(int) - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyIndexStore
 
getPropertyIndex(int, boolean) - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyIndexStore
 
getPropertyIndexes(int) - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyIndexStore
 
getPropertyIndexKeyStoreReader() - Method in class org.neo4j.kernel.impl.storemigration.legacystore.LegacyStore
 
getPropertyIndexStore() - Method in class org.neo4j.kernel.impl.nioneo.store.StoreAccess
 
getPropertyIndexStoreReader() - Method in class org.neo4j.kernel.impl.storemigration.legacystore.LegacyStore
 
getPropertyKeys() - Method in interface org.neo4j.graphdb.PropertyContainer
Returns all existing property keys, or an empty iterable if this property container has no properties.
getPropertyKeyStore() - Method in class org.neo4j.kernel.impl.nioneo.store.StoreAccess
 
getPropertyStore() - Method in class org.neo4j.kernel.impl.nioneo.store.NeoStore
Returns the property store.
getPropertyStore() - Method in class org.neo4j.kernel.impl.nioneo.store.StoreAccess
 
getPropertyStore() - Method in class org.neo4j.kernel.impl.nioneo.xa.NeoStoreXaConnection
Made public for testing, dont use.
getPropertyStoreReader() - Method in class org.neo4j.kernel.impl.storemigration.legacystore.LegacyStore
 
getPropertyType(long, boolean) - Static method in enum org.neo4j.kernel.impl.nioneo.store.PropertyType
 
getPropertyType(int, boolean) - Static method in enum org.neo4j.kernel.impl.storemigration.legacystore.LegacyPropertyType
 
getPropertyValues() - Method in interface org.neo4j.graphdb.PropertyContainer
Deprecated. in favor of using PropertyContainer.getPropertyKeys() in combination with PropertyContainer.getProperty(String).
getRandomId() - Method in class org.neo4j.kernel.impl.nioneo.store.StoreId
 
getRandomIdentifier() - Method in class org.neo4j.kernel.impl.nioneo.xa.NeoStoreXaDataSource
 
getRandomIdentifier() - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaDataSource
Returns a random identifier that gets generated when the data source is created.
getRandomNumber() - Method in class org.neo4j.kernel.impl.index.IndexProviderStore
 
getRandomNumber() - Method in class org.neo4j.kernel.impl.nioneo.store.NeoStore
 
getRandomNumber() - Method in class org.neo4j.kernel.impl.storemigration.legacystore.LegacyNeoStoreReader
 
getRangeLength() - Method in class org.neo4j.kernel.impl.nioneo.store.IdRange
 
getRangeStart() - Method in class org.neo4j.kernel.impl.nioneo.store.IdRange
 
getReadLock(Object) - Method in class org.neo4j.kernel.impl.transaction.LockManager
Tries to acquire read lock on resource for the current transaction.
getRecord(long) - Method in class org.neo4j.kernel.impl.nioneo.store.AbstractDynamicStore
 
getRecord(long) - Method in class org.neo4j.kernel.impl.nioneo.store.NodeStore
 
getRecord(int) - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyIndexStore
 
getRecord(long) - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyIndexStore
 
getRecord(long) - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyStore
 
getRecord(long) - Method in interface org.neo4j.kernel.impl.nioneo.store.RecordStore
 
getRecord(long) - Method in class org.neo4j.kernel.impl.nioneo.store.RelationshipStore
 
getRecord(int) - Method in class org.neo4j.kernel.impl.nioneo.store.RelationshipTypeStore
 
getRecord(long) - Method in class org.neo4j.kernel.impl.nioneo.store.RelationshipTypeStore
 
getRecordCount() - Method in class org.neo4j.kernel.impl.transaction.TxLog
Returns the number of records (one of TX_START,BRANCH_ADD,MARK_COMMIT or TX_DONE) written since this instance was created or truncated.
getRecordHeaderSize() - Method in class org.neo4j.kernel.impl.nioneo.store.AbstractDynamicStore
 
getRecordHeaderSize() - Method in class org.neo4j.kernel.impl.nioneo.store.NodeStore
 
getRecordHeaderSize() - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyIndexStore
 
getRecordHeaderSize() - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyStore
 
getRecordHeaderSize() - Method in interface org.neo4j.kernel.impl.nioneo.store.RecordStore
 
getRecordHeaderSize() - Method in class org.neo4j.kernel.impl.nioneo.store.RelationshipStore
 
getRecordHeaderSize() - Method in class org.neo4j.kernel.impl.nioneo.store.RelationshipTypeStore
 
getRecords(long) - Method in class org.neo4j.kernel.impl.nioneo.store.AbstractDynamicStore
 
getRecordSize() - Method in class org.neo4j.kernel.impl.nioneo.store.AbstractDynamicStore
 
getRecordSize(int) - Static method in class org.neo4j.kernel.impl.nioneo.store.AbstractDynamicStore
Calculate the size of a dynamic record given the size of the data block.
getRecordSize() - Method in class org.neo4j.kernel.impl.nioneo.store.AbstractStore
Returns the fixed size of each record in this store.
getRecordSize() - Method in class org.neo4j.kernel.impl.nioneo.store.NeoStore
 
getRecordSize() - Method in class org.neo4j.kernel.impl.nioneo.store.NodeStore
 
getRecordSize() - Method in interface org.neo4j.kernel.impl.nioneo.store.PersistenceWindow
 
getRecordSize() - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyIndexStore
 
getRecordSize() - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyStore
 
getRecordSize() - Method in interface org.neo4j.kernel.impl.nioneo.store.RecordStore
 
getRecordSize() - Method in class org.neo4j.kernel.impl.nioneo.store.RelationshipStore
 
getRecordSize() - Method in class org.neo4j.kernel.impl.nioneo.store.RelationshipTypeStore
 
getReferenceNode() - Method in interface org.neo4j.graphdb.GraphDatabaseService
Returns the reference node, which is a "starting point" in the node space.
getReferenceNode() - Method in class org.neo4j.kernel.EmbeddedGraphDatabase
 
getReferenceNode() - Method in class org.neo4j.kernel.EmbeddedReadOnlyGraphDatabase
 
getReferenceNode() - Method in interface org.neo4j.kernel.impl.batchinsert.BatchInserter
Returns the reference node id or -1 if it doesn't exist.
getReferenceNode() - Method in class org.neo4j.kernel.impl.batchinsert.BatchInserterImpl
 
getReferenceNode() - Method in class org.neo4j.kernel.impl.core.NodeManager
 
getReferenceNode() - Method in class org.neo4j.tooling.wrap.WrappedGraphDatabase
 
getRelationshipAutoIndexer() - Method in interface org.neo4j.graphdb.index.IndexManager
 
getRelationshipById(long) - Method in interface org.neo4j.graphdb.GraphDatabaseService
Looks up a relationship by id.
getRelationshipById(long) - Method in class org.neo4j.kernel.EmbeddedGraphDatabase
 
getRelationshipById(long) - Method in class org.neo4j.kernel.EmbeddedReadOnlyGraphDatabase
 
getRelationshipById(long) - Method in interface org.neo4j.kernel.impl.batchinsert.BatchInserter
Gets a relationship by id.
getRelationshipById(long) - Method in class org.neo4j.kernel.impl.batchinsert.BatchInserterImpl
 
getRelationshipById(long) - Method in class org.neo4j.kernel.impl.core.NodeManager
 
getRelationshipById(long) - Method in class org.neo4j.tooling.wrap.WrappedGraphDatabase
 
getRelationshipChainPosition(long) - Method in class org.neo4j.kernel.impl.nioneo.xa.WriteTransaction
 
getRelationshipChainPosition(long) - Method in interface org.neo4j.kernel.impl.persistence.NeoStoreTransaction
 
getRelationshipChainPosition(long) - Method in class org.neo4j.kernel.impl.persistence.PersistenceManager
 
getRelationshipGrabSize() - Method in class org.neo4j.kernel.impl.nioneo.store.NeoStore
 
getRelationshipIds(long) - Method in interface org.neo4j.kernel.impl.batchinsert.BatchInserter
Returns an iterable over all the relationship ids connected to node with supplied id.
getRelationshipIds(long) - Method in class org.neo4j.kernel.impl.batchinsert.BatchInserterImpl
 
getRelationshipProperties(long) - Method in interface org.neo4j.kernel.impl.batchinsert.BatchInserter
Returns a map containing all the properties of the relationships.
getRelationshipProperties(long) - Method in class org.neo4j.kernel.impl.batchinsert.BatchInserterImpl
 
getRelationships() - Method in interface org.neo4j.graphdb.Node
Returns all the relationships attached to this node.
getRelationships(RelationshipType...) - Method in interface org.neo4j.graphdb.Node
Returns all the relationships of any of the types in types that are attached to this node, regardless of direction.
getRelationships(Direction, RelationshipType...) - Method in interface org.neo4j.graphdb.Node
Returns all the relationships of any of the types in types that are attached to this node and have the given direction.
getRelationships(Direction) - Method in interface org.neo4j.graphdb.Node
Returns all OUTGOING or INCOMING relationships from this node.
getRelationships(RelationshipType, Direction) - Method in interface org.neo4j.graphdb.Node
Returns all relationships with the given type and direction that are attached to this node.
getRelationships(long) - Method in interface org.neo4j.kernel.impl.batchinsert.BatchInserter
Returns an iterable of relationships connected to the node with supplied id.
getRelationships(long) - Method in class org.neo4j.kernel.impl.batchinsert.BatchInserterImpl
 
getRelationships() - Method in class org.neo4j.tooling.wrap.WrappedNode
 
getRelationships(RelationshipType...) - Method in class org.neo4j.tooling.wrap.WrappedNode
 
getRelationships(Direction, RelationshipType...) - Method in class org.neo4j.tooling.wrap.WrappedNode
 
getRelationships(Direction) - Method in class org.neo4j.tooling.wrap.WrappedNode
 
getRelationships(RelationshipType, Direction) - Method in class org.neo4j.tooling.wrap.WrappedNode
 
getRelationshipStore() - Method in class org.neo4j.kernel.impl.nioneo.store.NeoStore
The relationship store.
getRelationshipStore() - Method in class org.neo4j.kernel.impl.nioneo.store.StoreAccess
 
getRelationshipStoreReader() - Method in class org.neo4j.kernel.impl.storemigration.legacystore.LegacyStore
 
getRelationshipType(int, boolean) - Method in class org.neo4j.kernel.impl.nioneo.store.RelationshipTypeStore
 
getRelationshipType(int) - Method in class org.neo4j.kernel.impl.nioneo.store.RelationshipTypeStore
 
getRelationshipTypeCreator() - Method in class org.neo4j.kernel.Config
 
getRelationshipTypeHolder() - Method in class org.neo4j.kernel.Config
 
getRelationshipTypeHolder() - Method in class org.neo4j.kernel.impl.core.NodeManager
 
getRelationshipTypeNameStoreReader() - Method in class org.neo4j.kernel.impl.storemigration.legacystore.LegacyStore
 
getRelationshipTypes() - Method in interface org.neo4j.graphdb.GraphDatabaseService
Returns all relationship types currently in the underlying store.
getRelationshipTypes() - Method in class org.neo4j.kernel.EmbeddedGraphDatabase
 
getRelationshipTypes() - Method in class org.neo4j.kernel.EmbeddedReadOnlyGraphDatabase
 
getRelationshipTypes() - Method in class org.neo4j.kernel.impl.core.GraphDbModule
 
getRelationshipTypes() - Method in class org.neo4j.kernel.impl.core.RelationshipTypeHolder
 
getRelationshipTypes() - Method in class org.neo4j.kernel.impl.nioneo.store.RelationshipTypeStore
 
getRelationshipTypes() - Method in class org.neo4j.tooling.wrap.WrappedGraphDatabase
 
getRelationshipTypeStore() - Method in class org.neo4j.kernel.impl.nioneo.store.NeoStore
Returns the relationship type store.
getRelationshipTypeStore() - Method in class org.neo4j.kernel.impl.nioneo.store.StoreAccess
 
getRelationshipTypeStore() - Method in class org.neo4j.kernel.impl.nioneo.xa.NeoStoreXaConnection
 
getRelationshipTypeStoreReader() - Method in class org.neo4j.kernel.impl.storemigration.legacystore.LegacyStore
 
getRelId() - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyRecord
 
getRelIfCached(long) - Method in class org.neo4j.kernel.impl.core.NodeManager
 
getResource() - Method in interface org.neo4j.graphdb.event.KernelEventHandler
Returns the resource associated with this event handler, or null if no specific resource is associated with this handler or if it isn't desirable to expose it.
getResourceManager() - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaContainer
 
getRevision() - Method in class org.neo4j.kernel.impl.ComponentVersion
 
getRevision() - Method in class org.neo4j.kernel.Version
Returns the build revision of the running neo4j kernel.
getRightArray(Pair<byte[], byte[]>) - Method in class org.neo4j.kernel.impl.nioneo.store.DynamicArrayStore
 
getRightArray(byte[]) - Static method in class org.neo4j.kernel.impl.storemigration.legacystore.LegacyDynamicStoreReader
 
getRolledbackTxCount() - Method in class org.neo4j.kernel.impl.transaction.TxManager
 
getRolledbackTxCount() - Method in class org.neo4j.kernel.impl.transaction.TxModule
 
getSecondNextRel() - Method in class org.neo4j.kernel.impl.nioneo.store.RelationshipRecord
 
getSecondNode() - Method in class org.neo4j.kernel.impl.nioneo.store.RelationshipRecord
 
getSecondPrevRel() - Method in class org.neo4j.kernel.impl.nioneo.store.RelationshipRecord
 
getSequenceNumber() - Method in class org.neo4j.kernel.impl.transaction.TxLog.Record
 
getShort() - Method in class org.neo4j.kernel.impl.util.Bits
 
getShort(int) - Method in class org.neo4j.kernel.impl.util.Bits
 
getSingle() - Method in interface org.neo4j.graphdb.index.IndexHits
Returns the first and only item from the result iterator, or null if there was none.
getSingleManagementBean(Class<T>) - Method in class org.neo4j.kernel.AbstractGraphDatabase
 
getSingleRelationship(RelationshipType, Direction) - Method in interface org.neo4j.graphdb.Node
Returns the only relationship of a given type and direction that is attached to this node, or null.
getSingleRelationship(RelationshipType, Direction) - Method in class org.neo4j.tooling.wrap.WrappedNode
 
getSingleValueBlock() - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyBlock
 
getSingleValueByte() - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyBlock
 
getSingleValueInt() - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyBlock
 
getSingleValueLong() - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyBlock
use this for references to the dynamic stores
getSingleValueShort() - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyBlock
 
getSize() - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyBlock
A property block can take a variable size of bytes in a property record.
getSource() - Method in class org.neo4j.kernel.impl.util.BufferedFileChannel
 
getStartedTxCount() - Method in class org.neo4j.kernel.impl.transaction.TxManager
 
getStartedTxCount() - Method in class org.neo4j.kernel.impl.transaction.TxModule
 
getStartEntry() - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaLogicalLog.LogDeserializer
 
getStartNode() - Method in interface org.neo4j.graphdb.Relationship
Returns the start node of this relationship.
getStartNode() - Method in class org.neo4j.kernel.impl.batchinsert.SimpleRelationship
 
getStartNode() - Method in class org.neo4j.kernel.impl.index.IndexCommand.AddRelationshipCommand
 
getStartNode() - Method in class org.neo4j.tooling.wrap.WrappedRelationship
 
getStartPosition() - Method in class org.neo4j.kernel.impl.transaction.xaframework.LogEntry.Start
 
getStartPosition(long) - Method in class org.neo4j.kernel.impl.transaction.xaframework.LogExtractor.LogPositionCache
 
getState(KernelData) - Method in class org.neo4j.kernel.KernelExtension
 
getStatus() - Method in class org.neo4j.kernel.impl.transaction.SpringTransactionManager
 
getStatus() - Method in class org.neo4j.kernel.impl.transaction.TxManager
 
getStatus() - Method in class org.neo4j.kernel.impl.transaction.UserTransactionImpl
 
getStorageFileName() - Method in class org.neo4j.kernel.impl.nioneo.store.CommonAbstractStore
Returns the name of this store.
getStorageFileName() - Method in class org.neo4j.kernel.impl.storemigration.legacystore.LegacyStore
 
getStore() - Method in interface org.neo4j.kernel.impl.batchinsert.BatchInserter
Returns the path to this Neo4j store.
getStore() - Method in class org.neo4j.kernel.impl.batchinsert.BatchInserterImpl
 
getStoreDir() - Method in class org.neo4j.kernel.AbstractGraphDatabase
 
getStoreDir() - Method in class org.neo4j.kernel.EmbeddedGraphDatabase
 
getStoreDir() - Method in class org.neo4j.kernel.EmbeddedReadOnlyGraphDatabase
 
getStoreDir() - Method in class org.neo4j.kernel.impl.nioneo.store.CommonAbstractStore
 
getStoreDir() - Method in class org.neo4j.kernel.impl.nioneo.xa.NeoStoreXaDataSource
 
getStoreDir() - Method in class org.neo4j.tooling.wrap.WrappedGraphDatabase
 
getStoreId() - Method in class org.neo4j.kernel.impl.nioneo.store.NeoStore
 
getStoreId() - Method in class org.neo4j.kernel.impl.nioneo.xa.NeoStoreXaDataSource
 
getStoreOk() - Method in class org.neo4j.kernel.impl.nioneo.store.CommonAbstractStore
If store is "not ok" false is returned.
getStoreVersion(String) - Static method in class org.neo4j.kernel.impl.nioneo.store.NeoStore
 
getStoreVersion() - Method in class org.neo4j.kernel.impl.nioneo.store.NeoStore
 
getStoreVersion() - Method in class org.neo4j.kernel.impl.nioneo.store.StoreId
 
getStringBlockSize() - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyStore
 
getStringFor(PropertyIndexRecord) - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyIndexStore
 
getStringFor(PropertyBlock) - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyStore
 
getStringFor(AbstractDynamicStore, PropertyBlock) - Static method in class org.neo4j.kernel.impl.nioneo.store.PropertyStore
 
getStringFor(AbstractDynamicStore, long, Collection<DynamicRecord>) - Static method in class org.neo4j.kernel.impl.nioneo.store.PropertyStore
 
getStringFor(byte[]) - Static method in class org.neo4j.kernel.impl.nioneo.store.PropertyStore
 
getStringFor(RelationshipTypeRecord) - Method in class org.neo4j.kernel.impl.nioneo.store.RelationshipTypeStore
 
getStringFor(LegacyPropertyRecord) - Method in class org.neo4j.kernel.impl.storemigration.legacystore.LegacyDynamicRecordFetcher
 
getStringStore() - Method in class org.neo4j.kernel.impl.nioneo.store.StoreAccess
 
getTimeWritten() - Method in class org.neo4j.kernel.impl.transaction.xaframework.LogEntry.Commit
 
getTransaction() - Method in class org.neo4j.kernel.impl.transaction.SpringTransactionManager
 
getTransaction() - Method in class org.neo4j.kernel.impl.transaction.TxManager
 
getTransaction() - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaConnectionHelpImpl
Returns the XaTransaction associated with this connection.
getTransactionData() - Method in class org.neo4j.kernel.impl.core.LockReleaser
 
getTransactionData() - Method in class org.neo4j.kernel.impl.core.NodeManager
 
getTransactionFactory() - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaContainer
 
getTransactionManager() - Method in class org.neo4j.kernel.TopLevelTransaction
 
getTransactionTimeout() - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaResourceHelpImpl
 
getTxHook() - Method in class org.neo4j.kernel.impl.nioneo.store.NeoStore
 
getTxHook() - Method in class org.neo4j.kernel.impl.transaction.TxModule
 
getTxId() - Method in class org.neo4j.kernel.impl.transaction.xaframework.LogEntry.Commit
 
getTxId() - Method in class org.neo4j.kernel.impl.transaction.xaframework.TransactionInfo
 
getTxLogDirectory() - Method in class org.neo4j.kernel.impl.transaction.TxModule
 
getTxManager() - Method in class org.neo4j.kernel.impl.transaction.TxModule
 
getTxModule() - Method in class org.neo4j.kernel.Config
 
getType() - Method in interface org.neo4j.graphdb.Relationship
Returns the type of this relationship.
getType() - Method in class org.neo4j.kernel.impl.batchinsert.SimpleRelationship
 
getType() - Method in class org.neo4j.kernel.impl.nioneo.store.DynamicRecord
 
getType() - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyBlock
 
getType() - Method in class org.neo4j.kernel.impl.nioneo.store.RelationshipRecord
 
getType() - Method in class org.neo4j.kernel.impl.storemigration.legacystore.LegacyDynamicRecord
 
getType() - Method in class org.neo4j.kernel.impl.storemigration.legacystore.LegacyPropertyRecord
 
getType() - Method in class org.neo4j.kernel.impl.transaction.TxLog.Record
 
getType() - Method in class org.neo4j.kernel.impl.util.CombinedRelIdIterator
 
getType() - Method in class org.neo4j.kernel.impl.util.RelIdArray
 
getType() - Method in class org.neo4j.kernel.impl.util.RelIdArray.RelIdIteratorImpl
 
getType() - Method in interface org.neo4j.kernel.impl.util.RelIdIterator
 
getType() - Method in class org.neo4j.tooling.wrap.WrappedRelationship
 
getTypeAndVersionDescriptor() - Method in class org.neo4j.kernel.impl.nioneo.store.CommonAbstractStore
 
getTypeBlock() - Method in class org.neo4j.kernel.impl.nioneo.store.RelationshipTypeRecord
 
getTypeDescriptor() - Method in class org.neo4j.kernel.impl.nioneo.store.CommonAbstractStore
Returns the type and version that identifies this store.
getTypeDescriptor() - Method in class org.neo4j.kernel.impl.nioneo.store.DynamicArrayStore
 
getTypeDescriptor() - Method in class org.neo4j.kernel.impl.nioneo.store.DynamicStringStore
 
getTypeDescriptor() - Method in class org.neo4j.kernel.impl.nioneo.store.NeoStore
 
getTypeDescriptor() - Method in class org.neo4j.kernel.impl.nioneo.store.NodeStore
 
getTypeDescriptor() - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyIndexStore
 
getTypeDescriptor() - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyStore
 
getTypeDescriptor() - Method in class org.neo4j.kernel.impl.nioneo.store.RelationshipStore
 
getTypeDescriptor() - Method in class org.neo4j.kernel.impl.nioneo.store.RelationshipTypeStore
 
getTypeDescriptor() - Method in interface org.neo4j.kernel.impl.nioneo.store.Store
 
getTypeNameStore() - Method in class org.neo4j.kernel.impl.nioneo.store.StoreAccess
 
getTypeRecord(int) - Method in class org.neo4j.kernel.impl.nioneo.store.RelationshipTypeRecord
 
getTypeRecords() - Method in class org.neo4j.kernel.impl.nioneo.store.RelationshipTypeRecord
 
getUnsignedInt() - Method in class org.neo4j.kernel.impl.nioneo.store.Buffer
 
getUnsignedInt(ByteBuffer) - Static method in class org.neo4j.kernel.impl.storemigration.legacystore.LegacyStore
 
getUnsignedInt() - Method in class org.neo4j.kernel.impl.util.Bits
 
getValue() - Method in class org.neo4j.kernel.impl.index.IndexCommand
 
getValue() - Method in interface org.neo4j.kernel.impl.nioneo.store.PropertyData
 
getValue() - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyIndexData
 
getValue(PropertyBlock) - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyStore
 
getValue(PropertyBlock, PropertyStore) - Method in enum org.neo4j.kernel.impl.nioneo.store.PropertyType
 
getValue(LegacyPropertyRecord, LegacyDynamicRecordFetcher) - Method in enum org.neo4j.kernel.impl.storemigration.legacystore.LegacyPropertyType
 
getValueBlocks() - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyBlock
 
getValueRecords() - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyBlock
 
getVersion() - Method in class org.neo4j.kernel.impl.index.IndexProviderStore
 
getVersion() - Method in class org.neo4j.kernel.impl.nioneo.store.NeoStore
 
getVersion() - Method in class org.neo4j.kernel.impl.storemigration.legacystore.LegacyNeoStoreReader
 
getVersion() - Method in exception org.neo4j.kernel.impl.transaction.xaframework.NoSuchLogVersionException
 
getVersion() - Method in class org.neo4j.kernel.Version
Gets the version of the running neo4j kernel.
getWindowCount() - Method in class org.neo4j.kernel.impl.nioneo.store.WindowPoolStats
 
getWindowPoolStats() - Method in class org.neo4j.kernel.impl.nioneo.store.CommonAbstractStore
 
getWindowPoolStats() - Method in interface org.neo4j.kernel.impl.nioneo.store.Store
 
getWindowPoolStats() - Method in class org.neo4j.kernel.impl.nioneo.xa.NeoStoreXaDataSource
 
getWindowSize() - Method in class org.neo4j.kernel.impl.nioneo.store.WindowPoolStats
 
getWriteLock(Object) - Method in class org.neo4j.kernel.impl.transaction.LockManager
Tries to acquire write lock on resource for the current transaction.
getWriteTransaction() - Method in class org.neo4j.kernel.impl.nioneo.xa.NeoStoreXaConnection
 
getXaCommand() - Method in class org.neo4j.kernel.impl.transaction.xaframework.LogEntry.Command
 
getXaConnection() - Method in class org.neo4j.kernel.impl.nioneo.xa.NeoStoreXaDataSource
 
getXaConnection() - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaDataSource
Creates a XA connection to the resource this data source represents.
getXaContainer() - Method in class org.neo4j.kernel.impl.nioneo.xa.NeoStoreXaDataSource
 
getXaContainer() - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaDataSource
 
getXaDataSource() - Method in class org.neo4j.kernel.impl.nioneo.xa.NioNeoDbPersistenceSource
 
getXaDataSource() - Method in interface org.neo4j.kernel.impl.persistence.PersistenceSource
 
getXaDataSource(String) - Method in class org.neo4j.kernel.impl.transaction.XaDataSourceManager
Returns the XaDataSource registered as name.
getXaDataSourceManager() - Method in class org.neo4j.kernel.impl.transaction.TxModule
 
getXaResource() - Method in class org.neo4j.kernel.impl.nioneo.xa.NeoStoreXaConnection
 
getXaResource() - Method in class org.neo4j.kernel.impl.nioneo.xa.NioNeoDbPersistenceSource
 
getXAResource() - Method in class org.neo4j.kernel.impl.nioneo.xa.WriteTransaction
 
getXAResource() - Method in interface org.neo4j.kernel.impl.persistence.NeoStoreTransaction
Returns the XAResource that represents this connection.
getXaResource() - Method in interface org.neo4j.kernel.impl.transaction.xaframework.XaConnection
Returns the XAResource held by this XaConnection.
getXaResource() - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaConnectionHelpImpl
Returns the XAResource associated with this connection.
getXid() - Method in class org.neo4j.kernel.impl.transaction.xaframework.LogEntry.Start
 
graphDatabase() - Method in class org.neo4j.graphdb.index.UniqueFactory
Get the graph database of the referenced index.
graphDatabase() - Method in class org.neo4j.kernel.KernelData
 
GraphDatabaseService - Interface in org.neo4j.graphdb
The main access point to a running Neo4j instance.
graphdb - Variable in class org.neo4j.tooling.wrap.WrappedGraphDatabase
 
graphdb() - Method in class org.neo4j.tooling.wrap.WrappedIndex.WrappedNodeIndex
 
graphdb() - Method in class org.neo4j.tooling.wrap.WrappedIndex.WrappedRelationshipIndex
 
GraphDbModule - Class in org.neo4j.kernel.impl.core
 
GraphDbModule(GraphDatabaseService, AdaptiveCacheManager, LockManager, TransactionManager, EntityIdGenerator, boolean) - Constructor for class org.neo4j.kernel.impl.core.GraphDbModule
 

H

has(String) - Method in class org.neo4j.helpers.Args
 
has(Class<? extends PropertyContainer>, String) - Method in class org.neo4j.kernel.impl.index.IndexStore
 
hasAnyLocks(Transaction) - Method in interface org.neo4j.kernel.impl.transaction.TxHook
 
hasDataSource(String) - Method in class org.neo4j.kernel.impl.transaction.XaDataSourceManager
Convenience method since XaDataSourceManager.getXaDataSource(java.lang.String) returns null if name doesn't exist.
hashCode() - Method in class org.neo4j.graphdb.DynamicRelationshipType
Implements the default hash function as defined by java.lang.Object.
hashCode() - Method in class org.neo4j.helpers.Pair
 
hashCode() - Method in class org.neo4j.helpers.Triplet
 
hashCode() - Method in class org.neo4j.kernel.impl.core.NodeManager.IndexLock
 
hashCode() - Method in class org.neo4j.kernel.impl.core.PropertyIndex
 
hashCode() - Method in class org.neo4j.kernel.impl.nioneo.store.StoreId
 
hashCode() - Method in class org.neo4j.kernel.impl.nioneo.xa.Command
 
hashCode() - Method in class org.neo4j.kernel.impl.transaction.XidImpl
 
hashCode() - Method in class org.neo4j.kernel.impl.traversal.TraversalPath
 
hashCode() - Method in class org.neo4j.kernel.KernelData
 
hashCode() - Method in class org.neo4j.kernel.KernelExtension
 
hashCode() - Method in class org.neo4j.tooling.wrap.WrappedGraphDatabase
 
hasIndexFor(int) - Method in class org.neo4j.kernel.impl.core.PropertyIndexManager
 
hasLocks(Transaction) - Method in class org.neo4j.kernel.impl.core.LockReleaser
 
hasLogicalLog(long) - Method in class org.neo4j.kernel.impl.transaction.xaframework.LogBackedXaDataSource
 
hasLogicalLog(long) - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaDataSource
Tests if a specific logical log exists.
hasLogicalLog(long) - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaLogicalLog
 
hasNext() - Method in class org.neo4j.helpers.collection.ArrayIterator
 
hasNext() - Method in class org.neo4j.helpers.collection.CachingIterator
Returns whether a call to CachingIterator.next() will be able to return an item or not.
hasNext() - Method in class org.neo4j.helpers.collection.IteratorWrapper
 
hasNext() - Method in class org.neo4j.helpers.collection.PositionedIterator
 
hasNext() - Method in class org.neo4j.helpers.collection.PrefetchingIterator
Tries to fetch the next item and caches it so that consecutive calls (w/o an intermediate call to PrefetchingIterator.next() will remember it and won't try to fetch it again.
hasNext() - Method in class org.neo4j.kernel.impl.util.CombinedRelIdIterator
 
hasNext() - Method in class org.neo4j.kernel.impl.util.RelIdArray.RelIdIteratorImpl
 
hasNext() - Method in interface org.neo4j.kernel.impl.util.RelIdIterator
 
hasPrevious() - Method in class org.neo4j.helpers.collection.CachingIterator
Returns whether or not a call to CachingIterator.previous() will be able to return an item or not.
hasProperty(String) - Method in interface org.neo4j.graphdb.PropertyContainer
Returns true if this property container has a property accessible through the given key, false otherwise.
hasRecoveredTransactions() - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaResourceManager
Returns true if recovered transactions exist.
hasRelationship() - Method in interface org.neo4j.graphdb.Node
Returns true if there are any relationships attached to this node, false otherwise.
hasRelationship(RelationshipType...) - Method in interface org.neo4j.graphdb.Node
Returns true if there are any relationships of any of the types in types attached to this node (regardless of direction), false otherwise.
hasRelationship(Direction, RelationshipType...) - Method in interface org.neo4j.graphdb.Node
Returns true if there are any relationships of any of the types in types attached to this node (for the given direction), false otherwise.
hasRelationship(Direction) - Method in interface org.neo4j.graphdb.Node
Returns true if there are any relationships in the given direction attached to this node, false otherwise.
hasRelationship(RelationshipType, Direction) - Method in interface org.neo4j.graphdb.Node
Returns true if there are any relationships of the given relationship type and direction attached to this node, false otherwise.
hasRelationship() - Method in class org.neo4j.tooling.wrap.WrappedNode
 
hasRelationship(RelationshipType...) - Method in class org.neo4j.tooling.wrap.WrappedNode
 
hasRelationship(Direction, RelationshipType...) - Method in class org.neo4j.tooling.wrap.WrappedNode
 
hasRelationship(Direction) - Method in class org.neo4j.tooling.wrap.WrappedNode
 
hasRelationship(RelationshipType, Direction) - Method in class org.neo4j.tooling.wrap.WrappedNode
 
high - Variable in class org.neo4j.helpers.Stats
 
high() - Method in class org.neo4j.helpers.Stats
 
hitCount() - Method in interface org.neo4j.kernel.impl.cache.Cache
 
hitCount() - Method in class org.neo4j.kernel.impl.cache.LruCache
 
hitCount() - Method in class org.neo4j.kernel.impl.cache.NoCache
 
hitCount() - Method in class org.neo4j.kernel.impl.cache.SoftLruCache
 
hitCount() - Method in class org.neo4j.kernel.impl.cache.StrongReferenceCache
 
hitCount() - Method in class org.neo4j.kernel.impl.cache.WeakLruCache
 

I

identifier() - Method in class org.neo4j.graphdb.index.IndexProvider
 
IdGenerationFailedException - Exception in org.neo4j.kernel.impl.persistence
Thrown by the IdGenerator to indicate a failure in ID generation for an entity.
IdGenerationFailedException(Throwable) - Constructor for exception org.neo4j.kernel.impl.persistence.IdGenerationFailedException
 
IdGenerationFailedException(String) - Constructor for exception org.neo4j.kernel.impl.persistence.IdGenerationFailedException
 
IdGenerationFailedException(String, Throwable) - Constructor for exception org.neo4j.kernel.impl.persistence.IdGenerationFailedException
 
IdGenerator - Interface in org.neo4j.kernel.impl.nioneo.store
 
IdGenerator - Class in org.neo4j.kernel.impl.persistence
The IdGenerator is responsible for generating unique ids for entities in the kernel.
IdGenerator() - Constructor for class org.neo4j.kernel.impl.persistence.IdGenerator
 
IdGeneratorFactory - Interface in org.neo4j.kernel
 
IdGeneratorImpl - Class in org.neo4j.kernel.impl.nioneo.store
This class generates unique ids for a resource type.
IdGeneratorImpl(String, int, long, boolean) - Constructor for class org.neo4j.kernel.impl.nioneo.store.IdGeneratorImpl
Opens the id generator represented by fileName.
IdGeneratorModule - Class in org.neo4j.kernel.impl.persistence
This class represents the IdGenerator module.
IdGeneratorModule(EntityIdGenerator) - Constructor for class org.neo4j.kernel.impl.persistence.IdGeneratorModule
 
IdRange - Class in org.neo4j.kernel.impl.nioneo.store
 
IdRange(long[], long, int) - Constructor for class org.neo4j.kernel.impl.nioneo.store.IdRange
 
IdType - Enum in org.neo4j.kernel
 
IllegalLogFormatException - Exception in org.neo4j.kernel.impl.transaction.xaframework
 
IllegalLogFormatException(long, long) - Constructor for exception org.neo4j.kernel.impl.transaction.xaframework.IllegalLogFormatException
 
IllegalResourceException - Exception in org.neo4j.kernel.impl.transaction
 
IllegalResourceException() - Constructor for exception org.neo4j.kernel.impl.transaction.IllegalResourceException
 
IllegalResourceException(String) - Constructor for exception org.neo4j.kernel.impl.transaction.IllegalResourceException
 
IllegalResourceException(String, Throwable) - Constructor for exception org.neo4j.kernel.impl.transaction.IllegalResourceException
 
IllegalResourceException(Throwable) - Constructor for exception org.neo4j.kernel.impl.transaction.IllegalResourceException
 
implCloseChannel() - Method in class org.neo4j.kernel.impl.util.BufferedFileChannel
 
IN_USE - Static variable in interface org.neo4j.kernel.impl.nioneo.store.RecordStore
 
inc() - Method in class org.neo4j.helpers.Counter
 
includes() - Method in enum org.neo4j.graphdb.traversal.Evaluation
 
includingDepths(int, int) - Static method in class org.neo4j.graphdb.traversal.Evaluators
Returns an Evaluator which only includes positions between depths minDepth and maxDepth.
incrementAndGetLogVersion() - Method in class org.neo4j.kernel.impl.nioneo.xa.NeoStoreXaDataSource
 
incrementVersion() - Method in class org.neo4j.kernel.impl.index.IndexProviderStore
 
incrementVersion() - Method in class org.neo4j.kernel.impl.nioneo.store.NeoStore
 
index() - Method in interface org.neo4j.graphdb.GraphDatabaseService
Returns the IndexManager paired with this graph database service and is the entry point for managing indexes coupled with this database.
Index<T extends PropertyContainer> - Interface in org.neo4j.graphdb.index
An index to associate key/value pairs with entities (Nodes or Relationships) for fast lookup and querying.
index() - Method in class org.neo4j.graphdb.index.UniqueFactory
Get the referenced index.
index() - Method in class org.neo4j.kernel.EmbeddedGraphDatabase
 
index() - Method in class org.neo4j.kernel.EmbeddedReadOnlyGraphDatabase
 
index(String) - Method in class org.neo4j.kernel.impl.core.PropertyIndexManager
 
index() - Method in class org.neo4j.tooling.wrap.WrappedGraphDatabase
 
INDEX_DB_FILE_NAME - Static variable in class org.neo4j.kernel.impl.index.IndexStore
 
IndexCommand - Class in org.neo4j.kernel.impl.index
Created from IndexDefineCommand or read from a logical log.
IndexCommand.AddCommand - Class in org.neo4j.kernel.impl.index
 
IndexCommand.AddRelationshipCommand - Class in org.neo4j.kernel.impl.index
 
IndexCommand.CreateCommand - Class in org.neo4j.kernel.impl.index
 
IndexCommand.DeleteCommand - Class in org.neo4j.kernel.impl.index
 
IndexCommand.RemoveCommand - Class in org.neo4j.kernel.impl.index
 
IndexConnectionBroker<T extends XaConnection> - Class in org.neo4j.kernel.impl.index
 
IndexConnectionBroker(TransactionManager) - Constructor for class org.neo4j.kernel.impl.index.IndexConnectionBroker
 
IndexDefineCommand - Class in org.neo4j.kernel.impl.index
A command which have to be first in the transaction.
IndexDefineCommand() - Constructor for class org.neo4j.kernel.impl.index.IndexDefineCommand
 
IndexDefineCommand(Map<String, Byte>, Map<String, Byte>) - Constructor for class org.neo4j.kernel.impl.index.IndexDefineCommand
 
IndexHits<T> - Interface in org.neo4j.graphdb.index
An Iterator with additional IndexHits.size() and IndexHits.close() methods on it, used for iterating over index query results.
IndexImplementation - Class in org.neo4j.graphdb.index
A provider which can create and instantiate Indexs.
IndexImplementation() - Constructor for class org.neo4j.graphdb.index.IndexImplementation
 
IndexManager - Interface in org.neo4j.graphdb.index
A one stop shop for accessing Indexs for Nodes and Relationships.
IndexProvider - Class in org.neo4j.graphdb.index
 
IndexProvider(String) - Constructor for class org.neo4j.graphdb.index.IndexProvider
 
IndexProviderStore - Class in org.neo4j.kernel.impl.index
 
IndexProviderStore(File) - Constructor for class org.neo4j.kernel.impl.index.IndexProviderStore
 
indexPutIfAbsent(Index<T>, T, String, Object) - Method in class org.neo4j.kernel.impl.core.NodeManager
 
IndexStore - Class in org.neo4j.kernel.impl.index
 
IndexStore(String) - Constructor for class org.neo4j.kernel.impl.index.IndexStore
 
IndexXaConnection - Class in org.neo4j.kernel.impl.index
 
IndexXaConnection(XaResourceManager) - Constructor for class org.neo4j.kernel.impl.index.IndexXaConnection
 
init(ProcessingEnvironment) - Method in class org.neo4j.kernel.impl.annotations.AnnotationProcessor
 
init() - Method in class org.neo4j.kernel.impl.core.GraphDbModule
 
init() - Method in class org.neo4j.kernel.impl.nioneo.xa.NioNeoDbPersistenceSource
 
init() - Method in class org.neo4j.kernel.impl.persistence.IdGeneratorModule
 
init() - Method in class org.neo4j.kernel.impl.persistence.PersistenceModule
 
init(XaDataSourceManager) - Method in class org.neo4j.kernel.impl.transaction.AbstractTransactionManager
Begins the transaction manager, possibly triggering a recovery.
init(XaDataSourceManager) - Method in class org.neo4j.kernel.impl.transaction.TxManager
 
init() - Method in class org.neo4j.kernel.impl.transaction.TxModule
 
initialize(T, Map<String, Object>) - Method in class org.neo4j.graphdb.index.UniqueFactory
Implement this method to initialize the Node or Relationship created for being stored in the index.
initialize(Relationship, Map<String, Object>) - Method in class org.neo4j.graphdb.index.UniqueFactory.UniqueRelationshipFactory
Default implementation of UniqueFactory.initialize(PropertyContainer, Map), does nothing for Relationships.
initialize() - Method in interface org.neo4j.graphdb.traversal.TraversalBranch
 
initialize() - Method in class org.neo4j.kernel.impl.traversal.FinalTraversalBranch
 
initializeTransaction(int) - Method in interface org.neo4j.kernel.impl.transaction.TxHook
 
initStorage() - Method in class org.neo4j.kernel.impl.nioneo.store.CommonAbstractStore
Called from the constructor after the end header has been checked.
initStorage() - Method in class org.neo4j.kernel.impl.nioneo.store.NeoStore
 
initStorage() - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyIndexStore
 
initStorage() - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyStore
 
initStorage() - Method in class org.neo4j.kernel.impl.nioneo.store.RelationshipTypeStore
 
initStorage() - Method in class org.neo4j.kernel.impl.storemigration.legacystore.LegacyStore
 
injectCommand(XaCommand) - Method in class org.neo4j.kernel.impl.nioneo.xa.WriteTransaction
 
injectCommand(XaCommand) - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaTransaction
Used during recovery, calls XaTransaction.doAddCommand(org.neo4j.kernel.impl.transaction.xaframework.XaCommand).
InMemoryLogBuffer - Class in org.neo4j.kernel.impl.transaction.xaframework
 
InMemoryLogBuffer() - Constructor for class org.neo4j.kernel.impl.transaction.xaframework.InMemoryLogBuffer
 
INSTANCE - Static variable in class org.neo4j.kernel.impl.transaction.xaframework.NullLogBuffer
 
instanceId() - Method in class org.neo4j.kernel.KernelData
 
instantiateCommandFactory() - Method in class org.neo4j.kernel.impl.util.DumpLogicalLog
 
INTEGER_MINUS_ONE - Static variable in class org.neo4j.kernel.impl.nioneo.store.IdGeneratorImpl
 
intercept(List<Command>) - Method in class org.neo4j.kernel.impl.nioneo.xa.InterceptingWriteTransaction
 
intercept(List<Command>) - Method in class org.neo4j.kernel.impl.nioneo.xa.WriteTransaction
 
intercept(List<LogEntry>) - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaLogicalLog.LogDeserializer
 
INTERCEPT_COMMITTING_TRANSACTIONS - Static variable in class org.neo4j.kernel.Config
Determines whether any TransactionInterceptors loaded will intercept prepared transactions before they reach the logical log.
INTERCEPT_DESERIALIZED_TRANSACTIONS - Static variable in class org.neo4j.kernel.Config
Determines whether any TransactionInterceptors loaded will intercept externally received transactions (e.g.
InterceptingWriteTransaction - Class in org.neo4j.kernel.impl.nioneo.xa
 
InterceptingXaLogicalLog - Class in org.neo4j.kernel.impl.transaction.xaframework
 
intValue() - Method in enum org.neo4j.kernel.impl.nioneo.store.PropertyType
Returns an int value representing the type.
intValue() - Method in enum org.neo4j.kernel.impl.nioneo.store.Record
Returns a int value representation for this record type.
intValue() - Method in enum org.neo4j.kernel.impl.nioneo.store.ShortArray
 
intValue() - Method in enum org.neo4j.kernel.impl.storemigration.legacystore.LegacyPropertyType
Returns an int value representing the type.
inUse() - Method in class org.neo4j.kernel.impl.nioneo.store.AbstractBaseRecord
 
InvalidIdGeneratorException - Exception in org.neo4j.kernel.impl.nioneo.store
 
InvalidIdGeneratorException(String) - Constructor for exception org.neo4j.kernel.impl.nioneo.store.InvalidIdGeneratorException
 
InvalidIdGeneratorException(Throwable) - Constructor for exception org.neo4j.kernel.impl.nioneo.store.InvalidIdGeneratorException
 
InvalidIdGeneratorException(String, Throwable) - Constructor for exception org.neo4j.kernel.impl.nioneo.store.InvalidIdGeneratorException
 
InvalidRecordException - Exception in org.neo4j.kernel.impl.nioneo.store
 
InvalidRecordException(String) - Constructor for exception org.neo4j.kernel.impl.nioneo.store.InvalidRecordException
 
InvalidRecordException(Throwable) - Constructor for exception org.neo4j.kernel.impl.nioneo.store.InvalidRecordException
 
InvalidRecordException(String, Throwable) - Constructor for exception org.neo4j.kernel.impl.nioneo.store.InvalidRecordException
 
IoPrimitiveUtils - Class in org.neo4j.kernel.impl.util
 
IoPrimitiveUtils() - Constructor for class org.neo4j.kernel.impl.util.IoPrimitiveUtils
 
isAdaptive() - Method in interface org.neo4j.kernel.impl.cache.Cache
 
isAdaptive() - Method in class org.neo4j.kernel.impl.cache.LruCache
 
isAdaptive() - Method in class org.neo4j.kernel.impl.cache.NoCache
 
isAdaptive() - Method in class org.neo4j.kernel.impl.cache.SoftLruCache
 
isAdaptive() - Method in class org.neo4j.kernel.impl.cache.StrongReferenceCache
 
isAdaptive() - Method in class org.neo4j.kernel.impl.cache.WeakLruCache
 
isAGraphDatabaseDirectory(String) - Static method in class org.neo4j.kernel.impl.util.DumpLogicalLog
 
isChanged() - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyRecord
 
isCharData() - Method in class org.neo4j.kernel.impl.storemigration.legacystore.LegacyDynamicRecord
 
isConsideredNormalWriteCommand() - Method in class org.neo4j.kernel.impl.index.IndexCommand.CreateCommand
 
isConsideredNormalWriteCommand() - Method in class org.neo4j.kernel.impl.index.IndexCommand.DeleteCommand
 
isConsideredNormalWriteCommand() - Method in class org.neo4j.kernel.impl.index.IndexCommand
 
isCreated() - Method in class org.neo4j.kernel.impl.nioneo.store.AbstractBaseRecord
 
isCreated() - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyBlock
 
isDeleted(Node) - Method in interface org.neo4j.graphdb.event.TransactionData
Returns whether or not node is deleted in this transaction.
isDeleted(Relationship) - Method in interface org.neo4j.graphdb.event.TransactionData
Returns whether or not relationship is deleted in this transaction.
isEmpty() - Method in class org.neo4j.helpers.collection.CollectionWrapper
 
isEmpty() - Method in class org.neo4j.kernel.impl.util.RelIdArray
 
isEnabled() - Method in interface org.neo4j.graphdb.index.AutoIndexer
Returns true iff this auto indexer is enabled, false otherwise.
isInRecoveryMode() - Method in class org.neo4j.kernel.impl.nioneo.store.CommonAbstractStore
 
isLight() - Method in class org.neo4j.kernel.impl.nioneo.store.DynamicRecord
 
isLight() - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyBlock
 
isLight() - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyIndexRecord
 
isLoaded(KernelData) - Method in class org.neo4j.kernel.KernelExtension
 
isLogicalLogKept() - Method in class org.neo4j.kernel.impl.transaction.xaframework.LogBackedXaDataSource
 
isLogicalLogKept() - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaDataSource
 
isLogsAutoRotated() - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaLogicalLog
 
isLogsKept() - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaLogicalLog
 
isMarkedAsSuccessful() - Method in class org.neo4j.kernel.TopLevelTransaction
 
isNodeCreated(long) - Method in class org.neo4j.kernel.impl.nioneo.xa.WriteTransaction
 
isNodeCreated(long) - Method in interface org.neo4j.kernel.impl.persistence.NeoStoreTransaction
Check if the node with the given id was created in this transaction.
isNodeCreated(long) - Method in class org.neo4j.kernel.impl.persistence.PersistenceManager
 
isOnePhase() - Method in class org.neo4j.kernel.impl.transaction.xaframework.TransactionInfo
 
isOpen() - Method in class org.neo4j.kernel.impl.transaction.xaframework.InMemoryLogBuffer
 
isReadOnly() - Method in class org.neo4j.kernel.AbstractGraphDatabase
 
isReadOnly() - Method in class org.neo4j.kernel.Config
 
isReadOnly() - Method in class org.neo4j.kernel.EmbeddedGraphDatabase
 
isReadOnly() - Method in class org.neo4j.kernel.EmbeddedReadOnlyGraphDatabase
 
isReadOnly() - Method in class org.neo4j.kernel.impl.nioneo.xa.NeoStoreXaDataSource
 
isReadOnly() - Method in class org.neo4j.kernel.impl.nioneo.xa.WriteTransaction
 
isReadOnly() - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaTransaction
Returns true if read only transaction, that is no modifications will be made once the transaction commits.
isReadOnly() - Method in class org.neo4j.tooling.wrap.WrappedGraphDatabase
 
isRecordInUse(ByteBuffer) - Method in class org.neo4j.kernel.impl.nioneo.store.AbstractDynamicStore
 
isRecordInUse(ByteBuffer) - Method in class org.neo4j.kernel.impl.nioneo.store.AbstractStore
 
isRecordInUse(ByteBuffer) - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyStore
 
isRecovered() - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaCommand
Returns wether or not this is a "recovered command".
isRecovered() - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaTransaction
Returns true if this is a "recovered transaction".
isRelationshipCreated(long) - Method in class org.neo4j.kernel.impl.nioneo.xa.WriteTransaction
 
isRelationshipCreated(long) - Method in interface org.neo4j.kernel.impl.persistence.NeoStoreTransaction
Check if the node with the given id was created in this transaction.
isRelationshipCreated(long) - Method in class org.neo4j.kernel.impl.persistence.PersistenceManager
 
isReturnableNode(TraversalPosition) - Method in interface org.neo4j.graphdb.ReturnableEvaluator
Method invoked by traverser to see if the current position is a returnable node.
isSameRM(XAResource) - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaResourceHelpImpl
Should return true if xares is the same resource as this.
isStartNode() - Method in interface org.neo4j.graphdb.TraversalPosition
Returns true if the current position is the start node, false otherwise.
isStopNode(TraversalPosition) - Method in interface org.neo4j.graphdb.StopEvaluator
Method invoked by traverser to see if current position is a stop node.
isStoreOk() - Method in class org.neo4j.kernel.impl.nioneo.store.NeoStore
 
isType(RelationshipType) - Method in interface org.neo4j.graphdb.Relationship
Indicates whether this relationship is of the type type.
isType(RelationshipType) - Method in class org.neo4j.tooling.wrap.WrappedRelationship
 
isWriteable() - Method in interface org.neo4j.graphdb.index.ReadableIndex
A ReadableIndex is possible to support mutating operations as well.
isWriteable() - Method in class org.neo4j.tooling.wrap.WrappedIndex
 
itemDodged(U) - Method in class org.neo4j.helpers.collection.CatchingIteratorWrapper
 
IterableWrapper<T,U> - Class in org.neo4j.helpers.collection
Wraps an Iterable so that it returns items of another type.
IterableWrapper(Iterable<U>) - Constructor for class org.neo4j.helpers.collection.IterableWrapper
 
iterator() - Method in interface org.neo4j.graphdb.Path
Iterates through both the Nodes and Relationships of this path in order.
iterator() - Method in interface org.neo4j.graphdb.traversal.Traverser
Represents the traversal in the form of Paths.
iterator() - Method in interface org.neo4j.graphdb.Traverser
Returns an Iterator representing the traversal of the graph.
iterator() - Method in class org.neo4j.helpers.collection.CollectionWrapper
 
iterator() - Method in class org.neo4j.helpers.collection.CombiningIterable
 
iterator() - Method in class org.neo4j.helpers.collection.FilteringIterable
 
iterator() - Method in class org.neo4j.helpers.collection.IterableWrapper
 
iterator() - Method in class org.neo4j.helpers.collection.NestingIterable
 
iterator() - Method in class org.neo4j.kernel.impl.traversal.TraversalPath
 
iterator() - Method in class org.neo4j.kernel.impl.util.ArrayIntSet
 
iterator(RelIdArray.DirectionWrapper) - Method in class org.neo4j.kernel.impl.util.RelIdArray.EmptyRelIdArray
 
iterator(RelIdArray.DirectionWrapper) - Method in class org.neo4j.kernel.impl.util.RelIdArray
 
IteratorUtil - Class in org.neo4j.helpers.collection
Contains common functionality regarding Iterators and Iterables.
IteratorUtil() - Constructor for class org.neo4j.helpers.collection.IteratorUtil
 
IteratorWrapper<T,U> - Class in org.neo4j.helpers.collection
Wraps an Iterator so that it returns items of another type.
IteratorWrapper(Iterator<U>) - Constructor for class org.neo4j.helpers.collection.IteratorWrapper
 

J

jarUsage(Class<?>, String...) - Static method in class org.neo4j.helpers.Args
 
joinRecordsIntoString(long, List<LegacyDynamicRecord>) - Static method in class org.neo4j.kernel.impl.storemigration.legacystore.LegacyDynamicRecordFetcher
 

K

KEEP_LOGICAL_LOGS - Static variable in class org.neo4j.kernel.Config
Make Neo4j keep the logical transaction logs for being able to backup the database
keepLogicalLogs(boolean) - Method in class org.neo4j.kernel.impl.transaction.xaframework.LogBackedXaDataSource
 
keepLogicalLogs(boolean) - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaDataSource
Sets wether logical logs should be saved upon rotation or not.
KERNEL_ARTIFACT_ID - Static variable in class org.neo4j.kernel.Version
 
KernelData - Class in org.neo4j.kernel
 
KernelEventHandler - Interface in org.neo4j.graphdb.event
Event handler interface for Neo4j Kernel life cycle events.
KernelEventHandler.ExecutionOrder - Enum in org.neo4j.graphdb.event
Represents the order of execution between two event handlers, if one handler should be executed KernelEventHandler.ExecutionOrder.BEFORE, KernelEventHandler.ExecutionOrder.AFTER another handler, or if it KernelEventHandler.ExecutionOrder.DOESNT_MATTER.
KernelExtension<S> - Class in org.neo4j.kernel
Hook for providing extended functionality to the Neo4j Graph Database kernel.
KernelExtension(String) - Constructor for class org.neo4j.kernel.KernelExtension
 
kernelPanic(ErrorState) - Method in interface org.neo4j.graphdb.event.KernelEventHandler
This is invoked when the Neo4j Graph Database enters a state from which it cannot continue.
KernelPanicEventGenerator - Class in org.neo4j.kernel.impl.core
 
KernelPanicEventGenerator(Collection<KernelEventHandler>) - Constructor for class org.neo4j.kernel.impl.core.KernelPanicEventGenerator
 
key() - Method in interface org.neo4j.graphdb.event.PropertyEntry
Get the key of the modified property.
key - Variable in class org.neo4j.kernel.impl.cache.SoftValue
 
key - Variable in class org.neo4j.kernel.impl.cache.WeakValue
 
keySet() - Method in class org.neo4j.kernel.impl.util.ArrayMap
 

L

last(Iterator<T>) - Static method in class org.neo4j.helpers.collection.IteratorUtil
Returns the given iterator's last element.
last(Iterable<T>) - Static method in class org.neo4j.helpers.collection.IteratorUtil
Returns the given iterable's last element.
LastCommittedTxIdSetter - Interface in org.neo4j.kernel.impl.core
 
lastOrNull(Iterator<T>) - Static method in class org.neo4j.helpers.collection.IteratorUtil
Returns the given iterator's last element or null if no element found.
lastOrNull(Iterable<T>) - Static method in class org.neo4j.helpers.collection.IteratorUtil
Returns the given iterable's last element or null if no element found.
lastRelationship() - Method in interface org.neo4j.graphdb.Path
Returns the last Relationship in this path.
lastRelationship() - Method in class org.neo4j.kernel.impl.traversal.TraversalPath
 
lastRelationshipTraversed() - Method in interface org.neo4j.graphdb.TraversalPosition
Return the last relationship traversed.
lastRelationshipTypeIs(Evaluation, Evaluation, RelationshipType, RelationshipType...) - Static method in class org.neo4j.graphdb.traversal.Evaluators
Returns an Evaluator which compares the type of the last relationship in a Path to a given set of relationship types (one or more).If the type of the last relationship in a path is of one of the given types then evaluationIfMatch will be returned, otherwise evaluationIfNoMatch will be returned.
launderedException(Throwable) - Static method in class org.neo4j.helpers.Exceptions
 
launderedException(String, Throwable) - Static method in class org.neo4j.helpers.Exceptions
 
launderedException(Class<T>, Throwable) - Static method in class org.neo4j.helpers.Exceptions
 
launderedException(Class<T>, String, Throwable) - Static method in class org.neo4j.helpers.Exceptions
 
leftOverflowMask(int) - Static method in class org.neo4j.kernel.impl.util.Bits
A mask which has the steps most significant bits set to 1, all others 0.
LegacyDynamicRecord - Class in org.neo4j.kernel.impl.storemigration.legacystore
 
LegacyDynamicRecord(long) - Constructor for class org.neo4j.kernel.impl.storemigration.legacystore.LegacyDynamicRecord
 
LegacyDynamicRecordFetcher - Class in org.neo4j.kernel.impl.storemigration.legacystore
 
LegacyDynamicRecordFetcher(String, String) - Constructor for class org.neo4j.kernel.impl.storemigration.legacystore.LegacyDynamicRecordFetcher
 
LegacyDynamicStoreReader - Class in org.neo4j.kernel.impl.storemigration.legacystore
 
LegacyDynamicStoreReader(String, String) - Constructor for class org.neo4j.kernel.impl.storemigration.legacystore.LegacyDynamicStoreReader
 
LegacyNeoStoreReader - Class in org.neo4j.kernel.impl.storemigration.legacystore
 
LegacyNeoStoreReader(String) - Constructor for class org.neo4j.kernel.impl.storemigration.legacystore.LegacyNeoStoreReader
 
LegacyNodeStoreReader - Class in org.neo4j.kernel.impl.storemigration.legacystore
 
LegacyNodeStoreReader(String) - Constructor for class org.neo4j.kernel.impl.storemigration.legacystore.LegacyNodeStoreReader
 
LegacyPropertyIndexStoreReader - Class in org.neo4j.kernel.impl.storemigration.legacystore
 
LegacyPropertyIndexStoreReader(String) - Constructor for class org.neo4j.kernel.impl.storemigration.legacystore.LegacyPropertyIndexStoreReader
 
LegacyPropertyRecord - Class in org.neo4j.kernel.impl.storemigration.legacystore
 
LegacyPropertyRecord(long) - Constructor for class org.neo4j.kernel.impl.storemigration.legacystore.LegacyPropertyRecord
 
LegacyPropertyStoreReader - Class in org.neo4j.kernel.impl.storemigration.legacystore
 
LegacyPropertyStoreReader(String) - Constructor for class org.neo4j.kernel.impl.storemigration.legacystore.LegacyPropertyStoreReader
 
LegacyPropertyType - Enum in org.neo4j.kernel.impl.storemigration.legacystore
 
LegacyRelationshipStoreReader - Class in org.neo4j.kernel.impl.storemigration.legacystore
 
LegacyRelationshipStoreReader(String) - Constructor for class org.neo4j.kernel.impl.storemigration.legacystore.LegacyRelationshipStoreReader
 
LegacyRelationshipTypeStoreReader - Class in org.neo4j.kernel.impl.storemigration.legacystore
 
LegacyRelationshipTypeStoreReader(String) - Constructor for class org.neo4j.kernel.impl.storemigration.legacystore.LegacyRelationshipTypeStoreReader
 
LegacyStore - Class in org.neo4j.kernel.impl.storemigration.legacystore
 
LegacyStore(String) - Constructor for class org.neo4j.kernel.impl.storemigration.legacystore.LegacyStore
 
length() - Method in interface org.neo4j.graphdb.Path
Returns the length of this path.
length() - Method in class org.neo4j.kernel.impl.traversal.TraversalPath
 
LinesOfFileIterator - Class in org.neo4j.helpers.collection
 
LinesOfFileIterator(File) - Constructor for class org.neo4j.helpers.collection.LinesOfFileIterator
 
listStoreFiles(boolean) - Method in class org.neo4j.kernel.impl.nioneo.xa.NeoStoreXaDataSource
 
listStoreFiles(boolean) - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaDataSource
 
load(KernelData) - Method in class org.neo4j.graphdb.index.IndexProvider
 
load(Reader) - Static method in class org.neo4j.helpers.collection.MapUtil
Loads a Map from a Reader assuming strings as keys and values.
load(InputStream) - Static method in class org.neo4j.helpers.collection.MapUtil
Loads a Map from an InputStream assuming strings as keys and values.
load(File) - Static method in class org.neo4j.helpers.collection.MapUtil
Loads a Map from a File assuming strings as keys and values.
load(Class<T>) - Static method in class org.neo4j.helpers.Service
Load all implementations of a Service.
load(Class<T>, String) - Static method in class org.neo4j.helpers.Service
Load the Service implementation with the specified key.
load(KernelData) - Method in class org.neo4j.kernel.KernelExtension
Load this extension for a particular Neo4j Kernel.
loadAgent(String) - Method in class org.neo4j.kernel.KernelExtension
 
loadAgent(KernelData, Object) - Method in class org.neo4j.kernel.KernelExtension
 
loadAllRelationshipTypes() - Method in class org.neo4j.kernel.impl.persistence.PersistenceManager
 
loadConfiguration(KernelData) - Method in class org.neo4j.kernel.KernelExtension
Takes place before any data sources has been registered and is there to let extensions affect the configuration of other things starting up.
loadConfigurations(String) - Static method in class org.neo4j.kernel.EmbeddedGraphDatabase
A non-standard convenience method that loads a standard property file and converts it into a generic Map.
loadConfigurations(String) - Static method in class org.neo4j.kernel.EmbeddedReadOnlyGraphDatabase
A non-standard convenience method that loads a standard property file and converts it into a generic Map.
loadExtensionsOfType(Class<T>) - Method in class org.neo4j.kernel.impl.osgi.OSGiExtensionLoader
 
loadIndex(int) - Method in class org.neo4j.kernel.impl.nioneo.xa.WriteTransaction
 
loadIndex(int) - Method in interface org.neo4j.kernel.impl.persistence.NeoStoreTransaction
Loads the value object for the given property index record id if the record is light.
loadIndex(int) - Method in class org.neo4j.kernel.impl.persistence.PersistenceManager
 
loadLightNode(long) - Method in class org.neo4j.kernel.impl.nioneo.store.NodeStore
 
loadLightNode(long) - Method in class org.neo4j.kernel.impl.persistence.PersistenceManager
 
loadLightRelationship(long) - Method in class org.neo4j.kernel.impl.persistence.PersistenceManager
 
loadNodeProperties(long, boolean) - Method in class org.neo4j.kernel.impl.persistence.PersistenceManager
 
loadProperties(String) - Static method in class org.neo4j.kernel.impl.batchinsert.BatchInserterImpl
 
loadPropertyIndexes(int) - Method in class org.neo4j.kernel.impl.nioneo.xa.WriteTransaction
 
loadPropertyIndexes(int) - Method in interface org.neo4j.kernel.impl.persistence.NeoStoreTransaction
Tries to load as heavy records as many property index records as specified in the argument.
loadPropertyIndexes(int) - Method in class org.neo4j.kernel.impl.persistence.PersistenceManager
 
loadPropertyValue(PropertyData) - Method in class org.neo4j.kernel.impl.nioneo.xa.WriteTransaction
 
loadPropertyValue(PropertyData) - Method in interface org.neo4j.kernel.impl.persistence.NeoStoreTransaction
Attempts to load the value off the store forthe given PropertyData object.
loadPropertyValue(PropertyData) - Method in class org.neo4j.kernel.impl.persistence.PersistenceManager
 
loadRelationshipTypes() - Method in class org.neo4j.kernel.impl.nioneo.xa.WriteTransaction
 
loadRelationshipTypes() - Method in interface org.neo4j.kernel.impl.persistence.NeoStoreTransaction
Loads and returns all the available RelationshipTypes that are stored.
loadRelProperties(long, boolean) - Method in class org.neo4j.kernel.impl.persistence.PersistenceManager
 
loadStorage() - Method in class org.neo4j.kernel.impl.nioneo.store.CommonAbstractStore
Should do first validation on store validating stuff like version and id generator.
loadStrictly(Reader) - Static method in class org.neo4j.helpers.collection.MapUtil
Loads a Map from a Reader assuming strings as keys and values.
loadStrictly(InputStream) - Static method in class org.neo4j.helpers.collection.MapUtil
Loads a Map from an InputStream assuming strings as keys and values.
loadStrictly(File) - Static method in class org.neo4j.helpers.collection.MapUtil
Loads a Map from a File assuming strings as keys and values.
loadTransactionManager(String, KernelPanicEventGenerator, TxHook) - Method in class org.neo4j.kernel.impl.transaction.DefaultTransactionManagerProvider
 
loadTransactionManager(String, KernelPanicEventGenerator, TxHook) - Method in class org.neo4j.kernel.impl.transaction.TransactionManagerProvider
 
lock(long, long, boolean) - Method in class org.neo4j.kernel.impl.util.BufferedFileChannel
 
LockException - Exception in org.neo4j.kernel.impl.transaction
 
LockException() - Constructor for exception org.neo4j.kernel.impl.transaction.LockException
 
LockException(String) - Constructor for exception org.neo4j.kernel.impl.transaction.LockException
 
LockException(String, Throwable) - Constructor for exception org.neo4j.kernel.impl.transaction.LockException
 
LockException(Throwable) - Constructor for exception org.neo4j.kernel.impl.transaction.LockException
 
LockManager - Class in org.neo4j.kernel.impl.transaction
The LockManager can lock resources for reading or writing.
LockManager(TransactionManager) - Constructor for class org.neo4j.kernel.impl.transaction.LockManager
 
LockManagerFactory - Interface in org.neo4j.kernel
 
LockNotFoundException - Exception in org.neo4j.kernel.impl.transaction
 
LockNotFoundException() - Constructor for exception org.neo4j.kernel.impl.transaction.LockNotFoundException
 
LockNotFoundException(String) - Constructor for exception org.neo4j.kernel.impl.transaction.LockNotFoundException
 
LockNotFoundException(String, Throwable) - Constructor for exception org.neo4j.kernel.impl.transaction.LockNotFoundException
 
LockNotFoundException(Throwable) - Constructor for exception org.neo4j.kernel.impl.transaction.LockNotFoundException
 
LockReleaser - Class in org.neo4j.kernel.impl.core
Manages object version diffs and locks for each transaction.
LockReleaser(LockManager, TransactionManager) - Constructor for class org.neo4j.kernel.impl.core.LockReleaser
 
LockType - Enum in org.neo4j.kernel.impl.transaction
Enum defining the READ lock and the WRITE lock.
LogApplier - Interface in org.neo4j.kernel.impl.transaction.xaframework
 
LogBackedXaDataSource - Class in org.neo4j.kernel.impl.transaction.xaframework
 
LogBackedXaDataSource(Map<?, ?>) - Constructor for class org.neo4j.kernel.impl.transaction.xaframework.LogBackedXaDataSource
 
LogBuffer - Interface in org.neo4j.kernel.impl.transaction.xaframework
 
LogBufferFactory - Interface in org.neo4j.kernel.impl.transaction.xaframework
 
LogEntry - Class in org.neo4j.kernel.impl.transaction.xaframework
 
LogEntry.Command - Class in org.neo4j.kernel.impl.transaction.xaframework
 
LogEntry.Commit - Class in org.neo4j.kernel.impl.transaction.xaframework
 
LogEntry.Done - Class in org.neo4j.kernel.impl.transaction.xaframework
 
LogEntry.OnePhaseCommit - Class in org.neo4j.kernel.impl.transaction.xaframework
 
LogEntry.Start - Class in org.neo4j.kernel.impl.transaction.xaframework
 
LogEntry.TwoPhaseCommit - Class in org.neo4j.kernel.impl.transaction.xaframework
 
LogExtractor - Class in org.neo4j.kernel.impl.transaction.xaframework
 
LogExtractor(LogExtractor.LogPositionCache, LogExtractor.LogLoader, XaCommandFactory, long, long) - Constructor for class org.neo4j.kernel.impl.transaction.xaframework.LogExtractor
 
LogExtractor.LogLoader - Interface in org.neo4j.kernel.impl.transaction.xaframework
 
LogExtractor.LogPositionCache - Class in org.neo4j.kernel.impl.transaction.xaframework
 
LogExtractor.LogPositionCache() - Constructor for class org.neo4j.kernel.impl.transaction.xaframework.LogExtractor.LogPositionCache
 
LogExtractor.TxPosition - Class in org.neo4j.kernel.impl.transaction.xaframework
 
LogExtractor.TxPosition(long, int, int, long, long) - Constructor for class org.neo4j.kernel.impl.transaction.xaframework.LogExtractor.TxPosition
 
LogFiles - Class in org.neo4j.kernel.impl.storemigration
 
LogFiles() - Constructor for class org.neo4j.kernel.impl.storemigration.LogFiles
 
logger - Static variable in class org.neo4j.kernel.impl.nioneo.store.CommonAbstractStore
 
logger - Static variable in class org.neo4j.kernel.impl.storemigration.monitoring.VisibleMigrationProgressMonitor
 
LOGICAL_LOG - Static variable in class org.neo4j.kernel.Config
Relative path for where the Neo4j logical log is located
LOGICAL_LOG_DEFAULT_NAME - Static variable in class org.neo4j.kernel.impl.nioneo.xa.NeoStoreXaDataSource
 
logIdUsage(StringLogger) - Method in class org.neo4j.kernel.impl.nioneo.store.AbstractDynamicStore
 
logIdUsage(StringLogger) - Method in class org.neo4j.kernel.impl.nioneo.store.NeoStore
 
logIdUsage(StringLogger, Store) - Static method in class org.neo4j.kernel.impl.nioneo.store.NeoStore
 
logIdUsage(StringLogger) - Method in class org.neo4j.kernel.impl.nioneo.store.NodeStore
 
logIdUsage(StringLogger) - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyIndexStore
 
logIdUsage(StringLogger) - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyStore
 
logIdUsage(StringLogger) - Method in class org.neo4j.kernel.impl.nioneo.store.RelationshipStore
 
logIdUsage(StringLogger) - Method in class org.neo4j.kernel.impl.nioneo.store.RelationshipTypeStore
 
logIdUsage(StringLogger) - Method in interface org.neo4j.kernel.impl.nioneo.store.Store
 
logIdUsage() - Method in class org.neo4j.kernel.impl.nioneo.xa.NeoStoreXaDataSource
 
LogIoUtils - Class in org.neo4j.kernel.impl.transaction.xaframework
 
LogIoUtils() - Constructor for class org.neo4j.kernel.impl.transaction.xaframework.LogIoUtils
 
logMessage(String) - Method in class org.neo4j.kernel.impl.util.StringLogger
 
logMessage(String, Throwable) - Method in class org.neo4j.kernel.impl.util.StringLogger
 
logMessage(String, boolean) - Method in class org.neo4j.kernel.impl.util.StringLogger
 
logMessage(String, Throwable, boolean) - Method in class org.neo4j.kernel.impl.util.StringLogger
 
logStoreVersions() - Method in class org.neo4j.kernel.impl.nioneo.xa.NeoStoreXaDataSource
 
logVersions(StringLogger) - Method in class org.neo4j.kernel.impl.nioneo.store.CommonAbstractStore
 
logVersions(StringLogger) - Method in class org.neo4j.kernel.impl.nioneo.store.NeoStore
 
logVersions(StringLogger) - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyStore
 
LongerShortString - Enum in org.neo4j.kernel.impl.nioneo.store
Supports encoding alphanumerical and SP .
longFromIntAndMod(long, long) - Static method in class org.neo4j.kernel.impl.nioneo.store.CommonAbstractStore
 
longFromIntAndMod(long, long) - Static method in class org.neo4j.kernel.impl.storemigration.legacystore.LegacyStore
 
low - Variable in class org.neo4j.helpers.Stats
 
low() - Method in class org.neo4j.helpers.Stats
 
LruCache<K,E> - Class in org.neo4j.kernel.impl.cache
Simple implementation of Least-recently-used cache.
LruCache(String, int, AdaptiveCacheManager) - Constructor for class org.neo4j.kernel.impl.cache.LruCache
Creates a LRU cache.

M

main(String[]) - Static method in class org.neo4j.kernel.impl.nioneo.store.NeoStore
 
main(String[]) - Static method in enum org.neo4j.kernel.impl.nioneo.store.ShortString
 
main(String[]) - Static method in class org.neo4j.kernel.impl.storemigration.StoreMigrationTool
 
main(String[]) - Static method in class org.neo4j.kernel.impl.util.CompareTxStreams
 
main(String[]) - Static method in class org.neo4j.kernel.impl.util.DumpLogicalLog
 
main(String[]) - Static method in class org.neo4j.kernel.StandaloneWithShell
 
makeHeavy(DynamicRecord) - Method in class org.neo4j.kernel.impl.nioneo.store.AbstractDynamicStore
 
makeHeavy(PropertyIndexRecord) - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyIndexStore
 
makeHeavy(PropertyBlock) - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyStore
 
makeStoreOk() - Method in class org.neo4j.kernel.impl.nioneo.store.CommonAbstractStore
If store is not ok a call to this method will rebuild the IdGenerator used by this store and if successful mark it as ok.
makeStoreOk() - Method in class org.neo4j.kernel.impl.nioneo.store.NeoStore
 
makeStoreOk() - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyIndexStore
 
makeStoreOk() - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyStore
 
makeStoreOk() - Method in class org.neo4j.kernel.impl.nioneo.store.RelationshipTypeStore
 
map(Object...) - Static method in class org.neo4j.helpers.collection.MapUtil
A short-hand method for creating a Map of key/value pairs where keys are Strings and values are Objects.
map(Map<String, Object>, Object...) - Static method in class org.neo4j.helpers.collection.MapUtil
A short-hand method for creating a Map of key/value pairs where keys are Strings and values are Objects.
map(FileChannel.MapMode, long, long) - Method in class org.neo4j.kernel.impl.util.BufferedFileChannel
 
MapUtil - Class in org.neo4j.helpers.collection
Utility to create Maps.
MapUtil() - Constructor for class org.neo4j.helpers.collection.MapUtil
 
MARK_COMMIT - Static variable in class org.neo4j.kernel.impl.transaction.TxLog
 
markAsCommitting(byte[]) - Method in class org.neo4j.kernel.impl.transaction.TxLog
Writes a MARK_COMMIT record to the file and forces the file to disk.
MASTER_ID_REPRESENTING_NO_MASTER - Static variable in class org.neo4j.kernel.impl.transaction.xaframework.XaLogicalLog
 
maxSize() - Method in interface org.neo4j.kernel.impl.cache.Cache
 
maxSize() - Method in class org.neo4j.kernel.impl.cache.LruCache
Returns the maximum size of this cache.
maxSize() - Method in class org.neo4j.kernel.impl.cache.NoCache
 
maxSize() - Method in class org.neo4j.kernel.impl.cache.SoftLruCache
 
maxSize() - Method in class org.neo4j.kernel.impl.cache.StrongReferenceCache
 
maxSize() - Method in class org.neo4j.kernel.impl.cache.WeakLruCache
 
migrate(LegacyStore, NeoStore) - Method in class org.neo4j.kernel.impl.storemigration.StoreMigrator
 
migratePropertyIndexes(PropertyIndexStore) - Method in class org.neo4j.kernel.impl.storemigration.StoreMigrator.Migration
 
migrateRelationshipTypes(RelationshipTypeStore) - Method in class org.neo4j.kernel.impl.storemigration.StoreMigrator.Migration
 
MigrationProgressMonitor - Interface in org.neo4j.kernel.impl.storemigration.monitoring
 
missCount() - Method in interface org.neo4j.kernel.impl.cache.Cache
 
missCount() - Method in class org.neo4j.kernel.impl.cache.LruCache
 
missCount() - Method in class org.neo4j.kernel.impl.cache.NoCache
 
missCount() - Method in class org.neo4j.kernel.impl.cache.SoftLruCache
 
missCount() - Method in class org.neo4j.kernel.impl.cache.StrongReferenceCache
 
missCount() - Method in class org.neo4j.kernel.impl.cache.WeakLruCache
 
move(File, File) - Static method in class org.neo4j.kernel.impl.storemigration.LogFiles
Moves all logical logs of a database from one directory to another.
move(File, File) - Static method in class org.neo4j.kernel.impl.storemigration.StoreFiles
Moves a database's store files from one directory to another.
moveAllLogicalLogs(File, String) - Static method in class org.neo4j.kernel.impl.transaction.xaframework.LogIoUtils
 
moveFile(File, File) - Static method in class org.neo4j.kernel.impl.util.FileUtils
Utility method that moves a file from its current location to the provided target directory.
moveToBackupDirectory(File, File) - Method in class org.neo4j.kernel.impl.storemigration.DatabaseFiles
 
moveToWorkingDirectory(File, File) - Method in class org.neo4j.kernel.impl.storemigration.DatabaseFiles
 
MultiEvaluator - Class in org.neo4j.kernel.impl.traversal
 

N

name() - Method in class org.neo4j.graphdb.DynamicRelationshipType
Returns the name of this relationship type.
name() - Method in interface org.neo4j.graphdb.RelationshipType
Returns the name of the relationship type.
name() - Method in class org.neo4j.kernel.impl.transaction.xaframework.TransactionInterceptorProvider
Returns the name of this provider
needsLong(long) - Static method in class org.neo4j.kernel.impl.index.IndexCommand
 
NEO_STORE - Static variable in class org.neo4j.kernel.Config
Relative path for where the Neo4j storage information file is located
NeoStore - Class in org.neo4j.kernel.impl.nioneo.store
This class contains the references to the "NodeStore,RelationshipStore, PropertyStore and RelationshipTypeStore".
NeoStore(Map<?, ?>) - Constructor for class org.neo4j.kernel.impl.nioneo.store.NeoStore
 
NeoStoreTransaction - Interface in org.neo4j.kernel.impl.persistence
A connection to a PersistenceSource.
NeoStoreXaConnection - Class in org.neo4j.kernel.impl.nioneo.xa
XaConnection implementation for the Neo4j kernel native store.
NeoStoreXaDataSource - Class in org.neo4j.kernel.impl.nioneo.xa
A NeoStoreXaDataSource is a factory for NeoStoreXaConnections.
NeoStoreXaDataSource(Map<Object, Object>) - Constructor for class org.neo4j.kernel.impl.nioneo.xa.NeoStoreXaDataSource
Creates a NeoStoreXaDataSource using configuration from params.
NestingIterable<T,U> - Class in org.neo4j.helpers.collection
Concatenates sub-iterables of an iterable.
NestingIterable(Iterable<U>) - Constructor for class org.neo4j.helpers.collection.NestingIterable
 
NestingIterator<T,U> - Class in org.neo4j.helpers.collection
Concatenates sub-iterators of an iterator.
NestingIterator(Iterator<U>) - Constructor for class org.neo4j.helpers.collection.NestingIterator
 
newConnection() - Method in class org.neo4j.kernel.impl.index.IndexConnectionBroker
 
newConnection() - Method in class org.neo4j.kernel.impl.index.ReadOnlyIndexConnectionBroker
 
newPropertyData(PropertyRecord) - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyBlock
 
newPropertyData(PropertyRecord, Object) - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyBlock
 
newPropertyData(PropertyBlock, long, Object) - Method in enum org.neo4j.kernel.impl.nioneo.store.PropertyType
 
newSimilarInstance() - Method in class org.neo4j.kernel.impl.util.RelIdArray
 
newSimilarInstance() - Method in class org.neo4j.kernel.impl.util.RelIdArrayWithLoops
 
next() - Method in interface org.neo4j.graphdb.traversal.BranchSelector
Decides the next position ("where to go from here") from the current position, based on the rules.
next() - Method in interface org.neo4j.graphdb.traversal.TraversalBranch
Returns the next expansion source from the expanded relationships from the current node.
next() - Method in class org.neo4j.helpers.collection.ArrayIterator
 
next() - Method in class org.neo4j.helpers.collection.CachingIterator
Returns the next item given the current CachingIterator.position().
next() - Method in class org.neo4j.helpers.collection.IteratorWrapper
 
next() - Method in class org.neo4j.helpers.collection.PositionedIterator
 
next() - Method in class org.neo4j.helpers.collection.PrefetchingIterator
Uses PrefetchingIterator.hasNext() to try to fetch the next item and returns it if found, otherwise it throws a NoSuchElementException.
next() - Method in class org.neo4j.kernel.impl.traversal.FinalTraversalBranch
Returns null since FinalTraversalBranch does not expand.
next() - Method in class org.neo4j.kernel.impl.util.CombinedRelIdIterator
 
next() - Method in class org.neo4j.kernel.impl.util.RelIdArray.RelIdIteratorImpl
 
next() - Method in interface org.neo4j.kernel.impl.util.RelIdIterator
 
nextBlock() - Method in class org.neo4j.kernel.impl.util.RelIdArray.RelIdIteratorImpl
 
nextBlockId() - Method in class org.neo4j.kernel.impl.nioneo.store.AbstractDynamicStore
Returns next free block.
nextBlockId() - Method in class org.neo4j.kernel.impl.nioneo.store.DynamicStringStore
 
nextBlockId() - Method in class org.neo4j.kernel.impl.nioneo.store.RelationshipTypeStore
 
nextId() - Method in class org.neo4j.kernel.impl.nioneo.store.CommonAbstractStore
Returns the next id for this store's IdGenerator.
nextId() - Method in interface org.neo4j.kernel.impl.nioneo.store.IdGenerator
 
nextId() - Method in class org.neo4j.kernel.impl.nioneo.store.IdGeneratorImpl
Returns the next "free" id.
nextId() - Method in class org.neo4j.kernel.impl.nioneo.store.ReadOnlyIdGenerator
 
nextId() - Method in interface org.neo4j.kernel.impl.nioneo.store.Store
Returns the id of next free record.
nextId(Class<?>) - Method in class org.neo4j.kernel.impl.nioneo.xa.NeoStoreXaDataSource
 
nextId(Class<?>) - Method in class org.neo4j.kernel.impl.nioneo.xa.NioNeoDbPersistenceSource
 
nextId(Class<?>) - Method in interface org.neo4j.kernel.impl.persistence.EntityIdGenerator
 
nextId(Class<?>) - Method in class org.neo4j.kernel.impl.persistence.IdGenerator
Returns the next unique ID for the entity type represented by clazz.
nextId(Class<?>) - Method in interface org.neo4j.kernel.impl.persistence.PersistenceSource
If the persistence source is responsible for id generation it must implement this method.
nextIdBatch(int) - Method in interface org.neo4j.kernel.impl.nioneo.store.IdGenerator
 
nextIdBatch(int) - Method in class org.neo4j.kernel.impl.nioneo.store.IdGeneratorImpl
 
nextIdBatch(int) - Method in class org.neo4j.kernel.impl.nioneo.store.ReadOnlyIdGenerator
 
nextIndex() - Method in class org.neo4j.helpers.collection.CachingIterator
nextKeyBlockId() - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyIndexStore
 
nextPage() - Method in class org.neo4j.helpers.collection.PagingIterator
Returns a new Iterator instance which exposes the current page as its own iterator, which fetches items lazily from the underlying iterator.
NioNeoDbPersistenceSource - Class in org.neo4j.kernel.impl.nioneo.xa
The NioNeo persistence source implementation.
NioNeoDbPersistenceSource() - Constructor for class org.neo4j.kernel.impl.nioneo.xa.NioNeoDbPersistenceSource
 
NoCache<K,V> - Class in org.neo4j.kernel.impl.cache
 
NoCache(String) - Constructor for class org.neo4j.kernel.impl.cache.NoCache
 
Node - Interface in org.neo4j.graphdb
A node in the graph with properties and relationships to other entities.
node() - Method in interface org.neo4j.graphdb.traversal.TraversalBranch
The node for this expansion source.
NODE - Static variable in class org.neo4j.kernel.impl.index.IndexCommand
 
node() - Method in class org.neo4j.kernel.impl.traversal.FinalTraversalBranch
 
node(Node, boolean) - Method in class org.neo4j.tooling.wrap.WrappedGraphDatabase
 
NODE_AUTO_INDEXING - Static variable in class org.neo4j.kernel.Config
Boolean value (one of true, false) that controls the auto indexing feature for nodes.
NODE_KEYS_INDEXABLE - Static variable in class org.neo4j.kernel.Config
A list of property names (comma separated) that will be indexed by default.
NODE_STORE_MMAP_SIZE - Static variable in class org.neo4j.kernel.Config
The size to allocate for memory mapping the node store
nodeAddProperty(long, PropertyIndex, Object) - Method in class org.neo4j.kernel.impl.nioneo.xa.WriteTransaction
 
nodeAddProperty(long, PropertyIndex, Object) - Method in interface org.neo4j.kernel.impl.persistence.NeoStoreTransaction
Adds a property to the given node, with the given index and value.
nodeAddProperty(long, PropertyIndex, Object) - Method in class org.neo4j.kernel.impl.persistence.PersistenceManager
 
nodeChangeProperty(long, PropertyData, Object) - Method in class org.neo4j.kernel.impl.nioneo.xa.WriteTransaction
 
nodeChangeProperty(long, PropertyData, Object) - Method in interface org.neo4j.kernel.impl.persistence.NeoStoreTransaction
Changes an existing property of the given node, with the given index to the passed value
nodeChangeProperty(long, PropertyData, Object) - Method in class org.neo4j.kernel.impl.persistence.PersistenceManager
 
nodeCreate(long) - Method in class org.neo4j.kernel.impl.nioneo.xa.WriteTransaction
 
nodeCreate(long) - Method in interface org.neo4j.kernel.impl.persistence.NeoStoreTransaction
Creates a node for the given id
nodeCreate(long) - Method in class org.neo4j.kernel.impl.persistence.PersistenceManager
 
nodeDelete(long) - Method in class org.neo4j.kernel.impl.nioneo.xa.WriteTransaction
 
nodeDelete(long) - Method in interface org.neo4j.kernel.impl.persistence.NeoStoreTransaction
Deletes a node by its id, returning its properties which are now removed.
nodeDelete(long) - Method in class org.neo4j.kernel.impl.persistence.PersistenceManager
 
nodeExists(long) - Method in interface org.neo4j.kernel.impl.batchinsert.BatchInserter
Checks if a node with the given id exists.
nodeExists(long) - Method in class org.neo4j.kernel.impl.batchinsert.BatchInserterImpl
 
nodeHasProperty(long, String) - Method in interface org.neo4j.kernel.impl.batchinsert.BatchInserter
Returns true iff the node with id has a property with name .
nodeHasProperty(long, String) - Method in class org.neo4j.kernel.impl.batchinsert.BatchInserterImpl
 
nodeIndex(String, Map<String, String>) - Method in interface org.neo4j.graphdb.index.BatchInserterIndexProvider
Returns a BatchInserterIndex for Nodes for the name indexName with the given config.
nodeIndex(String, Map<String, String>) - Method in class org.neo4j.graphdb.index.IndexImplementation
Returns an Index for Nodes for the name indexName with the given config.
nodeIndex(Index<Node>, String) - Method in class org.neo4j.tooling.wrap.WrappedGraphDatabase
 
nodeIndexNames() - Method in interface org.neo4j.graphdb.index.IndexManager
Returns the names of all existing Node indexes.
nodeLoadLight(long) - Method in class org.neo4j.kernel.impl.nioneo.xa.WriteTransaction
 
nodeLoadLight(long) - Method in interface org.neo4j.kernel.impl.persistence.NeoStoreTransaction
Tries to load the light node with the given id, returns true on success.
nodeLoadProperties(long, boolean) - Method in class org.neo4j.kernel.impl.nioneo.xa.WriteTransaction
 
nodeLoadProperties(long, boolean) - Method in interface org.neo4j.kernel.impl.persistence.NeoStoreTransaction
Loads the complete property chain for the given node and returns it as a map from property index id to property data.
NodeManager - Class in org.neo4j.kernel.impl.core
 
NodeManager.CacheType - Enum in org.neo4j.kernel.impl.core
 
NodeManager.IndexLock - Class in org.neo4j.kernel.impl.core
 
NodeManager.IndexLock(String, String) - Constructor for class org.neo4j.kernel.impl.core.NodeManager.IndexLock
 
NodeRecord - Class in org.neo4j.kernel.impl.nioneo.store
 
NodeRecord(long) - Constructor for class org.neo4j.kernel.impl.nioneo.store.NodeRecord
 
nodeRemoveProperty(long, PropertyData) - Method in class org.neo4j.kernel.impl.nioneo.xa.WriteTransaction
 
nodeRemoveProperty(long, PropertyData) - Method in interface org.neo4j.kernel.impl.persistence.NeoStoreTransaction
Removes the given property identified by indexKeyId of the node with the given id.
nodeRemoveProperty(long, PropertyData) - Method in class org.neo4j.kernel.impl.persistence.PersistenceManager
 
nodeRepresentation(Path, Node) - Method in class org.neo4j.kernel.Traversal.DefaultPathDescriptor
 
nodeRepresentation(T, Node) - Method in interface org.neo4j.kernel.Traversal.PathDescriptor
Returns a string representation of a Node.
nodes() - Method in interface org.neo4j.graphdb.Path
Returns all the nodes in this path.
nodes() - Method in interface org.neo4j.graphdb.traversal.Traverser
Represents the traversal in the form of Nodes.
nodes() - Method in class org.neo4j.kernel.impl.traversal.TraversalPath
 
NodeStore - Class in org.neo4j.kernel.impl.nioneo.store
Implementation of the node store.
NodeStore(String, Map<?, ?>) - Constructor for class org.neo4j.kernel.impl.nioneo.store.NodeStore
 
noDuplicates(Iterable<T>) - Static method in class org.neo4j.helpers.collection.FilteringIterable
 
noDuplicates(Iterator<T>) - Static method in class org.neo4j.helpers.collection.FilteringIterator
 
noDuplicatesPredicate() - Static method in class org.neo4j.helpers.collection.FilteringIterable
 
NONE - Static variable in interface org.neo4j.graphdb.traversal.PruneEvaluator
Deprecated. Default PruneEvaluator, does not prune any parts of the traversal.
NoSuchLogVersionException - Exception in org.neo4j.kernel.impl.transaction.xaframework
 
NoSuchLogVersionException(long) - Constructor for exception org.neo4j.kernel.impl.transaction.xaframework.NoSuchLogVersionException
 
NotCurrentStoreVersionException - Exception in org.neo4j.kernel.impl.nioneo.store
 
NotCurrentStoreVersionException(String, String, String, boolean) - Constructor for exception org.neo4j.kernel.impl.nioneo.store.NotCurrentStoreVersionException
 
NotFoundException - Exception in org.neo4j.graphdb
This exception will be thrown if a request is made to a node, relationship or property that does not exist.
NotFoundException() - Constructor for exception org.neo4j.graphdb.NotFoundException
 
NotFoundException(String) - Constructor for exception org.neo4j.graphdb.NotFoundException
 
NotFoundException(String, Throwable) - Constructor for exception org.neo4j.graphdb.NotFoundException
 
NotFoundException(Throwable) - Constructor for exception org.neo4j.graphdb.NotFoundException
 
NotInTransactionException - Exception in org.neo4j.graphdb
An exception that is thrown whenever an API operation that requires a transaction is executed but no transaction is running.
NotInTransactionException() - Constructor for exception org.neo4j.graphdb.NotInTransactionException
 
NotInTransactionException(String) - Constructor for exception org.neo4j.graphdb.NotInTransactionException
 
NotInTransactionException(String, Throwable) - Constructor for exception org.neo4j.graphdb.NotInTransactionException
 
NotInTransactionException(Throwable) - Constructor for exception org.neo4j.graphdb.NotInTransactionException
 
notNull(Iterable<T>) - Static method in class org.neo4j.helpers.collection.FilteringIterable
 
notNull(Iterator<T>) - Static method in class org.neo4j.helpers.collection.FilteringIterator
 
notNullPredicate() - Static method in class org.neo4j.helpers.collection.FilteringIterable
 
notStartNode() - Method in interface org.neo4j.graphdb.TraversalPosition
Returns true if the current position is anywhere except on the start node, false if it is on the start node.
NullLogBuffer - Class in org.neo4j.kernel.impl.transaction.xaframework
 
numbersToBitString(byte[]) - Static method in class org.neo4j.kernel.impl.util.Bits
 
numbersToBitString(short[]) - Static method in class org.neo4j.kernel.impl.util.Bits
 
numbersToBitString(int[]) - Static method in class org.neo4j.kernel.impl.util.Bits
 
numbersToBitString(long[]) - Static method in class org.neo4j.kernel.impl.util.Bits
 
numberToString(StringBuilder, long, int) - Static method in class org.neo4j.kernel.impl.util.Bits
 

O

objectToUnderlyingObject(T) - Method in class org.neo4j.helpers.collection.CollectionWrapper
 
of(boolean, boolean) - Static method in enum org.neo4j.graphdb.traversal.Evaluation
 
of(T1, T2) - Static method in class org.neo4j.helpers.Pair
Create a new pair of objects.
of(T1, T2, T3) - Static method in class org.neo4j.helpers.Triplet
Create a new triplet of objects.
ofContinues(boolean) - Static method in enum org.neo4j.graphdb.traversal.Evaluation
Continue or prune; always include.
ofIncludes(boolean) - Static method in enum org.neo4j.graphdb.traversal.Evaluation
Include or exclude; always continue.
OldTraverserWrapper - Class in org.neo4j.kernel.impl.traversal
 
OldTraverserWrapper() - Constructor for class org.neo4j.kernel.impl.traversal.OldTraverserWrapper
 
onBeginTransaction() - Method in class org.neo4j.tooling.wrap.WrappedGraphDatabase
 
onFailureTransaction() - Method in class org.neo4j.tooling.wrap.WrappedGraphDatabase
 
onFinishTransaction() - Method in class org.neo4j.tooling.wrap.WrappedGraphDatabase
 
onNodeCreate() - Method in class org.neo4j.tooling.wrap.WrappedGraphDatabase
 
onShutdown() - Method in class org.neo4j.tooling.wrap.WrappedGraphDatabase
 
onSuccessTransaction() - Method in class org.neo4j.tooling.wrap.WrappedGraphDatabase
 
open(String, int, IdType, long, boolean) - Method in class org.neo4j.kernel.CommonFactories.DefaultIdGeneratorFactory
 
open(String, int, IdType, long, boolean) - Method in interface org.neo4j.kernel.IdGeneratorFactory
 
open(String, String) - Method in interface org.neo4j.kernel.impl.nioneo.store.FileSystemAbstraction
 
openIdGenerator(boolean) - Method in class org.neo4j.kernel.impl.nioneo.store.CommonAbstractStore
Opens the IdGenerator used by this store.
openIdGenerator(String, int, boolean) - Method in class org.neo4j.kernel.impl.nioneo.store.CommonAbstractStore
 
openLogicalLog() - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaContainer
Opens the logical log.
openReadOnlyIdGenerator(int) - Method in class org.neo4j.kernel.impl.nioneo.store.CommonAbstractStore
 
OperationType - Enum in org.neo4j.kernel.impl.nioneo.store
Defines the two types of operations that can be made to an acquired PersistenceWindow.
order(BranchOrderingPolicy) - Method in interface org.neo4j.graphdb.traversal.TraversalDescription
Sets the BranchOrderingPolicy to use.
order(BranchOrderingPolicy) - Method in class org.neo4j.kernel.impl.traversal.TraversalDescriptionImpl
 
orderComparedTo(KernelEventHandler) - Method in interface org.neo4j.graphdb.event.KernelEventHandler
Gives a hint about when to execute this event handler, compared to other handlers.
OrderedByTypeExpander - Class in org.neo4j.kernel
 
OrderedByTypeExpander() - Constructor for class org.neo4j.kernel.OrderedByTypeExpander
 
org.neo4j.graphdb - package org.neo4j.graphdb
The graph database API used by Neo4j.
org.neo4j.graphdb.event - package org.neo4j.graphdb.event
Event framework.
org.neo4j.graphdb.index - package org.neo4j.graphdb.index
Integrated API for node and relationship indexing.
org.neo4j.graphdb.traversal - package org.neo4j.graphdb.traversal
Traversal framework.
org.neo4j.helpers - package org.neo4j.helpers
Common Java utilities.
org.neo4j.helpers.collection - package org.neo4j.helpers.collection
Collections utilities - Iterator/Iterable utilities and creating Maps.
org.neo4j.kernel - package org.neo4j.kernel
Implementation for embedding a Neo4j graph database in an application.
org.neo4j.kernel.impl - package org.neo4j.kernel.impl
 
org.neo4j.kernel.impl.annotations - package org.neo4j.kernel.impl.annotations
 
org.neo4j.kernel.impl.batchinsert - package org.neo4j.kernel.impl.batchinsert
 
org.neo4j.kernel.impl.cache - package org.neo4j.kernel.impl.cache
 
org.neo4j.kernel.impl.core - package org.neo4j.kernel.impl.core
 
org.neo4j.kernel.impl.index - package org.neo4j.kernel.impl.index
 
org.neo4j.kernel.impl.nioneo.store - package org.neo4j.kernel.impl.nioneo.store
 
org.neo4j.kernel.impl.nioneo.xa - package org.neo4j.kernel.impl.nioneo.xa
 
org.neo4j.kernel.impl.osgi - package org.neo4j.kernel.impl.osgi
 
org.neo4j.kernel.impl.persistence - package org.neo4j.kernel.impl.persistence
 
org.neo4j.kernel.impl.storemigration - package org.neo4j.kernel.impl.storemigration
 
org.neo4j.kernel.impl.storemigration.legacystore - package org.neo4j.kernel.impl.storemigration.legacystore
 
org.neo4j.kernel.impl.storemigration.monitoring - package org.neo4j.kernel.impl.storemigration.monitoring
 
org.neo4j.kernel.impl.transaction - package org.neo4j.kernel.impl.transaction
 
org.neo4j.kernel.impl.transaction.xaframework - package org.neo4j.kernel.impl.transaction.xaframework
 
org.neo4j.kernel.impl.traversal - package org.neo4j.kernel.impl.traversal
 
org.neo4j.kernel.impl.util - package org.neo4j.kernel.impl.util
 
org.neo4j.tooling.wrap - package org.neo4j.tooling.wrap
 
orphans() - Method in class org.neo4j.helpers.Args
 
OSGiActivator - Class in org.neo4j.kernel.impl.osgi
This class is responsible for bootstrapping the Neo4j kernel as an OSGi component.
OSGiActivator() - Constructor for class org.neo4j.kernel.impl.osgi.OSGiActivator
 
osgiExtensionLoader - Static variable in class org.neo4j.kernel.impl.osgi.OSGiActivator
 
OSGiExtensionLoader - Class in org.neo4j.kernel.impl.osgi
An OSGi-friendly extension loader, the OSGiExtensionLoader uses normal OSGi service discovery to find published services.
OSGiManifest - Class in org.neo4j.kernel.impl.osgi
Wraps an OSGi Bundle in a jar Manifest.
OSGiManifest(Bundle) - Constructor for class org.neo4j.kernel.impl.osgi.OSGiManifest
 
osIsMacOS() - Static method in class org.neo4j.kernel.Config
 
osIsWindows() - Static method in class org.neo4j.kernel.Config
 
other() - Method in class org.neo4j.helpers.Pair
 
other() - Method in class org.neo4j.helpers.Triplet
 

P

page() - Method in class org.neo4j.helpers.collection.PagingIterator
 
page(int) - Method in class org.neo4j.helpers.collection.PagingIterator
Sets the current page of the iterator.
PagingIterator<T> - Class in org.neo4j.helpers.collection
A CachingIterator which can more easily divide the items into pages, where optionally each page can be seen as its own Iterator instance for convenience using PagingIterator.nextPage().
PagingIterator(Iterator<T>, int) - Constructor for class org.neo4j.helpers.collection.PagingIterator
Creates a new paging iterator with source as its underlying Iterator to lazily get items from.
Pair<T1,T2> - Class in org.neo4j.helpers
Utility to handle pairs of objects.
parent() - Method in interface org.neo4j.graphdb.traversal.TraversalBranch
The parent expansion source which created this TraversalBranch.
parent() - Method in class org.neo4j.kernel.impl.traversal.FinalTraversalBranch
 
parseMapFromConfigValue(String, String) - Static method in class org.neo4j.kernel.Config
 
Path - Interface in org.neo4j.graphdb
Represents a path in the graph.
pathToString(T, Traversal.PathDescriptor<T>) - Static method in class org.neo4j.kernel.Traversal
Method for building a string representation of a Path, using the given builder.
percentComplete(int) - Method in interface org.neo4j.kernel.impl.storemigration.monitoring.MigrationProgressMonitor
 
percentComplete(int) - Method in class org.neo4j.kernel.impl.storemigration.monitoring.SilentMigrationProgressMonitor
 
percentComplete(int) - Method in class org.neo4j.kernel.impl.storemigration.monitoring.VisibleMigrationProgressMonitor
 
PersistenceManager - Class in org.neo4j.kernel.impl.persistence
 
PersistenceManager(TransactionManager, PersistenceSource, TxEventSyncHookFactory, LockReleaser) - Constructor for class org.neo4j.kernel.impl.persistence.PersistenceManager
 
PersistenceModule - Class in org.neo4j.kernel.impl.persistence
This class represents the persistence module.
PersistenceModule() - Constructor for class org.neo4j.kernel.impl.persistence.PersistenceModule
 
PersistenceSource - Interface in org.neo4j.kernel.impl.persistence
A data resource that Neo4j kernel uses to persist entities.
PersistenceWindow - Interface in org.neo4j.kernel.impl.nioneo.store
A persistence window encapsulates a part of the records (or blocks) in a store and makes it possible to read and write data to those records.
PersistenceWindowPool - Class in org.neo4j.kernel.impl.nioneo.store
Manages persistence windows for a store.
PersistenceWindowPool(String, int, FileChannel, long, boolean, boolean) - Constructor for class org.neo4j.kernel.impl.nioneo.store.PersistenceWindowPool
Create new pool for a store.
PlaceboTransaction - Class in org.neo4j.kernel
 
PlaceboTransaction(TransactionManager) - Constructor for class org.neo4j.kernel.PlaceboTransaction
 
pollClearedValues() - Method in class org.neo4j.kernel.impl.cache.ReferenceCache
 
pollClearedValues() - Method in class org.neo4j.kernel.impl.cache.SoftLruCache
 
pollClearedValues() - Method in class org.neo4j.kernel.impl.cache.WeakLruCache
 
position() - Method in interface org.neo4j.graphdb.traversal.TraversalBranch
The position represented by this expansion source.
position() - Method in class org.neo4j.helpers.collection.CachingIterator
Returns the current position of the iterator, initially 0.
position(int) - Method in class org.neo4j.helpers.collection.CachingIterator
Sets the position of the iterator.
position() - Method in class org.neo4j.kernel.impl.nioneo.store.Buffer
Returns the position of the persistence window tied to this buffer.
position() - Method in interface org.neo4j.kernel.impl.nioneo.store.PersistenceWindow
Returns the current record/block position.
position() - Method in class org.neo4j.kernel.impl.traversal.FinalTraversalBranch
 
position() - Method in class org.neo4j.kernel.impl.util.BufferedFileChannel
 
position(long) - Method in class org.neo4j.kernel.impl.util.BufferedFileChannel
 
PositionedIterator<T> - Class in org.neo4j.helpers.collection
Decorator class that wraps any iterator and remembers the current node.
PositionedIterator(Iterator<? extends T>) - Constructor for class org.neo4j.helpers.collection.PositionedIterator
Creates an instance of the class, wrapping iterator
positionOf(long) - Method in class org.neo4j.kernel.impl.transaction.xaframework.LogExtractor.LogPositionCache
 
possibleToAutomaticallyUpgrade() - Method in exception org.neo4j.kernel.impl.nioneo.store.NotCurrentStoreVersionException
 
postorderBreadthFirst() - Static method in class org.neo4j.kernel.Traversal
Returns a "postorder breadth first" ordering policy.
postorderDepthFirst() - Static method in class org.neo4j.kernel.Traversal
Returns a "postorder depth first" ordering policy.
preciseAverage() - Method in class org.neo4j.helpers.Stats
 
Predicate<T> - Interface in org.neo4j.helpers
Predicate useful for filtering.
PrefetchingIterator<T> - Class in org.neo4j.helpers.collection
Abstract class for how you usually implement iterators when you don't know how many objects there are (which is pretty much every time) Basically the PrefetchingIterator.hasNext() method will look up the next object and cache it with PrefetchingIterator.setPrefetchedNext(Object).
PrefetchingIterator() - Constructor for class org.neo4j.helpers.collection.PrefetchingIterator
 
preorderBreadthFirst() - Static method in class org.neo4j.kernel.Traversal
Returns a "preorder breadth first" ordering policy.
preorderDepthFirst() - Static method in class org.neo4j.kernel.Traversal
Returns a "preorder depth first" ordering policy.
prepare(int) - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaLogicalLog
 
prepare(Xid) - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaResourceHelpImpl
 
prepare() - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaTransaction
Called before prepare marker is written to logical log.
previous() - Method in class org.neo4j.helpers.collection.CachingIterator
previousIndex() - Method in class org.neo4j.helpers.collection.CachingIterator
previouslyCommitedValue() - Method in interface org.neo4j.graphdb.event.PropertyEntry
Get the value of the modified property as it was before the transaction (which modified it) started.
previousNode() - Method in interface org.neo4j.graphdb.TraversalPosition
Returns the previous node.
PrimitiveRecord - Class in org.neo4j.kernel.impl.nioneo.store
 
PrimitiveRecord(long) - Constructor for class org.neo4j.kernel.impl.nioneo.store.PrimitiveRecord
 
print(PrintStream) - Method in class org.neo4j.kernel.impl.util.DebugUtil.StackTracer
 
printAtShutdown(PrintStream) - Method in class org.neo4j.kernel.impl.util.DebugUtil.StackTracer
 
printShortStackTrace(Throwable, int) - Static method in class org.neo4j.kernel.impl.util.DebugUtil
 
process(Set<? extends TypeElement>, RoundEnvironment) - Method in class org.neo4j.kernel.impl.annotations.AnnotationProcessor
 
process(TypeElement, Element, AnnotationMirror, Map<? extends ExecutableElement, ? extends AnnotationValue>) - Method in class org.neo4j.kernel.impl.annotations.AnnotationProcessor
 
process(TypeElement, Element, AnnotationMirror, Map<? extends ExecutableElement, ? extends AnnotationValue>) - Method in class org.neo4j.kernel.impl.annotations.DocumentationProcessor
 
process(TypeElement, Element, AnnotationMirror, Map<? extends ExecutableElement, ? extends AnnotationValue>) - Method in class org.neo4j.kernel.impl.annotations.ServiceProcessor
 
processArray(RecordStore<DynamicRecord>, DynamicRecord) - Method in class org.neo4j.kernel.impl.nioneo.store.RecordStore.Processor
 
processDynamic(RecordStore<DynamicRecord>, DynamicRecord) - Method in class org.neo4j.kernel.impl.nioneo.store.RecordStore.Processor
 
processNode(RecordStore<NodeRecord>, NodeRecord) - Method in class org.neo4j.kernel.impl.nioneo.store.RecordStore.Processor
 
processProperty(RecordStore<PropertyRecord>, PropertyRecord) - Method in class org.neo4j.kernel.impl.nioneo.store.RecordStore.Processor
 
processPropertyIndex(RecordStore<PropertyIndexRecord>, PropertyIndexRecord) - Method in class org.neo4j.kernel.impl.nioneo.store.RecordStore.Processor
 
processRecord(Class<R>, RecordStore<R>, R) - Method in class org.neo4j.kernel.impl.nioneo.store.RecordStore.Processor
 
processRelationship(RecordStore<RelationshipRecord>, RelationshipRecord) - Method in class org.neo4j.kernel.impl.nioneo.store.RecordStore.Processor
 
processRelationshipType(RecordStore<RelationshipTypeRecord>, RelationshipTypeRecord) - Method in class org.neo4j.kernel.impl.nioneo.store.RecordStore.Processor
 
processString(RecordStore<DynamicRecord>, DynamicRecord) - Method in class org.neo4j.kernel.impl.nioneo.store.RecordStore.Processor
 
progress(int) - Method in class org.neo4j.helpers.ProgressIndicator.SimpleProgress
Implement this method to emit the progress notifications.
ProgressIndicator - Interface in org.neo4j.helpers
A generic interface for reporting progress by a tool.
ProgressIndicator.MultiProgress - Class in org.neo4j.helpers
A ProgressIndicator that can report the total progress for multiple sources.
ProgressIndicator.MultiProgress(long) - Constructor for class org.neo4j.helpers.ProgressIndicator.MultiProgress
Create a ProgressIndicator for multiple sources.
ProgressIndicator.SimpleProgress - Class in org.neo4j.helpers
A ProgressIndicator that can report the progress for a single source.
ProgressIndicator.SimpleProgress(long) - Constructor for class org.neo4j.helpers.ProgressIndicator.SimpleProgress
Create a ProgressIndicator for a single source.
progressInit(RecordStore<R>, long) - Method in class org.neo4j.kernel.impl.nioneo.store.RecordStore.Processor
Override to provide progress indication for the tool.
PROPERTY_INDEX_KEY_STORE_MMAP_SIZE - Static variable in class org.neo4j.kernel.Config
The size to allocate for memory mapping the store for property key strings
PROPERTY_INDEX_STORE_MMAP_SIZE - Static variable in class org.neo4j.kernel.Config
The size to allocate for memory mapping the store for property key indexes
PROPERTY_STORE_MMAP_SIZE - Static variable in class org.neo4j.kernel.Config
The size to allocate for memory mapping the property value store
propertyAdded(T, String, Object) - Method in interface org.neo4j.kernel.PropertyTracker
 
PropertyBlock - Class in org.neo4j.kernel.impl.nioneo.store
 
PropertyBlock() - Constructor for class org.neo4j.kernel.impl.nioneo.store.PropertyBlock
 
propertyChanged(T, String, Object, Object) - Method in interface org.neo4j.kernel.PropertyTracker
 
PropertyContainer - Interface in org.neo4j.graphdb
Defines a common API for handling properties on both nodes and relationships.
PropertyData - Interface in org.neo4j.kernel.impl.nioneo.store
 
PropertyDatas - Class in org.neo4j.kernel.impl.nioneo.store
 
PropertyDatas() - Constructor for class org.neo4j.kernel.impl.nioneo.store.PropertyDatas
 
PropertyEntry<T extends PropertyContainer> - Interface in org.neo4j.graphdb.event
Represents a changed property.
propertyGetValueOrNull(PropertyBlock) - Method in class org.neo4j.kernel.impl.nioneo.xa.WriteTransaction
 
PropertyIndex - Class in org.neo4j.kernel.impl.core
 
PropertyIndex(String, int) - Constructor for class org.neo4j.kernel.impl.core.PropertyIndex
 
PropertyIndexData - Class in org.neo4j.kernel.impl.nioneo.store
 
PropertyIndexData(int, String) - Constructor for class org.neo4j.kernel.impl.nioneo.store.PropertyIndexData
 
PropertyIndexHolder - Class in org.neo4j.kernel.impl.batchinsert
 
PropertyIndexManager - Class in org.neo4j.kernel.impl.core
 
PropertyIndexRecord - Class in org.neo4j.kernel.impl.nioneo.store
 
PropertyIndexRecord(int) - Constructor for class org.neo4j.kernel.impl.nioneo.store.PropertyIndexRecord
 
PropertyIndexStore - Class in org.neo4j.kernel.impl.nioneo.store
Implementation of the property store.
PropertyIndexStore(String, Map<?, ?>) - Constructor for class org.neo4j.kernel.impl.nioneo.store.PropertyIndexStore
 
PropertyRecord - Class in org.neo4j.kernel.impl.nioneo.store
PropertyRecord is a container for PropertyBlocks.
PropertyRecord(long) - Constructor for class org.neo4j.kernel.impl.nioneo.store.PropertyRecord
 
PropertyRecord(long, PrimitiveRecord) - Constructor for class org.neo4j.kernel.impl.nioneo.store.PropertyRecord
 
propertyRemoved(T, String, Object) - Method in interface org.neo4j.kernel.PropertyTracker
 
PropertyStore - Class in org.neo4j.kernel.impl.nioneo.store
Implementation of the property store.
PropertyStore(String, Map<?, ?>) - Constructor for class org.neo4j.kernel.impl.nioneo.store.PropertyStore
 
PropertyTracker<T extends PropertyContainer> - Interface in org.neo4j.kernel
 
PropertyType - Enum in org.neo4j.kernel.impl.nioneo.store
Defines valid property types.
PropertyWriter - Class in org.neo4j.kernel.impl.storemigration
 
PropertyWriter(PropertyStore) - Constructor for class org.neo4j.kernel.impl.storemigration.PropertyWriter
 
PROVIDER - Static variable in interface org.neo4j.graphdb.index.IndexManager
The configuration key to use for specifying which provider an index will have, i.e.
prune(PruneEvaluator) - Method in interface org.neo4j.graphdb.traversal.TraversalDescription
Deprecated. because of the introduction of Evaluator. Use TraversalDescription.evaluator(Evaluator) instead which combines TraversalDescription.filter(Predicate) and TraversalDescription.prune(PruneEvaluator). The supplied PruneEvaluator will be wrapped by an Evaluator internally.
prune(PruneEvaluator) - Method in class org.neo4j.kernel.impl.traversal.TraversalDescriptionImpl
 
pruneAfter(Path) - Method in interface org.neo4j.graphdb.traversal.PruneEvaluator
Deprecated. Decides whether or not to prune after position.
pruneAfterDepth(int) - Static method in class org.neo4j.kernel.Traversal
Deprecated. because of the introduction of Evaluator. The equivalent is Evaluators.toDepth(int).
PruneEvaluator - Interface in org.neo4j.graphdb.traversal
Deprecated. becuase of the introduction of Evaluator which combines PruneEvaluator and filtering (Predicate of Paths).
pruneWhereLastRelationshipTypeIs(RelationshipType, RelationshipType...) - Static method in class org.neo4j.graphdb.traversal.Evaluators
 
put(String, String) - Method in class org.neo4j.helpers.Args
 
put(K, V) - Method in interface org.neo4j.kernel.impl.cache.Cache
Adds element to cache.
put(K, E) - Method in class org.neo4j.kernel.impl.cache.LruCache
 
put(K, V) - Method in class org.neo4j.kernel.impl.cache.NoCache
 
put(K, V) - Method in class org.neo4j.kernel.impl.cache.SoftLruCache
 
put(K, V) - Method in class org.neo4j.kernel.impl.cache.StrongReferenceCache
 
put(K, V) - Method in class org.neo4j.kernel.impl.cache.WeakLruCache
 
put(byte) - Method in class org.neo4j.kernel.impl.nioneo.store.Buffer
Puts a byte into the underlying buffer.
put(byte[]) - Method in class org.neo4j.kernel.impl.nioneo.store.Buffer
Puts a byte array into the underlying buffer.
put(char[]) - Method in class org.neo4j.kernel.impl.nioneo.store.Buffer
 
put(byte[], int, int) - Method in class org.neo4j.kernel.impl.nioneo.store.Buffer
Puts a byte array into the underlying buffer starting from offset in the array and writing length values.
put(byte) - Method in class org.neo4j.kernel.impl.transaction.xaframework.DirectMappedLogBuffer
 
put(byte[]) - Method in class org.neo4j.kernel.impl.transaction.xaframework.DirectMappedLogBuffer
 
put(char[]) - Method in class org.neo4j.kernel.impl.transaction.xaframework.DirectMappedLogBuffer
 
put(byte) - Method in class org.neo4j.kernel.impl.transaction.xaframework.InMemoryLogBuffer
 
put(byte[]) - Method in class org.neo4j.kernel.impl.transaction.xaframework.InMemoryLogBuffer
 
put(char[]) - Method in class org.neo4j.kernel.impl.transaction.xaframework.InMemoryLogBuffer
 
put(byte) - Method in interface org.neo4j.kernel.impl.transaction.xaframework.LogBuffer
 
put(byte[]) - Method in interface org.neo4j.kernel.impl.transaction.xaframework.LogBuffer
 
put(char[]) - Method in interface org.neo4j.kernel.impl.transaction.xaframework.LogBuffer
 
put(byte) - Method in class org.neo4j.kernel.impl.transaction.xaframework.NullLogBuffer
 
put(byte[]) - Method in class org.neo4j.kernel.impl.transaction.xaframework.NullLogBuffer
 
put(char[]) - Method in class org.neo4j.kernel.impl.transaction.xaframework.NullLogBuffer
 
put(K, V) - Method in class org.neo4j.kernel.impl.util.ArrayMap
 
put(byte) - Method in class org.neo4j.kernel.impl.util.Bits
 
put(byte, int) - Method in class org.neo4j.kernel.impl.util.Bits
 
put(short) - Method in class org.neo4j.kernel.impl.util.Bits
 
put(short, int) - Method in class org.neo4j.kernel.impl.util.Bits
 
put(int) - Method in class org.neo4j.kernel.impl.util.Bits
 
put(int, int) - Method in class org.neo4j.kernel.impl.util.Bits
 
put(long) - Method in class org.neo4j.kernel.impl.util.Bits
 
put(long, int) - Method in class org.neo4j.kernel.impl.util.Bits
 
put(ByteBuffer, Number) - Method in enum org.neo4j.kernel.impl.util.BufferNumberPutter
 
put(LogBuffer, Number) - Method in enum org.neo4j.kernel.impl.util.BufferNumberPutter
 
put(int, V) - Method in class org.neo4j.kernel.impl.util.DirectArrayMap
 
putAll(Map<String, String>) - Method in class org.neo4j.helpers.Args
 
putAll(Map<K, V>) - Method in interface org.neo4j.kernel.impl.cache.Cache
 
putAll(Map<K, E>) - Method in class org.neo4j.kernel.impl.cache.LruCache
 
putAll(Map<K, V>) - Method in class org.neo4j.kernel.impl.cache.NoCache
 
putAll(Map<K, V>) - Method in class org.neo4j.kernel.impl.cache.SoftLruCache
 
putAll(Map<K, V>) - Method in class org.neo4j.kernel.impl.cache.StrongReferenceCache
 
putAll(Map<K, V>) - Method in class org.neo4j.kernel.impl.cache.WeakLruCache
 
putDouble(double) - Method in class org.neo4j.kernel.impl.transaction.xaframework.DirectMappedLogBuffer
 
putDouble(double) - Method in class org.neo4j.kernel.impl.transaction.xaframework.InMemoryLogBuffer
 
putDouble(double) - Method in interface org.neo4j.kernel.impl.transaction.xaframework.LogBuffer
 
putDouble(double) - Method in class org.neo4j.kernel.impl.transaction.xaframework.NullLogBuffer
 
putFloat(float) - Method in class org.neo4j.kernel.impl.transaction.xaframework.DirectMappedLogBuffer
 
putFloat(float) - Method in class org.neo4j.kernel.impl.transaction.xaframework.InMemoryLogBuffer
 
putFloat(float) - Method in interface org.neo4j.kernel.impl.transaction.xaframework.LogBuffer
 
putFloat(float) - Method in class org.neo4j.kernel.impl.transaction.xaframework.NullLogBuffer
 
putHeader(long, long) - Method in class org.neo4j.kernel.impl.transaction.xaframework.LogExtractor.LogPositionCache
 
putIfAbsent(T, String, Object) - Method in interface org.neo4j.graphdb.index.Index
Add the entity to this index for the given key/value pair if this particular key/value pair doesn't already exist.
putIfAbsent(T, String, Object) - Method in class org.neo4j.tooling.wrap.WrappedIndex
 
putInt(int) - Method in class org.neo4j.kernel.impl.nioneo.store.Buffer
Puts a int into the underlying buffer.
putInt(int) - Method in class org.neo4j.kernel.impl.transaction.xaframework.DirectMappedLogBuffer
 
putInt(int) - Method in class org.neo4j.kernel.impl.transaction.xaframework.InMemoryLogBuffer
 
putInt(int) - Method in interface org.neo4j.kernel.impl.transaction.xaframework.LogBuffer
 
putInt(int) - Method in class org.neo4j.kernel.impl.transaction.xaframework.NullLogBuffer
 
putIntOrLong(LogBuffer, long) - Static method in class org.neo4j.kernel.impl.index.IndexCommand
 
putLong(long) - Method in class org.neo4j.kernel.impl.nioneo.store.Buffer
Puts a long into the underlying buffer.
putLong(long) - Method in class org.neo4j.kernel.impl.transaction.xaframework.DirectMappedLogBuffer
 
putLong(long) - Method in class org.neo4j.kernel.impl.transaction.xaframework.InMemoryLogBuffer
 
putLong(long) - Method in interface org.neo4j.kernel.impl.transaction.xaframework.LogBuffer
 
putLong(long) - Method in class org.neo4j.kernel.impl.transaction.xaframework.NullLogBuffer
 
putShort(short) - Method in class org.neo4j.kernel.impl.transaction.xaframework.DirectMappedLogBuffer
 
putShort(short) - Method in class org.neo4j.kernel.impl.transaction.xaframework.InMemoryLogBuffer
 
putShort(short) - Method in interface org.neo4j.kernel.impl.transaction.xaframework.LogBuffer
 
putShort(short) - Method in class org.neo4j.kernel.impl.transaction.xaframework.NullLogBuffer
 
putStartPosition(long, LogExtractor.TxPosition) - Method in class org.neo4j.kernel.impl.transaction.xaframework.LogExtractor.LogPositionCache
 

Q

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

R

RangeIterator - Class in org.neo4j.helpers.collection
Iterates over a range, where the start value is inclusive, but the end value is exclusive.
RangeIterator(int) - Constructor for class org.neo4j.helpers.collection.RangeIterator
 
RangeIterator(int, int) - Constructor for class org.neo4j.helpers.collection.RangeIterator
 
RangeIterator(int, int, int) - Constructor for class org.neo4j.helpers.collection.RangeIterator
 
read(InputStream) - Method in class org.neo4j.kernel.impl.osgi.OSGiManifest
 
read(ByteBuffer) - Method in class org.neo4j.kernel.impl.transaction.xaframework.InMemoryLogBuffer
 
read(Buffer) - Method in class org.neo4j.kernel.impl.util.Bits
Reads from buffer and fills up all the bits.
read(ByteBuffer) - Method in class org.neo4j.kernel.impl.util.BufferedFileChannel
 
read(ByteBuffer[], int, int) - Method in class org.neo4j.kernel.impl.util.BufferedFileChannel
 
read(ByteBuffer, long) - Method in class org.neo4j.kernel.impl.util.BufferedFileChannel
 
read2bLengthAndString(ReadableByteChannel, ByteBuffer) - Static method in class org.neo4j.kernel.impl.util.IoPrimitiveUtils
 
read2bMap(ReadableByteChannel, ByteBuffer) - Static method in class org.neo4j.kernel.impl.util.IoPrimitiveUtils
 
read3bLengthAndString(ReadableByteChannel, ByteBuffer) - Static method in class org.neo4j.kernel.impl.util.IoPrimitiveUtils
 
READ_ONLY - Static variable in class org.neo4j.kernel.Config
Only allow read operations from this Neo4j instance.
ReadableIndex<T extends PropertyContainer> - Interface in org.neo4j.graphdb.index
An index that allows for read only operations.
ReadableRelationshipIndex - Interface in org.neo4j.graphdb.index
Extends the ReadableIndex interface with additional get/query methods which are specific to Relationships.
readAndPrintEntry(FileChannel, ByteBuffer, XaCommandFactory) - Method in class org.neo4j.kernel.impl.util.DumpLogicalLog
 
readAndVerifyBlockSize() - Method in class org.neo4j.kernel.impl.nioneo.store.AbstractDynamicStore
 
readAndVerifyBlockSize() - Method in class org.neo4j.kernel.impl.nioneo.store.AbstractStore
 
readAndVerifyBlockSize() - Method in class org.neo4j.kernel.impl.nioneo.store.CommonAbstractStore
 
readAndWriteAndApplyEntry(int) - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaLogicalLog.LogDeserializer
 
readByte(ReadableByteChannel, ByteBuffer) - Static method in class org.neo4j.kernel.impl.util.IoPrimitiveUtils
 
readBytes(ReadableByteChannel, byte[]) - Static method in class org.neo4j.kernel.impl.util.IoPrimitiveUtils
 
readBytes(ReadableByteChannel, byte[], int) - Static method in class org.neo4j.kernel.impl.util.IoPrimitiveUtils
 
readCommand(ReadableByteChannel, ByteBuffer) - Static method in class org.neo4j.kernel.impl.index.IndexCommand
 
readCommand(NeoStore, ReadableByteChannel, ByteBuffer) - Static method in class org.neo4j.kernel.impl.nioneo.xa.Command
 
readCommand(ReadableByteChannel, ByteBuffer) - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaCommandFactory
Reads the data from a commad previosly written to the logical log and creates the command again.
readDouble(ReadableByteChannel, ByteBuffer) - Static method in class org.neo4j.kernel.impl.util.IoPrimitiveUtils
 
readDynamicRecords(LegacyPropertyRecord) - Method in class org.neo4j.kernel.impl.storemigration.legacystore.LegacyDynamicRecordFetcher
 
readEntry(ByteBuffer, ReadableByteChannel, XaCommandFactory) - Static method in class org.neo4j.kernel.impl.transaction.xaframework.LogIoUtils
 
readFloat(ReadableByteChannel, ByteBuffer) - Static method in class org.neo4j.kernel.impl.util.IoPrimitiveUtils
 
readFullByteArray(long, Iterable<DynamicRecord>, AbstractDynamicStore, PropertyType) - Static method in class org.neo4j.kernel.impl.nioneo.store.PropertyStore
 
readInt(ReadableByteChannel, ByteBuffer) - Static method in class org.neo4j.kernel.impl.util.IoPrimitiveUtils
 
readLengthAndString(ReadableByteChannel, ByteBuffer) - Static method in class org.neo4j.kernel.impl.util.IoPrimitiveUtils
 
readLogEntry(ByteBuffer, ReadableByteChannel, XaCommandFactory) - Static method in class org.neo4j.kernel.impl.transaction.xaframework.LogIoUtils
 
readLogHeader(FileSystemAbstraction, File) - Static method in class org.neo4j.kernel.impl.transaction.xaframework.LogIoUtils
 
readLogHeader(ByteBuffer, ReadableByteChannel, boolean) - Static method in class org.neo4j.kernel.impl.transaction.xaframework.LogIoUtils
 
readLong(ReadableByteChannel, ByteBuffer) - Static method in class org.neo4j.kernel.impl.util.IoPrimitiveUtils
 
readMap(ReadableByteChannel, ByteBuffer) - Static method in class org.neo4j.kernel.impl.util.IoPrimitiveUtils
 
readNextByte(ByteBuffer, ReadableByteChannel) - Static method in class org.neo4j.kernel.impl.transaction.xaframework.LogIoUtils
 
readNodeStore() - Method in class org.neo4j.kernel.impl.storemigration.legacystore.LegacyNodeStoreReader
 
ReadOnlyDbException - Exception in org.neo4j.kernel.impl.core
 
ReadOnlyDbException() - Constructor for exception org.neo4j.kernel.impl.core.ReadOnlyDbException
 
ReadOnlyIdGenerator - Class in org.neo4j.kernel.impl.nioneo.store
 
ReadOnlyIdGenerator(String, long) - Constructor for class org.neo4j.kernel.impl.nioneo.store.ReadOnlyIdGenerator
 
ReadOnlyIndexConnectionBroker<T extends XaConnection> - Class in org.neo4j.kernel.impl.index
 
ReadOnlyIndexConnectionBroker(TransactionManager) - Constructor for class org.neo4j.kernel.impl.index.ReadOnlyIndexConnectionBroker
 
ReadPastEndException - Exception in org.neo4j.kernel.impl.transaction.xaframework
Thrown when reading from a ReadableByteChannel into a buffer and not enough bytes (Buffer.limit()) could be read.
ReadPastEndException() - Constructor for exception org.neo4j.kernel.impl.transaction.xaframework.ReadPastEndException
 
readPropertyIndexStore() - Method in class org.neo4j.kernel.impl.storemigration.legacystore.LegacyPropertyIndexStoreReader
 
readPropertyRecord(long) - Method in class org.neo4j.kernel.impl.storemigration.legacystore.LegacyPropertyStoreReader
 
readRelationshipStore() - Method in class org.neo4j.kernel.impl.storemigration.legacystore.LegacyRelationshipStoreReader
 
readRelationshipTypes() - Method in class org.neo4j.kernel.impl.storemigration.legacystore.LegacyRelationshipTypeStoreReader
 
readShort(ReadableByteChannel, ByteBuffer) - Static method in class org.neo4j.kernel.impl.util.IoPrimitiveUtils
 
readString(ReadableByteChannel, ByteBuffer, int) - Static method in class org.neo4j.kernel.impl.util.IoPrimitiveUtils
 
REBUILD_IDGENERATORS_FAST - Static variable in class org.neo4j.kernel.Config
Use a quick approach for rebuilding the ID generators.
rebuildIdGenerator() - Method in class org.neo4j.kernel.impl.nioneo.store.AbstractDynamicStore
Rebuilds the internal id generator keeping track of what blocks are free or taken.
rebuildIdGenerator() - Method in class org.neo4j.kernel.impl.nioneo.store.AbstractStore
Rebuilds the IdGenerator by looping through all records and checking if record in use or not.
rebuildIdGenerator() - Method in class org.neo4j.kernel.impl.nioneo.store.CommonAbstractStore
Should rebuild the id generator from scratch.
rebuildIdGenerator() - Method in class org.neo4j.kernel.impl.nioneo.store.RelationshipTypeStore
 
rebuildIdGenerators() - Method in class org.neo4j.kernel.impl.nioneo.store.CommonAbstractStore
 
rebuildIdGenerators() - Method in class org.neo4j.kernel.impl.nioneo.store.NeoStore
 
rebuildIdGenerators() - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyIndexStore
 
rebuildIdGenerators() - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyStore
 
rebuildIdGenerators() - Method in class org.neo4j.kernel.impl.nioneo.store.RelationshipTypeStore
 
Record - Enum in org.neo4j.kernel.impl.nioneo.store
Various constants used in records for different stores.
RECORD_LENGTH - Static variable in class org.neo4j.kernel.impl.storemigration.legacystore.LegacyNodeStoreReader
 
RECORD_LENGTH - Static variable in class org.neo4j.kernel.impl.storemigration.legacystore.LegacyPropertyStoreReader
 
RECORD_LENGTH - Static variable in class org.neo4j.kernel.impl.storemigration.legacystore.LegacyRelationshipStoreReader
 
RECORD_SIZE - Static variable in class org.neo4j.kernel.impl.nioneo.store.NodeStore
 
RECORD_SIZE - Static variable in class org.neo4j.kernel.impl.nioneo.store.PropertyStore
 
RECORD_SIZE - Static variable in class org.neo4j.kernel.impl.nioneo.store.RelationshipStore
 
RecordStore<R extends AbstractBaseRecord> - Interface in org.neo4j.kernel.impl.nioneo.store
 
RecordStore.Processor - Class in org.neo4j.kernel.impl.nioneo.store
 
RecordStore.Processor() - Constructor for class org.neo4j.kernel.impl.nioneo.store.RecordStore.Processor
 
recover(int) - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaResourceHelpImpl
 
recoveryComplete() - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaTransactionFactory
This method will be called when all recovered transactions have been resolved to a safe state (rolledback or committed).
ReferenceCache<K,V> - Class in org.neo4j.kernel.impl.cache
 
ReferenceCache() - Constructor for class org.neo4j.kernel.impl.cache.ReferenceCache
 
registerCache(Cache<?, ?>, float, int) - Method in class org.neo4j.kernel.impl.cache.AdaptiveCacheManager
 
registerDataSource(String, String, byte[], Map<?, ?>) - Method in class org.neo4j.kernel.impl.transaction.TxModule
Use this method to add data source that can participate in transactions if you don't want a data source configuration file.
registerDataSource(String, String, byte[], Map<?, ?>, boolean) - Method in class org.neo4j.kernel.impl.transaction.TxModule
 
registerDataSource(String, XaDataSource, byte[]) - Method in class org.neo4j.kernel.impl.transaction.XaDataSourceManager
Public for testing purpose.
registerIdFromUpdateRecord(long) - Method in class org.neo4j.kernel.impl.nioneo.store.CommonAbstractStore
 
registerKernelEventHandler(KernelEventHandler) - Method in interface org.neo4j.graphdb.GraphDatabaseService
Registers handler as a handler for kernel events which are generated from different places in the lifecycle of the kernel.
registerKernelEventHandler(KernelEventHandler) - Method in class org.neo4j.kernel.EmbeddedGraphDatabase
 
registerKernelEventHandler(KernelEventHandler) - Method in class org.neo4j.kernel.EmbeddedReadOnlyGraphDatabase
 
registerKernelEventHandler(KernelEventHandler) - Method in class org.neo4j.tooling.wrap.WrappedGraphDatabase
 
registerTransactionEventHandler(TransactionEventHandler<T>) - Method in interface org.neo4j.graphdb.GraphDatabaseService
Registers handler as a handler for transaction events which are generated from different places in the lifecycle of each transaction.
registerTransactionEventHandler(TransactionEventHandler<T>) - Method in class org.neo4j.kernel.EmbeddedGraphDatabase
 
registerTransactionEventHandler(TransactionEventHandler<T>) - Method in class org.neo4j.kernel.EmbeddedReadOnlyGraphDatabase
 
registerTransactionEventHandler(TransactionEventHandler<T>) - Method in class org.neo4j.tooling.wrap.WrappedGraphDatabase
 
relAddProperty(long, PropertyIndex, Object) - Method in class org.neo4j.kernel.impl.nioneo.xa.WriteTransaction
 
relAddProperty(long, PropertyIndex, Object) - Method in interface org.neo4j.kernel.impl.persistence.NeoStoreTransaction
Adds a property to the given relationship, with the given index and value.
relAddProperty(long, PropertyIndex, Object) - Method in class org.neo4j.kernel.impl.persistence.PersistenceManager
 
Relationship - Interface in org.neo4j.graphdb
A relationship between two nodes in the graph.
relationship() - Method in interface org.neo4j.graphdb.traversal.TraversalBranch
The relationship for this expansion source.
RELATIONSHIP - Static variable in class org.neo4j.kernel.impl.index.IndexCommand
 
relationship() - Method in class org.neo4j.kernel.impl.traversal.FinalTraversalBranch
 
relationship(Relationship, boolean) - Method in class org.neo4j.tooling.wrap.WrappedGraphDatabase
 
RELATIONSHIP_AUTO_INDEXING - Static variable in class org.neo4j.kernel.Config
Boolean value (one of true, false) that controls the auto indexing feature for relationships.
RELATIONSHIP_KEYS_INDEXABLE - Static variable in class org.neo4j.kernel.Config
A list of property names (comma separated) that will be indexed by default.
RELATIONSHIP_STORE_MMAP_SIZE - Static variable in class org.neo4j.kernel.Config
The size to allocate for memory mapping the relationship store
RelationshipAutoIndexer - Interface in org.neo4j.graphdb.index
 
relationshipCreate(long, int, long, long) - Method in class org.neo4j.kernel.impl.nioneo.xa.WriteTransaction
 
relationshipCreate(long, int, long, long) - Method in interface org.neo4j.kernel.impl.persistence.NeoStoreTransaction
Creates a relationship with the given id, from the nodes identified by id and of type typeId
relationshipCreate(long, int, long, long) - Method in class org.neo4j.kernel.impl.persistence.PersistenceManager
 
RelationshipExpander - Interface in org.neo4j.graphdb
An expander of relationships.
relationshipHasProperty(long, String) - Method in interface org.neo4j.kernel.impl.batchinsert.BatchInserter
Returns true iff the relationship with id has a property with name .
relationshipHasProperty(long, String) - Method in class org.neo4j.kernel.impl.batchinsert.BatchInserterImpl
 
relationshipIndex(String, Map<String, String>) - Method in interface org.neo4j.graphdb.index.BatchInserterIndexProvider
Returns a BatchInserterIndex for Relationships for the name indexName with the given config.
relationshipIndex(String, Map<String, String>) - Method in class org.neo4j.graphdb.index.IndexImplementation
Returns an Index for Relationships for the name indexName with the given config.
RelationshipIndex - Interface in org.neo4j.graphdb.index
Extends the ReadableRelationshipIndex and the Index interfaces for completing the set of available types.
relationshipIndex(RelationshipIndex, String) - Method in class org.neo4j.tooling.wrap.WrappedGraphDatabase
 
relationshipIndexNames() - Method in interface org.neo4j.graphdb.index.IndexManager
Returns the names of all existing Relationship indexes.
RelationshipRecord - Class in org.neo4j.kernel.impl.nioneo.store
 
RelationshipRecord(long, long, long, int) - Constructor for class org.neo4j.kernel.impl.nioneo.store.RelationshipRecord
 
relationshipRepresentation(Path, Node, Relationship) - Method in class org.neo4j.kernel.Traversal.DefaultPathDescriptor
 
relationshipRepresentation(T, Node, Relationship) - Method in interface org.neo4j.kernel.Traversal.PathDescriptor
Returns a string representation of a Relationship.
relationships() - Method in interface org.neo4j.graphdb.Path
Returns all the relationships in between the nodes which this path consists of.
relationships(RelationshipType) - Method in interface org.neo4j.graphdb.traversal.TraversalDescription
Adds type to the list of relationship types to traverse.
relationships(RelationshipType, Direction) - Method in interface org.neo4j.graphdb.traversal.TraversalDescription
Adds type to the list of relationship types to traverse in the given direction.
relationships() - Method in interface org.neo4j.graphdb.traversal.Traverser
Represents the traversal in the form of Relationships.
relationships(RelationshipType) - Method in class org.neo4j.kernel.impl.traversal.TraversalDescriptionImpl
 
relationships(RelationshipType, Direction) - Method in class org.neo4j.kernel.impl.traversal.TraversalDescriptionImpl
 
relationships() - Method in class org.neo4j.kernel.impl.traversal.TraversalPath
 
RelationshipStore - Class in org.neo4j.kernel.impl.nioneo.store
Implementation of the relationship store.
RelationshipStore(String, Map<?, ?>) - Constructor for class org.neo4j.kernel.impl.nioneo.store.RelationshipStore
See AbstractStore#AbstractStore(String, Map)
RelationshipType - Interface in org.neo4j.graphdb
A relationship type is mandatory on all relationships and is used to navigate the node space.
RelationshipTypeCreator - Interface in org.neo4j.kernel.impl.core
 
RelationshipTypeData - Class in org.neo4j.kernel.impl.nioneo.store
 
RelationshipTypeData(int, String) - Constructor for class org.neo4j.kernel.impl.nioneo.store.RelationshipTypeData
 
RelationshipTypeHolder - Class in org.neo4j.kernel.impl.batchinsert
 
RelationshipTypeHolder - Class in org.neo4j.kernel.impl.core
 
RelationshipTypeRecord - Class in org.neo4j.kernel.impl.nioneo.store
 
RelationshipTypeRecord(int) - Constructor for class org.neo4j.kernel.impl.nioneo.store.RelationshipTypeRecord
 
RelationshipTypeStore - Class in org.neo4j.kernel.impl.nioneo.store
Implementation of the relationship type store.
RelationshipTypeStore(String, Map<?, ?>, IdType) - Constructor for class org.neo4j.kernel.impl.nioneo.store.RelationshipTypeStore
 
relChangeProperty(long, PropertyData, Object) - Method in class org.neo4j.kernel.impl.nioneo.xa.WriteTransaction
 
relChangeProperty(long, PropertyData, Object) - Method in interface org.neo4j.kernel.impl.persistence.NeoStoreTransaction
Changes an existing property's value of the given relationship, with the given index to the passed value
relChangeProperty(long, PropertyData, Object) - Method in class org.neo4j.kernel.impl.persistence.PersistenceManager
 
relDelete(long) - Method in class org.neo4j.kernel.impl.nioneo.xa.WriteTransaction
 
relDelete(long) - Method in interface org.neo4j.kernel.impl.persistence.NeoStoreTransaction
Deletes a relationship by its id, returning its properties which are now removed.
relDelete(long) - Method in class org.neo4j.kernel.impl.persistence.PersistenceManager
 
release() - Method in class org.neo4j.kernel.impl.nioneo.store.FileLock
 
release(PersistenceWindow) - Method in class org.neo4j.kernel.impl.nioneo.store.PersistenceWindowPool
Releases a window used for an operation back to the pool and unlocks it so other threads may use it.
release(Object, LockManager) - Method in enum org.neo4j.kernel.impl.transaction.LockType
 
releaseFileLockAndCloseFileChannel() - Method in class org.neo4j.kernel.impl.nioneo.store.CommonAbstractStore
 
releaseReadLock(Object, Transaction) - Method in class org.neo4j.kernel.impl.transaction.LockManager
Releases a read lock held by the current transaction on resource.
releaseWindow(PersistenceWindow) - Method in class org.neo4j.kernel.impl.nioneo.store.CommonAbstractStore
Releases the window and writes the data (async) if the window was a PersistenceRow.
releaseWriteLock(Object, Transaction) - Method in class org.neo4j.kernel.impl.transaction.LockManager
Releases a read lock held by the current transaction on resource.
RelIdArray - Class in org.neo4j.kernel.impl.util
 
RelIdArray(String) - Constructor for class org.neo4j.kernel.impl.util.RelIdArray
 
RelIdArray(RelIdArray) - Constructor for class org.neo4j.kernel.impl.util.RelIdArray
 
RelIdArray(String, RelIdArray.IdBlock, RelIdArray.IdBlock) - Constructor for class org.neo4j.kernel.impl.util.RelIdArray
 
RelIdArray.DirectionWrapper - Enum in org.neo4j.kernel.impl.util
 
RelIdArray.EmptyRelIdArray - Class in org.neo4j.kernel.impl.util
 
RelIdArray.IdBlock - Class in org.neo4j.kernel.impl.util
 
RelIdArray.IdBlock() - Constructor for class org.neo4j.kernel.impl.util.RelIdArray.IdBlock
 
RelIdArray.RelIdIteratorImpl - Class in org.neo4j.kernel.impl.util
 
RelIdArrayWithLoops - Class in org.neo4j.kernel.impl.util
 
RelIdArrayWithLoops(String) - Constructor for class org.neo4j.kernel.impl.util.RelIdArrayWithLoops
 
RelIdArrayWithLoops(RelIdArray) - Constructor for class org.neo4j.kernel.impl.util.RelIdArrayWithLoops
 
RelIdArrayWithLoops(String, RelIdArray.IdBlock, RelIdArray.IdBlock, RelIdArray.IdBlock) - Constructor for class org.neo4j.kernel.impl.util.RelIdArrayWithLoops
 
RelIdIterator - Interface in org.neo4j.kernel.impl.util
 
relLoadLight(long) - Method in class org.neo4j.kernel.impl.nioneo.xa.WriteTransaction
 
relLoadLight(long) - Method in interface org.neo4j.kernel.impl.persistence.NeoStoreTransaction
Tries to load the light relationship with the given id, returns the record on success.
relLoadProperties(long, boolean) - Method in class org.neo4j.kernel.impl.nioneo.xa.WriteTransaction
 
relLoadProperties(long, boolean) - Method in interface org.neo4j.kernel.impl.persistence.NeoStoreTransaction
Loads the complete property chain for the given relationship and returns it as a map from property index id to property data.
reload(Map<Object, Object>) - Method in class org.neo4j.kernel.impl.core.GraphDbModule
 
reload() - Method in class org.neo4j.kernel.impl.nioneo.xa.NioNeoDbPersistenceSource
 
reload() - Method in class org.neo4j.kernel.impl.persistence.IdGeneratorModule
 
reload() - Method in class org.neo4j.kernel.impl.persistence.PersistenceModule
 
reload() - Method in class org.neo4j.kernel.impl.transaction.TxModule
 
relRemoveProperty(long, PropertyData) - Method in class org.neo4j.kernel.impl.nioneo.xa.WriteTransaction
 
relRemoveProperty(long, PropertyData) - Method in interface org.neo4j.kernel.impl.persistence.NeoStoreTransaction
Removes the given property identified by its index from the relationship with the given id.
relRemoveProperty(long, PropertyData) - Method in class org.neo4j.kernel.impl.persistence.PersistenceManager
 
remove(RelationshipType) - Method in interface org.neo4j.graphdb.Expander
Remove a RelationshipType from the Expander.
remove(T, String, Object) - Method in interface org.neo4j.graphdb.index.Index
Removes a key/value pair for entity from the index.
remove(T, String) - Method in interface org.neo4j.graphdb.index.Index
Removes key/value pairs for entity where key is key from the index.
remove(T) - Method in interface org.neo4j.graphdb.index.Index
Removes an entity from the index and all its key/value pairs which has been previously associated using Index.add(PropertyContainer, String, Object).
remove() - Method in class org.neo4j.helpers.collection.ArrayIterator
 
remove() - Method in class org.neo4j.helpers.collection.CachingIterator
Not supported by this implement.
remove(Object) - Method in class org.neo4j.helpers.collection.CollectionWrapper
 
remove() - Method in class org.neo4j.helpers.collection.IteratorWrapper
 
remove() - Method in class org.neo4j.helpers.collection.PositionedIterator
 
remove() - Method in class org.neo4j.helpers.collection.PrefetchingIterator
 
remove(K) - Method in interface org.neo4j.kernel.impl.cache.Cache
Removes the element for key from cache and returns it.
remove(K) - Method in class org.neo4j.kernel.impl.cache.LruCache
 
remove(K) - Method in class org.neo4j.kernel.impl.cache.NoCache
 
remove(K) - Method in class org.neo4j.kernel.impl.cache.SoftLruCache
 
remove(K) - Method in class org.neo4j.kernel.impl.cache.StrongReferenceCache
 
remove(K) - Method in class org.neo4j.kernel.impl.cache.WeakLruCache
 
remove(String, Class<?>, long, String, Object) - Method in class org.neo4j.kernel.impl.index.IndexDefineCommand
 
remove(Class<? extends PropertyContainer>, String) - Method in class org.neo4j.kernel.impl.index.IndexStore
 
remove(int) - Method in class org.neo4j.kernel.impl.util.ArrayIntSet
 
remove(K) - Method in class org.neo4j.kernel.impl.util.ArrayMap
 
remove(int) - Method in class org.neo4j.kernel.impl.util.DirectArrayMap
 
remove(RelationshipType) - Method in class org.neo4j.kernel.StandardExpander
 
remove(T, String, Object) - Method in class org.neo4j.tooling.wrap.WrappedIndex
 
remove(T, String) - Method in class org.neo4j.tooling.wrap.WrappedIndex
 
remove(T) - Method in class org.neo4j.tooling.wrap.WrappedIndex
 
removeAll(Collection) - Method in class org.neo4j.helpers.collection.CollectionWrapper
 
removeConfiguration(Index<? extends PropertyContainer>, String) - Method in interface org.neo4j.graphdb.index.IndexManager
EXPERT: Removes a configuration parameter from an index.
removedNodeProperties() - Method in interface org.neo4j.graphdb.event.TransactionData
Get the properties that had a value removed from a node during the transaction.
removedRelationshipProperties() - Method in interface org.neo4j.graphdb.event.TransactionData
Get the properties that had a value removed from a relationship during the transaction.
removeNodeFromCache(long) - Method in class org.neo4j.kernel.impl.core.LockReleaser
 
removeNodeFromCache(long) - Method in class org.neo4j.kernel.impl.core.NodeManager
 
removeNodeProperty(long, String) - Method in interface org.neo4j.kernel.impl.batchinsert.BatchInserter
Removes the property named from the node with id , if present.
removeNodeProperty(long, String) - Method in class org.neo4j.kernel.impl.batchinsert.BatchInserterImpl
 
removeNodePropertyTracker(PropertyTracker<Node>) - Method in class org.neo4j.kernel.impl.core.NodeManager
 
removeProperty(String) - Method in interface org.neo4j.graphdb.PropertyContainer
Removes the property associated with the given key and returns the old value.
removePropertyBlock(int) - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyRecord
 
removeRelationshipFromCache(long) - Method in class org.neo4j.kernel.impl.core.LockReleaser
 
removeRelationshipFromCache(long) - Method in class org.neo4j.kernel.impl.core.NodeManager
 
removeRelationshipProperty(long, String) - Method in interface org.neo4j.kernel.impl.batchinsert.BatchInserter
Removes the property named from the relationship with id , if present.
removeRelationshipProperty(long, String) - Method in class org.neo4j.kernel.impl.batchinsert.BatchInserterImpl
 
removeRelationshipPropertyTracker(PropertyTracker<Relationship>) - Method in class org.neo4j.kernel.impl.core.NodeManager
 
removeRelationshipTypeFromCache(int) - Method in class org.neo4j.kernel.impl.core.LockReleaser
 
removeRelationshipTypeFromCache(int) - Method in class org.neo4j.kernel.impl.core.NodeManager
 
renameFile(File, File) - Static method in class org.neo4j.kernel.impl.util.FileUtils
 
reset() - Method in class org.neo4j.kernel.impl.transaction.xaframework.InMemoryLogBuffer
 
resize(int) - Method in interface org.neo4j.kernel.impl.cache.Cache
 
resize(int) - Method in class org.neo4j.kernel.impl.cache.LruCache
Changes the max size of the cache.
resize(int) - Method in class org.neo4j.kernel.impl.cache.NoCache
 
resize(int) - Method in class org.neo4j.kernel.impl.cache.SoftLruCache
 
resize(int) - Method in class org.neo4j.kernel.impl.cache.StrongReferenceCache
 
resize(int) - Method in class org.neo4j.kernel.impl.cache.WeakLruCache
 
resolveChain(List<Pair<TransactionInterceptorProvider, Object>>, XaDataSource) - Static method in class org.neo4j.kernel.impl.transaction.xaframework.TransactionInterceptorProvider
A utility method that given some TransactionInterceptorProviders and their configuration objects returns a fully resolved chain of TransactionInterceptors - the return object is the first interceptor in the chain.
resume(Transaction) - Method in class org.neo4j.kernel.impl.transaction.SpringTransactionManager
 
resume(Transaction) - Method in class org.neo4j.kernel.impl.transaction.TxManager
 
retainAll(Collection) - Method in class org.neo4j.helpers.collection.CollectionWrapper
 
ReturnableEvaluator - Interface in org.neo4j.graphdb
A client hook for evaluating whether a specific node should be returned from a traverser.
returnAcceptedByAny(Predicate<Path>...) - Static method in class org.neo4j.kernel.Traversal
Returns a filter which accepts items accepted by at least one of the supplied filters.
returnAll() - Static method in class org.neo4j.kernel.Traversal
Deprecated. because of the introduction of Evaluator. The equivalent is Evaluators.all().
returnAllButStartNode() - Static method in class org.neo4j.kernel.Traversal
Deprecated. because of the introduction of Evaluator. The equivalent is Evaluators.excludeStartPosition().
returnedNodesCount() - Method in interface org.neo4j.graphdb.TraversalPosition
Returns the number of nodes returned by the traverser so far.
returnWhereLastRelationshipTypeIs(RelationshipType, RelationshipType...) - Static method in class org.neo4j.graphdb.traversal.Evaluators
 
returnWhereLastRelationshipTypeIs(RelationshipType, RelationshipType...) - Static method in class org.neo4j.kernel.Traversal
 
reverse() - Method in enum org.neo4j.graphdb.Direction
Reverses the direction returning Direction.INCOMING if this equals Direction.OUTGOING, Direction.OUTGOING if this equals Direction.INCOMING or Direction.BOTH if this equals Direction.BOTH.
reverse(Map<K, V>) - Static method in class org.neo4j.helpers.collection.MapUtil
Reversed a map, making the key value and the value key.
reversed() - Method in interface org.neo4j.graphdb.Expander
 
reversed() - Method in interface org.neo4j.graphdb.RelationshipExpander
Returns a new instance with the exact same RelationshipTypes, but with all directions reversed (see Direction.reverse()).
reversed() - Method in class org.neo4j.kernel.StandardExpander
 
rightOverflowMask(int) - Static method in class org.neo4j.kernel.impl.util.Bits
A mask which has the steps least significant bits set to 1, all others 0.
rollback() - Method in class org.neo4j.kernel.impl.core.LockReleaser
 
rollback() - Method in class org.neo4j.kernel.impl.transaction.SpringTransactionManager
 
rollback() - Method in class org.neo4j.kernel.impl.transaction.TxManager
 
rollback() - Method in class org.neo4j.kernel.impl.transaction.UserTransactionImpl
 
rollback() - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaCommand
Default implementation of rollback that does nothing.
rollback(Xid) - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaResourceHelpImpl
 
rollback() - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaTransaction
Rollbacks the transaction, calls XaTransaction.doRollback().
rotate() - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaLogicalLog
Rotates this logical log.
rotateLogicalLog() - Method in class org.neo4j.kernel.impl.transaction.xaframework.LogBackedXaDataSource
 
rotateLogicalLog() - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaDataSource
Rotates this logical log.
rotateLogicalLog() - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaResourceManager
 

S

safePoll() - Method in class org.neo4j.kernel.impl.cache.SoftReferenceQueue
 
safePoll() - Method in class org.neo4j.kernel.impl.cache.WeakReferenceQueue
 
scan(RecordStore<R>, Predicate<? super R>...) - Static method in class org.neo4j.kernel.impl.nioneo.store.RecordStore.Processor
 
scanById(RecordStore<R>, Iterable<Long>) - Static method in class org.neo4j.kernel.impl.nioneo.store.RecordStore.Processor
 
scanIsComplete() - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaLogicalLog
 
second() - Method in class org.neo4j.helpers.Triplet
 
serialize() - Method in class org.neo4j.kernel.impl.nioneo.store.StoreId
 
Service - Class in org.neo4j.helpers
A utility for locating services.
Service(String, String...) - Constructor for class org.neo4j.helpers.Service
Create a new instance of a service implementation identified with the specified key(s).
Service.CaseInsensitiveService - Class in org.neo4j.helpers
A base class for services, similar to Service, that compares keys using case insensitive comparison instead of exact comparison.
Service.CaseInsensitiveService(String, String...) - Constructor for class org.neo4j.helpers.Service.CaseInsensitiveService
Create a new instance of a service implementation identified with the specified key(s).
Service.Implementation - Annotation Type in org.neo4j.helpers
Designates that a class implements the specified service and should be added to the services listings file (META-INF/services/[service-name]).
ServiceProcessor - Class in org.neo4j.kernel.impl.annotations
 
ServiceProcessor() - Constructor for class org.neo4j.kernel.impl.annotations.ServiceProcessor
 
set(T) - Method in class org.neo4j.helpers.collection.CachingIterator
Not supported by this implement.
set(Class<? extends PropertyContainer>, String, Map<String, String>) - Method in class org.neo4j.kernel.impl.index.IndexStore
 
setAdaptiveStatus(boolean) - Method in interface org.neo4j.kernel.impl.cache.Cache
 
setAdaptiveStatus(boolean) - Method in class org.neo4j.kernel.impl.cache.LruCache
 
setAdaptiveStatus(boolean) - Method in class org.neo4j.kernel.impl.cache.NoCache
 
setAdaptiveStatus(boolean) - Method in class org.neo4j.kernel.impl.cache.SoftLruCache
 
setAdaptiveStatus(boolean) - Method in class org.neo4j.kernel.impl.cache.StrongReferenceCache
 
setAdaptiveStatus(boolean) - Method in class org.neo4j.kernel.impl.cache.WeakLruCache
 
setAutoRotate(boolean) - Method in class org.neo4j.kernel.impl.transaction.xaframework.LogBackedXaDataSource
 
setAutoRotate(boolean) - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaDataSource
Turns off/on auto rotate of logical logs.
setAutoRotateLogs(boolean) - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaLogicalLog
 
setBranchId(byte[]) - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaDataSource
Used by the container/transaction manager in place to assign a branch id for this data source.
setBranchId(byte[]) - Method in interface org.neo4j.kernel.impl.transaction.xaframework.XaResource
 
setBranchId(byte[]) - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaResourceHelpImpl
 
setCacheCapacity(String, int) - Method in interface org.neo4j.graphdb.index.BatchInserterIndex
Sets the cache size for key/value pairs for the given key.
setChanged(PrimitiveRecord) - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyRecord
 
setCharData(char[]) - Method in class org.neo4j.kernel.impl.storemigration.legacystore.LegacyDynamicRecord
 
setCommitEntry(LogEntry.Commit) - Method in interface org.neo4j.kernel.impl.transaction.xaframework.TransactionInterceptor
Set, if available, the log commit entry for this transaction.
setCommitTxId(long) - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaTransaction
 
setConfiguration(Index<? extends PropertyContainer>, String, String) - Method in interface org.neo4j.graphdb.index.IndexManager
EXPERT: Sets a configuration parameter for an index.
setCreated() - Method in class org.neo4j.kernel.impl.nioneo.store.AbstractBaseRecord
 
setCreated() - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyBlock
 
setCreationTime(long) - Method in class org.neo4j.kernel.impl.nioneo.store.NeoStore
 
setCurrentLogVersion(long) - Method in class org.neo4j.kernel.impl.nioneo.xa.NeoStoreXaDataSource
 
setData(byte[]) - Method in class org.neo4j.kernel.impl.nioneo.store.DynamicRecord
 
setData(byte[]) - Method in class org.neo4j.kernel.impl.storemigration.legacystore.LegacyDynamicRecord
 
setDataSourceName(String) - Method in class org.neo4j.kernel.impl.nioneo.xa.NioNeoDbPersistenceSource
 
setEnabled(boolean) - Method in interface org.neo4j.graphdb.index.AutoIndexer
Sets the AutoIndexer as enabled or not.
setFirstNextRel(long) - Method in class org.neo4j.kernel.impl.nioneo.store.RelationshipRecord
 
setFirstPrevRel(long) - Method in class org.neo4j.kernel.impl.nioneo.store.RelationshipRecord
 
setHighId(int) - Method in class org.neo4j.kernel.impl.nioneo.store.AbstractStore
Sets the high id of IdGenerator.
setHighId(long) - Method in class org.neo4j.kernel.impl.nioneo.store.CommonAbstractStore
Sets the highest id in use (use this when rebuilding id generator).
setHighId(long) - Method in class org.neo4j.kernel.impl.nioneo.store.DynamicStringStore
 
setHighId(long) - Method in interface org.neo4j.kernel.impl.nioneo.store.IdGenerator
 
setHighId(long) - Method in class org.neo4j.kernel.impl.nioneo.store.IdGeneratorImpl
Sets the next free "high" id.
setHighId(long) - Method in class org.neo4j.kernel.impl.nioneo.store.ReadOnlyIdGenerator
 
setIdentifier(int) - Method in class org.neo4j.kernel.impl.transaction.xaframework.LogEntry
 
setIfNecessary(Class<? extends PropertyContainer>, String, Map<String, String>) - Method in class org.neo4j.kernel.impl.index.IndexStore
 
setInUse(boolean) - Method in class org.neo4j.kernel.impl.nioneo.store.AbstractBaseRecord
 
setInUse(boolean) - Method in class org.neo4j.kernel.impl.nioneo.store.DynamicRecord
 
setInUse(boolean, int) - Method in class org.neo4j.kernel.impl.nioneo.store.DynamicRecord
 
setInUse(boolean) - Method in class org.neo4j.kernel.impl.storemigration.legacystore.LegacyDynamicRecord
 
setInUse(boolean, int) - Method in class org.neo4j.kernel.impl.storemigration.legacystore.LegacyDynamicRecord
 
setKeepLogicalLogsIfSpecified(String, String) - Method in class org.neo4j.kernel.impl.transaction.xaframework.LogBackedXaDataSource
 
setKeepLogs(boolean) - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaLogicalLog
 
setKeyBlockId(int) - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyIndexRecord
 
setKeyIndexId(int) - Method in class org.neo4j.kernel.impl.storemigration.legacystore.LegacyPropertyRecord
 
setLastCommittedTx(long) - Method in class org.neo4j.kernel.impl.index.IndexProviderStore
 
setLastCommittedTx(long) - Method in class org.neo4j.kernel.impl.nioneo.store.NeoStore
 
setLastCommittedTxId(long) - Method in interface org.neo4j.kernel.impl.core.LastCommittedTxIdSetter
 
setLastCommittedTxId(long) - Method in class org.neo4j.kernel.impl.nioneo.xa.NeoStoreXaDataSource
 
setLastCommittedTxId(long) - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaDataSource
 
setLastLoopBlock(RelIdArray.IdBlock) - Method in class org.neo4j.kernel.impl.util.RelIdArray
 
setLastLoopBlock(RelIdArray.IdBlock) - Method in class org.neo4j.kernel.impl.util.RelIdArrayWithLoops
 
setLength(int) - Method in class org.neo4j.kernel.impl.nioneo.store.DynamicRecord
 
setLength(int) - Method in class org.neo4j.kernel.impl.storemigration.legacystore.LegacyDynamicRecord
 
setLogicalLogAtCreationTime(XaLogicalLog) - Method in class org.neo4j.kernel.impl.transaction.xaframework.LogBackedXaDataSource
Sets the XaLogicalLog at creation time (in constructor).
setLogicalLogTargetSize(long) - Method in class org.neo4j.kernel.impl.transaction.xaframework.LogBackedXaDataSource
 
setLogicalLogTargetSize(long) - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaDataSource
Sets the target size of the logical log that will cause a rotation of the log if XaDataSource.setAutoRotate(boolean) is set to true.
setLogicalLogTargetSize(long) - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaLogicalLog
 
setName(String) - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaDataSource
Used by the container to assign a name to this resource.
setNewValue(Object) - Method in interface org.neo4j.kernel.impl.nioneo.store.PropertyData
Sets the value of this PropertyData if it hasn't been set before (light loading of the node).
setNextBlock(long) - Method in class org.neo4j.kernel.impl.nioneo.store.DynamicRecord
 
setNextBlock(long) - Method in class org.neo4j.kernel.impl.storemigration.legacystore.LegacyDynamicRecord
 
setNextProp(long) - Method in class org.neo4j.kernel.impl.nioneo.store.PrimitiveRecord
 
setNextProp(long) - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyRecord
 
setNextProp(long) - Method in class org.neo4j.kernel.impl.storemigration.legacystore.LegacyPropertyRecord
 
setNextRel(long) - Method in class org.neo4j.kernel.impl.nioneo.store.NodeRecord
 
setNodeId(long) - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyRecord
 
setNodeProperties(long, Map<String, Object>) - Method in interface org.neo4j.kernel.impl.batchinsert.BatchInserter
Sets the properties of a node.
setNodeProperties(long, Map<String, Object>) - Method in class org.neo4j.kernel.impl.batchinsert.BatchInserterImpl
 
setNodeProperty(long, String, Object) - Method in interface org.neo4j.kernel.impl.batchinsert.BatchInserter
Sets the property with name of node with id to the value .
setNodeProperty(long, String, Object) - Method in class org.neo4j.kernel.impl.batchinsert.BatchInserterImpl
 
setOffset(int) - Method in class org.neo4j.kernel.impl.nioneo.store.Buffer
Sets the offset from persistence window position in the underlying byte buffer.
setPayloadSize(int) - Static method in enum org.neo4j.kernel.impl.nioneo.store.PropertyType
 
setPersistenceSourceInstance(PersistenceSource) - Method in class org.neo4j.kernel.impl.persistence.IdGeneratorModule
 
setPrefetchedNext(T) - Method in class org.neo4j.helpers.collection.PrefetchingIterator
 
setPrevBlock(long) - Method in class org.neo4j.kernel.impl.storemigration.legacystore.LegacyDynamicRecord
 
setPrevProp(long) - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyRecord
 
setPrevProp(long) - Method in class org.neo4j.kernel.impl.storemigration.legacystore.LegacyPropertyRecord
 
setPropBlock(long) - Method in class org.neo4j.kernel.impl.storemigration.legacystore.LegacyPropertyRecord
 
setProperty(String, Object) - Method in interface org.neo4j.graphdb.PropertyContainer
Sets the property value for the given key to value.
setPropertyCount(int) - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyIndexRecord
 
setRandomNumber(long) - Method in class org.neo4j.kernel.impl.nioneo.store.NeoStore
 
setRecovered() - Method in class org.neo4j.kernel.impl.nioneo.store.CommonAbstractStore
 
setRecovered() - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyIndexStore
 
setRecovered() - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyStore
 
setRecovered() - Method in class org.neo4j.kernel.impl.nioneo.store.RelationshipTypeStore
 
setRecovered() - Method in class org.neo4j.kernel.impl.nioneo.xa.Command
 
setRecovered(boolean) - Method in class org.neo4j.kernel.impl.nioneo.xa.NeoStoreXaDataSource
 
setRecovered() - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaCommand
If this command is created by the command factory during a recovery scan of the logical log this method will be called to mark the command as a "recovered command".
setRecovered(boolean) - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaDataSource
Returns previous value
setRecovered() - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaTransaction
If this transaction is created during a recovery scan of the logical log method will be called to mark the transaction "recovered".
setRecoveredStatus(boolean) - Method in class org.neo4j.kernel.impl.nioneo.store.NeoStore
 
setReferenceNodeId(Long) - Method in class org.neo4j.kernel.impl.core.GraphDbModule
 
setRelationshipProperties(long, Map<String, Object>) - Method in interface org.neo4j.kernel.impl.batchinsert.BatchInserter
Sets the properties of a relationship.
setRelationshipProperties(long, Map<String, Object>) - Method in class org.neo4j.kernel.impl.batchinsert.BatchInserterImpl
 
setRelationshipProperty(long, String, Object) - Method in interface org.neo4j.kernel.impl.batchinsert.BatchInserter
Sets the property with name of relationship with id to the value .
setRelationshipProperty(long, String, Object) - Method in class org.neo4j.kernel.impl.batchinsert.BatchInserterImpl
 
setRelId(long) - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyRecord
 
setRollbackOnly() - Method in class org.neo4j.kernel.impl.transaction.SpringTransactionManager
 
setRollbackOnly() - Method in class org.neo4j.kernel.impl.transaction.TxManager
 
setRollbackOnly() - Method in class org.neo4j.kernel.impl.transaction.UserTransactionImpl
 
setSecondNextRel(long) - Method in class org.neo4j.kernel.impl.nioneo.store.RelationshipRecord
 
setSecondPrevRel(long) - Method in class org.neo4j.kernel.impl.nioneo.store.RelationshipRecord
 
setSingleBlock(long) - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyBlock
 
setStartEntry(LogEntry.Start) - Method in interface org.neo4j.kernel.impl.transaction.xaframework.TransactionInterceptor
Set, if available, the log start entry for this transaction.
setStoreNotOk(Throwable) - Method in class org.neo4j.kernel.impl.nioneo.store.CommonAbstractStore
Marks this store as "not ok".
setStoreVersion(long) - Method in class org.neo4j.kernel.impl.nioneo.store.NeoStore
 
setTransactionTimeout(int) - Method in class org.neo4j.kernel.impl.transaction.SpringTransactionManager
 
setTransactionTimeout(int) - Method in class org.neo4j.kernel.impl.transaction.TxManager
 
setTransactionTimeout(int) - Method in class org.neo4j.kernel.impl.transaction.UserTransactionImpl
 
setTransactionTimeout(int) - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaResourceHelpImpl
 
setType(int) - Method in class org.neo4j.kernel.impl.nioneo.store.DynamicRecord
 
setType(LegacyPropertyType) - Method in class org.neo4j.kernel.impl.storemigration.legacystore.LegacyPropertyRecord
 
setTypeBlock(int) - Method in class org.neo4j.kernel.impl.nioneo.store.RelationshipTypeRecord
 
setValueBlocks(long[]) - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyBlock
 
setVersion(long) - Method in class org.neo4j.kernel.impl.index.IndexProviderStore
 
setVersion(String, long) - Static method in class org.neo4j.kernel.impl.nioneo.store.NeoStore
Sets the version for the given neostore file in storeDir.
setVersion(long) - Method in class org.neo4j.kernel.impl.nioneo.store.NeoStore
 
setWindowPool(PersistenceWindowPool) - Method in class org.neo4j.kernel.impl.nioneo.store.CommonAbstractStore
Sets the PersistenceWindowPool for this store to use.
setXaConnection(XaConnection) - Method in class org.neo4j.kernel.impl.nioneo.xa.WriteTransaction
 
setXaConnection(XaConnection) - Method in interface org.neo4j.kernel.impl.persistence.NeoStoreTransaction
 
ShortArray - Enum in org.neo4j.kernel.impl.nioneo.store
 
ShortString - Enum in org.neo4j.kernel.impl.nioneo.store
Supports encoding alphanumerical and SP .
shouldKeepLog(String, String) - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaDataSource
If the config says that logical logs should be kept for the given resourceName this method will return true, otherwise false.
shrink() - Method in class org.neo4j.kernel.impl.util.RelIdArray
 
shrink() - Method in class org.neo4j.kernel.impl.util.RelIdArrayWithLoops
 
shutdown() - Method in interface org.neo4j.graphdb.GraphDatabaseService
Shuts down Neo4j.
shutdown() - Method in interface org.neo4j.graphdb.index.BatchInserterIndexProvider
Shuts down this index provider and ensures that all indexes are fully written to disk.
shutdown() - Method in class org.neo4j.kernel.EmbeddedGraphDatabase
 
shutdown() - Method in class org.neo4j.kernel.EmbeddedReadOnlyGraphDatabase
 
shutdown() - Method in interface org.neo4j.kernel.impl.batchinsert.BatchInserter
Shuts down this batch inserter syncing all changes that are still only in memory to disk.
shutdown() - Method in class org.neo4j.kernel.impl.batchinsert.BatchInserterImpl
 
shutdown() - Method in class org.neo4j.tooling.wrap.WrappedGraphDatabase
 
SilentMigrationProgressMonitor - Class in org.neo4j.kernel.impl.storemigration.monitoring
 
SilentMigrationProgressMonitor() - Constructor for class org.neo4j.kernel.impl.storemigration.monitoring.SilentMigrationProgressMonitor
 
simplePathToString(Path) - Static method in class org.neo4j.kernel.Traversal
Returns a quite simple string representation of a Path.
simplePathToString(Path, String) - Static method in class org.neo4j.kernel.Traversal
Returns a quite simple string representation of a Path.
SimpleRelationship - Class in org.neo4j.kernel.impl.batchinsert
Simple relationship wrapping start node id, end node id and relationship type.
single(Iterator<T>) - Static method in class org.neo4j.helpers.collection.IteratorUtil
Returns the given iterator's single element.
single(Iterable<T>) - Static method in class org.neo4j.helpers.collection.IteratorUtil
Returns the given iterable's single element.
singleOrNull(Iterator<T>) - Static method in class org.neo4j.helpers.collection.IteratorUtil
Returns the given iterator's single element or null if no element found.
singleOrNull(Iterable<T>) - Static method in class org.neo4j.helpers.collection.IteratorUtil
Returns the given iterable's single element or null if no element found.
size() - Method in interface org.neo4j.graphdb.index.IndexHits
Returns the size of this iterable, in most scenarios this value is accurate while in some scenarios near-accurate.
size() - Method in class org.neo4j.helpers.collection.CollectionWrapper
 
size() - Method in interface org.neo4j.kernel.impl.cache.Cache
Returns the cache size.
size() - Method in class org.neo4j.kernel.impl.cache.LruCache
 
size() - Method in class org.neo4j.kernel.impl.cache.NoCache
 
size() - Method in class org.neo4j.kernel.impl.cache.SoftLruCache
 
size() - Method in class org.neo4j.kernel.impl.cache.StrongReferenceCache
 
size() - Method in class org.neo4j.kernel.impl.cache.WeakLruCache
 
size() - Method in interface org.neo4j.kernel.impl.nioneo.store.PersistenceWindow
Returns the size of this window meaning the number of records/blocks it encapsulates.
size() - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyRecord
Gets the sum of the sizes of the blocks in this record, in bytes.
size() - Method in class org.neo4j.kernel.impl.util.ArrayIntSet
 
size() - Method in class org.neo4j.kernel.impl.util.ArrayMap
 
size() - Method in class org.neo4j.kernel.impl.util.BufferedFileChannel
 
size() - Method in enum org.neo4j.kernel.impl.util.BufferNumberPutter
 
SoftLruCache<K,V> - Class in org.neo4j.kernel.impl.cache
 
SoftLruCache(String) - Constructor for class org.neo4j.kernel.impl.cache.SoftLruCache
 
SoftReferenceQueue<K,V> - Class in org.neo4j.kernel.impl.cache
 
SoftReferenceQueue() - Constructor for class org.neo4j.kernel.impl.cache.SoftReferenceQueue
 
SoftValue<K,V> - Class in org.neo4j.kernel.impl.cache
 
SoftValue(K, V, ReferenceQueue<? super V>) - Constructor for class org.neo4j.kernel.impl.cache.SoftValue
 
SoftValue(K, V) - Constructor for class org.neo4j.kernel.impl.cache.SoftValue
 
source() - Method in class org.neo4j.helpers.Args
 
SpringTransactionManager - Class in org.neo4j.kernel.impl.transaction
 
SpringTransactionManager(GraphDatabaseService) - Constructor for class org.neo4j.kernel.impl.transaction.SpringTransactionManager
 
StandaloneWithShell - Class in org.neo4j.kernel
Standalone EmbeddedGraphDatabase with Shell enabled.
StandaloneWithShell() - Constructor for class org.neo4j.kernel.StandaloneWithShell
 
StandardExpander - Class in org.neo4j.kernel
 
start(Map<Object, Object>) - Method in class org.neo4j.kernel.impl.cache.AdaptiveCacheManager
 
start(LockReleaser, PersistenceManager, RelationshipTypeCreator, Map<Object, Object>) - Method in class org.neo4j.kernel.impl.core.GraphDbModule
 
start(Map<Object, Object>) - Method in class org.neo4j.kernel.impl.core.NodeManager
 
start(XaDataSourceManager) - Method in class org.neo4j.kernel.impl.nioneo.xa.NioNeoDbPersistenceSource
 
start(BundleContext) - Method in class org.neo4j.kernel.impl.osgi.OSGiActivator
Called whenever the OSGi framework starts our bundle
start() - Method in class org.neo4j.kernel.impl.persistence.IdGeneratorModule
 
start(TransactionManager, PersistenceSource, TxEventSyncHookFactory, LockReleaser) - Method in class org.neo4j.kernel.impl.persistence.PersistenceModule
 
start() - Method in class org.neo4j.kernel.impl.transaction.TxModule
 
start(Xid, int, int) - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaLogicalLog
 
start(Xid, int) - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaResourceHelpImpl
 
startAutoIndexingProperty(String) - Method in interface org.neo4j.graphdb.index.AutoIndexer
Start auto indexing a property.
started() - Method in interface org.neo4j.kernel.impl.storemigration.monitoring.MigrationProgressMonitor
 
started() - Method in class org.neo4j.kernel.impl.storemigration.monitoring.SilentMigrationProgressMonitor
 
started() - Method in class org.neo4j.kernel.impl.storemigration.monitoring.VisibleMigrationProgressMonitor
 
startNode() - Method in interface org.neo4j.graphdb.Path
Returns the start node of this path.
startNode() - Method in class org.neo4j.kernel.impl.traversal.TraversalPath
 
startNodeNeedsLong() - Method in class org.neo4j.kernel.impl.index.IndexCommand.AddRelationshipCommand
 
startNodeNeedsLong() - Method in class org.neo4j.kernel.impl.index.IndexCommand
 
Stats - Class in org.neo4j.helpers
 
Stats(String) - Constructor for class org.neo4j.helpers.Stats
 
stop() - Method in class org.neo4j.kernel.impl.cache.AdaptiveCacheManager
 
stop() - Method in class org.neo4j.kernel.impl.core.GraphDbModule
 
stop() - Method in class org.neo4j.kernel.impl.core.NodeManager
 
stop() - Method in class org.neo4j.kernel.impl.nioneo.xa.NioNeoDbPersistenceSource
 
stop(BundleContext) - Method in class org.neo4j.kernel.impl.osgi.OSGiActivator
Called whenever the OSGi framework stops our bundle
stop() - Method in class org.neo4j.kernel.impl.persistence.IdGeneratorModule
 
stop() - Method in class org.neo4j.kernel.impl.persistence.PersistenceModule
 
stop() - Method in class org.neo4j.kernel.impl.transaction.AbstractTransactionManager
Stops the transaction manager, performing all implementation specific cleanup.
stop() - Method in class org.neo4j.kernel.impl.transaction.TxManager
 
stop() - Method in class org.neo4j.kernel.impl.transaction.TxModule
 
stopAutoIndexingProperty(String) - Method in interface org.neo4j.graphdb.index.AutoIndexer
Removes the argument from the set of auto indexed properties.
StopEvaluator - Interface in org.neo4j.graphdb
A client hook for evaluating whether the traverser should traverse beyond a specific node.
STORAGE_DIRECTORY - Static variable in class org.neo4j.kernel.Config
Relative path for where the Neo4j storage directory is located
storageFileName - Variable in class org.neo4j.kernel.impl.nioneo.store.CommonAbstractStore
 
store(Map<String, String>, File) - Static method in class org.neo4j.helpers.collection.MapUtil
Stores the data in config into file in a standard java Properties format.
store(Map<String, String>, OutputStream) - Static method in class org.neo4j.helpers.collection.MapUtil
Stores the data in config into stream in a standard java Properties format.
store(Map<String, String>, Writer) - Static method in class org.neo4j.helpers.collection.MapUtil
Stores the data in config into writer in a standard java Properties format.
Store - Interface in org.neo4j.kernel.impl.nioneo.store
Common interface for the node,relationship,property and relationship type stores.
StoreAccess - Class in org.neo4j.kernel.impl.nioneo.store
Not thread safe (since DiffRecordStore is not thread safe), intended for single threaded use.
StoreAccess(String) - Constructor for class org.neo4j.kernel.impl.nioneo.store.StoreAccess
 
StoreAccess(String, Map<Object, Object>) - Constructor for class org.neo4j.kernel.impl.nioneo.store.StoreAccess
 
StoreAccess(AbstractGraphDatabase) - Constructor for class org.neo4j.kernel.impl.nioneo.store.StoreAccess
 
StoreAccess(NeoStore) - Constructor for class org.neo4j.kernel.impl.nioneo.store.StoreAccess
 
StoreAccess(NodeStore, RelationshipStore, PropertyStore, RelationshipTypeStore) - Constructor for class org.neo4j.kernel.impl.nioneo.store.StoreAccess
 
StoreFailureException - Exception in org.neo4j.kernel.impl.nioneo.store
 
StoreFailureException(String) - Constructor for exception org.neo4j.kernel.impl.nioneo.store.StoreFailureException
 
StoreFailureException(Throwable) - Constructor for exception org.neo4j.kernel.impl.nioneo.store.StoreFailureException
 
StoreFailureException(String, Throwable) - Constructor for exception org.neo4j.kernel.impl.nioneo.store.StoreFailureException
 
StoreFiles - Class in org.neo4j.kernel.impl.storemigration
 
StoreFiles() - Constructor for class org.neo4j.kernel.impl.storemigration.StoreFiles
 
storeFilesAtCurrentVersion(File) - Method in class org.neo4j.kernel.impl.storemigration.CurrentDatabase
 
storeFilesUpgradeable(File) - Method in class org.neo4j.kernel.impl.storemigration.UpgradableDatabase
 
StoreId - Class in org.neo4j.kernel.impl.nioneo.store
 
StoreId() - Constructor for class org.neo4j.kernel.impl.nioneo.store.StoreId
 
StoreId(long, long, long) - Constructor for class org.neo4j.kernel.impl.nioneo.store.StoreId
 
StoreMigrationTool - Class in org.neo4j.kernel.impl.storemigration
 
StoreMigrationTool() - Constructor for class org.neo4j.kernel.impl.storemigration.StoreMigrationTool
 
StoreMigrator - Class in org.neo4j.kernel.impl.storemigration
 
StoreMigrator(MigrationProgressMonitor) - Constructor for class org.neo4j.kernel.impl.storemigration.StoreMigrator
 
StoreMigrator.Migration - Class in org.neo4j.kernel.impl.storemigration
 
StoreMigrator.Migration(LegacyStore, NeoStore) - Constructor for class org.neo4j.kernel.impl.storemigration.StoreMigrator.Migration
 
storeStrictly(Map<String, String>, File) - Static method in class org.neo4j.helpers.collection.MapUtil
Stores the data in config into file in a standard java Properties format.
storeStrictly(Map<String, String>, OutputStream) - Static method in class org.neo4j.helpers.collection.MapUtil
Stores the data in config into stream in a standard java Properties format.
storeStrictly(Map<String, String>, Writer) - Static method in class org.neo4j.helpers.collection.MapUtil
Stores the data in config into writer in a standard java Properties format.
StoreUpgrader - Class in org.neo4j.kernel.impl.storemigration
 
StoreUpgrader(Map<?, ?>, UpgradeConfiguration, UpgradableDatabase, StoreMigrator, DatabaseFiles) - Constructor for class org.neo4j.kernel.impl.storemigration.StoreUpgrader
 
StoreUpgrader.UnableToUpgradeException - Exception in org.neo4j.kernel.impl.storemigration
 
StoreUpgrader.UnableToUpgradeException(Exception) - Constructor for exception org.neo4j.kernel.impl.storemigration.StoreUpgrader.UnableToUpgradeException
 
StoreUpgrader.UnableToUpgradeException(String) - Constructor for exception org.neo4j.kernel.impl.storemigration.StoreUpgrader.UnableToUpgradeException
 
STRING_BLOCK_SIZE - Static variable in class org.neo4j.kernel.Config
 
STRING_PROPERTY_STORE_MMAP_SIZE - Static variable in class org.neo4j.kernel.Config
The size to allocate for memory mapping the string property store
StringLogger - Class in org.neo4j.kernel.impl.util
 
stringMap(String...) - Static method in class org.neo4j.helpers.collection.MapUtil
A short-hand method for creating a Map of key/value pairs where both keys and values are Strings.
stringMap(Map<String, String>, String...) - Static method in class org.neo4j.helpers.collection.MapUtil
A short-hand method for creating a Map of key/value pairs where both keys and values are Strings.
StrongReferenceCache<K,V> - Class in org.neo4j.kernel.impl.cache
 
StrongReferenceCache(String) - Constructor for class org.neo4j.kernel.impl.cache.StrongReferenceCache
 
success() - Method in interface org.neo4j.graphdb.Transaction
Marks this transaction as successful, which means that it will be committed upon invocation of Transaction.finish() unless Transaction.failure() has or will be invoked before then.
success() - Method in class org.neo4j.kernel.PlaceboTransaction
 
success() - Method in class org.neo4j.kernel.TopLevelTransaction
 
suspend() - Method in class org.neo4j.kernel.impl.transaction.SpringTransactionManager
 
suspend() - Method in class org.neo4j.kernel.impl.transaction.TxManager
 
switchToLogFile(String) - Method in class org.neo4j.kernel.impl.transaction.TxLog
Switches log file.
SYSTEM - Static variable in class org.neo4j.kernel.impl.util.StringLogger
 

T

textual(PrintStream, long) - Static method in class org.neo4j.helpers.ProgressIndicator.MultiProgress
Returns a simple ProgressIndicator that reports progress by printing to the provided stream.
textual(PrintStream, long) - Static method in class org.neo4j.helpers.ProgressIndicator.SimpleProgress
Returns a simple ProgressIndicator that reports progress by printing to the provided stream.
third() - Method in class org.neo4j.helpers.Triplet
 
time() - Static method in class org.neo4j.helpers.Format
 
time(long) - Static method in class org.neo4j.helpers.Format
 
time(Date) - Static method in class org.neo4j.helpers.Format
 
timestamp(long) - Method in class org.neo4j.kernel.impl.transaction.xaframework.LogEntry
 
toArray() - Method in class org.neo4j.helpers.collection.CollectionWrapper
 
toArray(R[]) - Method in class org.neo4j.helpers.collection.CollectionWrapper
 
toDepth(int) - Static method in class org.neo4j.graphdb.traversal.Evaluators
Returns an Evaluator which includes positions down to depth and prunes everything deeper than that.
TopLevelTransaction - Class in org.neo4j.kernel
 
TopLevelTransaction(TransactionManager) - Constructor for class org.neo4j.kernel.TopLevelTransaction
 
toString() - Method in class org.neo4j.graphdb.DynamicRelationshipType
Returns a string representation of this dynamic relationship type.
toString() - Method in interface org.neo4j.graphdb.Path
Returns a natural string representation of this path.
toString() - Method in class org.neo4j.helpers.Pair
 
toString() - Method in class org.neo4j.helpers.Service
 
toString() - Method in class org.neo4j.helpers.Stats
 
toString() - Method in class org.neo4j.helpers.Triplet
 
toString() - Method in class org.neo4j.kernel.AbstractGraphDatabase
 
toString() - Method in class org.neo4j.kernel.EmbeddedReadOnlyGraphDatabase
 
toString() - Method in class org.neo4j.kernel.impl.batchinsert.BatchInserterImpl
 
toString() - Method in class org.neo4j.kernel.impl.core.NodeManager.IndexLock
 
toString() - Method in class org.neo4j.kernel.impl.nioneo.store.AbstractDynamicStore
 
toString() - Method in class org.neo4j.kernel.impl.nioneo.store.Buffer
 
toString() - Method in class org.neo4j.kernel.impl.nioneo.store.CommonAbstractStore
 
toString() - Method in class org.neo4j.kernel.impl.nioneo.store.DynamicRecord
 
toString() - Method in class org.neo4j.kernel.impl.nioneo.store.IdRange
 
toString() - Method in class org.neo4j.kernel.impl.nioneo.store.NodeRecord
 
toString() - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyBlock
 
toString() - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyIndexRecord
 
toString() - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyRecord
 
toString() - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyStore
 
toString() - Method in class org.neo4j.kernel.impl.nioneo.store.RelationshipRecord
 
toString() - Method in class org.neo4j.kernel.impl.nioneo.store.RelationshipTypeRecord
 
toString() - Method in class org.neo4j.kernel.impl.nioneo.store.StoreId
 
toString() - Method in class org.neo4j.kernel.impl.nioneo.xa.NioNeoDbPersistenceSource
 
toString() - Method in class org.neo4j.kernel.impl.persistence.IdGeneratorModule
 
toString() - Method in class org.neo4j.kernel.impl.storemigration.legacystore.LegacyDynamicRecord
 
toString() - Method in class org.neo4j.kernel.impl.storemigration.legacystore.LegacyPropertyRecord
 
toString() - Method in class org.neo4j.kernel.impl.transaction.TxLog.Record
 
toString() - Method in class org.neo4j.kernel.impl.transaction.xaframework.LogEntry.Command
 
toString() - Method in class org.neo4j.kernel.impl.transaction.xaframework.LogEntry.Done
 
toString() - Method in class org.neo4j.kernel.impl.transaction.xaframework.LogEntry.OnePhaseCommit
 
toString() - Method in class org.neo4j.kernel.impl.transaction.xaframework.LogEntry.Start
 
toString() - Method in class org.neo4j.kernel.impl.transaction.xaframework.LogEntry.TwoPhaseCommit
 
toString() - Method in class org.neo4j.kernel.impl.transaction.xaframework.LogExtractor.TxPosition
 
toString() - Method in class org.neo4j.kernel.impl.transaction.XidImpl
 
toString() - Method in class org.neo4j.kernel.impl.traversal.TraversalPath
 
toString() - Method in class org.neo4j.kernel.impl.util.ArrayMap
 
toString() - Method in class org.neo4j.kernel.impl.util.Bits
A very nice toString, showing each bit, divided into groups of bytes and lines of 8 bytes.
toString() - Method in class org.neo4j.kernel.StandardExpander
 
toString() - Method in class org.neo4j.kernel.Version
 
toString() - Method in class org.neo4j.tooling.wrap.WrappedGraphDatabase
 
toString() - Method in class org.neo4j.tooling.wrap.WrappedIndex
 
total - Variable in class org.neo4j.helpers.Stats
 
Transaction - Interface in org.neo4j.graphdb
A programmatically handled transaction.
TransactionData - Interface in org.neo4j.graphdb.event
Represents the data that has changed during the course of one transaction.
TransactionEventHandler<T> - Interface in org.neo4j.graphdb.event
An event handler interface for Neo4j Transaction events.
TransactionEventsSyncHook - Class in org.neo4j.kernel.impl.core
 
TransactionEventsSyncHook(NodeManager, Collection<TransactionEventHandler<?>>, TransactionManager) - Constructor for class org.neo4j.kernel.impl.core.TransactionEventsSyncHook
 
TransactionFailureException - Exception in org.neo4j.graphdb
Signals that a transaction failed and has been rolled back.
TransactionFailureException(String) - Constructor for exception org.neo4j.graphdb.TransactionFailureException
 
TransactionFailureException(String, Throwable) - Constructor for exception org.neo4j.graphdb.TransactionFailureException
 
TransactionIdFactory - Interface in org.neo4j.kernel.impl.transaction
 
TransactionInfo - Class in org.neo4j.kernel.impl.transaction.xaframework
 
TransactionInfo(int, boolean, long) - Constructor for class org.neo4j.kernel.impl.transaction.xaframework.TransactionInfo
 
TransactionInterceptor - Interface in org.neo4j.kernel.impl.transaction.xaframework
A TransactionInterceptor has the opportunity to perform a check on a transaction before it touches the store and logical log, potentially interrupting the process by throwing an exception.
TransactionInterceptorProvider - Class in org.neo4j.kernel.impl.transaction.xaframework
The basic service implementation for TransactionInterceptorProviders.
TransactionInterceptorProvider(String) - Constructor for class org.neo4j.kernel.impl.transaction.xaframework.TransactionInterceptorProvider
 
TransactionManagerProvider - Class in org.neo4j.kernel.impl.transaction
Hook in the kernel module that providers of TransactionManagers must extend.
TransactionManagerProvider(String) - Constructor for class org.neo4j.kernel.impl.transaction.TransactionManagerProvider
 
TransactionNotAllowedException - Exception in org.neo4j.tooling.wrap
 
TransactionNotAllowedException(RuntimeException) - Constructor for exception org.neo4j.tooling.wrap.TransactionNotAllowedException
 
TransactionNotAllowedException() - Constructor for exception org.neo4j.tooling.wrap.TransactionNotAllowedException
 
transferFrom(ReadableByteChannel, long, long) - Method in class org.neo4j.kernel.impl.util.BufferedFileChannel
 
transferTo(long, long, WritableByteChannel) - Method in class org.neo4j.kernel.impl.util.BufferedFileChannel
 
Traversal - Class in org.neo4j.kernel
A factory for objects regarding traversal of the graph.
Traversal() - Constructor for class org.neo4j.kernel.Traversal
 
Traversal.DefaultPathDescriptor<T extends Path> - Class in org.neo4j.kernel
The default Traversal.PathDescriptor used in common toString() representations in classes implementing Path.
Traversal.DefaultPathDescriptor() - Constructor for class org.neo4j.kernel.Traversal.DefaultPathDescriptor
 
Traversal.PathDescriptor<T extends Path> - Interface in org.neo4j.kernel
Provides hooks to help build a string representation of a Path.
TraversalBranch - Interface in org.neo4j.graphdb.traversal
Represents a position and a RelationshipExpander with a traversal context, for example parent and an iterator of relationships to go next.
TraversalDescription - Interface in org.neo4j.graphdb.traversal
Represents a description of a traversal.
TraversalDescriptionImpl - Class in org.neo4j.kernel.impl.traversal
 
TraversalDescriptionImpl() - Constructor for class org.neo4j.kernel.impl.traversal.TraversalDescriptionImpl
 
TraversalPath - Class in org.neo4j.kernel.impl.traversal
 
TraversalPosition - Interface in org.neo4j.graphdb
Encapsulates information about the current traversal position.
traverse(Traverser.Order, StopEvaluator, ReturnableEvaluator, RelationshipType, Direction) - Method in interface org.neo4j.graphdb.Node
Instantiates a traverser that will start at this node and traverse according to the given order and evaluators along the specified relationship type and direction.
traverse(Traverser.Order, StopEvaluator, ReturnableEvaluator, RelationshipType, Direction, RelationshipType, Direction) - Method in interface org.neo4j.graphdb.Node
Instantiates a traverser that will start at this node and traverse according to the given order and evaluators along the two specified relationship type and direction pairs.
traverse(Traverser.Order, StopEvaluator, ReturnableEvaluator, Object...) - Method in interface org.neo4j.graphdb.Node
Instantiates a traverser that will start at this node and traverse according to the given order and evaluators along the specified relationship type and direction pairs.
traverse(Node) - Method in interface org.neo4j.graphdb.traversal.TraversalDescription
Traverse from startNode based on all the rules and behavior in this description.
traverse(Node, Traverser.Order, StopEvaluator, ReturnableEvaluator, Object...) - Static method in class org.neo4j.kernel.impl.traversal.OldTraverserWrapper
 
traverse(Node) - Method in class org.neo4j.kernel.impl.traversal.TraversalDescriptionImpl
 
traverse(Traverser.Order, StopEvaluator, ReturnableEvaluator, RelationshipType, Direction) - Method in class org.neo4j.tooling.wrap.WrappedNode
 
traverse(Traverser.Order, StopEvaluator, ReturnableEvaluator, RelationshipType, Direction, RelationshipType, Direction) - Method in class org.neo4j.tooling.wrap.WrappedNode
 
traverse(Traverser.Order, StopEvaluator, ReturnableEvaluator, Object...) - Method in class org.neo4j.tooling.wrap.WrappedNode
 
Traverser - Interface in org.neo4j.graphdb.traversal
This interface represents the traverser which is used to step through the results of a traversal.
Traverser - Interface in org.neo4j.graphdb
A traversal in the node space.
Traverser.Order - Enum in org.neo4j.graphdb
Defines a traversal order as used by the traversal framework.
Triplet<T1,T2,T3> - Class in org.neo4j.helpers
Utility to handle triplets of objects.
truncate() - Method in class org.neo4j.kernel.impl.transaction.TxLog
Truncates the file to zero size and sets the record count to zero.
truncate(long) - Method in class org.neo4j.kernel.impl.util.BufferedFileChannel
 
truncateFile(FileChannel, long) - Static method in class org.neo4j.kernel.impl.util.FileUtils
 
truncateFile(File, long) - Static method in class org.neo4j.kernel.impl.util.FileUtils
 
tryLock(String, FileChannel) - Method in interface org.neo4j.kernel.impl.nioneo.store.FileSystemAbstraction
 
tryLock(long, long, boolean) - Method in class org.neo4j.kernel.impl.util.BufferedFileChannel
 
TX_1P_COMMIT - Static variable in class org.neo4j.kernel.impl.transaction.xaframework.LogEntry
 
TX_2P_COMMIT - Static variable in class org.neo4j.kernel.impl.transaction.xaframework.LogEntry
 
TX_DONE - Static variable in class org.neo4j.kernel.impl.transaction.TxLog
 
TX_PREPARE - Static variable in class org.neo4j.kernel.impl.transaction.xaframework.LogEntry
 
TX_START - Static variable in class org.neo4j.kernel.impl.transaction.TxLog
 
TX_START - Static variable in class org.neo4j.kernel.impl.transaction.xaframework.LogEntry
 
txDone(byte[]) - Method in class org.neo4j.kernel.impl.transaction.TxLog
Writes a TX_DONE record to the file.
TxEventSyncHookFactory - Interface in org.neo4j.kernel.impl.core
 
TxHook - Interface in org.neo4j.kernel.impl.transaction
 
TxIdGenerator - Interface in org.neo4j.kernel.impl.transaction.xaframework
 
TxIdGeneratorFactory - Interface in org.neo4j.kernel.impl.transaction.xaframework
 
TxLog - Class in org.neo4j.kernel.impl.transaction
This class is made public for testing purposes only, do not use.
TxLog(String) - Constructor for class org.neo4j.kernel.impl.transaction.TxLog
Initializes a transaction log using filename.
TxLog.Record - Class in org.neo4j.kernel.impl.transaction
Made public for testing only.
TxManager - Class in org.neo4j.kernel.impl.transaction
Public for testing purpose only.
TXMANAGER_IMPLEMENTATION - Static variable in class org.neo4j.kernel.Config
The name of the Transaction Manager service to use as defined in the TM service provider constructor, defaults to native.
TxModule - Class in org.neo4j.kernel.impl.transaction
Can reads a XA data source configuration file and registers all the data sources defined there or be used to manually add XA data sources.
TxModule(String, KernelPanicEventGenerator, TxHook, String) - Constructor for class org.neo4j.kernel.impl.transaction.TxModule
 
TxModule(boolean, KernelPanicEventGenerator) - Constructor for class org.neo4j.kernel.impl.transaction.TxModule
 
txStart(byte[]) - Method in class org.neo4j.kernel.impl.transaction.TxLog
Writes a TX_START record to the file.
TYPE_DESCRIPTOR - Static variable in class org.neo4j.kernel.impl.nioneo.store.DynamicArrayStore
 
TYPE_DESCRIPTOR - Static variable in class org.neo4j.kernel.impl.nioneo.store.DynamicStringStore
 
TYPE_DESCRIPTOR - Static variable in class org.neo4j.kernel.impl.nioneo.store.NeoStore
 
TYPE_DESCRIPTOR - Static variable in class org.neo4j.kernel.impl.nioneo.store.NodeStore
 
TYPE_DESCRIPTOR - Static variable in class org.neo4j.kernel.impl.nioneo.store.PropertyIndexStore
 
TYPE_DESCRIPTOR - Static variable in class org.neo4j.kernel.impl.nioneo.store.PropertyStore
 
TYPE_DESCRIPTOR - Static variable in class org.neo4j.kernel.impl.nioneo.store.RelationshipStore
 
TYPE_DESCRIPTOR - Static variable in class org.neo4j.kernel.impl.nioneo.store.RelationshipTypeStore
 
typeOf(byte) - Static method in enum org.neo4j.kernel.impl.nioneo.store.ShortArray
 
typeOf(Object) - Static method in enum org.neo4j.kernel.impl.nioneo.store.ShortArray
 

U

unacquire(Object, LockManager, LockReleaser) - Method in enum org.neo4j.kernel.impl.transaction.LockType
 
underlyingObjectToObject(U) - Method in class org.neo4j.helpers.collection.CatchingIteratorWrapper
 
underlyingObjectToObject(U) - Method in class org.neo4j.helpers.collection.CollectionWrapper
 
underlyingObjectToObject(U) - Method in class org.neo4j.helpers.collection.IterableWrapper
 
underlyingObjectToObject(U) - Method in class org.neo4j.helpers.collection.IteratorWrapper
 
UnderlyingStorageException - Exception in org.neo4j.kernel.impl.nioneo.store
 
UnderlyingStorageException(String) - Constructor for exception org.neo4j.kernel.impl.nioneo.store.UnderlyingStorageException
 
UnderlyingStorageException(Throwable) - Constructor for exception org.neo4j.kernel.impl.nioneo.store.UnderlyingStorageException
 
UnderlyingStorageException(String, Throwable) - Constructor for exception org.neo4j.kernel.impl.nioneo.store.UnderlyingStorageException
 
UniqueFactory<T extends PropertyContainer> - Class in org.neo4j.graphdb.index
A utility class for creating unique (with regard to a given index) entities.
UniqueFactory.UniqueNodeFactory - Class in org.neo4j.graphdb.index
Implementation of UniqueFactory for Node.
UniqueFactory.UniqueNodeFactory(Index<Node>) - Constructor for class org.neo4j.graphdb.index.UniqueFactory.UniqueNodeFactory
Create a new UniqueFactory for nodes.
UniqueFactory.UniqueNodeFactory(GraphDatabaseService, String) - Constructor for class org.neo4j.graphdb.index.UniqueFactory.UniqueNodeFactory
Create a new UniqueFactory for nodes.
UniqueFactory.UniqueRelationshipFactory - Class in org.neo4j.graphdb.index
Implementation of UniqueFactory for Relationship.
UniqueFactory.UniqueRelationshipFactory(Index<Relationship>) - Constructor for class org.neo4j.graphdb.index.UniqueFactory.UniqueRelationshipFactory
Create a new UniqueFactory for relationships.
UniqueFactory.UniqueRelationshipFactory(GraphDatabaseService, String) - Constructor for class org.neo4j.graphdb.index.UniqueFactory.UniqueRelationshipFactory
Create a new UniqueFactory for relationships.
uniqueness(UniquenessFactory) - Method in interface org.neo4j.graphdb.traversal.TraversalDescription
Sets the UniquenessFactory for creating the UniquenessFilter to use.
uniqueness(UniquenessFactory, Object) - Method in interface org.neo4j.graphdb.traversal.TraversalDescription
Sets the UniquenessFactory for creating the UniquenessFilter to use.
uniqueness(UniquenessFactory) - Method in class org.neo4j.kernel.impl.traversal.TraversalDescriptionImpl
 
uniqueness(UniquenessFactory, Object) - Method in class org.neo4j.kernel.impl.traversal.TraversalDescriptionImpl
 
Uniqueness - Enum in org.neo4j.kernel
Contains some uniqueness modes that are very common in traversals, for example uniqueness of nodes or relationships to visit during a traversal.
UniquenessFactory - Interface in org.neo4j.graphdb.traversal
 
UniquenessFilter - Interface in org.neo4j.graphdb.traversal
 
UNKNOWN_VERSION - Static variable in class org.neo4j.kernel.impl.nioneo.store.CommonAbstractStore
 
unload(S) - Method in class org.neo4j.kernel.KernelExtension
 
unregisterCache(Cache<?, ?>) - Method in class org.neo4j.kernel.impl.cache.AdaptiveCacheManager
 
unregisterDataSource(String) - Method in class org.neo4j.kernel.impl.transaction.XaDataSourceManager
Public for testing purpose.
unregisterKernelEventHandler(KernelEventHandler) - Method in interface org.neo4j.graphdb.GraphDatabaseService
Unregisters handler from the list of kernel event handlers.
unregisterKernelEventHandler(KernelEventHandler) - Method in class org.neo4j.kernel.EmbeddedGraphDatabase
 
unregisterKernelEventHandler(KernelEventHandler) - Method in class org.neo4j.kernel.EmbeddedReadOnlyGraphDatabase
 
unregisterKernelEventHandler(KernelEventHandler) - Method in class org.neo4j.tooling.wrap.WrappedGraphDatabase
 
unregisterTransactionEventHandler(TransactionEventHandler<T>) - Method in interface org.neo4j.graphdb.GraphDatabaseService
Unregisters handler from the list of transaction event handlers.
unregisterTransactionEventHandler(TransactionEventHandler<T>) - Method in class org.neo4j.kernel.EmbeddedGraphDatabase
 
unregisterTransactionEventHandler(TransactionEventHandler<T>) - Method in class org.neo4j.kernel.EmbeddedReadOnlyGraphDatabase
 
unregisterTransactionEventHandler(TransactionEventHandler<T>) - Method in class org.neo4j.tooling.wrap.WrappedGraphDatabase
 
unsetRecovered() - Method in class org.neo4j.kernel.impl.nioneo.store.CommonAbstractStore
 
unsetRecovered() - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyIndexStore
 
unsetRecovered() - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyStore
 
unsetRecovered() - Method in class org.neo4j.kernel.impl.nioneo.store.RelationshipTypeStore
 
update(boolean, long) - Method in class org.neo4j.helpers.ProgressIndicator.SimpleProgress
 
update(boolean, long) - Method in interface org.neo4j.helpers.ProgressIndicator
Update the current progress count for the current source.
updateAnnotationValue(Element, AnnotationMirror, String, String) - Method in class org.neo4j.kernel.impl.annotations.AnnotationProcessor
 
updateHighId() - Method in class org.neo4j.kernel.impl.nioneo.store.CommonAbstractStore
 
updateIdGenerators(NeoStore) - Method in class org.neo4j.kernel.CommonFactories.DefaultIdGeneratorFactory
 
updateIdGenerators(NeoStore) - Method in interface org.neo4j.kernel.IdGeneratorFactory
 
updateIdGenerators() - Method in class org.neo4j.kernel.impl.nioneo.store.NeoStore
 
updateIdGenerators() - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyIndexStore
 
updateIdGenerators() - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyStore
 
updateIdGenerators() - Method in class org.neo4j.kernel.impl.nioneo.store.RelationshipTypeStore
 
updateOrAdd(long, Map<String, Object>) - Method in interface org.neo4j.graphdb.index.BatchInserterIndex
Adds key/value pairs for entity to the index.
updateRecord(DynamicRecord) - Method in class org.neo4j.kernel.impl.nioneo.store.AbstractDynamicStore
 
updateRecord(NodeRecord, boolean) - Method in class org.neo4j.kernel.impl.nioneo.store.NodeStore
 
updateRecord(NodeRecord) - Method in class org.neo4j.kernel.impl.nioneo.store.NodeStore
 
updateRecord(PropertyIndexRecord, boolean) - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyIndexStore
 
updateRecord(PropertyIndexRecord) - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyIndexStore
 
updateRecord(PropertyRecord, boolean) - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyStore
 
updateRecord(PropertyRecord) - Method in class org.neo4j.kernel.impl.nioneo.store.PropertyStore
 
updateRecord(R) - Method in interface org.neo4j.kernel.impl.nioneo.store.RecordStore
 
updateRecord(RelationshipRecord, boolean) - Method in class org.neo4j.kernel.impl.nioneo.store.RelationshipStore
 
updateRecord(RelationshipRecord) - Method in class org.neo4j.kernel.impl.nioneo.store.RelationshipStore
 
updateRecord(RelationshipTypeRecord, boolean) - Method in class org.neo4j.kernel.impl.nioneo.store.RelationshipTypeStore
 
updateRecord(RelationshipTypeRecord) - Method in class org.neo4j.kernel.impl.nioneo.store.RelationshipTypeStore
 
updateSource(RelIdArray) - Method in class org.neo4j.kernel.impl.util.CombinedRelIdIterator
 
updateSource(RelIdArray) - Method in class org.neo4j.kernel.impl.util.RelIdArray.RelIdIteratorImpl
 
updateSource(RelIdArray) - Method in interface org.neo4j.kernel.impl.util.RelIdIterator
 
UpgradableDatabase - Class in org.neo4j.kernel.impl.storemigration
 
UpgradableDatabase() - Constructor for class org.neo4j.kernel.impl.storemigration.UpgradableDatabase
 
UpgradeConfiguration - Interface in org.neo4j.kernel.impl.storemigration
 
upgradeIfNeeded(RelIdArray) - Method in class org.neo4j.kernel.impl.util.RelIdArray
 
upgradeIfNeeded(RelIdArray) - Method in class org.neo4j.kernel.impl.util.RelIdArrayWithLoops
 
UpgradeNotAllowedByConfigurationException - Exception in org.neo4j.kernel.impl.storemigration
 
UpgradeNotAllowedByConfigurationException(String) - Constructor for exception org.neo4j.kernel.impl.storemigration.UpgradeNotAllowedByConfigurationException
 
USE_MEMORY_MAPPED_BUFFERS - Static variable in class org.neo4j.kernel.Config
Tell Neo4j to use memory mapped buffers for accessing the native storage layer
UserTransactionImpl - Class in org.neo4j.kernel.impl.transaction
 
UserTransactionImpl(GraphDatabaseService) - Constructor for class org.neo4j.kernel.impl.transaction.UserTransactionImpl
 
UTF8 - Class in org.neo4j.helpers
Utility class for converting strings to an from UTF-8 encoded bytes.

V

validate() - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaConnectionHelpImpl
Makes sure the resource is enlisted as active in the transaction.
value() - Method in interface org.neo4j.graphdb.event.PropertyEntry
Get the value of the modified property.
value(long) - Method in enum org.neo4j.kernel.impl.nioneo.store.Record
 
valueOf(String) - Static method in enum org.neo4j.graphdb.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neo4j.graphdb.event.ErrorState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neo4j.graphdb.event.KernelEventHandler.ExecutionOrder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neo4j.graphdb.traversal.Evaluation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neo4j.graphdb.Traverser.Order
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neo4j.kernel.CommonBranchOrdering
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neo4j.kernel.IdType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neo4j.kernel.impl.core.NodeManager.CacheType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neo4j.kernel.impl.nioneo.store.LongerShortString
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neo4j.kernel.impl.nioneo.store.OperationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neo4j.kernel.impl.nioneo.store.PropertyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neo4j.kernel.impl.nioneo.store.Record
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neo4j.kernel.impl.nioneo.store.ShortArray
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neo4j.kernel.impl.nioneo.store.ShortString
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neo4j.kernel.impl.storemigration.legacystore.LegacyPropertyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neo4j.kernel.impl.transaction.LockType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neo4j.kernel.impl.util.BufferNumberPutter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neo4j.kernel.impl.util.RelIdArray.DirectionWrapper
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neo4j.kernel.Uniqueness
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.neo4j.graphdb.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neo4j.graphdb.event.ErrorState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neo4j.graphdb.event.KernelEventHandler.ExecutionOrder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neo4j.graphdb.traversal.Evaluation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neo4j.graphdb.Traverser.Order
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neo4j.kernel.CommonBranchOrdering
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neo4j.kernel.IdType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neo4j.kernel.impl.core.NodeManager.CacheType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neo4j.kernel.impl.nioneo.store.LongerShortString
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neo4j.kernel.impl.nioneo.store.OperationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neo4j.kernel.impl.nioneo.store.PropertyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neo4j.kernel.impl.nioneo.store.Record
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neo4j.kernel.impl.nioneo.store.ShortArray
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neo4j.kernel.impl.nioneo.store.ShortString
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neo4j.kernel.impl.storemigration.legacystore.LegacyPropertyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neo4j.kernel.impl.transaction.LockType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.neo4j.kernel.impl.util.ArrayIntSet
 
values() - Method in class org.neo4j.kernel.impl.util.ArrayMap
 
values() - Static method in enum org.neo4j.kernel.impl.util.BufferNumberPutter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neo4j.kernel.impl.util.RelIdArray.DirectionWrapper
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neo4j.kernel.Uniqueness
Returns an array containing the constants of this enum type, in the order they are declared.
verifyCorrectTypeDescriptorAndVersion() - Method in class org.neo4j.kernel.impl.nioneo.store.CommonAbstractStore
 
verifyFileSizeAndTruncate() - Method in class org.neo4j.kernel.impl.nioneo.store.AbstractDynamicStore
 
verifyFileSizeAndTruncate() - Method in class org.neo4j.kernel.impl.nioneo.store.AbstractStore
 
verifyFileSizeAndTruncate() - Method in class org.neo4j.kernel.impl.nioneo.store.CommonAbstractStore
 
version() - Method in class org.neo4j.kernel.KernelData
 
Version - Class in org.neo4j.kernel
 
Version(String, String) - Constructor for class org.neo4j.kernel.Version
 
versionLongToString(long) - Static method in class org.neo4j.kernel.impl.nioneo.store.NeoStore
 
versionStringToLong(String) - Static method in class org.neo4j.kernel.impl.nioneo.store.NeoStore
 
VisibleMigrationProgressMonitor - Class in org.neo4j.kernel.impl.storemigration.monitoring
 
VisibleMigrationProgressMonitor(PrintStream) - Constructor for class org.neo4j.kernel.impl.storemigration.monitoring.VisibleMigrationProgressMonitor
 
visitNode(NodeRecord) - Method in interface org.neo4j.kernel.impl.nioneo.xa.CommandRecordVisitor
 
visitProperty(PropertyRecord) - Method in interface org.neo4j.kernel.impl.nioneo.xa.CommandRecordVisitor
 
visitPropertyIndex(PropertyIndexRecord) - Method in interface org.neo4j.kernel.impl.nioneo.xa.CommandRecordVisitor
 
visitRelationship(RelationshipRecord) - Method in interface org.neo4j.kernel.impl.nioneo.xa.CommandRecordVisitor
 
visitRelationshipType(RelationshipTypeRecord) - Method in interface org.neo4j.kernel.impl.nioneo.xa.CommandRecordVisitor
 

W

warn(Element, String) - Method in class org.neo4j.kernel.impl.annotations.AnnotationProcessor
 
warn(Element, AnnotationMirror, String) - Method in class org.neo4j.kernel.impl.annotations.AnnotationProcessor
 
wasNonClean() - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaLogicalLog
 
WeakLruCache<K,V> - Class in org.neo4j.kernel.impl.cache
 
WeakLruCache(String) - Constructor for class org.neo4j.kernel.impl.cache.WeakLruCache
 
WeakReferenceQueue<K,V> - Class in org.neo4j.kernel.impl.cache
 
WeakReferenceQueue() - Constructor for class org.neo4j.kernel.impl.cache.WeakReferenceQueue
 
WeakValue<K,V> - Class in org.neo4j.kernel.impl.cache
 
WeakValue(K, V, ReferenceQueue<? super V>) - Constructor for class org.neo4j.kernel.impl.cache.WeakValue
 
WeakValue(K, V) - Constructor for class org.neo4j.kernel.impl.cache.WeakValue
 
WindowPoolStats - Class in org.neo4j.kernel.impl.nioneo.store
 
WindowPoolStats(String, long, long, int, int, int, int, int) - Constructor for class org.neo4j.kernel.impl.nioneo.store.WindowPoolStats
 
withCause(T, Throwable) - Static method in class org.neo4j.helpers.Exceptions
 
withName(String) - Static method in class org.neo4j.graphdb.DynamicRelationshipType
Instantiates a new DynamicRelationshipType with the given name.
wrap(Direction) - Static method in class org.neo4j.kernel.impl.util.RelIdArray
 
WrappedGraphDatabase - Class in org.neo4j.tooling.wrap
 
WrappedGraphDatabase(GraphDatabaseService) - Constructor for class org.neo4j.tooling.wrap.WrappedGraphDatabase
 
WrappedIndex<T extends PropertyContainer,I extends ReadableIndex<T>> - Class in org.neo4j.tooling.wrap
 
WrappedIndex.WrappedNodeIndex - Class in org.neo4j.tooling.wrap
 
WrappedIndex.WrappedNodeIndex(WrappedGraphDatabase) - Constructor for class org.neo4j.tooling.wrap.WrappedIndex.WrappedNodeIndex
 
WrappedIndex.WrappedRelationshipIndex - Class in org.neo4j.tooling.wrap
 
WrappedIndex.WrappedRelationshipIndex(WrappedGraphDatabase) - Constructor for class org.neo4j.tooling.wrap.WrappedIndex.WrappedRelationshipIndex
 
WrappedNode<G extends WrappedGraphDatabase> - Class in org.neo4j.tooling.wrap
 
WrappedNode(G) - Constructor for class org.neo4j.tooling.wrap.WrappedNode
 
WrappedRelationship<G extends WrappedGraphDatabase> - Class in org.neo4j.tooling.wrap
 
WrappedRelationship(G) - Constructor for class org.neo4j.tooling.wrap.WrappedRelationship
 
wrapStore(RecordStore<R>) - Method in class org.neo4j.kernel.impl.nioneo.store.StoreAccess
 
write(OutputStream) - Method in class org.neo4j.kernel.impl.osgi.OSGiManifest
 
write(ByteBuffer) - Method in class org.neo4j.kernel.impl.util.BufferedFileChannel
 
write(ByteBuffer[], int, int) - Method in class org.neo4j.kernel.impl.util.BufferedFileChannel
 
write(ByteBuffer, long) - Method in class org.neo4j.kernel.impl.util.BufferedFileChannel
 
write2bLengthAndString(LogBuffer, String) - Static method in class org.neo4j.kernel.impl.util.IoPrimitiveUtils
 
write3bLengthAndString(LogBuffer, String) - Static method in class org.neo4j.kernel.impl.util.IoPrimitiveUtils
 
writeCommand(LogBuffer, int, XaCommand) - Static method in class org.neo4j.kernel.impl.transaction.xaframework.LogIoUtils
 
writeCommand(XaCommand, int) - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaLogicalLog
 
writeCommit(boolean, LogBuffer, int, long, long) - Static method in class org.neo4j.kernel.impl.transaction.xaframework.LogIoUtils
 
writeDone(LogBuffer, int) - Static method in class org.neo4j.kernel.impl.transaction.xaframework.LogIoUtils
 
writeDone(ByteBuffer, int) - Static method in class org.neo4j.kernel.impl.transaction.xaframework.LogIoUtils
 
writeHeader(LogBuffer) - Method in class org.neo4j.kernel.impl.index.IndexCommand
 
writeInt(FileChannel, ByteBuffer, int) - Static method in class org.neo4j.kernel.impl.util.IoPrimitiveUtils
 
writeLatin1Characters(String, Bits) - Static method in enum org.neo4j.kernel.impl.nioneo.store.LongerShortString
 
writeLengthAndString(FileChannel, ByteBuffer, String) - Static method in class org.neo4j.kernel.impl.util.IoPrimitiveUtils
 
writeLogEntry(LogEntry, LogBuffer) - Static method in class org.neo4j.kernel.impl.transaction.xaframework.LogIoUtils
 
writeLogHeader(ByteBuffer, long, long) - Static method in class org.neo4j.kernel.impl.transaction.xaframework.LogIoUtils
 
writeMap(FileChannel, ByteBuffer, Map<String, String>) - Static method in class org.neo4j.kernel.impl.util.IoPrimitiveUtils
 
writeOut() - Method in class org.neo4j.kernel.impl.transaction.xaframework.DirectMappedLogBuffer
 
writeOut() - Method in class org.neo4j.kernel.impl.transaction.xaframework.InMemoryLogBuffer
 
writeOut() - Method in interface org.neo4j.kernel.impl.transaction.xaframework.LogBuffer
Makes sure the data added to this buffer is written out to the underlying file.
writeOut() - Method in class org.neo4j.kernel.impl.transaction.xaframework.NullLogBuffer
 
writePrepare(LogBuffer, int, long) - Static method in class org.neo4j.kernel.impl.transaction.xaframework.LogIoUtils
 
writeProperties(List<Pair<Integer, Object>>) - Method in class org.neo4j.kernel.impl.storemigration.PropertyWriter
Transforms a mapping of key index ids to values into a property chain.
writeStart(LogBuffer, int, Xid, int, int, long) - Static method in class org.neo4j.kernel.impl.transaction.xaframework.LogIoUtils
 
writeStartEntry(int) - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaLogicalLog
 
writeToFile(LogBuffer) - Method in class org.neo4j.kernel.impl.index.IndexCommand.AddRelationshipCommand
 
writeToFile(LogBuffer) - Method in class org.neo4j.kernel.impl.index.IndexCommand.CreateCommand
 
writeToFile(LogBuffer) - Method in class org.neo4j.kernel.impl.index.IndexCommand.DeleteCommand
 
writeToFile(LogBuffer) - Method in class org.neo4j.kernel.impl.index.IndexCommand
 
writeToFile(LogBuffer) - Method in class org.neo4j.kernel.impl.index.IndexDefineCommand
 
writeToFile(LogBuffer) - Method in class org.neo4j.kernel.impl.transaction.xaframework.XaCommand
When a command is added to a transaction (usually when it is created) it must be written to the XaLogicalLog.
WriteTransaction - Class in org.neo4j.kernel.impl.nioneo.xa
Transaction containing commands reflecting the operations performed in the transaction.

X

XaCommand - Class in org.neo4j.kernel.impl.transaction.xaframework
A command is part of the work done during a transaction towards a XA resource.
XaCommand() - Constructor for class org.neo4j.kernel.impl.transaction.xaframework.XaCommand
 
XaCommandFactory - Class in org.neo4j.kernel.impl.transaction.xaframework
During recovery (after system crash) the XaLogicalLog will examine the the logical log and re-create any transaction that didn't complete.
XaCommandFactory() - Constructor for class org.neo4j.kernel.impl.transaction.xaframework.XaCommandFactory
 
XaConnection - Interface in org.neo4j.kernel.impl.transaction.xaframework
XaConnection holds the XAResource used by the transaction manager to control the work done on the resource in a global transaction.
XaConnectionHelpImpl - Class in org.neo4j.kernel.impl.transaction.xaframework
XaConnectionHelpImpl helps with basic implementation that is needed to fit a non XA compatible resource in the xaframework.
XaConnectionHelpImpl(XaResourceManager) - Constructor for class org.neo4j.kernel.impl.transaction.xaframework.XaConnectionHelpImpl
 
XaContainer - Class in org.neo4j.kernel.impl.transaction.xaframework
This is a wrapper class containing the logical log, command factory, transaction factory and resource manager.
XaDataSource - Class in org.neo4j.kernel.impl.transaction.xaframework
XaDataSource is as a factory for creating XaConnections.
XaDataSource(Map<?, ?>) - Constructor for class org.neo4j.kernel.impl.transaction.xaframework.XaDataSource
Constructor used by the Neo4j kernel to create datasources.
XaDataSourceManager - Class in org.neo4j.kernel.impl.transaction
All datasources that have been defined in the XA data source configuration file or manually added will be created and registered here.
XaLogicalLog - Class in org.neo4j.kernel.impl.transaction.xaframework
XaLogicalLog is a transaction and logical log combined.
XaLogicalLog.LogDeserializer - Class in org.neo4j.kernel.impl.transaction.xaframework
 
XaLogicalLog.LogDeserializer(ReadableByteChannel) - Constructor for class org.neo4j.kernel.impl.transaction.xaframework.XaLogicalLog.LogDeserializer
 
XaResource - Interface in org.neo4j.kernel.impl.transaction.xaframework
 
XaResourceHelpImpl - Class in org.neo4j.kernel.impl.transaction.xaframework
Help implementation of the XAResource interface.
XaResourceHelpImpl(XaResourceManager, byte[]) - Constructor for class org.neo4j.kernel.impl.transaction.xaframework.XaResourceHelpImpl
 
XaResourceManager - Class in org.neo4j.kernel.impl.transaction.xaframework
 
XaTransaction - Class in org.neo4j.kernel.impl.transaction.xaframework
XaTransaction holds all the commands that participate in the transaction and then either rollbacks or commits them.
XaTransaction(int, XaLogicalLog) - Constructor for class org.neo4j.kernel.impl.transaction.xaframework.XaTransaction
 
XaTransactionFactory - Class in org.neo4j.kernel.impl.transaction.xaframework
Factory for creating XaTransactions used during recovery.
XaTransactionFactory() - Constructor for class org.neo4j.kernel.impl.transaction.xaframework.XaTransactionFactory
 
XidImpl - Class in org.neo4j.kernel.impl.transaction
 
XidImpl(byte[], byte[]) - Constructor for class org.neo4j.kernel.impl.transaction.XidImpl
 
XidImpl(byte[], byte[], int) - Constructor for class org.neo4j.kernel.impl.transaction.XidImpl
 

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

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