- cancel() - Method in interface org.neo4j.helpers.Cancelable
-
- cancel(boolean) - Method in class org.neo4j.helpers.FutureAdapter
-
- cancel() - Method in class org.neo4j.helpers.TaskCoordinator
-
- Cancelable - Interface in org.neo4j.helpers
-
- CancellationRequest - Interface in org.neo4j.helpers
-
Represents the concept of a cancellation notification towards a task.
- cancellationRequested() - Method in interface org.neo4j.helpers.CancellationRequest
-
- changedProperties() - Method in interface org.neo4j.storageengine.api.txstate.PropertyContainerState
-
- changedProperties() - Method in class org.neo4j.storageengine.api.txstate.PropertyContainerState.EmptyPropertyContainerState
-
- changes() - Method in class org.neo4j.unsafe.batchinsert.internal.DirectRecordAccess
-
- changeSize() - Method in class org.neo4j.unsafe.batchinsert.internal.DirectRecordAccess
-
- changeSize() - Method in class org.neo4j.unsafe.batchinsert.internal.DirectRecordAccessSet
-
- check() - Method in interface org.neo4j.procedure.TerminationGuard
-
Check that the surrounding executing query has not yet been terminated or timed out.
- check_point_interval_time - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
-
- check_point_interval_tx - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
-
- check_point_iops_limit - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
-
- clearBufferedIds() - Method in interface org.neo4j.storageengine.api.StorageEngine
-
Deprecated.
- clientNames - Static variable in class org.neo4j.udc.UsageDataKeys
-
Self-reported names of clients connecting to us.
- Clock - Interface in org.neo4j.helpers
-
- clone(Object) - Static method in class org.neo4j.helpers.ArrayUtil
-
- clone() - Method in interface org.neo4j.helpers.CloneableInPublic
-
- CloneableInPublic - Interface in org.neo4j.helpers
-
- close() - Method in interface org.neo4j.helpers.TaskControl
-
- close() - Method in interface org.neo4j.storageengine.api.StorageStatement
-
Closes this statement so that it can no longer be used nor
acquired
.
- close() - Method in class org.neo4j.storageengine.api.txstate.TxStateVisitor.Adapter
-
- close() - Method in interface org.neo4j.storageengine.api.txstate.TxStateVisitor
-
- close() - Method in class org.neo4j.storageengine.api.txstate.TxStateVisitor.Delegator
-
- close() - Method in class org.neo4j.unsafe.batchinsert.internal.DirectRecordAccess
-
- close() - Method in class org.neo4j.unsafe.batchinsert.internal.DirectRecordAccessSet
-
- CommandCreationContext - Interface in org.neo4j.storageengine.api
-
A context which
StorageEngine
hands out to clients and which gets passed back in
to calls about creating commands.
- CommandReader - Interface in org.neo4j.storageengine.api
-
- CommandReaderFactory - Interface in org.neo4j.storageengine.api
-
- commandReaderFactory() - Method in interface org.neo4j.storageengine.api.StorageEngine
-
- CommandsToApply - Interface in org.neo4j.storageengine.api
-
- CommandStream - Interface in org.neo4j.storageengine.api
-
A stream of commands from one or more transactions, that can be serialized to a transaction log or applied to a
store.
- commit() - Method in class org.neo4j.unsafe.batchinsert.internal.DirectRecordAccess
-
- commit() - Method in class org.neo4j.unsafe.batchinsert.internal.DirectRecordAccessSet
-
- completePart(String) - Method in class org.neo4j.helpers.progress.Indicator
-
- completePart(String) - Method in class org.neo4j.helpers.progress.Indicator.Decorator
-
- completeProcess() - Method in class org.neo4j.helpers.progress.Indicator
-
- completeProcess() - Method in class org.neo4j.helpers.progress.Indicator.Decorator
-
- Completion - Class in org.neo4j.helpers.progress
-
- Completion() - Constructor for class org.neo4j.helpers.progress.Completion
-
- concat(T, T...) - Static method in class org.neo4j.helpers.ArrayUtil
-
Create an array from a single first item and additional items following it.
- concat(T[], T...) - Static method in class org.neo4j.helpers.ArrayUtil
-
Create a array from a existing array and additional items following it.
- Connector(String, String) - Constructor for class org.neo4j.graphdb.factory.GraphDatabaseSettings.Connector
-
- constraintExists(ConstraintDescriptor) - Method in interface org.neo4j.storageengine.api.StoreReadLayer
-
- constraintIndexesCreatedInTx() - Method in interface org.neo4j.storageengine.api.txstate.ReadableTransactionState
-
- constraintsChanges() - Method in interface org.neo4j.storageengine.api.txstate.ReadableTransactionState
-
- constraintsChangesForLabel(int) - Method in interface org.neo4j.storageengine.api.txstate.ReadableTransactionState
-
- constraintsChangesForRelationshipType(int) - Method in interface org.neo4j.storageengine.api.txstate.ReadableTransactionState
-
- constraintsChangesForSchema(SchemaDescriptor) - Method in interface org.neo4j.storageengine.api.txstate.ReadableTransactionState
-
- constraintsGetAll() - Method in interface org.neo4j.storageengine.api.StoreReadLayer
-
- constraintsGetForLabel(int) - Method in interface org.neo4j.storageengine.api.StoreReadLayer
-
- constraintsGetForRelationshipType(int) - Method in interface org.neo4j.storageengine.api.StoreReadLayer
-
- constraintsGetForSchema(SchemaDescriptor) - Method in interface org.neo4j.storageengine.api.StoreReadLayer
-
- contains(T[], T) - Static method in class org.neo4j.helpers.ArrayUtil
-
Check if array contains item.
- contains(T[], int, T) - Static method in class org.neo4j.helpers.ArrayUtil
-
Check if array contains item.
- containsAll(T[], T[]) - Static method in class org.neo4j.helpers.ArrayUtil
-
Count items from a different array contained in an array.
- Context - Annotation Type in org.neo4j.procedure
-
This marks a field in a class with
Procedure
methods as part of the context the procedure is invoked in.
- countIndexedNodes(long, Value...) - Method in interface org.neo4j.storageengine.api.schema.IndexReader
-
- counts_store_rotation_timeout - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
-
- countsForNode(int) - Method in interface org.neo4j.storageengine.api.StoreReadLayer
-
Returns number of stored nodes labeled with the label represented by labelId
.
- countsForRelationship(int, int, int) - Method in interface org.neo4j.storageengine.api.StoreReadLayer
-
Returns number of stored relationships of a certain typeId
whose start/end nodes are labeled
with the startLabelId
and endLabelId
respectively.
- create(long, ADDITIONAL) - Method in class org.neo4j.unsafe.batchinsert.internal.DirectRecordAccess
-
- createCommands(Collection<StorageCommand>, ReadableTransactionState, StorageStatement, ResourceLocker, long) - Method in interface org.neo4j.storageengine.api.StorageEngine
-
Generates a list of
commands
representing the changes in the given transaction state
(
state
.
- createDeferredConstraint(Label) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
-
Returns a ConstraintCreator
where details about the constraint can be
specified.
- createDeferredConstraint(Label) - Method in class org.neo4j.unsafe.batchinsert.internal.BatchInserterImpl
-
- createDeferredConstraint(Label) - Method in class org.neo4j.unsafe.batchinsert.internal.FileSystemClosingBatchInserter
-
- createDeferredSchemaIndex(Label) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
-
Returns an IndexCreator
where details about the index to create can be
specified.
- createDeferredSchemaIndex(Label) - Method in class org.neo4j.unsafe.batchinsert.internal.BatchInserterImpl
-
- createDeferredSchemaIndex(Label) - Method in class org.neo4j.unsafe.batchinsert.internal.FileSystemClosingBatchInserter
-
- createNode(Map<String, Object>, Label...) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
-
Creates a node assigning next available id to id and also adds any
properties supplied.
- createNode(long, Map<String, Object>, Label...) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
-
Creates a node with supplied id and properties.
- createNode(Map<String, Object>, Label...) - Method in class org.neo4j.unsafe.batchinsert.internal.BatchInserterImpl
-
- createNode(long, Map<String, Object>, Label...) - Method in class org.neo4j.unsafe.batchinsert.internal.BatchInserterImpl
-
- createNode(Map<String, Object>, Label...) - Method in class org.neo4j.unsafe.batchinsert.internal.FileSystemClosingBatchInserter
-
- createNode(long, Map<String, Object>, Label...) - Method in class org.neo4j.unsafe.batchinsert.internal.FileSystemClosingBatchInserter
-
- createRelationship(long, long, RelationshipType, Map<String, Object>) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
-
Creates a relationship between two nodes of a specific type.
- createRelationship(long, long, RelationshipType, Map<String, Object>) - Method in class org.neo4j.unsafe.batchinsert.internal.BatchInserterImpl
-
- createRelationship(long, long, RelationshipType, Map<String, Object>) - Method in class org.neo4j.unsafe.batchinsert.internal.FileSystemClosingBatchInserter
-
- createSampler() - Method in interface org.neo4j.storageengine.api.schema.IndexReader
-
- csv_legacy_quote_escaping - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
-
- currentTimeMillis() - Method in interface org.neo4j.helpers.Clock
-
Deprecated.
- cypher_compiler_tracing - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
-
- cypher_hints_error - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
-
- cypher_idp_solver_duration_threshold - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
-
- cypher_idp_solver_table_threshold - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
-
- cypher_min_replan_interval - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
-
- cypher_parser_version - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
-
- cypher_planner - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
-
- cypher_runtime - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
-
- gc_monitor_block_threshold - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
-
- gc_monitor_interval - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
-
- generateName(long, Class<? extends SchemaRule>) - Static method in class org.neo4j.storageengine.api.schema.SchemaRule
-
- get(String) - Method in class org.neo4j.helpers.Args
-
Get a config option by name.
- get(String, String) - Method in class org.neo4j.helpers.Args
-
- get(String, String, String) - Method in class org.neo4j.helpers.Args
-
- get() - Method in class org.neo4j.helpers.FailableConcurrentTransfer
-
- get() - Method in class org.neo4j.helpers.FutureAdapter.Present
-
- get(long, TimeUnit) - Method in class org.neo4j.helpers.FutureAdapter.Present
-
- get() - Method in class org.neo4j.helpers.Reference
-
- get() - Method in interface org.neo4j.storageengine.api.ReadableChannel
-
- get(byte[], int) - Method in interface org.neo4j.storageengine.api.ReadableChannel
-
Reads the next length
bytes from this channel and puts them into bytes
.
- get(UsageDataKey<T>) - Method in class org.neo4j.udc.UsageData
-
- get(String, Object) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserterIndex
-
Returns exact matches from this index, given the key/value pair.
- getAdded() - Method in class org.neo4j.storageengine.api.txstate.ReadableDiffSets.Empty
-
- getAdded() - Method in class org.neo4j.storageengine.api.txstate.ReadableRelationshipDiffSets.Empty
-
- getAdded() - Method in interface org.neo4j.storageengine.api.txstate.SuperReadableDiffSets
-
- getAddedProperty(int) - Method in class org.neo4j.storageengine.api.txstate.PropertyContainerState.EmptyPropertyContainerState
-
- getAddedProperty(int) - Method in interface org.neo4j.storageengine.api.txstate.PropertyContainerState
-
- getAddedRelationships(Direction) - Method in interface org.neo4j.storageengine.api.txstate.NodeState
-
- getAddedRelationships(Direction, int[]) - Method in interface org.neo4j.storageengine.api.txstate.NodeState
-
- getBoolean(String) - Method in class org.neo4j.helpers.Args
-
- getBoolean(String, Boolean) - Method in class org.neo4j.helpers.Args
-
- getBoolean(String, Boolean, Boolean) - Method in class org.neo4j.helpers.Args
-
Parses a boolean
argument.
- getChangedProperty(int) - Method in class org.neo4j.storageengine.api.txstate.PropertyContainerState.EmptyPropertyContainerState
-
- getChangedProperty(int) - Method in interface org.neo4j.storageengine.api.txstate.PropertyContainerState
-
- getCompleted() - Method in class org.neo4j.storageengine.api.schema.PopulationProgress
-
- getDouble() - Method in interface org.neo4j.storageengine.api.ReadableChannel
-
- getDuration(String, long) - Method in class org.neo4j.helpers.Args
-
- getEdition() - Method in class org.neo4j.graphdb.factory.GraphDatabaseFactory
-
- getEndNode() - Method in class org.neo4j.unsafe.batchinsert.BatchRelationship
-
- getEnum(Class<T>, String, T) - Method in class org.neo4j.helpers.Args
-
- getFileSystem() - Method in class org.neo4j.unsafe.batchinsert.internal.FileSystemClosingBatchInserter
-
- getFloat() - Method in interface org.neo4j.storageengine.api.ReadableChannel
-
- getFreshIndexReader(IndexDescriptor) - Method in interface org.neo4j.storageengine.api.StorageStatement
-
Returns an
IndexReader
for searching entity ids given property values.
- getHost() - Method in class org.neo4j.helpers.HostnamePort
-
The host part, or null
if not given.
- getHost(String) - Method in class org.neo4j.helpers.HostnamePort
-
- getHostAddress(String, String) - Static method in class org.neo4j.helpers.HostnamePort
-
- getHostname() - Method in class org.neo4j.helpers.SocketAddress
-
Hostname or IP address; we don't care.
- getId() - Method in class org.neo4j.storageengine.api.schema.SchemaRule
-
The persistence id for this rule.
- getId() - Method in interface org.neo4j.storageengine.api.txstate.NodeState
-
- getId() - Method in interface org.neo4j.storageengine.api.txstate.RelationshipState
-
- getId() - Method in class org.neo4j.unsafe.batchinsert.BatchRelationship
-
- getIdGeneratorFactory() - Method in class org.neo4j.unsafe.batchinsert.internal.BatchInserterImpl
-
- getIfLoaded(long) - Method in class org.neo4j.unsafe.batchinsert.internal.DirectRecordAccess
-
- getIndexReader(IndexDescriptor) - Method in interface org.neo4j.storageengine.api.StorageStatement
-
Returns an
IndexReader
for searching entity ids given property values.
- getIndexStore() - Method in class org.neo4j.unsafe.batchinsert.internal.BatchInserterImpl
-
- getIndexStore() - Method in class org.neo4j.unsafe.batchinsert.internal.FileSystemClosingBatchInserter
-
- getIndexStore() - Method in interface org.neo4j.unsafe.batchinsert.internal.IndexConfigStoreProvider
-
- getInt() - Method in interface org.neo4j.storageengine.api.ReadableChannel
-
- getKernelExtension() - Method in class org.neo4j.graphdb.factory.GraphDatabaseFactoryState
-
- getKeys() - Method in class org.neo4j.helpers.Service
-
- getLabelingType() - Method in enum org.neo4j.storageengine.api.EntityType
-
- getLabelScanReader() - Method in interface org.neo4j.storageengine.api.StorageStatement
-
- getLabelTokenChanges() - Method in class org.neo4j.unsafe.batchinsert.internal.DirectRecordAccessSet
-
- getLong() - Method in interface org.neo4j.storageengine.api.ReadableChannel
-
- getName() - Method in class org.neo4j.storageengine.api.schema.SchemaRule
-
- getNodeLabels(long) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
-
- getNodeLabels(long) - Method in class org.neo4j.unsafe.batchinsert.internal.BatchInserterImpl
-
- getNodeLabels(long) - Method in class org.neo4j.unsafe.batchinsert.internal.FileSystemClosingBatchInserter
-
- getNodeProperties(long) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
-
Returns a map containing all the properties of this node.
- getNodeProperties(long) - Method in class org.neo4j.unsafe.batchinsert.internal.BatchInserterImpl
-
- getNodeProperties(long) - Method in class org.neo4j.unsafe.batchinsert.internal.FileSystemClosingBatchInserter
-
- getNodeRecords() - Method in class org.neo4j.unsafe.batchinsert.internal.DirectRecordAccessSet
-
- getNodeState(long) - Method in interface org.neo4j.storageengine.api.txstate.ReadableTransactionState
-
- getNumber(String, Number) - Method in class org.neo4j.helpers.Args
-
- getOrCreateSchemaDependantState(Class<T>, Function<StoreReadLayer, T>) - Method in interface org.neo4j.storageengine.api.StoreReadLayer
-
- getOrLoad(long, ADDITIONAL) - Method in class org.neo4j.unsafe.batchinsert.internal.DirectRecordAccess
-
- getPort() - Method in class org.neo4j.helpers.HostnamePort
-
The first port, or 0 if no port was given.
- getPort() - Method in class org.neo4j.helpers.SocketAddress
-
- getPorts() - Method in class org.neo4j.helpers.HostnamePort
-
The port range as two ints.
- getPropertyKeyTokenChanges() - Method in class org.neo4j.unsafe.batchinsert.internal.DirectRecordAccessSet
-
- getPropertyRecords() - Method in class org.neo4j.unsafe.batchinsert.internal.DirectRecordAccessSet
-
- getRelationshipById(long) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
-
Gets a relationship by id.
- getRelationshipById(long) - Method in class org.neo4j.unsafe.batchinsert.internal.BatchInserterImpl
-
- getRelationshipById(long) - Method in class org.neo4j.unsafe.batchinsert.internal.FileSystemClosingBatchInserter
-
- getRelationshipIds(long) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
-
Returns an iterable over all the relationship ids connected to node with
supplied id.
- getRelationshipIds(long) - Method in class org.neo4j.unsafe.batchinsert.internal.BatchInserterImpl
-
- getRelationshipIds(long) - Method in class org.neo4j.unsafe.batchinsert.internal.FileSystemClosingBatchInserter
-
- getRelationshipProperties(long) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
-
Returns a map containing all the properties of the relationships.
- getRelationshipProperties(long) - Method in class org.neo4j.unsafe.batchinsert.internal.BatchInserterImpl
-
- getRelationshipProperties(long) - Method in class org.neo4j.unsafe.batchinsert.internal.FileSystemClosingBatchInserter
-
- getRelationships(long) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
-
Returns an iterable of
relationships
connected
to the node with supplied id.
- getRelationships(long) - Method in class org.neo4j.unsafe.batchinsert.internal.BatchInserterImpl
-
- getRelationships(long) - Method in class org.neo4j.unsafe.batchinsert.internal.FileSystemClosingBatchInserter
-
- getRelationshipState(long) - Method in interface org.neo4j.storageengine.api.txstate.ReadableTransactionState
-
- getRelationshipTypeTokenChanges() - Method in class org.neo4j.unsafe.batchinsert.internal.DirectRecordAccessSet
-
- getRelGroupRecords() - Method in class org.neo4j.unsafe.batchinsert.internal.DirectRecordAccessSet
-
- getRelRecords() - Method in class org.neo4j.unsafe.batchinsert.internal.DirectRecordAccessSet
-
- getRemoved() - Method in class org.neo4j.storageengine.api.txstate.ReadableDiffSets.Empty
-
- getRemoved() - Method in class org.neo4j.storageengine.api.txstate.ReadableRelationshipDiffSets.Empty
-
- getRemoved() - Method in interface org.neo4j.storageengine.api.txstate.SuperReadableDiffSets
-
- getSchemaRuleChanges() - Method in class org.neo4j.unsafe.batchinsert.internal.DirectRecordAccessSet
-
- getShort() - Method in interface org.neo4j.storageengine.api.ReadableChannel
-
- getStartNode() - Method in class org.neo4j.unsafe.batchinsert.BatchRelationship
-
- getStoreDir() - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
-
Returns the path to this Neo4j store.
- getStoreDir() - Method in class org.neo4j.unsafe.batchinsert.internal.BatchInserterImpl
-
- getStoreDir() - Method in class org.neo4j.unsafe.batchinsert.internal.FileSystemClosingBatchInserter
-
- getTotal() - Method in class org.neo4j.storageengine.api.schema.PopulationProgress
-
- getType() - Method in class org.neo4j.unsafe.batchinsert.BatchRelationship
-
- GraphDatabaseBuilder - Class in org.neo4j.graphdb.factory
-
Builder for GraphDatabaseService
s that allows for setting and loading
configuration.
- GraphDatabaseBuilder(GraphDatabaseBuilder.DatabaseCreator) - Constructor for class org.neo4j.graphdb.factory.GraphDatabaseBuilder
-
- GraphDatabaseBuilder.DatabaseCreator - Interface in org.neo4j.graphdb.factory
-
- GraphDatabaseBuilder.Delegator - Class in org.neo4j.graphdb.factory
-
- GraphDatabaseFactory - Class in org.neo4j.graphdb.factory
-
Creates a GraphDatabaseService
with Community Edition features.
- GraphDatabaseFactory() - Constructor for class org.neo4j.graphdb.factory.GraphDatabaseFactory
-
- GraphDatabaseFactoryState - Class in org.neo4j.graphdb.factory
-
- GraphDatabaseFactoryState() - Constructor for class org.neo4j.graphdb.factory.GraphDatabaseFactoryState
-
- GraphDatabaseFactoryState(GraphDatabaseFactoryState) - Constructor for class org.neo4j.graphdb.factory.GraphDatabaseFactoryState
-
- GraphDatabaseSettings - Class in org.neo4j.graphdb.factory
-
Settings for Neo4j.
- GraphDatabaseSettings() - Constructor for class org.neo4j.graphdb.factory.GraphDatabaseSettings
-
- GraphDatabaseSettings.BoltConnector - Class in org.neo4j.graphdb.factory
-
Deprecated.
- GraphDatabaseSettings.BoltConnector.EncryptionLevel - Enum in org.neo4j.graphdb.factory
-
Deprecated.
- GraphDatabaseSettings.Connector - Class in org.neo4j.graphdb.factory
-
DEPRECATED: Use Connector
instead.
- GraphDatabaseSettings.Connector.ConnectorType - Enum in org.neo4j.graphdb.factory
-
- GraphDatabaseSettings.LabelIndex - Enum in org.neo4j.graphdb.factory
-
- graphGetAllProperties() - Method in interface org.neo4j.storageengine.api.StoreReadLayer
-
- graphGetProperty(int) - Method in interface org.neo4j.storageengine.api.StoreReadLayer
-
- graphGetPropertyKeys() - Method in interface org.neo4j.storageengine.api.StoreReadLayer
-
- group - Variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings.Connector
-
- read(ReadableChannel) - Method in interface org.neo4j.storageengine.api.CommandReader
-
- read_only - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
-
- ReadableChannel - Interface in org.neo4j.storageengine.api
-
Represents a channel from where primitive values can be read.
- ReadableDiffSets<T> - Interface in org.neo4j.storageengine.api.txstate
-
- ReadableDiffSets.Empty<T> - Class in org.neo4j.storageengine.api.txstate
-
- ReadableRelationshipDiffSets<T> - Interface in org.neo4j.storageengine.api.txstate
-
- ReadableRelationshipDiffSets.Empty<T> - Class in org.neo4j.storageengine.api.txstate
-
- ReadableTransactionState - Interface in org.neo4j.storageengine.api.txstate
-
This interface contains the methods for reading transaction state from the transaction state.
- ReadPastEndException - Exception in org.neo4j.storageengine.api
-
- rebuild_idgenerators_fast - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
-
- record_format - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
-
- record_id_batch_size - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
-
- recordCursors() - Method in interface org.neo4j.storageengine.api.StorageStatement
-
Access to low level record cursors
- recordSize() - Method in class org.neo4j.storageengine.api.StoreFileMetadata
-
- Reference<T> - Class in org.neo4j.helpers
-
- Reference(T) - Constructor for class org.neo4j.helpers.Reference
-
- registerDiagnostics(DiagnosticsManager) - Method in interface org.neo4j.storageengine.api.StorageEngine
-
Registers diagnostics about the storage onto DiagnosticsManager
.
- relationship_auto_indexing - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
-
Deprecated.
- relationship_keys_indexable - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
-
Deprecated.
- relationshipGetProperties(StorageStatement, RelationshipItem, AssertOpen) - Method in interface org.neo4j.storageengine.api.StoreReadLayer
-
- relationshipGetProperty(StorageStatement, RelationshipItem, int, AssertOpen) - Method in interface org.neo4j.storageengine.api.StoreReadLayer
-
- relationshipHasProperty(long, String) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
-
Returns true iff the relationship with id relationship
has a
property with name propertyName
.
- relationshipHasProperty(long, String) - Method in class org.neo4j.unsafe.batchinsert.internal.BatchInserterImpl
-
- relationshipHasProperty(long, String) - Method in class org.neo4j.unsafe.batchinsert.internal.FileSystemClosingBatchInserter
-
- relationshipIndex(String, Map<String, String>) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserterIndexProvider
-
Returns a
BatchInserterIndex
for
Relationship
s for the
name
indexName
with the given
config
.
- relationshipIsAddedInThisTx(long) - Method in interface org.neo4j.storageengine.api.txstate.ReadableTransactionState
-
- relationshipIsDeletedInThisTx(long) - Method in interface org.neo4j.storageengine.api.txstate.ReadableTransactionState
-
- RelationshipItem - Interface in org.neo4j.storageengine.api
-
Represents a single relationship from a cursor.
- relationshipsGetAll() - Method in interface org.neo4j.storageengine.api.StoreReadLayer
-
- relationshipsGetAllCursor() - Method in interface org.neo4j.storageengine.api.StorageStatement
-
- relationshipsGetCount() - Method in interface org.neo4j.storageengine.api.StoreReadLayer
-
- RelationshipState - Interface in org.neo4j.storageengine.api.txstate
-
Represents the transactional changes to a relationship.
- relationshipTypeCount() - Method in interface org.neo4j.storageengine.api.StoreReadLayer
-
- relationshipTypeGetAllTokens() - Method in interface org.neo4j.storageengine.api.StoreReadLayer
-
- relationshipTypeGetForName(String) - Method in interface org.neo4j.storageengine.api.StoreReadLayer
-
- relationshipTypeGetName(int) - Method in interface org.neo4j.storageengine.api.StoreReadLayer
-
- relationshipTypeGetOrCreateForName(String) - Method in interface org.neo4j.storageengine.api.StoreReadLayer
-
Gets relationship type token id for the given relationshipTypeName
, or creates one if there is no
existing relationship type with the given name.
- relationshipTypes(StorageStatement, NodeItem) - Method in interface org.neo4j.storageengine.api.StoreReadLayer
-
- relationshipTypes() - Method in interface org.neo4j.storageengine.api.txstate.NodeState
-
- relationshipVisit(long, RelationshipVisitor<EXCEPTION>) - Method in interface org.neo4j.storageengine.api.StoreReadLayer
-
Visits data about a relationship.
- relationshipVisit(long, RelationshipVisitor<EX>) - Method in interface org.neo4j.storageengine.api.txstate.ReadableTransactionState
-
- release() - Method in interface org.neo4j.storageengine.api.StorageStatement
-
Releases this statement so that it can later be
acquired
again.
- release_schema_lock_while_building_constraint - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
-
- releaseNode(long) - Method in interface org.neo4j.storageengine.api.StoreReadLayer
-
Releases a previously
reserved
node id if it turns out to not actually being used,
for example in the event of a transaction rolling back.
- releaseRelationship(long) - Method in interface org.neo4j.storageengine.api.StoreReadLayer
-
Releases a previously
reserved
relationship id if it turns out to not
actually being used, for example in the event of a transaction rolling back.
- remove(T) - Method in class org.neo4j.helpers.Listeners
-
Remove the first occurrence of the specified listener from this container, if it is present.
- removedProperties() - Method in class org.neo4j.storageengine.api.txstate.PropertyContainerState.EmptyPropertyContainerState
-
- removedProperties() - Method in interface org.neo4j.storageengine.api.txstate.PropertyContainerState
-
- removeKernelExtensions(Predicate<KernelExtensionFactory<?>>) - Method in class org.neo4j.graphdb.factory.GraphDatabaseFactoryState
-
- removeNodeProperty(long, String) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
-
Removes the property named property
from the node with id
id
, if present.
- removeNodeProperty(long, String) - Method in class org.neo4j.unsafe.batchinsert.internal.BatchInserterImpl
-
- removeNodeProperty(long, String) - Method in class org.neo4j.unsafe.batchinsert.internal.FileSystemClosingBatchInserter
-
- removeRelationshipProperty(long, String) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
-
Removes the property named property
from the relationship with id
id
, if present.
- removeRelationshipProperty(long, String) - Method in class org.neo4j.unsafe.batchinsert.internal.BatchInserterImpl
-
- removeRelationshipProperty(long, String) - Method in class org.neo4j.unsafe.batchinsert.internal.FileSystemClosingBatchInserter
-
- requiresApplicationOrdering() - Method in interface org.neo4j.storageengine.api.CommandsToApply
-
- reserveNode() - Method in interface org.neo4j.storageengine.api.StorageStatement
-
Reserves a node id for future use to store a node.
- reserveRelationship() - Method in interface org.neo4j.storageengine.api.StorageStatement
-
Reserves a relationship id for future use to store a relationship.
- ResourceLocker - Interface in org.neo4j.storageengine.api.lock
-
- ResourceType - Interface in org.neo4j.storageengine.api.lock
-
Locks are split by resource types.
- retries(int) - Method in class org.neo4j.helpers.TransactionTemplate
-
- retrying() - Method in class org.neo4j.helpers.TransactionTemplate.Monitor.Adapter
-
- retrying() - Method in interface org.neo4j.helpers.TransactionTemplate.Monitor
-
- retryOn(Predicate<Throwable>) - Method in class org.neo4j.helpers.TransactionTemplate
-
- reverse(T[]) - Static method in class org.neo4j.helpers.ArrayUtil
-
- revision - Static variable in class org.neo4j.udc.UsageDataKeys
-
Revision of Neo4j running, a link back to source control revision ids.
- run() - Method in class org.neo4j.helpers.RunCarefully
-
- RunCarefully - Class in org.neo4j.helpers
-
- RunCarefully(Runnable...) - Constructor for class org.neo4j.helpers.RunCarefully
-
- RunCarefully(Iterable<Runnable>) - Constructor for class org.neo4j.helpers.RunCarefully
-
- sampleIndex() - Method in interface org.neo4j.storageengine.api.schema.IndexSampler
-
Sample this index (on the current thread)
- sampleSize() - Method in class org.neo4j.storageengine.api.schema.IndexSample
-
- SchemaRule - Class in org.neo4j.storageengine.api.schema
-
Represents a stored schema rule.
- SchemaRule.Kind - Enum in org.neo4j.storageengine.api.schema
-
Deprecated.
- serialize() - Method in class org.neo4j.storageengine.api.schema.SchemaRule
-
- serialize(WritableChannel) - Method in interface org.neo4j.storageengine.api.StorageCommand
-
Serializes change this command represents into a
WritableChannel
for later reading back.
- serverId - Static variable in class org.neo4j.udc.UsageDataKeys
-
Cluster server ID
- Service - Class in org.neo4j.helpers
-
A utility for locating services.
- Service.Implementation - Annotation Type in org.neo4j.helpers
-
Designates that a class implements the specified service and should be
added to the services listings file (META-INF/services/[service-name]).
- set(long) - Method in class org.neo4j.helpers.progress.ProgressListener.MultiPartProgressListener
-
- set(long) - Method in interface org.neo4j.helpers.progress.ProgressListener
-
- set(long) - Method in class org.neo4j.helpers.progress.ProgressListener.SinglePartProgressListener
-
- set(T) - Method in class org.neo4j.helpers.Reference
-
- set(UsageDataKey<T>, T) - Method in class org.neo4j.udc.UsageData
-
- setCacheCapacity(String, int) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserterIndex
-
Sets the cache size for key/value pairs for the given key
.
- setConfig(Setting<?>, String) - Method in class org.neo4j.graphdb.factory.GraphDatabaseBuilder.Delegator
-
- setConfig(String, String) - Method in class org.neo4j.graphdb.factory.GraphDatabaseBuilder.Delegator
-
- setConfig(Map<String, String>) - Method in class org.neo4j.graphdb.factory.GraphDatabaseBuilder.Delegator
-
- setConfig(Setting<?>, String) - Method in class org.neo4j.graphdb.factory.GraphDatabaseBuilder
-
Set a database setting to a particular value.
- setConfig(String, String) - Method in class org.neo4j.graphdb.factory.GraphDatabaseBuilder
-
- setConfig(Map<String, String>) - Method in class org.neo4j.graphdb.factory.GraphDatabaseBuilder
-
- setKernelExtensions(Iterable<KernelExtensionFactory<?>>) - Method in class org.neo4j.graphdb.factory.GraphDatabaseFactoryState
-
- setMonitors(Monitors) - Method in class org.neo4j.graphdb.factory.GraphDatabaseFactory
-
- setMonitors(Monitors) - Method in class org.neo4j.graphdb.factory.GraphDatabaseFactoryState
-
- setNodeLabels(long, Label...) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
-
Replaces any existing labels for the given node with the supplied list of labels.
- setNodeLabels(long, Label...) - Method in class org.neo4j.unsafe.batchinsert.internal.BatchInserterImpl
-
- setNodeLabels(long, Label...) - Method in class org.neo4j.unsafe.batchinsert.internal.FileSystemClosingBatchInserter
-
- setNodeProperties(long, Map<String, Object>) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
-
Sets the properties of a node.
- setNodeProperties(long, Map<String, Object>) - Method in class org.neo4j.unsafe.batchinsert.internal.BatchInserterImpl
-
- setNodeProperties(long, Map<String, Object>) - Method in class org.neo4j.unsafe.batchinsert.internal.FileSystemClosingBatchInserter
-
- setNodeProperty(long, String, Object) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
-
Sets the property with name propertyName
of node with id
node
to the value propertyValue
.
- setNodeProperty(long, String, Object) - Method in class org.neo4j.unsafe.batchinsert.internal.BatchInserterImpl
-
- setNodeProperty(long, String, Object) - Method in class org.neo4j.unsafe.batchinsert.internal.FileSystemClosingBatchInserter
-
- setRecord(long, RECORD, ADDITIONAL) - Method in class org.neo4j.unsafe.batchinsert.internal.DirectRecordAccess
-
- setRelationshipProperties(long, Map<String, Object>) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
-
Sets the properties of a relationship.
- setRelationshipProperties(long, Map<String, Object>) - Method in class org.neo4j.unsafe.batchinsert.internal.BatchInserterImpl
-
- setRelationshipProperties(long, Map<String, Object>) - Method in class org.neo4j.unsafe.batchinsert.internal.FileSystemClosingBatchInserter
-
- setRelationshipProperty(long, String, Object) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
-
Sets the property with name propertyName
of relationship with id
relationship
to the value propertyValue
.
- setRelationshipProperty(long, String, Object) - Method in class org.neo4j.unsafe.batchinsert.internal.BatchInserterImpl
-
- setRelationshipProperty(long, String, Object) - Method in class org.neo4j.unsafe.batchinsert.internal.FileSystemClosingBatchInserter
-
- setTo(long, RECORD, ADDITIONAL) - Method in class org.neo4j.unsafe.batchinsert.internal.DirectRecordAccess
-
- setUserLogProvider(LogProvider) - Method in class org.neo4j.graphdb.factory.GraphDatabaseFactory
-
- setUserLogProvider(LogProvider) - Method in class org.neo4j.graphdb.factory.GraphDatabaseFactoryState
-
- shutdown() - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
-
Shuts down this batch inserter syncing all changes that are still only
in memory to disk.
- shutdown() - Method in interface org.neo4j.unsafe.batchinsert.BatchInserterIndexProvider
-
Shuts down this index provider and ensures that all indexes are fully
written to disk.
- shutdown() - Method in class org.neo4j.unsafe.batchinsert.internal.BatchInserterImpl
-
- shutdown() - Method in class org.neo4j.unsafe.batchinsert.internal.FileSystemClosingBatchInserter
-
- shutdown_transaction_end_timeout - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
-
- singlePart(String, long) - Method in class org.neo4j.helpers.progress.ProgressMonitorFactory
-
- SocketAddress - Class in org.neo4j.helpers
-
Socket address derived from configuration.
- SocketAddress(String, int) - Constructor for class org.neo4j.helpers.SocketAddress
-
- socketAddress() - Method in class org.neo4j.helpers.SocketAddress
-
- socketAddress(String, BiFunction<String, Integer, T>) - Static method in class org.neo4j.helpers.SocketAddressParser
-
- SocketAddressParser - Class in org.neo4j.helpers
-
- SocketAddressParser() - Constructor for class org.neo4j.helpers.SocketAddressParser
-
- source() - Method in class org.neo4j.helpers.Args
-
- splitLongLine(String, int) - Static method in class org.neo4j.helpers.Args
-
Useful for printing usage where the description itself shouldn't have knowledge about the width
of the window where it's printed.
- sslPolicyConfigValidator - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
-
- start() - Method in class org.neo4j.udc.UsageData
-
- started() - Method in class org.neo4j.helpers.progress.ProgressListener.Adapter
-
- started(String) - Method in class org.neo4j.helpers.progress.ProgressListener.MultiPartProgressListener
-
- started(String) - Method in class org.neo4j.helpers.progress.ProgressListener.SinglePartProgressListener
-
- started(String) - Method in interface org.neo4j.helpers.progress.ProgressListener
-
- started() - Method in interface org.neo4j.helpers.progress.ProgressListener
-
- startNode() - Method in interface org.neo4j.storageengine.api.RelationshipItem
-
- startPart(String, long) - Method in class org.neo4j.helpers.progress.Indicator.Decorator
-
- startPart(String, long) - Method in class org.neo4j.helpers.progress.Indicator
-
- startProcess(long) - Method in class org.neo4j.helpers.progress.Indicator.Decorator
-
- startProcess(long) - Method in class org.neo4j.helpers.progress.Indicator
-
- status() - Method in exception org.neo4j.storageengine.api.lock.AcquireLockTimeoutException
-
- stop() - Method in class org.neo4j.udc.UsageData
-
- StorageCommand - Interface in org.neo4j.storageengine.api
-
- StorageEngine - Interface in org.neo4j.storageengine.api
-
A StorageEngine provides the functionality to durably store data, and read it back.
- StorageProperty - Interface in org.neo4j.storageengine.api
-
Abstraction pairing property key token id and property value.
- StorageStatement - Interface in org.neo4j.storageengine.api
-
- store_internal_debug_contexts - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
-
- store_internal_log_level - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
-
- store_internal_log_max_archives - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
-
- store_internal_log_path - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
-
- store_internal_log_rotation_delay - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
-
- store_internal_log_rotation_threshold - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
-
- StoreFileMetadata - Class in org.neo4j.storageengine.api
-
- StoreFileMetadata(File, int) - Constructor for class org.neo4j.storageengine.api.StoreFileMetadata
-
- storeReadLayer() - Method in interface org.neo4j.storageengine.api.StorageEngine
-
- StoreReadLayer - Interface in org.neo4j.storageengine.api
-
Abstraction for reading committed data from
store
.
- strict_config_validation - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
-
- string_block_size - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
-
Block size properties values depends from selected record format.
- Strings - Class in org.neo4j.helpers
-
Helper functions for working with strings.
- SuperReadableDiffSets<T,LONGITERATOR extends org.neo4j.collection.primitive.PrimitiveLongIterator> - Interface in org.neo4j.storageengine.api.txstate
-
Super class of diff sets where use of PrimitiveLongIterator
can be parameterized
to a specific subclass instead.
- SYSTEM_CLOCK - Static variable in interface org.neo4j.helpers.Clock
-
- VALID_TIME_DESCRIPTION - Static variable in class org.neo4j.helpers.TimeUtil
-
- value() - Method in class org.neo4j.helpers.Args.Option
-
- value() - Method in interface org.neo4j.storageengine.api.PropertyItem
-
- value() - Method in interface org.neo4j.storageengine.api.StorageProperty
-
- valueOf(String) - Static method in enum org.neo4j.graphdb.factory.GraphDatabaseSettings.BoltConnector.EncryptionLevel
-
Deprecated.
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.neo4j.graphdb.factory.GraphDatabaseSettings.Connector.ConnectorType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.neo4j.graphdb.factory.GraphDatabaseSettings.LabelIndex
-
Deprecated.
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.neo4j.procedure.Mode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.neo4j.storageengine.api.Direction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.neo4j.storageengine.api.EntityType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.neo4j.storageengine.api.schema.SchemaRule.Kind
-
Deprecated.
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.neo4j.storageengine.api.TransactionApplicationMode
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.neo4j.graphdb.factory.GraphDatabaseSettings.BoltConnector.EncryptionLevel
-
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.neo4j.graphdb.factory.GraphDatabaseSettings.Connector.ConnectorType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.neo4j.graphdb.factory.GraphDatabaseSettings.LabelIndex
-
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.neo4j.procedure.Mode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.neo4j.storageengine.api.Direction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.neo4j.storageengine.api.EntityType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.neo4j.storageengine.api.schema.SchemaRule.Kind
-
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.neo4j.storageengine.api.TransactionApplicationMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- version() - Method in enum org.neo4j.storageengine.api.TransactionApplicationMode
-
- version - Static variable in class org.neo4j.udc.UsageDataKeys
-
Version of Neo4j running, eg.
- visitAdded(T) - Method in class org.neo4j.storageengine.api.txstate.DiffSetsVisitor.Adapter
-
- visitAdded(T) - Method in interface org.neo4j.storageengine.api.txstate.DiffSetsVisitor
-
- visitAddedConstraint(ConstraintDescriptor) - Method in class org.neo4j.storageengine.api.txstate.TxStateVisitor.Adapter
-
- visitAddedConstraint(ConstraintDescriptor) - Method in class org.neo4j.storageengine.api.txstate.TxStateVisitor.Delegator
-
- visitAddedConstraint(ConstraintDescriptor) - Method in interface org.neo4j.storageengine.api.txstate.TxStateVisitor
-
- visitAddedIndex(IndexDescriptor) - Method in class org.neo4j.storageengine.api.txstate.TxStateVisitor.Adapter
-
- visitAddedIndex(IndexDescriptor) - Method in class org.neo4j.storageengine.api.txstate.TxStateVisitor.Delegator
-
- visitAddedIndex(IndexDescriptor) - Method in interface org.neo4j.storageengine.api.txstate.TxStateVisitor
-
- visitCreatedLabelToken(String, int) - Method in class org.neo4j.storageengine.api.txstate.TxStateVisitor.Adapter
-
- visitCreatedLabelToken(String, int) - Method in class org.neo4j.storageengine.api.txstate.TxStateVisitor.Delegator
-
- visitCreatedLabelToken(String, int) - Method in interface org.neo4j.storageengine.api.txstate.TxStateVisitor
-
- visitCreatedNode(long) - Method in class org.neo4j.storageengine.api.txstate.TxStateVisitor.Adapter
-
- visitCreatedNode(long) - Method in class org.neo4j.storageengine.api.txstate.TxStateVisitor.Delegator
-
- visitCreatedNode(long) - Method in interface org.neo4j.storageengine.api.txstate.TxStateVisitor
-
- visitCreatedPropertyKeyToken(String, int) - Method in class org.neo4j.storageengine.api.txstate.TxStateVisitor.Adapter
-
- visitCreatedPropertyKeyToken(String, int) - Method in class org.neo4j.storageengine.api.txstate.TxStateVisitor.Delegator
-
- visitCreatedPropertyKeyToken(String, int) - Method in interface org.neo4j.storageengine.api.txstate.TxStateVisitor
-
- visitCreatedRelationship(long, int, long, long) - Method in class org.neo4j.storageengine.api.txstate.TxStateVisitor.Adapter
-
- visitCreatedRelationship(long, int, long, long) - Method in class org.neo4j.storageengine.api.txstate.TxStateVisitor.Delegator
-
- visitCreatedRelationship(long, int, long, long) - Method in interface org.neo4j.storageengine.api.txstate.TxStateVisitor
-
- visitCreatedRelationshipTypeToken(String, int) - Method in class org.neo4j.storageengine.api.txstate.TxStateVisitor.Adapter
-
- visitCreatedRelationshipTypeToken(String, int) - Method in class org.neo4j.storageengine.api.txstate.TxStateVisitor.Delegator
-
- visitCreatedRelationshipTypeToken(String, int) - Method in interface org.neo4j.storageengine.api.txstate.TxStateVisitor
-
- visitDeletedNode(long) - Method in class org.neo4j.storageengine.api.txstate.TxStateVisitor.Adapter
-
- visitDeletedNode(long) - Method in class org.neo4j.storageengine.api.txstate.TxStateVisitor.Delegator
-
- visitDeletedNode(long) - Method in interface org.neo4j.storageengine.api.txstate.TxStateVisitor
-
- visitDeletedRelationship(long) - Method in class org.neo4j.storageengine.api.txstate.TxStateVisitor.Adapter
-
- visitDeletedRelationship(long) - Method in class org.neo4j.storageengine.api.txstate.TxStateVisitor.Delegator
-
- visitDeletedRelationship(long) - Method in interface org.neo4j.storageengine.api.txstate.TxStateVisitor
-
- visitGraphPropertyChanges(Iterator<StorageProperty>, Iterator<StorageProperty>, Iterator<Integer>) - Method in class org.neo4j.storageengine.api.txstate.TxStateVisitor.Adapter
-
- visitGraphPropertyChanges(Iterator<StorageProperty>, Iterator<StorageProperty>, Iterator<Integer>) - Method in class org.neo4j.storageengine.api.txstate.TxStateVisitor.Delegator
-
- visitGraphPropertyChanges(Iterator<StorageProperty>, Iterator<StorageProperty>, Iterator<Integer>) - Method in interface org.neo4j.storageengine.api.txstate.TxStateVisitor
-
- visitLabelChanges(long, Set<Integer>, Set<Integer>) - Method in interface org.neo4j.storageengine.api.txstate.NodeState.Visitor
-
- visitNodeLabelChanges(long, Set<Integer>, Set<Integer>) - Method in class org.neo4j.storageengine.api.txstate.TxStateVisitor.Adapter
-
- visitNodeLabelChanges(long, Set<Integer>, Set<Integer>) - Method in class org.neo4j.storageengine.api.txstate.TxStateVisitor.Delegator
-
- visitNodeLabelChanges(long, Set<Integer>, Set<Integer>) - Method in interface org.neo4j.storageengine.api.txstate.TxStateVisitor
-
- visitNodePropertyChanges(long, Iterator<StorageProperty>, Iterator<StorageProperty>, Iterator<Integer>) - Method in class org.neo4j.storageengine.api.txstate.TxStateVisitor.Adapter
-
- visitNodePropertyChanges(long, Iterator<StorageProperty>, Iterator<StorageProperty>, Iterator<Integer>) - Method in class org.neo4j.storageengine.api.txstate.TxStateVisitor.Delegator
-
- visitNodePropertyChanges(long, Iterator<StorageProperty>, Iterator<StorageProperty>, Iterator<Integer>) - Method in interface org.neo4j.storageengine.api.txstate.TxStateVisitor
-
- visitPropertyChanges(long, Iterator<StorageProperty>, Iterator<StorageProperty>, Iterator<Integer>) - Method in interface org.neo4j.storageengine.api.txstate.PropertyContainerState.Visitor
-
- visitRelPropertyChanges(long, Iterator<StorageProperty>, Iterator<StorageProperty>, Iterator<Integer>) - Method in class org.neo4j.storageengine.api.txstate.TxStateVisitor.Adapter
-
- visitRelPropertyChanges(long, Iterator<StorageProperty>, Iterator<StorageProperty>, Iterator<Integer>) - Method in class org.neo4j.storageengine.api.txstate.TxStateVisitor.Delegator
-
- visitRelPropertyChanges(long, Iterator<StorageProperty>, Iterator<StorageProperty>, Iterator<Integer>) - Method in interface org.neo4j.storageengine.api.txstate.TxStateVisitor
-
- visitRemoved(T) - Method in class org.neo4j.storageengine.api.txstate.DiffSetsVisitor.Adapter
-
- visitRemoved(T) - Method in interface org.neo4j.storageengine.api.txstate.DiffSetsVisitor
-
- visitRemovedConstraint(ConstraintDescriptor) - Method in class org.neo4j.storageengine.api.txstate.TxStateVisitor.Adapter
-
- visitRemovedConstraint(ConstraintDescriptor) - Method in class org.neo4j.storageengine.api.txstate.TxStateVisitor.Delegator
-
- visitRemovedConstraint(ConstraintDescriptor) - Method in interface org.neo4j.storageengine.api.txstate.TxStateVisitor
-
- visitRemovedIndex(IndexDescriptor) - Method in class org.neo4j.storageengine.api.txstate.TxStateVisitor.Adapter
-
- visitRemovedIndex(IndexDescriptor) - Method in class org.neo4j.storageengine.api.txstate.TxStateVisitor.Delegator
-
- visitRemovedIndex(IndexDescriptor) - Method in interface org.neo4j.storageengine.api.txstate.TxStateVisitor
-
- VOID - Static variable in class org.neo4j.helpers.FutureAdapter
-