- nameBlockNotInUse(DynamicRecord) - Method in interface org.neo4j.consistency.report.ConsistencyReport.NameConsistencyReport
-
The name block is not in use.
- nameMultipleOwners(LabelTokenRecord) - Method in interface org.neo4j.consistency.report.ConsistencyReport.LabelTokenConsistencyReport
-
The string record referred from this label name is also referred from a another label name.
- nameMultipleOwners(DynamicRecord) - Method in interface org.neo4j.consistency.report.ConsistencyReport.NameConsistencyReport
-
The string record referred from this name record is also referred from a another string record.
- nameMultipleOwners(PropertyKeyTokenRecord) - Method in interface org.neo4j.consistency.report.ConsistencyReport.PropertyKeyTokenConsistencyReport
-
The string record referred from this key is also referred from a another key.
- nameMultipleOwners(RelationshipTypeTokenRecord) - Method in interface org.neo4j.consistency.report.ConsistencyReport.RelationshipTypeConsistencyReport
-
The string record referred from this relationship type is also referred from a another relationship type.
- nextDoesNotReferenceBack(PropertyRecord) - Method in interface org.neo4j.consistency.report.ConsistencyReport.PropertyConsistencyReport
-
The next property record does not have this record as its previous record.
- nextGroupNotInUse() - Method in interface org.neo4j.consistency.report.ConsistencyReport.RelationshipGroupConsistencyReport
-
The next relationship group is not in use.
- nextHasOtherOwner(RelationshipGroupRecord) - Method in interface org.neo4j.consistency.report.ConsistencyReport.RelationshipGroupConsistencyReport
-
Next chained relationship group has another owner.
- nextId() - Method in class org.neo4j.consistency.store.DiffRecordStore
-
- nextMultipleOwners(DynamicRecord) - Method in interface org.neo4j.consistency.report.ConsistencyReport.DynamicConsistencyReport
-
The next block of this record is also referenced by another dynamic record.
- nextMultipleOwners(PropertyRecord) - Method in interface org.neo4j.consistency.report.ConsistencyReport.DynamicConsistencyReport
-
The next block of this record is also referenced by a property record.
- nextMultipleOwners(RelationshipTypeTokenRecord) - Method in interface org.neo4j.consistency.report.ConsistencyReport.DynamicConsistencyReport
-
The next block of this record is also referenced by a relationship type.
- nextMultipleOwners(PropertyKeyTokenRecord) - Method in interface org.neo4j.consistency.report.ConsistencyReport.DynamicConsistencyReport
-
The next block of this record is also referenced by a property key.
- nextNotInUse(DynamicRecord) - Method in interface org.neo4j.consistency.report.ConsistencyReport.DynamicConsistencyReport
-
The next block is not in use.
- nextNotInUse(PropertyRecord) - Method in interface org.neo4j.consistency.report.ConsistencyReport.PropertyConsistencyReport
-
The next property record is not in use.
- nextNotUpdated() - Method in interface org.neo4j.consistency.report.ConsistencyReport.DynamicConsistencyReport
-
The next block reference was changed, but the previously referenced block was not updated.
- nextNotUpdated() - Method in interface org.neo4j.consistency.report.ConsistencyReport.PropertyConsistencyReport
-
The next reference has changed, but the referenced record has not been updated.
- nextNotUpdated() - Method in interface org.neo4j.consistency.report.ConsistencyReport.RelationshipGroupConsistencyReport
-
The next relationship group reference has changed, but the previously referenced record has not been updated.
- node(long) - Method in class org.neo4j.consistency.store.DelegatingRecordAccess
-
- node(long) - Method in class org.neo4j.consistency.store.DirectRecordAccess
-
- node(long) - Method in class org.neo4j.consistency.store.FilteringRecordAccess
-
- node(long) - Method in interface org.neo4j.consistency.store.RecordAccess
-
- NodeCorrectlyIndexedCheck - Class in org.neo4j.consistency.checking.full
-
- NodeCorrectlyIndexedCheck(IndexAccessors, PropertyReader) - Constructor for class org.neo4j.consistency.checking.full.NodeCorrectlyIndexedCheck
-
- nodeDoesNotHaveExpectedLabel(NodeRecord, long) - Method in interface org.neo4j.consistency.report.ConsistencyReport.IndexConsistencyReport
-
This index entry refers to a node that does not have the expected label.
- nodeDoesNotHaveExpectedLabel(NodeRecord, long) - Method in interface org.neo4j.consistency.report.ConsistencyReport.LabelScanConsistencyReport
-
This label scan document refers to a node that does not have the expected label.
- nodeDoesNotHaveExpectedLabel(NodeRecord, long) - Method in interface org.neo4j.consistency.report.ConsistencyReport.NodeInUseWithCorrectLabelsReport
-
- NodeDynamicLabelOrphanChainStartCheck - Class in org.neo4j.consistency.checking
-
Used by
FullCheck to verify orphanage for node dynamic label records.
- NodeDynamicLabelOrphanChainStartCheck() - Constructor for class org.neo4j.consistency.checking.NodeDynamicLabelOrphanChainStartCheck
-
- NodeInUseWithCorrectLabelsCheck<RECORD extends org.neo4j.kernel.impl.store.record.AbstractBaseRecord,REPORT extends ConsistencyReport.NodeInUseWithCorrectLabelsReport> - Class in org.neo4j.consistency.checking.full
-
- NodeInUseWithCorrectLabelsCheck(long[]) - Constructor for class org.neo4j.consistency.checking.full.NodeInUseWithCorrectLabelsCheck
-
- nodeLabelNotInIndex(NodeRecord, long) - Method in interface org.neo4j.consistency.report.ConsistencyReport.LabelsMatchReport
-
This node record has a label that is not found in the label scan store entry for this node
- NodeLabelReader - Class in org.neo4j.consistency.checking.full
-
- NodeLabelReader() - Constructor for class org.neo4j.consistency.checking.full.NodeLabelReader
-
- nodeLabels(long) - Method in class org.neo4j.consistency.store.DelegatingRecordAccess
-
- nodeLabels(long) - Method in class org.neo4j.consistency.store.DirectRecordAccess
-
- nodeLabels(long) - Method in class org.neo4j.consistency.store.FilteringRecordAccess
-
- nodeLabels(long) - Method in interface org.neo4j.consistency.store.RecordAccess
-
- nodeNotInUse(NodeRecord) - Method in interface org.neo4j.consistency.report.ConsistencyReport.IndexConsistencyReport
-
This index entry refers to a node record that is not in use.
- nodeNotInUse(NodeRecord) - Method in interface org.neo4j.consistency.report.ConsistencyReport.LabelScanConsistencyReport
-
This label scan document refers to a node record that is not in use.
- nodeNotInUse(NodeRecord) - Method in interface org.neo4j.consistency.report.ConsistencyReport.NodeInUseWithCorrectLabelsReport
-
- NodePropertiesReporter - Class in org.neo4j.consistency.repair
-
- NodePropertiesReporter(GraphDatabaseService) - Constructor for class org.neo4j.consistency.repair.NodePropertiesReporter
-
- nodeProperty(long, int) - Method in class org.neo4j.consistency.checking.full.PropertyReader
-
- NodeToLabelIndexesProcessor - Class in org.neo4j.consistency.checking.full
-
- NodeToLabelIndexesProcessor(ConsistencyReporter, IndexAccessors, PropertyReader) - Constructor for class org.neo4j.consistency.checking.full.NodeToLabelIndexesProcessor
-
- NodeToLabelScanRecordProcessor - Class in org.neo4j.consistency.checking.full
-
- NodeToLabelScanRecordProcessor(ConsistencyReporter, LabelScanStore) - Constructor for class org.neo4j.consistency.checking.full.NodeToLabelScanRecordProcessor
-
- NONE - Static variable in interface org.neo4j.consistency.checking.CheckDecorator
-
- notIndexed(IndexRule, Object) - Method in interface org.neo4j.consistency.report.ConsistencyReport.NodeConsistencyReport
-
This node was not found in the expected index.
- schema(long) - Method in class org.neo4j.consistency.store.DelegatingRecordAccess
-
- schema(long) - Method in class org.neo4j.consistency.store.DirectRecordAccess
-
- schema(long) - Method in interface org.neo4j.consistency.store.RecordAccess
-
- SchemaRecordCheck - Class in org.neo4j.consistency.checking
-
Note that this class builds up an in-memory representation of the complete schema store by being used in
multiple phases.
- SchemaRecordCheck(SchemaRuleAccess) - Constructor for class org.neo4j.consistency.checking.SchemaRecordCheck
-
- SchemaRuleContent - Class in org.neo4j.consistency.checking
-
- SchemaRuleContent(SchemaRule) - Constructor for class org.neo4j.consistency.checking.SchemaRuleContent
-
- SchemaStoreProcessorTask<R extends org.neo4j.kernel.impl.store.record.AbstractBaseRecord> - Class in org.neo4j.consistency.checking.full
-
- SchemaStoreProcessorTask(RecordStore<R>, String, SchemaRecordCheck, ProgressMonitorFactory.MultiPartBuilder, TaskExecutionOrder, StoreProcessor, StoreProcessor...) - Constructor for class org.neo4j.consistency.checking.full.SchemaStoreProcessorTask
-
- selfReferentialNext() - Method in interface org.neo4j.consistency.report.ConsistencyReport.DynamicConsistencyReport
-
The next block references this (the same) record.
- skip() - Method in class org.neo4j.consistency.report.PendingReferenceCheck
-
- skipReference() - Static method in class org.neo4j.consistency.store.RecordReference.SkippingReference
-
- sourceNextDoesNotReferenceBack(RelationshipRecord) - Method in interface org.neo4j.consistency.report.ConsistencyReport.RelationshipConsistencyReport
-
The next record in the source chain does not have this record as its previous record.
- sourceNextNotUpdated() - Method in interface org.neo4j.consistency.report.ConsistencyReport.RelationshipConsistencyReport
-
The next source relationship reference has changed, but the previously referenced record has not been updated.
- sourceNextReferencesOtherNodes(RelationshipRecord) - Method in interface org.neo4j.consistency.report.ConsistencyReport.RelationshipConsistencyReport
-
The next record in the source chain is a relationship between two other nodes.
- sourceNodeDoesNotReferenceBack(NodeRecord) - Method in interface org.neo4j.consistency.report.ConsistencyReport.RelationshipConsistencyReport
-
This record should be the first in the source chain, but the source node does not reference this record.
- sourceNodeHasNoRelationships(NodeRecord) - Method in interface org.neo4j.consistency.report.ConsistencyReport.RelationshipConsistencyReport
-
The source node does not have a relationship chain.
- sourceNodeNotInUse(NodeRecord) - Method in interface org.neo4j.consistency.report.ConsistencyReport.RelationshipConsistencyReport
-
The source node is not in use.
- sourceNodeNotUpdated() - Method in interface org.neo4j.consistency.report.ConsistencyReport.RelationshipConsistencyReport
-
This relationship was first in the chain for the source node, and isn't first anymore,
but the source node was not updated.
- sourcePrevDoesNotReferenceBack(RelationshipRecord) - Method in interface org.neo4j.consistency.report.ConsistencyReport.RelationshipConsistencyReport
-
The previous record in the source chain does not have this record as its next record.
- sourcePrevNotUpdated() - Method in interface org.neo4j.consistency.report.ConsistencyReport.RelationshipConsistencyReport
-
The previous source relationship reference has changed, but the previously referenced record has not been updated.
- sourcePrevReferencesOtherNodes(RelationshipRecord) - Method in interface org.neo4j.consistency.report.ConsistencyReport.RelationshipConsistencyReport
-
The previous record in the source chain is a relationship between two other nodes.
- StoppableRunnable - Interface in org.neo4j.consistency.checking.full
-
- stopScanning() - Method in class org.neo4j.consistency.checking.full.RecordScanner
-
- stopScanning() - Method in interface org.neo4j.consistency.checking.full.StoppableRunnable
-
- string(long) - Method in class org.neo4j.consistency.store.DelegatingRecordAccess
-
- string(long) - Method in class org.neo4j.consistency.store.DirectRecordAccess
-
- string(long) - Method in class org.neo4j.consistency.store.FilteringRecordAccess
-
- string(long) - Method in interface org.neo4j.consistency.store.RecordAccess
-
- stringEmpty(PropertyBlock, DynamicRecord) - Method in interface org.neo4j.consistency.report.ConsistencyReport.PropertyConsistencyReport
-
The string block is empty.
- stringMultipleOwners(PropertyRecord) - Method in interface org.neo4j.consistency.report.ConsistencyReport.PropertyConsistencyReport
-
The string record referred from this property is also referred from a another property.
- stringMultipleOwners(DynamicRecord) - Method in interface org.neo4j.consistency.report.ConsistencyReport.PropertyConsistencyReport
-
The string record referred from this property is also referred from a another string record.
- stringNotInUse(PropertyBlock, DynamicRecord) - Method in interface org.neo4j.consistency.report.ConsistencyReport.PropertyConsistencyReport
-
The string block is not in use.
- stringUnreferencedButNotDeleted(PropertyBlock) - Method in interface org.neo4j.consistency.report.ConsistencyReport.PropertyConsistencyReport
-
The string property is not referenced anymore, but the corresponding block has not been deleted.
- summary() - Method in class org.neo4j.consistency.checking.InconsistentStoreException
-
- VALID_LABEL - Static variable in class org.neo4j.consistency.checking.SchemaRecordCheck
-
- VALID_PROPERTY_KEY - Static variable in class org.neo4j.consistency.checking.SchemaRecordCheck
-
- valueOf(String) - Static method in enum org.neo4j.consistency.checking.DynamicStore
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.neo4j.consistency.checking.full.MultiPassStore
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.neo4j.consistency.checking.full.TaskExecutionOrder
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.neo4j.consistency.ConsistencyCheckService.Result
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.neo4j.consistency.RecordType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.neo4j.consistency.repair.RelationshipChainDirection
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.neo4j.consistency.repair.RelationshipChainField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.neo4j.consistency.repair.RelationshipNodeField
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.neo4j.consistency.checking.DynamicStore
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.neo4j.consistency.checking.full.MultiPassStore
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.neo4j.consistency.checking.full.TaskExecutionOrder
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.neo4j.consistency.ConsistencyCheckService.Result
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.neo4j.consistency.RecordType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.neo4j.consistency.repair.RelationshipChainDirection
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.neo4j.consistency.repair.RelationshipChainField
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.neo4j.consistency.repair.RelationshipNodeField
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- visitLabelToken(LabelTokenRecord) - Method in class org.neo4j.consistency.store.DiffStore
-
- visitNeoStore(NeoStoreRecord) - Method in class org.neo4j.consistency.store.DiffStore
-
- visitNode(NodeRecord) - Method in class org.neo4j.consistency.store.DiffStore
-
- visitProperty(PropertyRecord) - Method in class org.neo4j.consistency.store.DiffStore
-
- visitPropertyKeyToken(PropertyKeyTokenRecord) - Method in class org.neo4j.consistency.store.DiffStore
-
- visitRelationship(RelationshipRecord) - Method in class org.neo4j.consistency.store.DiffStore
-
- visitRelationshipGroup(RelationshipGroupRecord) - Method in class org.neo4j.consistency.store.DiffStore
-
- visitRelationshipTypeToken(RelationshipTypeTokenRecord) - Method in class org.neo4j.consistency.store.DiffStore
-
- visitSchemaRule(Collection<DynamicRecord>) - Method in class org.neo4j.consistency.store.DiffStore
-