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

A

AbstractStoreProcessor - Class in org.neo4j.consistency.checking
 
AbstractStoreProcessor() - Constructor for class org.neo4j.consistency.checking.AbstractStoreProcessor
 
AbstractStoreProcessor(CheckDecorator) - Constructor for class org.neo4j.consistency.checking.AbstractStoreProcessor
 
accessorFor(IndexRule) - Method in class org.neo4j.consistency.checking.index.IndexAccessors
 
AccessStatistics - Class in org.neo4j.consistency.statistics
Keeps access statistics about a store, i.e.
AccessStatistics() - Constructor for class org.neo4j.consistency.statistics.AccessStatistics
 
AccessStatistics.AccessStats - Class in org.neo4j.consistency.statistics
 
AccessStats(String, int) - Constructor for class org.neo4j.consistency.statistics.AccessStatistics.AccessStats
 
AccessStatsKeepingStoreAccess - Class in org.neo4j.consistency.statistics
StoreAccess that decorates each store, feeding stats about access into AccessStatistics.
AccessStatsKeepingStoreAccess(NeoStores, AccessStatistics) - Constructor for class org.neo4j.consistency.statistics.AccessStatsKeepingStoreAccess
 
Adapter() - Constructor for class org.neo4j.consistency.checking.CheckDecorator.Adapter
 
Adapter() - Constructor for class org.neo4j.consistency.checking.full.RecordProcessor.Adapter
 
Adapter(boolean, boolean, String, int...) - Constructor for class org.neo4j.consistency.checking.full.Stage.Adapter
 
applyFilteredParallel(RecordStore<R>, ProgressListener, int, long, QueueDistribution.QueueDistributor<R>) - Method in class org.neo4j.consistency.checking.full.StoreProcessor
 
arguments() - Method in class org.neo4j.consistency.CheckConsistencyCommand.Provider
 
array(long) - Method in class org.neo4j.consistency.store.DelegatingRecordAccess
 
array(long) - Method in class org.neo4j.consistency.store.DirectRecordAccess
 
array(long) - Method in class org.neo4j.consistency.store.FilteringRecordAccess
 
array(long) - Method in interface org.neo4j.consistency.store.RecordAccess
 
arrayEmpty(PropertyBlock, DynamicRecord) - Method in interface org.neo4j.consistency.report.ConsistencyReport.PropertyConsistencyReport
 
arrayMultipleOwners(PropertyRecord) - Method in interface org.neo4j.consistency.report.ConsistencyReport.PropertyConsistencyReport
 
arrayMultipleOwners(DynamicRecord) - Method in interface org.neo4j.consistency.report.ConsistencyReport.PropertyConsistencyReport
 
arrayNotInUse(PropertyBlock, DynamicRecord) - Method in interface org.neo4j.consistency.report.ConsistencyReport.PropertyConsistencyReport
 
arrayUnreferencedButNotDeleted(PropertyBlock) - Method in interface org.neo4j.consistency.report.ConsistencyReport.PropertyConsistencyReport
 

B

bulk(Consumer<Log>) - Method in class org.neo4j.consistency.ConsistencyReportLog
 

C

CacheAccess - Interface in org.neo4j.consistency.checking.cache
Just as RecordAccess is the main access point for AbstractBaseRecord and friends, so is CacheAccess the main access point for cached values related to records, most often caching parts of records, specific to certain stages of the consistency check.
cacheAccess() - Method in class org.neo4j.consistency.store.DelegatingRecordAccess
 
cacheAccess() - Method in class org.neo4j.consistency.store.DirectRecordAccess
 
cacheAccess() - Method in interface org.neo4j.consistency.store.RecordAccess
 
CacheAccess.Client - Interface in org.neo4j.consistency.checking.cache
Client per thread for accessing cache and counts for statistics
CacheNextRel(Stage, CacheAccess, ResourceIterable<NodeRecord>) - Constructor for class org.neo4j.consistency.checking.cache.CacheTask.CacheNextRel
 
CacheSlots - Interface in org.neo4j.consistency.checking.cache
 
CacheSlots.NextRelationhip - Interface in org.neo4j.consistency.checking.cache
 
CacheSlots.NodeLabel - Interface in org.neo4j.consistency.checking.cache
 
CacheSlots.RelationshipLink - Interface in org.neo4j.consistency.checking.cache
 
CacheSmallStoresRecordAccess - Class in org.neo4j.consistency.store
 
CacheSmallStoresRecordAccess(RecordAccess, PropertyKeyTokenRecord[], RelationshipTypeTokenRecord[], LabelTokenRecord[]) - Constructor for class org.neo4j.consistency.store.CacheSmallStoresRecordAccess
 
CacheTask - Class in org.neo4j.consistency.checking.cache
Action to be manipulate the CacheAccess in some way.
CacheTask(Stage, CacheAccess) - Constructor for class org.neo4j.consistency.checking.cache.CacheTask
 
CacheTask.CacheNextRel - Class in org.neo4j.consistency.checking.cache
 
CacheTask.CheckNextRel - Class in org.neo4j.consistency.checking.cache
 
calculateRecodsPerCpu(long, int) - Static method in class org.neo4j.consistency.checking.full.RecordDistributor
 
ChainCheck<RECORD extends org.neo4j.kernel.impl.store.record.PrimitiveRecord,REPORT extends ConsistencyReport.PrimitiveConsistencyReport> - Class in org.neo4j.consistency.checking
 
ChainCheck() - Constructor for class org.neo4j.consistency.checking.ChainCheck
 
ChainCheckDecorator(CheckDecorator...) - Constructor for class org.neo4j.consistency.checking.CheckDecorator.ChainCheckDecorator
 
changedForWrongOwner() - Method in interface org.neo4j.consistency.report.ConsistencyReport.PropertyConsistencyReport
 
check(DynamicRecord, CheckerEngine<DynamicRecord, ConsistencyReport.DynamicConsistencyReport>, RecordAccess) - Method in class org.neo4j.consistency.checking.DynamicRecordCheck
 
check(IndexEntry, CheckerEngine<IndexEntry, ConsistencyReport.IndexConsistencyReport>, RecordAccess) - Method in class org.neo4j.consistency.checking.full.IndexCheck
 
check(NodeRecord, CheckerEngine<NodeRecord, ConsistencyReport.LabelsMatchReport>, RecordAccess) - Method in class org.neo4j.consistency.checking.full.LabelsMatchCheck
 
check(NodeRecord, CheckerEngine<NodeRecord, ConsistencyReport.NodeConsistencyReport>, RecordAccess) - Method in class org.neo4j.consistency.checking.full.NodeCorrectlyIndexedCheck
 
check(NodeRecord, CheckerEngine<NodeRecord, ConsistencyReport.NodeConsistencyReport>, RecordAccess) - Method in class org.neo4j.consistency.checking.full.PropertyAndNodeIndexedCheck
 
check(LabelScanDocument, CheckerEngine<LabelScanDocument, ConsistencyReport.LabelScanConsistencyReport>, RecordAccess) - Method in class org.neo4j.consistency.checking.labelscan.LabelScanCheck
 
check(DynamicRecord, CheckerEngine<DynamicRecord, ConsistencyReport.DynamicLabelConsistencyReport>, RecordAccess) - Method in class org.neo4j.consistency.checking.NodeDynamicLabelOrphanChainStartCheck
 
check(PropertyRecord, CheckerEngine<PropertyRecord, ConsistencyReport.PropertyConsistencyReport>, RecordAccess) - Method in enum org.neo4j.consistency.checking.OwnerChain
 
check(RECORD, CheckerEngine<RECORD, REPORT>, RecordAccess) - Method in class org.neo4j.consistency.checking.PrimitiveRecordCheck
 
check(PropertyRecord, CheckerEngine<PropertyRecord, ConsistencyReport.PropertyConsistencyReport>, RecordAccess) - Method in class org.neo4j.consistency.checking.PropertyRecordCheck
 
check(RECORD, CheckerEngine<RECORD, REPORT>, RecordAccess) - Method in interface org.neo4j.consistency.checking.RecordCheck
 
check(RelationshipGroupRecord, CheckerEngine<RelationshipGroupRecord, ConsistencyReport.RelationshipGroupConsistencyReport>, RecordAccess) - Method in class org.neo4j.consistency.checking.RelationshipGroupRecordCheck
 
check(DynamicRecord, CheckerEngine<DynamicRecord, ConsistencyReport.SchemaConsistencyReport>, RecordAccess) - Method in class org.neo4j.consistency.checking.SchemaRecordCheck
 
CheckAdapter() - Constructor for class org.neo4j.consistency.store.synthetic.CountsEntry.CheckAdapter
 
checkConsistency(RECORD, CheckerEngine<RECORD, REPORT>, RecordAccess) - Method in class org.neo4j.consistency.checking.PropertyChain
 
checkConsistency(PropertyRecord, CheckerEngine<PropertyRecord, ConsistencyReport.PropertyConsistencyReport>, RecordAccess) - Method in enum org.neo4j.consistency.checking.PropertyRecordCheck.PropertyField
 
checkConsistency(RECORD, CheckerEngine<RECORD, REPORT>, RecordAccess) - Method in interface org.neo4j.consistency.checking.RecordField
 
CheckConsistencyCommand - Class in org.neo4j.consistency
 
CheckConsistencyCommand(Path, Path, OutsideWorld) - Constructor for class org.neo4j.consistency.CheckConsistencyCommand
 
CheckConsistencyCommand(Path, Path, OutsideWorld, ConsistencyCheckService) - Constructor for class org.neo4j.consistency.CheckConsistencyCommand
 
CheckConsistencyCommand.Provider - Class in org.neo4j.consistency
 
checkDataBlock(PropertyBlock, CheckerEngine<PropertyRecord, ConsistencyReport.PropertyConsistencyReport>, RecordAccess) - Static method in class org.neo4j.consistency.checking.PropertyRecordCheck
 
CheckDecorator - Interface in org.neo4j.consistency.checking
 
CheckDecorator.Adapter - Class in org.neo4j.consistency.checking
 
CheckDecorator.ChainCheckDecorator - Class in org.neo4j.consistency.checking
 
checkDiffReference(REFERENCED, REFERENCED, RecordAccess) - Method in class org.neo4j.consistency.report.PendingReferenceCheck
 
CheckerEngine<RECORD extends org.neo4j.kernel.impl.store.record.AbstractBaseRecord,REPORT extends ConsistencyReport> - Interface in org.neo4j.consistency.checking
 
CheckNextRel(Stage, CacheAccess, StoreAccess, StoreProcessor) - Constructor for class org.neo4j.consistency.checking.cache.CacheTask.CheckNextRel
 
checkReference(RECORD, PropertyRecord, CheckerEngine<RECORD, REPORT>, RecordAccess) - Method in class org.neo4j.consistency.checking.ChainCheck
 
checkReference(RECORD, REFERRED, CheckerEngine<RECORD, REPORT>, RecordAccess) - Method in interface org.neo4j.consistency.checking.ComparativeRecordChecker
 
checkReference(DynamicRecord, DynamicRecord, CheckerEngine<DynamicRecord, ConsistencyReport.DynamicConsistencyReport>, RecordAccess) - Method in class org.neo4j.consistency.checking.DynamicRecordCheck
 
checkReference(RECORD, NodeRecord, CheckerEngine<RECORD, REPORT>, RecordAccess) - Method in class org.neo4j.consistency.checking.full.NodeInUseWithCorrectLabelsCheck
 
checkReference(RECORD, DynamicRecord, CheckerEngine<RECORD, REPORT>, RecordAccess) - Method in class org.neo4j.consistency.checking.LabelChainWalker
 
checkReference(DynamicRecord, DynamicRecord, CheckerEngine<DynamicRecord, ConsistencyReport.DynamicLabelConsistencyReport>, RecordAccess) - Method in class org.neo4j.consistency.checking.NodeDynamicLabelOrphanChainStartCheck
 
checkReference(PropertyRecord, PropertyRecord, CheckerEngine<PropertyRecord, ConsistencyReport.PropertyConsistencyReport>, RecordAccess) - Method in enum org.neo4j.consistency.checking.OwnerChain
 
checkReference(RECORD, PropertyRecord, CheckerEngine<RECORD, REPORT>, RecordAccess) - Method in class org.neo4j.consistency.checking.PropertyChain
 
checkReference(PropertyRecord, PropertyRecord, CheckerEngine<PropertyRecord, ConsistencyReport.PropertyConsistencyReport>, RecordAccess) - Method in enum org.neo4j.consistency.checking.PropertyRecordCheck.PropertyField
 
checkReference(REFERENCED, RecordAccess) - Method in class org.neo4j.consistency.report.PendingReferenceCheck
 
CheckStage - Enum in org.neo4j.consistency.checking.full
The different stages a consistency check goes through.
chooseReportPath(Config, File) - Method in class org.neo4j.consistency.ConsistencyCheckService
 
clear() - Method in class org.neo4j.consistency.checking.cache.PackedMultiFieldCache
 
clear(long) - Method in class org.neo4j.consistency.checking.cache.PackedMultiFieldCache
 
clear() - Method in class org.neo4j.consistency.store.synthetic.CountsEntry
 
clear() - Method in class org.neo4j.consistency.store.synthetic.IndexEntry
 
clear() - Method in class org.neo4j.consistency.store.synthetic.LabelScanDocument
 
clearCache() - Method in interface org.neo4j.consistency.checking.cache.CacheAccess
Clears all cached values.
clearCache(long) - Method in interface org.neo4j.consistency.checking.cache.CacheAccess.Client
Clears the cached values for the specified id.
clearCache() - Method in class org.neo4j.consistency.checking.cache.DefaultCacheAccess
 
client() - Method in interface org.neo4j.consistency.checking.cache.CacheAccess
 
client() - Method in class org.neo4j.consistency.checking.cache.DefaultCacheAccess
 
cloned(Iterable<R>) - Static method in class org.neo4j.consistency.checking.full.CloningRecordIterable
 
cloned(Iterator<R>) - Static method in class org.neo4j.consistency.checking.full.CloningRecordIterator
 
CloningRecordIterable<R extends org.neo4j.kernel.impl.store.record.AbstractBaseRecord> - Class in org.neo4j.consistency.checking.full
 
CloningRecordIterable(Iterable<R>) - Constructor for class org.neo4j.consistency.checking.full.CloningRecordIterable
 
CloningRecordIterator<R extends org.neo4j.kernel.impl.store.record.AbstractBaseRecord> - Class in org.neo4j.consistency.checking.full
 
CloningRecordIterator(Iterator<R>) - Constructor for class org.neo4j.consistency.checking.full.CloningRecordIterator
 
close() - Method in class org.neo4j.consistency.checking.full.CloningRecordIterator
 
close() - Method in class org.neo4j.consistency.checking.full.IterableStore
 
close() - Method in interface org.neo4j.consistency.checking.full.MandatoryProperties.Check
 
close() - Method in class org.neo4j.consistency.checking.full.NodeToLabelScanRecordProcessor
 
close() - Method in class org.neo4j.consistency.checking.full.RecordProcessor.Adapter
 
close() - Method in interface org.neo4j.consistency.checking.full.RecordProcessor
 
close() - Method in class org.neo4j.consistency.checking.index.IndexAccessors
 
close() - Method in class org.neo4j.consistency.checking.index.IndexIterator
 
comparativeCheck(RecordReference<REFERRED>, ComparativeRecordChecker<RECORD, ? super REFERRED, REPORT>) - Method in interface org.neo4j.consistency.checking.CheckerEngine
 
comparativeCheck(RecordReference<REFERRED>, ComparativeRecordChecker<RECORD, ? super REFERRED, REPORT>) - Method in class org.neo4j.consistency.report.ConsistencyReporter.ReportInvocationHandler
 
ComparativeRecordChecker<RECORD extends org.neo4j.kernel.impl.store.record.AbstractBaseRecord,REFERRED extends org.neo4j.kernel.impl.store.record.AbstractBaseRecord,REPORT extends ConsistencyReport> - Interface in org.neo4j.consistency.checking
 
consistency_check_graph - Static variable in class org.neo4j.consistency.ConsistencyCheckSettings
 
consistency_check_indexes - Static variable in class org.neo4j.consistency.ConsistencyCheckSettings
 
consistency_check_label_scan_store - Static variable in class org.neo4j.consistency.ConsistencyCheckSettings
 
consistency_check_property_owners - Static variable in class org.neo4j.consistency.ConsistencyCheckSettings
 
ConsistencyCheckerTask - Class in org.neo4j.consistency.checking.full
 
ConsistencyCheckIncompleteException - Exception in org.neo4j.consistency.checking.full
 
ConsistencyCheckIncompleteException(Exception) - Constructor for exception org.neo4j.consistency.checking.full.ConsistencyCheckIncompleteException
 
ConsistencyCheckingError - Error in org.neo4j.consistency
 
ConsistencyCheckingError(LogEntryStart, LogEntryCommit, ConsistencySummaryStatistics) - Constructor for error org.neo4j.consistency.ConsistencyCheckingError
 
ConsistencyCheckService - Class in org.neo4j.consistency
 
ConsistencyCheckService() - Constructor for class org.neo4j.consistency.ConsistencyCheckService
 
ConsistencyCheckService(Date) - Constructor for class org.neo4j.consistency.ConsistencyCheckService
 
ConsistencyCheckService.Result - Enum in org.neo4j.consistency
 
ConsistencyCheckSettings - Class in org.neo4j.consistency
Settings for consistency checker
ConsistencyCheckSettings() - Constructor for class org.neo4j.consistency.ConsistencyCheckSettings
 
ConsistencyCheckTasks - Class in org.neo4j.consistency.checking.full
 
ConsistencyCheckTool - Class in org.neo4j.consistency
 
ConsistencyCheckTool.ToolFailureException - Exception in org.neo4j.consistency
 
ConsistencyReport - Interface in org.neo4j.consistency.report
 
ConsistencyReport.CountsConsistencyReport - Interface in org.neo4j.consistency.report
 
ConsistencyReport.DynamicConsistencyReport - Interface in org.neo4j.consistency.report
 
ConsistencyReport.DynamicLabelConsistencyReport - Interface in org.neo4j.consistency.report
 
ConsistencyReport.IndexConsistencyReport - Interface in org.neo4j.consistency.report
 
ConsistencyReport.LabelScanConsistencyReport - Interface in org.neo4j.consistency.report
 
ConsistencyReport.LabelsMatchReport - Interface in org.neo4j.consistency.report
 
ConsistencyReport.LabelTokenConsistencyReport - Interface in org.neo4j.consistency.report
 
ConsistencyReport.NameConsistencyReport - Interface in org.neo4j.consistency.report
 
ConsistencyReport.NeoStoreConsistencyReport - Interface in org.neo4j.consistency.report
 
ConsistencyReport.NodeConsistencyReport - Interface in org.neo4j.consistency.report
 
ConsistencyReport.NodeInUseWithCorrectLabelsReport - Interface in org.neo4j.consistency.report
 
ConsistencyReport.PrimitiveConsistencyReport - Interface in org.neo4j.consistency.report
 
ConsistencyReport.PropertyConsistencyReport - Interface in org.neo4j.consistency.report
 
ConsistencyReport.PropertyKeyTokenConsistencyReport - Interface in org.neo4j.consistency.report
 
ConsistencyReport.RelationshipConsistencyReport - Interface in org.neo4j.consistency.report
 
ConsistencyReport.RelationshipGroupConsistencyReport - Interface in org.neo4j.consistency.report
 
ConsistencyReport.RelationshipTypeConsistencyReport - Interface in org.neo4j.consistency.report
 
ConsistencyReport.Reporter - Interface in org.neo4j.consistency.report
 
ConsistencyReport.SchemaConsistencyReport - Interface in org.neo4j.consistency.report
 
ConsistencyReport.Warning - Annotation Type in org.neo4j.consistency.report
 
ConsistencyReporter - Class in org.neo4j.consistency.report
 
ConsistencyReporter(RecordAccess, InconsistencyReport) - Constructor for class org.neo4j.consistency.report.ConsistencyReporter
 
ConsistencyReporter(RecordAccess, InconsistencyReport, ConsistencyReporter.Monitor) - Constructor for class org.neo4j.consistency.report.ConsistencyReporter
 
ConsistencyReporter.Monitor - Interface in org.neo4j.consistency.report
 
ConsistencyReporter.ProxyFactory<T> - Class in org.neo4j.consistency.report
 
ConsistencyReporter.ReportHandler<RECORD extends org.neo4j.kernel.impl.store.record.AbstractBaseRecord,REPORT extends ConsistencyReport> - Class in org.neo4j.consistency.report
 
ConsistencyReporter.ReportInvocationHandler<RECORD extends org.neo4j.kernel.impl.store.record.AbstractBaseRecord,REPORT extends ConsistencyReport> - Class in org.neo4j.consistency.report
 
ConsistencyReportLog - Class in org.neo4j.consistency
 
ConsistencyReportLog(Supplier<PrintWriter>) - Constructor for class org.neo4j.consistency.ConsistencyReportLog
 
ConsistencyReportLogger - Class in org.neo4j.consistency
 
ConsistencyReportLogger(Supplier<PrintWriter>, Object, String, boolean) - Constructor for class org.neo4j.consistency.ConsistencyReportLogger
 
ConsistencySummaryStatistics - Class in org.neo4j.consistency.report
 
ConsistencySummaryStatistics() - Constructor for class org.neo4j.consistency.report.ConsistencySummaryStatistics
 
constraintIndexRuleNotReferencingBack(DynamicRecord) - Method in interface org.neo4j.consistency.report.ConsistencyReport.SchemaConsistencyReport
 
countLinks(long, long, CacheAccess.Client) - Method in class org.neo4j.consistency.checking.full.StoreProcessor
 
Counts - Interface in org.neo4j.consistency.statistics
Increments counts of different types, per thread.
Counts.Type - Enum in org.neo4j.consistency.statistics
 
CountsEntry - Class in org.neo4j.consistency.store.synthetic
Synthetic record type that stands in for a real record to fit in conveniently with consistency checking
CountsEntry(CountsKey, long) - Constructor for class org.neo4j.consistency.store.synthetic.CountsEntry
 
CountsEntry.CheckAdapter - Class in org.neo4j.consistency.store.synthetic
 
create(Path, Path, OutsideWorld) - Method in class org.neo4j.consistency.CheckConsistencyCommand.Provider
 
create(InvocationHandler) - Method in class org.neo4j.consistency.report.ConsistencyReporter.ProxyFactory
 
create(Class<T>) - Static method in class org.neo4j.consistency.report.ConsistencyReporter.ProxyFactory
 
createTasksForFullCheck(boolean, boolean, boolean) - Method in class org.neo4j.consistency.checking.full.ConsistencyCheckTasks
 

D

debugLogger() - Method in class org.neo4j.consistency.ConsistencyReportLog
 
decorateLabelMatchChecker(RecordCheck<NodeRecord, ConsistencyReport.LabelsMatchReport>) - Method in class org.neo4j.consistency.checking.CheckDecorator.Adapter
 
decorateLabelMatchChecker(RecordCheck<NodeRecord, ConsistencyReport.LabelsMatchReport>) - Method in class org.neo4j.consistency.checking.CheckDecorator.ChainCheckDecorator
 
decorateLabelMatchChecker(RecordCheck<NodeRecord, ConsistencyReport.LabelsMatchReport>) - Method in interface org.neo4j.consistency.checking.CheckDecorator
 
decorateLabelTokenChecker(RecordCheck<LabelTokenRecord, ConsistencyReport.LabelTokenConsistencyReport>) - Method in class org.neo4j.consistency.checking.CheckDecorator.Adapter
 
decorateLabelTokenChecker(RecordCheck<LabelTokenRecord, ConsistencyReport.LabelTokenConsistencyReport>) - Method in class org.neo4j.consistency.checking.CheckDecorator.ChainCheckDecorator
 
decorateLabelTokenChecker(RecordCheck<LabelTokenRecord, ConsistencyReport.LabelTokenConsistencyReport>) - Method in interface org.neo4j.consistency.checking.CheckDecorator
 
decorateNeoStoreChecker(OwningRecordCheck<NeoStoreRecord, ConsistencyReport.NeoStoreConsistencyReport>) - Method in class org.neo4j.consistency.checking.CheckDecorator.Adapter
 
decorateNeoStoreChecker(OwningRecordCheck<NeoStoreRecord, ConsistencyReport.NeoStoreConsistencyReport>) - Method in class org.neo4j.consistency.checking.CheckDecorator.ChainCheckDecorator
 
decorateNeoStoreChecker(OwningRecordCheck<NeoStoreRecord, ConsistencyReport.NeoStoreConsistencyReport>) - Method in interface org.neo4j.consistency.checking.CheckDecorator
 
decorateNodeChecker(OwningRecordCheck<NodeRecord, ConsistencyReport.NodeConsistencyReport>) - Method in class org.neo4j.consistency.checking.CheckDecorator.Adapter
 
decorateNodeChecker(OwningRecordCheck<NodeRecord, ConsistencyReport.NodeConsistencyReport>) - Method in class org.neo4j.consistency.checking.CheckDecorator.ChainCheckDecorator
 
decorateNodeChecker(OwningRecordCheck<NodeRecord, ConsistencyReport.NodeConsistencyReport>) - Method in interface org.neo4j.consistency.checking.CheckDecorator
 
decoratePropertyChecker(RecordCheck<PropertyRecord, ConsistencyReport.PropertyConsistencyReport>) - Method in class org.neo4j.consistency.checking.CheckDecorator.Adapter
 
decoratePropertyChecker(RecordCheck<PropertyRecord, ConsistencyReport.PropertyConsistencyReport>) - Method in class org.neo4j.consistency.checking.CheckDecorator.ChainCheckDecorator
 
decoratePropertyChecker(RecordCheck<PropertyRecord, ConsistencyReport.PropertyConsistencyReport>) - Method in interface org.neo4j.consistency.checking.CheckDecorator
 
decoratePropertyKeyTokenChecker(RecordCheck<PropertyKeyTokenRecord, ConsistencyReport.PropertyKeyTokenConsistencyReport>) - Method in class org.neo4j.consistency.checking.CheckDecorator.Adapter
 
decoratePropertyKeyTokenChecker(RecordCheck<PropertyKeyTokenRecord, ConsistencyReport.PropertyKeyTokenConsistencyReport>) - Method in class org.neo4j.consistency.checking.CheckDecorator.ChainCheckDecorator
 
decoratePropertyKeyTokenChecker(RecordCheck<PropertyKeyTokenRecord, ConsistencyReport.PropertyKeyTokenConsistencyReport>) - Method in interface org.neo4j.consistency.checking.CheckDecorator
 
decorateRelationshipChecker(OwningRecordCheck<RelationshipRecord, ConsistencyReport.RelationshipConsistencyReport>) - Method in class org.neo4j.consistency.checking.CheckDecorator.Adapter
 
decorateRelationshipChecker(OwningRecordCheck<RelationshipRecord, ConsistencyReport.RelationshipConsistencyReport>) - Method in class org.neo4j.consistency.checking.CheckDecorator.ChainCheckDecorator
 
decorateRelationshipChecker(OwningRecordCheck<RelationshipRecord, ConsistencyReport.RelationshipConsistencyReport>) - Method in interface org.neo4j.consistency.checking.CheckDecorator
 
decorateRelationshipGroupChecker(RecordCheck<RelationshipGroupRecord, ConsistencyReport.RelationshipGroupConsistencyReport>) - Method in class org.neo4j.consistency.checking.CheckDecorator.Adapter
 
decorateRelationshipGroupChecker(RecordCheck<RelationshipGroupRecord, ConsistencyReport.RelationshipGroupConsistencyReport>) - Method in class org.neo4j.consistency.checking.CheckDecorator.ChainCheckDecorator
 
decorateRelationshipGroupChecker(RecordCheck<RelationshipGroupRecord, ConsistencyReport.RelationshipGroupConsistencyReport>) - Method in interface org.neo4j.consistency.checking.CheckDecorator
 
decorateRelationshipTypeTokenChecker(RecordCheck<RelationshipTypeTokenRecord, ConsistencyReport.RelationshipTypeConsistencyReport>) - Method in class org.neo4j.consistency.checking.CheckDecorator.Adapter
 
decorateRelationshipTypeTokenChecker(RecordCheck<RelationshipTypeTokenRecord, ConsistencyReport.RelationshipTypeConsistencyReport>) - Method in class org.neo4j.consistency.checking.CheckDecorator.ChainCheckDecorator
 
decorateRelationshipTypeTokenChecker(RecordCheck<RelationshipTypeTokenRecord, ConsistencyReport.RelationshipTypeConsistencyReport>) - Method in interface org.neo4j.consistency.checking.CheckDecorator
 
DEFAULT_QUEUE_SIZE - Static variable in class org.neo4j.consistency.checking.cache.DefaultCacheAccess
 
DefaultCacheAccess - Class in org.neo4j.consistency.checking.cache
CacheAccess that uses PackedMultiFieldCache for cache.
DefaultCacheAccess(Counts, int) - Constructor for class org.neo4j.consistency.checking.cache.DefaultCacheAccess
 
defaultConsistencyCheckThreadsNumber() - Static method in class org.neo4j.consistency.ConsistencyCheckService
 
DefaultCounts - Class in org.neo4j.consistency.statistics
 
DefaultCounts(int) - Constructor for class org.neo4j.consistency.statistics.DefaultCounts
 
defaultLogFileName(Date) - Static method in class org.neo4j.consistency.ConsistencyCheckService
 
DelegatingRecordAccess - Class in org.neo4j.consistency.store
 
DelegatingRecordAccess(RecordAccess) - Constructor for class org.neo4j.consistency.store.DelegatingRecordAccess
 
description() - Method in class org.neo4j.consistency.CheckConsistencyCommand.Provider
 
DirectRecordAccess - Class in org.neo4j.consistency.store
 
DirectRecordAccess(StoreAccess, CacheAccess) - Constructor for class org.neo4j.consistency.store.DirectRecordAccess
 
DirectRecordReference<RECORD extends org.neo4j.kernel.impl.store.record.AbstractBaseRecord> - Class in org.neo4j.consistency.store
 
DirectRecordReference(RECORD, RecordAccess) - Constructor for class org.neo4j.consistency.store.DirectRecordReference
 
dispatch(PendingReferenceCheck<RECORD>) - Method in class org.neo4j.consistency.store.DirectRecordReference
 
dispatch(PendingReferenceCheck<RECORD>) - Method in interface org.neo4j.consistency.store.RecordReference
 
dispatch(PendingReferenceCheck<RECORD>) - Method in class org.neo4j.consistency.store.RecordReference.SkippingReference
 
distribute(RECORD, RecordDistributor.RecordConsumer<RECORD>) - Method in interface org.neo4j.consistency.checking.full.QueueDistribution.QueueDistributor
 
distribute(RelationshipRecord, RecordDistributor.RecordConsumer<RelationshipRecord>) - Method in class org.neo4j.consistency.checking.full.QueueDistribution.RelationshipNodesQueueDistributor
 
distribute(RECORD, RecordDistributor.RecordConsumer<RECORD>) - Method in class org.neo4j.consistency.checking.full.QueueDistribution.RoundRobinQueueDistributor
 
distributeRecords(int, String, int, Iterator<RECORD>, ProgressListener, RecordProcessor<RECORD>, QueueDistribution.QueueDistributor<RECORD>) - Static method in class org.neo4j.consistency.checking.full.RecordDistributor
 
distributor(long, int) - Method in interface org.neo4j.consistency.checking.full.QueueDistribution
 
done() - Method in class org.neo4j.consistency.checking.full.RecordCheckWorker
 
duplicateObligation(DynamicRecord) - Method in interface org.neo4j.consistency.report.ConsistencyReport.SchemaConsistencyReport
 
duplicateRuleContent(DynamicRecord) - Method in interface org.neo4j.consistency.report.ConsistencyReport.SchemaConsistencyReport
 
dynamicLabelRecordNotInUse(DynamicRecord) - Method in interface org.neo4j.consistency.report.ConsistencyReport.NodeConsistencyReport
 
dynamicRecordChainCycle(DynamicRecord) - Method in interface org.neo4j.consistency.report.ConsistencyReport.NodeConsistencyReport
 
DynamicRecordCheck - Class in org.neo4j.consistency.checking
 
DynamicRecordCheck(RecordStore<DynamicRecord>, DynamicStore) - Constructor for class org.neo4j.consistency.checking.DynamicRecordCheck
 
DynamicStore - Enum in org.neo4j.consistency.checking
 

E

EMPTY - Static variable in interface org.neo4j.consistency.checking.cache.CacheAccess
 
EMPTY_CLIENT - Static variable in interface org.neo4j.consistency.checking.cache.CacheAccess
 
emptyBlock() - Method in interface org.neo4j.consistency.report.ConsistencyReport.DynamicConsistencyReport
 
emptyName(DynamicRecord) - Method in interface org.neo4j.consistency.report.ConsistencyReport.NameConsistencyReport
 
emptyNextBlock(DynamicRecord) - Method in interface org.neo4j.consistency.report.ConsistencyReport.DynamicConsistencyReport
 
endOfChain(RelationshipRecord) - Method in enum org.neo4j.consistency.repair.RelationshipChainField
 
error(RecordType, AbstractBaseRecord, String, Object[]) - Method in interface org.neo4j.consistency.report.InconsistencyLogger
 
error(RecordType, AbstractBaseRecord, AbstractBaseRecord, String, Object[]) - Method in interface org.neo4j.consistency.report.InconsistencyLogger
 
error(RecordType, AbstractBaseRecord, String, Object...) - Method in class org.neo4j.consistency.report.InconsistencyMessageLogger
 
error(RecordType, AbstractBaseRecord, AbstractBaseRecord, String, Object...) - Method in class org.neo4j.consistency.report.InconsistencyMessageLogger
 
error(RecordType, AbstractBaseRecord, String, Object[]) - Method in class org.neo4j.consistency.report.InconsistencyReport
 
error(RecordType, AbstractBaseRecord, AbstractBaseRecord, String, Object[]) - Method in class org.neo4j.consistency.report.InconsistencyReport
 
errorLogger() - Method in class org.neo4j.consistency.ConsistencyReportLog
 
execute(String[]) - Method in class org.neo4j.consistency.CheckConsistencyCommand
 
execute(DirectStoreAccess, Log) - Method in class org.neo4j.consistency.checking.full.FullCheck
 
execute(List<ConsistencyCheckerTask>, Runnable) - Static method in class org.neo4j.consistency.checking.full.TaskExecutor
 
exitTool() - Method in exception org.neo4j.consistency.ConsistencyCheckTool.ToolFailureException
 
exploreRelationshipRecordChainsToDepthTwo(RelationshipRecord) - Method in class org.neo4j.consistency.repair.RelationshipChainExplorer
 

F

fieldFor(long, RelationshipRecord) - Method in enum org.neo4j.consistency.repair.RelationshipChainDirection
 
FilteringRecordAccess - Class in org.neo4j.consistency.store
 
FilteringRecordAccess(RecordAccess, MultiPassStore, MultiPassStore...) - Constructor for class org.neo4j.consistency.store.FilteringRecordAccess
 
findRelationshipChainsThatThisRecordShouldBelongTo(RelationshipRecord) - Method in class org.neo4j.consistency.repair.OwningNodeRelationshipChain
 
firstIncomingRelationshipNotFirstInChain() - Method in interface org.neo4j.consistency.report.ConsistencyReport.RelationshipGroupConsistencyReport
 
firstIncomingRelationshipNotInUse() - Method in interface org.neo4j.consistency.report.ConsistencyReport.RelationshipGroupConsistencyReport
 
firstIncomingRelationshipOfOfOtherType() - Method in interface org.neo4j.consistency.report.ConsistencyReport.RelationshipGroupConsistencyReport
 
firstLoopRelationshipNotFirstInChain() - Method in interface org.neo4j.consistency.report.ConsistencyReport.RelationshipGroupConsistencyReport
 
firstLoopRelationshipNotInUse() - Method in interface org.neo4j.consistency.report.ConsistencyReport.RelationshipGroupConsistencyReport
 
firstLoopRelationshipOfOfOtherType() - Method in interface org.neo4j.consistency.report.ConsistencyReport.RelationshipGroupConsistencyReport
 
firstOutgoingRelationshipNotFirstInChain() - Method in interface org.neo4j.consistency.report.ConsistencyReport.RelationshipGroupConsistencyReport
 
firstOutgoingRelationshipNotInUse() - Method in interface org.neo4j.consistency.report.ConsistencyReport.RelationshipGroupConsistencyReport
 
firstOutgoingRelationshipOfOfOtherType() - Method in interface org.neo4j.consistency.report.ConsistencyReport.RelationshipGroupConsistencyReport
 
forCounts(CountsEntry, RecordCheck<CountsEntry, ConsistencyReport.CountsConsistencyReport>) - Method in interface org.neo4j.consistency.report.ConsistencyReport.Reporter
 
forCounts(CountsEntry, RecordCheck<CountsEntry, ConsistencyReport.CountsConsistencyReport>) - Method in class org.neo4j.consistency.report.ConsistencyReporter
 
forDynamicBlock(RecordType, DynamicRecord, RecordCheck<DynamicRecord, ConsistencyReport.DynamicConsistencyReport>) - Method in interface org.neo4j.consistency.report.ConsistencyReport.Reporter
 
forDynamicBlock(RecordType, DynamicRecord, RecordCheck<DynamicRecord, ConsistencyReport.DynamicConsistencyReport>) - Method in class org.neo4j.consistency.report.ConsistencyReporter
 
forDynamicLabelBlock(RecordType, DynamicRecord, RecordCheck<DynamicRecord, ConsistencyReport.DynamicLabelConsistencyReport>) - Method in interface org.neo4j.consistency.report.ConsistencyReport.Reporter
 
forDynamicLabelBlock(RecordType, DynamicRecord, RecordCheck<DynamicRecord, ConsistencyReport.DynamicLabelConsistencyReport>) - Method in class org.neo4j.consistency.report.ConsistencyReporter
 
forIndexEntry(IndexEntry, RecordCheck<IndexEntry, ConsistencyReport.IndexConsistencyReport>) - Method in interface org.neo4j.consistency.report.ConsistencyReport.Reporter
 
forIndexEntry(IndexEntry, RecordCheck<IndexEntry, ConsistencyReport.IndexConsistencyReport>) - Method in class org.neo4j.consistency.report.ConsistencyReporter
 
forLabelName(LabelTokenRecord, RecordCheck<LabelTokenRecord, ConsistencyReport.LabelTokenConsistencyReport>) - Method in interface org.neo4j.consistency.report.ConsistencyReport.Reporter
 
forLabelName(LabelTokenRecord, RecordCheck<LabelTokenRecord, ConsistencyReport.LabelTokenConsistencyReport>) - Method in class org.neo4j.consistency.report.ConsistencyReporter
 
forNode(NodeRecord, RecordCheck<NodeRecord, ConsistencyReport.NodeConsistencyReport>) - Method in interface org.neo4j.consistency.report.ConsistencyReport.Reporter
 
forNode(NodeRecord, RecordCheck<NodeRecord, ConsistencyReport.NodeConsistencyReport>) - Method in class org.neo4j.consistency.report.ConsistencyReporter
 
forNodeLabelMatch(NodeRecord, RecordCheck<NodeRecord, ConsistencyReport.LabelsMatchReport>) - Method in interface org.neo4j.consistency.report.ConsistencyReport.Reporter
 
forNodeLabelMatch(NodeRecord, RecordCheck<NodeRecord, ConsistencyReport.LabelsMatchReport>) - Method in class org.neo4j.consistency.report.ConsistencyReporter
 
forNodeLabelScan(LabelScanDocument, RecordCheck<LabelScanDocument, ConsistencyReport.LabelScanConsistencyReport>) - Method in interface org.neo4j.consistency.report.ConsistencyReport.Reporter
 
forNodeLabelScan(LabelScanDocument, RecordCheck<LabelScanDocument, ConsistencyReport.LabelScanConsistencyReport>) - Method in class org.neo4j.consistency.report.ConsistencyReporter
 
forNodes(ConsistencyReporter) - Method in class org.neo4j.consistency.checking.full.MandatoryProperties
 
forObligationChecking() - Method in class org.neo4j.consistency.checking.SchemaRecordCheck
 
forProperty(PropertyRecord, RecordCheck<PropertyRecord, ConsistencyReport.PropertyConsistencyReport>) - Method in interface org.neo4j.consistency.report.ConsistencyReport.Reporter
 
forProperty(PropertyRecord, RecordCheck<PropertyRecord, ConsistencyReport.PropertyConsistencyReport>) - Method in class org.neo4j.consistency.report.ConsistencyReporter
 
forPropertyKey(PropertyKeyTokenRecord, RecordCheck<PropertyKeyTokenRecord, ConsistencyReport.PropertyKeyTokenConsistencyReport>) - Method in interface org.neo4j.consistency.report.ConsistencyReport.Reporter
 
forPropertyKey(PropertyKeyTokenRecord, RecordCheck<PropertyKeyTokenRecord, ConsistencyReport.PropertyKeyTokenConsistencyReport>) - Method in class org.neo4j.consistency.report.ConsistencyReporter
 
forRelationship(RelationshipRecord, RecordCheck<RelationshipRecord, ConsistencyReport.RelationshipConsistencyReport>) - Method in interface org.neo4j.consistency.report.ConsistencyReport.Reporter
 
forRelationship(RelationshipRecord, RecordCheck<RelationshipRecord, ConsistencyReport.RelationshipConsistencyReport>) - Method in class org.neo4j.consistency.report.ConsistencyReporter
 
forRelationshipGroup(RelationshipGroupRecord, RecordCheck<RelationshipGroupRecord, ConsistencyReport.RelationshipGroupConsistencyReport>) - Method in interface org.neo4j.consistency.report.ConsistencyReport.Reporter
 
forRelationshipGroup(RelationshipGroupRecord, RecordCheck<RelationshipGroupRecord, ConsistencyReport.RelationshipGroupConsistencyReport>) - Method in class org.neo4j.consistency.report.ConsistencyReporter
 
forRelationships(ConsistencyReporter) - Method in class org.neo4j.consistency.checking.full.MandatoryProperties
 
forRelationshipTypeName(RelationshipTypeTokenRecord, RecordCheck<RelationshipTypeTokenRecord, ConsistencyReport.RelationshipTypeConsistencyReport>) - Method in interface org.neo4j.consistency.report.ConsistencyReport.Reporter
 
forRelationshipTypeName(RelationshipTypeTokenRecord, RecordCheck<RelationshipTypeTokenRecord, ConsistencyReport.RelationshipTypeConsistencyReport>) - Method in class org.neo4j.consistency.report.ConsistencyReporter
 
forSchema(DynamicRecord, RecordCheck<DynamicRecord, ConsistencyReport.SchemaConsistencyReport>) - Method in interface org.neo4j.consistency.report.ConsistencyReport.Reporter
 
forSchema(DynamicRecord, RecordCheck<DynamicRecord, ConsistencyReport.SchemaConsistencyReport>) - Method in class org.neo4j.consistency.report.ConsistencyReporter
 
FullCheck - Class in org.neo4j.consistency.checking.full
 
FullCheck(Config, ProgressMonitorFactory, Statistics, int) - Constructor for class org.neo4j.consistency.checking.full.FullCheck
 

G

get(long, int) - Method in class org.neo4j.consistency.checking.cache.PackedMultiFieldCache
 
get(RelationshipRecord) - Method in enum org.neo4j.consistency.repair.RelationshipNodeField
 
getAccessStats(RecordStore<? extends AbstractBaseRecord>) - Method in class org.neo4j.consistency.statistics.AccessStatistics
 
getAccessStatSummary() - Method in class org.neo4j.consistency.statistics.AccessStatistics
 
getCacheSlotSizes() - Method in enum org.neo4j.consistency.checking.full.CheckStage
 
getCacheSlotSizes() - Method in class org.neo4j.consistency.checking.full.Stage.Adapter
 
getCacheSlotSizes() - Method in interface org.neo4j.consistency.checking.full.Stage
 
getCount() - Method in class org.neo4j.consistency.store.synthetic.CountsEntry
 
getCounts() - Method in interface org.neo4j.consistency.statistics.Statistics
 
getCounts() - Method in class org.neo4j.consistency.statistics.VerboseStatistics
 
getCountsKey() - Method in class org.neo4j.consistency.store.synthetic.CountsEntry
 
getFromCache(long, int) - Method in interface org.neo4j.consistency.checking.cache.CacheAccess.Client
getId() - Method in class org.neo4j.consistency.store.synthetic.CountsEntry
 
getInconsistencyCountForRecordType(RecordType) - Method in error org.neo4j.consistency.ConsistencyCheckingError
 
getInconsistencyCountForRecordType(RecordType) - Method in class org.neo4j.consistency.report.ConsistencySummaryStatistics
 
getListOfLabels(NodeRecord, RecordAccess, CheckerEngine<RECORD, REPORT>) - Static method in class org.neo4j.consistency.checking.full.NodeLabelReader
 
getListOfLabels(NodeRecord, RecordStore<DynamicRecord>) - Static method in class org.neo4j.consistency.checking.full.NodeLabelReader
 
getListOfLabels(long) - Static method in class org.neo4j.consistency.checking.full.NodeLabelReader
 
getNodeLabelRange() - Method in class org.neo4j.consistency.store.synthetic.LabelScanDocument
 
getPropertiesFromCache() - Method in interface org.neo4j.consistency.checking.cache.CacheAccess.Client
 
getProperty(long, int) - Method in class org.neo4j.consistency.checking.full.PropertyReader
 
getPropertyFromCache(long) - Method in interface org.neo4j.consistency.checking.cache.CacheAccess.Client
Gets a cached PropertyRecord of a specific id, see CacheAccess.Client.putPropertiesToCache(Collection).
getPropertyRecordChain(NodeRecord) - Method in class org.neo4j.consistency.checking.full.PropertyReader
 
getPropertyRecordChain(long) - Method in class org.neo4j.consistency.checking.full.PropertyReader
 
getPurpose() - Method in enum org.neo4j.consistency.checking.full.CheckStage
 
getPurpose() - Method in class org.neo4j.consistency.checking.full.Stage.Adapter
 
getPurpose() - Method in interface org.neo4j.consistency.checking.full.Stage
 
getStage() - Method in class org.neo4j.consistency.checking.full.StoreProcessor
 
getStageIndex() - Method in class org.neo4j.consistency.checking.full.StoreProcessor
 
getTotalInconsistencyCount() - Method in error org.neo4j.consistency.ConsistencyCheckingError
 
getTotalInconsistencyCount() - Method in class org.neo4j.consistency.report.ConsistencySummaryStatistics
 
graph() - Method in class org.neo4j.consistency.store.DelegatingRecordAccess
 
graph() - Method in class org.neo4j.consistency.store.DirectRecordAccess
 
graph() - Method in interface org.neo4j.consistency.store.RecordAccess
 

I

ID_SLOT_SIZE - Static variable in interface org.neo4j.consistency.checking.cache.CacheSlots
 
IdAssigningThreadLocal<T> - Class in org.neo4j.consistency.checking.full
A ThreadLocal which additionally assigns a zero-based id to each thread-local value created in IdAssigningThreadLocal.initialValue(int).
IdAssigningThreadLocal() - Constructor for class org.neo4j.consistency.checking.full.IdAssigningThreadLocal
 
illegalOwner() - Method in interface org.neo4j.consistency.report.ConsistencyReport.RelationshipGroupConsistencyReport
 
illegalRelationshipType() - Method in interface org.neo4j.consistency.report.ConsistencyReport.RelationshipConsistencyReport
 
illegalRelationshipType() - Method in interface org.neo4j.consistency.report.ConsistencyReport.RelationshipGroupConsistencyReport
 
illegalSourceNode() - Method in interface org.neo4j.consistency.report.ConsistencyReport.RelationshipConsistencyReport
 
illegalTargetNode() - Method in interface org.neo4j.consistency.report.ConsistencyReport.RelationshipConsistencyReport
 
incAndGet(Counts.Type, int) - Method in interface org.neo4j.consistency.statistics.Counts
 
incAndGet(Counts.Type, int) - Method in class org.neo4j.consistency.statistics.DefaultCounts
 
incAndGetCount(Counts.Type) - Method in interface org.neo4j.consistency.checking.cache.CacheAccess.Client
Increases the count of the specified type, for gathering statistics during a run.
InconsistencyLogger - Interface in org.neo4j.consistency.report
 
InconsistencyMessageLogger - Class in org.neo4j.consistency.report
 
InconsistencyMessageLogger(Log) - Constructor for class org.neo4j.consistency.report.InconsistencyMessageLogger
 
InconsistencyReport - Class in org.neo4j.consistency.report
 
InconsistencyReport(InconsistencyLogger, ConsistencySummaryStatistics) - Constructor for class org.neo4j.consistency.report.InconsistencyReport
 
inconsistentNodeCount(long) - Method in interface org.neo4j.consistency.report.ConsistencyReport.CountsConsistencyReport
 
inconsistentNumberOfNodeKeys(long) - Method in interface org.neo4j.consistency.report.ConsistencyReport.CountsConsistencyReport
 
inconsistentNumberOfRelationshipKeys(long) - Method in interface org.neo4j.consistency.report.ConsistencyReport.CountsConsistencyReport
 
inconsistentRelationshipCount(long) - Method in interface org.neo4j.consistency.report.ConsistencyReport.CountsConsistencyReport
 
InconsistentStoreException - Class in org.neo4j.consistency.checking
 
InconsistentStoreException(ConsistencySummaryStatistics) - Constructor for class org.neo4j.consistency.checking.InconsistentStoreException
 
incrementRandomReads(long, long) - Method in class org.neo4j.consistency.statistics.AccessStatistics.AccessStats
 
IndexAccessors - Class in org.neo4j.consistency.checking.index
 
IndexAccessors(SchemaIndexProvider, RecordStore<DynamicRecord>, IndexSamplingConfig) - Constructor for class org.neo4j.consistency.checking.index.IndexAccessors
 
IndexCheck - Class in org.neo4j.consistency.checking.full
 
IndexCheck(IndexRule) - Constructor for class org.neo4j.consistency.checking.full.IndexCheck
 
indexedMultipleTimes(IndexRule, Object, long) - Method in interface org.neo4j.consistency.report.ConsistencyReport.NodeConsistencyReport
 
IndexEntry - Class in org.neo4j.consistency.store.synthetic
Synthetic record type that stands in for a real record to fit in conveniently with consistency checking
IndexEntry(long) - Constructor for class org.neo4j.consistency.store.synthetic.IndexEntry
 
IndexEntryProcessor - Class in org.neo4j.consistency.checking.index
 
IndexEntryProcessor(ConsistencyReporter, IndexCheck) - Constructor for class org.neo4j.consistency.checking.index.IndexEntryProcessor
 
IndexIterator - Class in org.neo4j.consistency.checking.index
 
IndexIterator(IndexAccessor) - Constructor for class org.neo4j.consistency.checking.index.IndexIterator
 
IndexRules - Class in org.neo4j.consistency.checking.schema
 
IndexRules() - Constructor for class org.neo4j.consistency.checking.schema.IndexRules
 
infoLogger() - Method in class org.neo4j.consistency.ConsistencyReportLog
 
init(int) - Method in class org.neo4j.consistency.checking.full.RecordProcessor.Adapter
 
init(int) - Method in interface org.neo4j.consistency.checking.full.RecordProcessor
Must be called by the thread executing RecordProcessor.process(Object).
invalidLength() - Method in interface org.neo4j.consistency.report.ConsistencyReport.DynamicConsistencyReport
 
invalidPropertyKey(PropertyBlock) - Method in interface org.neo4j.consistency.report.ConsistencyReport.PropertyConsistencyReport
 
invalidPropertyType(PropertyBlock) - Method in interface org.neo4j.consistency.report.ConsistencyReport.PropertyConsistencyReport
 
invalidPropertyValue(PropertyBlock) - Method in interface org.neo4j.consistency.report.ConsistencyReport.PropertyConsistencyReport
 
invalidTypeSortOrder() - Method in interface org.neo4j.consistency.report.ConsistencyReport.RelationshipGroupConsistencyReport
 
invoke(Object, Method, Object[]) - Method in class org.neo4j.consistency.report.ConsistencyReporter.ReportInvocationHandler
Invoked when an inconsistency is encountered.
isConsistent() - Method in class org.neo4j.consistency.report.ConsistencySummaryStatistics
 
isDebugEnabled() - Method in class org.neo4j.consistency.ConsistencyReportLog
 
isForward() - Method in interface org.neo4j.consistency.checking.cache.CacheAccess
A flag for record checkers using this cache, where cached values are treated differently if we're scanning through a store forwards or backwards.
isForward() - Method in class org.neo4j.consistency.checking.cache.DefaultCacheAccess
 
isForward() - Method in enum org.neo4j.consistency.checking.full.CheckStage
 
isForward() - Method in class org.neo4j.consistency.checking.full.Stage.Adapter
 
isForward() - Method in interface org.neo4j.consistency.checking.full.Stage
 
isParallel() - Method in enum org.neo4j.consistency.checking.full.CheckStage
 
isParallel() - Method in class org.neo4j.consistency.checking.full.Stage.Adapter
 
isParallel() - Method in interface org.neo4j.consistency.checking.full.Stage
 
isSuccessful() - Method in enum org.neo4j.consistency.ConsistencyCheckService.Result
 
IterableStore<RECORD extends org.neo4j.kernel.impl.store.record.AbstractBaseRecord> - Class in org.neo4j.consistency.checking.full
 
IterableStore(RecordStore<RECORD>, boolean) - Constructor for class org.neo4j.consistency.checking.full.IterableStore
 
iterator() - Method in class org.neo4j.consistency.checking.full.CloningRecordIterable
 
iterator() - Method in class org.neo4j.consistency.checking.full.IterableStore
 
iterator() - Method in class org.neo4j.consistency.checking.index.IndexIterator
 

K

keyNotInUse(PropertyBlock, PropertyKeyTokenRecord) - Method in interface org.neo4j.consistency.report.ConsistencyReport.PropertyConsistencyReport
 
keys(PropertyRecord) - Static method in class org.neo4j.consistency.checking.ChainCheck
 

L

label(int) - Method in class org.neo4j.consistency.store.CacheSmallStoresRecordAccess
 
label(int) - Method in class org.neo4j.consistency.store.DelegatingRecordAccess
 
label(int) - Method in class org.neo4j.consistency.store.DirectRecordAccess
 
label(int) - Method in class org.neo4j.consistency.store.FilteringRecordAccess
 
label(int) - Method in interface org.neo4j.consistency.store.RecordAccess
 
LabelChainWalker<RECORD extends org.neo4j.kernel.impl.store.record.AbstractBaseRecord,REPORT extends ConsistencyReport> - Class in org.neo4j.consistency.checking
 
LabelChainWalker(LabelChainWalker.Validator<RECORD, REPORT>) - Constructor for class org.neo4j.consistency.checking.LabelChainWalker
 
LabelChainWalker.Validator<RECORD extends org.neo4j.kernel.impl.store.record.AbstractBaseRecord,REPORT extends ConsistencyReport> - Interface in org.neo4j.consistency.checking
 
labelDuplicate(long) - Method in interface org.neo4j.consistency.report.ConsistencyReport.NodeConsistencyReport
 
labelIds(List<DynamicRecord>) - Static method in class org.neo4j.consistency.checking.LabelChainWalker
 
labelName(int) - Method in class org.neo4j.consistency.store.DelegatingRecordAccess
 
labelName(int) - Method in class org.neo4j.consistency.store.DirectRecordAccess
 
labelName(int) - Method in interface org.neo4j.consistency.store.RecordAccess
 
labelNotInUse(LabelTokenRecord) - Method in interface org.neo4j.consistency.report.ConsistencyReport.NodeConsistencyReport
 
labelNotInUse(LabelTokenRecord) - Method in interface org.neo4j.consistency.report.ConsistencyReport.SchemaConsistencyReport
 
LABELS_SLOT_SIZE - Static variable in interface org.neo4j.consistency.checking.cache.CacheSlots
 
LabelScanCheck - Class in org.neo4j.consistency.checking.labelscan
 
LabelScanCheck() - Constructor for class org.neo4j.consistency.checking.labelscan.LabelScanCheck
 
LabelScanDocument - Class in org.neo4j.consistency.store.synthetic
Synthetic record type that stands in for a real record to fit in conveniently with consistency checking
LabelScanDocument(NodeLabelRange) - Constructor for class org.neo4j.consistency.store.synthetic.LabelScanDocument
 
LabelScanDocumentProcessor - Class in org.neo4j.consistency.checking.labelscan
 
LabelScanDocumentProcessor(ConsistencyReporter, LabelScanCheck) - Constructor for class org.neo4j.consistency.checking.labelscan.LabelScanDocumentProcessor
 
LabelsMatchCheck - Class in org.neo4j.consistency.checking.full
 
LabelsMatchCheck(LabelScanReader) - Constructor for class org.neo4j.consistency.checking.full.LabelsMatchCheck
 
labelsOutOfOrder(long, long) - Method in interface org.neo4j.consistency.report.ConsistencyReport.NodeConsistencyReport
 
LabelTokenRecordCheck - Class in org.neo4j.consistency.checking
 
LabelTokenRecordCheck() - Constructor for class org.neo4j.consistency.checking.LabelTokenRecordCheck
 
loadAllIndexRules(RecordStore<DynamicRecord>) - Static method in class org.neo4j.consistency.checking.schema.IndexRules
 
LOCALITY - Static variable in class org.neo4j.consistency.statistics.AccessStatistics
 

M

main(String[]) - Static method in class org.neo4j.consistency.ConsistencyCheckTool
 
malformedSchemaRule() - Method in interface org.neo4j.consistency.report.ConsistencyReport.SchemaConsistencyReport
 
MandatoryProperties - Class in org.neo4j.consistency.checking.full
 
MandatoryProperties(StoreAccess) - Constructor for class org.neo4j.consistency.checking.full.MandatoryProperties
 
MandatoryProperties.Check<RECORD extends org.neo4j.kernel.impl.store.record.PrimitiveRecord,REPORT extends ConsistencyReport.PrimitiveConsistencyReport> - Interface in org.neo4j.consistency.checking.full
 
maxCount() - Method in class org.neo4j.consistency.checking.full.IterableStore
 
maxCount() - Method in class org.neo4j.consistency.checking.index.IndexIterator
 
missingMandatoryProperty(int) - Method in interface org.neo4j.consistency.report.ConsistencyReport.PrimitiveConsistencyReport
 
missingObligation(SchemaRule.Kind) - Method in interface org.neo4j.consistency.report.ConsistencyReport.SchemaConsistencyReport
 
multiPassFilter(RecordAccess, MultiPassStore...) - Method in enum org.neo4j.consistency.checking.full.MultiPassStore
 
multiPassFilters(RecordAccess, MultiPassStore[]) - Method in enum org.neo4j.consistency.checking.full.MultiPassStore
 
MultiPassStore - Enum in org.neo4j.consistency.checking.full
 
multipleOwners(NodeRecord) - Method in interface org.neo4j.consistency.report.ConsistencyReport.PrimitiveConsistencyReport
 
multipleOwners(RelationshipRecord) - Method in interface org.neo4j.consistency.report.ConsistencyReport.PrimitiveConsistencyReport
 
multipleOwners(NeoStoreRecord) - Method in interface org.neo4j.consistency.report.ConsistencyReport.PrimitiveConsistencyReport
 

N

nameBlockNotInUse(DynamicRecord) - Method in interface org.neo4j.consistency.report.ConsistencyReport.NameConsistencyReport
 
nameMultipleOwners(LabelTokenRecord) - Method in interface org.neo4j.consistency.report.ConsistencyReport.LabelTokenConsistencyReport
 
nameMultipleOwners(DynamicRecord) - Method in interface org.neo4j.consistency.report.ConsistencyReport.NameConsistencyReport
 
nameMultipleOwners(PropertyKeyTokenRecord) - Method in interface org.neo4j.consistency.report.ConsistencyReport.PropertyKeyTokenConsistencyReport
 
nameMultipleOwners(RelationshipTypeTokenRecord) - Method in interface org.neo4j.consistency.report.ConsistencyReport.RelationshipTypeConsistencyReport
 
NEXT - Static variable in interface org.neo4j.consistency.checking.cache.CacheSlots.RelationshipLink
 
nextDoesNotReferenceBack(PropertyRecord) - Method in interface org.neo4j.consistency.report.ConsistencyReport.PropertyConsistencyReport
 
nextGroupNotInUse() - Method in interface org.neo4j.consistency.report.ConsistencyReport.RelationshipGroupConsistencyReport
 
nextHasOtherOwner(RelationshipGroupRecord) - Method in interface org.neo4j.consistency.report.ConsistencyReport.RelationshipGroupConsistencyReport
 
nextMultipleOwners(DynamicRecord) - Method in interface org.neo4j.consistency.report.ConsistencyReport.DynamicConsistencyReport
 
nextMultipleOwners(PropertyRecord) - Method in interface org.neo4j.consistency.report.ConsistencyReport.DynamicConsistencyReport
 
nextMultipleOwners(RelationshipTypeTokenRecord) - Method in interface org.neo4j.consistency.report.ConsistencyReport.DynamicConsistencyReport
 
nextMultipleOwners(PropertyKeyTokenRecord) - Method in interface org.neo4j.consistency.report.ConsistencyReport.DynamicConsistencyReport
 
nextNotInUse(DynamicRecord) - Method in interface org.neo4j.consistency.report.ConsistencyReport.DynamicConsistencyReport
 
nextNotInUse(PropertyRecord) - Method in interface org.neo4j.consistency.report.ConsistencyReport.PropertyConsistencyReport
 
NO_MONITOR - Static variable in class org.neo4j.consistency.report.ConsistencyReporter
 
noBackReference(ConsistencyReport.PropertyConsistencyReport, PropertyRecord) - Method in enum org.neo4j.consistency.checking.PropertyRecordCheck.PropertyField
 
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
 
nodeDoesNotHaveExpectedLabel(NodeRecord, long) - Method in interface org.neo4j.consistency.report.ConsistencyReport.LabelScanConsistencyReport
 
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
 
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
 
nodeNotInUse(NodeRecord) - Method in interface org.neo4j.consistency.report.ConsistencyReport.LabelScanConsistencyReport
 
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
 
NodeRecordCheck - Class in org.neo4j.consistency.checking
 
NodeRecordCheck() - Constructor for class org.neo4j.consistency.checking.NodeRecordCheck
 
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
 
NONE - Static variable in interface org.neo4j.consistency.statistics.Counts
 
NONE - Static variable in interface org.neo4j.consistency.statistics.Statistics
 
notIndexed(IndexRule, Object) - Method in interface org.neo4j.consistency.report.ConsistencyReport.NodeConsistencyReport
 

O

onRecordChainCycle(DynamicRecord, CheckerEngine<RECORD, REPORT>) - Method in interface org.neo4j.consistency.checking.LabelChainWalker.Validator
 
onRecordNotInUse(DynamicRecord, CheckerEngine<RECORD, REPORT>) - Method in interface org.neo4j.consistency.checking.LabelChainWalker.Validator
 
onWellFormedChain(long[], CheckerEngine<RECORD, REPORT>, RecordAccess) - Method in interface org.neo4j.consistency.checking.LabelChainWalker.Validator
 
ordinal() - Method in class org.neo4j.consistency.checking.full.Stage.Adapter
 
ordinal() - Method in interface org.neo4j.consistency.checking.full.Stage
 
org.neo4j.consistency - package org.neo4j.consistency
 
org.neo4j.consistency.checking - package org.neo4j.consistency.checking
 
org.neo4j.consistency.checking.cache - package org.neo4j.consistency.checking.cache
 
org.neo4j.consistency.checking.full - package org.neo4j.consistency.checking.full
 
org.neo4j.consistency.checking.index - package org.neo4j.consistency.checking.index
 
org.neo4j.consistency.checking.labelscan - package org.neo4j.consistency.checking.labelscan
 
org.neo4j.consistency.checking.schema - package org.neo4j.consistency.checking.schema
 
org.neo4j.consistency.repair - package org.neo4j.consistency.repair
 
org.neo4j.consistency.report - package org.neo4j.consistency.report
 
org.neo4j.consistency.statistics - package org.neo4j.consistency.statistics
 
org.neo4j.consistency.store - package org.neo4j.consistency.store
 
org.neo4j.consistency.store.synthetic - package org.neo4j.consistency.store.synthetic
 
orphanDynamicLabelRecord() - Method in interface org.neo4j.consistency.report.ConsistencyReport.DynamicLabelConsistencyReport
 
orphanDynamicLabelRecordDueToInvalidOwner(NodeRecord) - Method in interface org.neo4j.consistency.report.ConsistencyReport.DynamicLabelConsistencyReport
 
orphanDynamicRecord() - Method in interface org.neo4j.consistency.report.ConsistencyReport.DynamicConsistencyReport
 
orphanPropertyChain() - Method in interface org.neo4j.consistency.report.ConsistencyReport.PropertyConsistencyReport
 
otherReference(PropertyRecord) - Method in enum org.neo4j.consistency.checking.PropertyRecordCheck.PropertyField
 
OwnerChain - Enum in org.neo4j.consistency.checking
 
ownerCheck() - Method in interface org.neo4j.consistency.checking.OwningRecordCheck
 
ownerCheck() - Method in class org.neo4j.consistency.checking.PrimitiveRecordCheck
 
ownerDoesNotReferenceBack() - Method in interface org.neo4j.consistency.report.ConsistencyReport.PropertyConsistencyReport
 
ownerNotInUse() - Method in interface org.neo4j.consistency.report.ConsistencyReport.RelationshipGroupConsistencyReport
 
OwningNodeRelationshipChain - Class in org.neo4j.consistency.repair
 
OwningNodeRelationshipChain(RelationshipChainExplorer, RecordStore<NodeRecord>) - Constructor for class org.neo4j.consistency.repair.OwningNodeRelationshipChain
 
OwningRecordCheck<RECORD extends org.neo4j.kernel.impl.store.record.AbstractBaseRecord,REPORT extends ConsistencyReport> - Interface in org.neo4j.consistency.checking
 

P

PackedMultiFieldCache - Class in org.neo4j.consistency.checking.cache
Simply combining a LongArray with LongBitsManipulator, so that each long can be split up into slots, i.e.
PackedMultiFieldCache(int...) - Constructor for class org.neo4j.consistency.checking.cache.PackedMultiFieldCache
 
PackedMultiFieldCache(LongArray, int...) - Constructor for class org.neo4j.consistency.checking.cache.PackedMultiFieldCache
 
PARALLEL_FORWARD - Static variable in interface org.neo4j.consistency.checking.full.Stage
 
ParallelRecordScanner<RECORD> - Class in org.neo4j.consistency.checking.full
 
ParallelRecordScanner(String, Statistics, int, BoundedIterable<RECORD>, ProgressMonitorFactory.MultiPartBuilder, RecordProcessor<RECORD>, CacheAccess, QueueDistribution, IterableStore...) - Constructor for class org.neo4j.consistency.checking.full.ParallelRecordScanner
 
PendingReferenceCheck<REFERENCED extends org.neo4j.kernel.impl.store.record.AbstractBaseRecord> - Class in org.neo4j.consistency.report
 
prepare() - Method in class org.neo4j.consistency.checking.CheckDecorator.Adapter
 
prepare() - Method in class org.neo4j.consistency.checking.CheckDecorator.ChainCheckDecorator
 
prepare() - Method in interface org.neo4j.consistency.checking.CheckDecorator
Called before each pass over the store(s) to check.
prepareForProcessingOfSingleStore(long) - Method in interface org.neo4j.consistency.checking.cache.CacheAccess
 
prepareForProcessingOfSingleStore(long) - Method in class org.neo4j.consistency.checking.cache.DefaultCacheAccess
 
PREV - Static variable in interface org.neo4j.consistency.checking.cache.CacheSlots.RelationshipLink
 
previousDoesNotReferenceBack(PropertyRecord) - Method in interface org.neo4j.consistency.report.ConsistencyReport.PropertyConsistencyReport
 
prevNotInUse(PropertyRecord) - Method in interface org.neo4j.consistency.report.ConsistencyReport.PropertyConsistencyReport
 
PrimitiveRecordCheck<RECORD extends org.neo4j.kernel.impl.store.record.PrimitiveRecord,REPORT extends ConsistencyReport.PrimitiveConsistencyReport> - Class in org.neo4j.consistency.checking
 
print(String) - Method in interface org.neo4j.consistency.statistics.Statistics
 
print(String) - Method in class org.neo4j.consistency.statistics.VerboseStatistics
 
printErrorMessage() - Method in exception org.neo4j.consistency.ConsistencyCheckTool.ToolFailureException
 
printStackTrace(PrintStream) - Method in exception org.neo4j.consistency.checking.full.ConsistencyCheckIncompleteException
 
printStackTrace(PrintWriter) - Method in exception org.neo4j.consistency.checking.full.ConsistencyCheckIncompleteException
 
process(NodeRecord) - Method in class org.neo4j.consistency.checking.full.NodeToLabelScanRecordProcessor
 
process(NodeRecord) - Method in class org.neo4j.consistency.checking.full.PropertyAndNode2LabelIndexProcessor
 
process(RECORD) - Method in interface org.neo4j.consistency.checking.full.RecordProcessor
 
process(Long) - Method in class org.neo4j.consistency.checking.index.IndexEntryProcessor
 
process(NodeLabelRange) - Method in class org.neo4j.consistency.checking.labelscan.LabelScanDocumentProcessor
 
processArray(RecordStore<DynamicRecord>, DynamicRecord) - Method in class org.neo4j.consistency.checking.AbstractStoreProcessor
 
processLabelArrayWithOwner(RecordStore<DynamicRecord>, DynamicRecord) - Method in class org.neo4j.consistency.checking.AbstractStoreProcessor
 
processLabelToken(RecordStore<LabelTokenRecord>, LabelTokenRecord) - Method in class org.neo4j.consistency.checking.AbstractStoreProcessor
 
processNode(RecordStore<NodeRecord>, NodeRecord) - Method in class org.neo4j.consistency.checking.AbstractStoreProcessor
 
processNode(RecordStore<NodeRecord>, NodeRecord) - Method in class org.neo4j.consistency.checking.full.StoreProcessor
 
processProperty(RecordStore<PropertyRecord>, PropertyRecord) - Method in class org.neo4j.consistency.checking.AbstractStoreProcessor
 
processPropertyKeyToken(RecordStore<PropertyKeyTokenRecord>, PropertyKeyTokenRecord) - Method in class org.neo4j.consistency.checking.AbstractStoreProcessor
 
processRelationship(RecordStore<RelationshipRecord>, RelationshipRecord) - Method in class org.neo4j.consistency.checking.AbstractStoreProcessor
 
processRelationshipGroup(RecordStore<RelationshipGroupRecord>, RelationshipGroupRecord) - Method in class org.neo4j.consistency.checking.AbstractStoreProcessor
 
processRelationshipTypeToken(RecordStore<RelationshipTypeTokenRecord>, RelationshipTypeTokenRecord) - Method in class org.neo4j.consistency.checking.AbstractStoreProcessor
 
processSchema(RecordStore<DynamicRecord>, DynamicRecord) - Method in class org.neo4j.consistency.checking.AbstractStoreProcessor
 
processSchema(RecordStore<DynamicRecord>, DynamicRecord) - Method in class org.neo4j.consistency.checking.full.StoreProcessor
 
processString(RecordStore<DynamicRecord>, DynamicRecord, IdType) - Method in class org.neo4j.consistency.checking.AbstractStoreProcessor
 
property(long) - Method in class org.neo4j.consistency.store.DelegatingRecordAccess
 
property(long) - Method in class org.neo4j.consistency.store.DirectRecordAccess
 
property(long) - Method in class org.neo4j.consistency.store.FilteringRecordAccess
 
property(long) - Method in interface org.neo4j.consistency.store.RecordAccess
 
PropertyAndNode2LabelIndexProcessor - Class in org.neo4j.consistency.checking.full
Processor of node records with the context of how they're indexed.
PropertyAndNode2LabelIndexProcessor(ConsistencyReporter, IndexAccessors, PropertyReader, CacheAccess, Function<NodeRecord, MandatoryProperties.Check<NodeRecord, ConsistencyReport.NodeConsistencyReport>>) - Constructor for class org.neo4j.consistency.checking.full.PropertyAndNode2LabelIndexProcessor
 
PropertyAndNodeIndexedCheck - Class in org.neo4j.consistency.checking.full
Checks nodes and how they're indexed in one go.
PropertyAndNodeIndexedCheck(IndexAccessors, PropertyReader, CacheAccess) - Constructor for class org.neo4j.consistency.checking.full.PropertyAndNodeIndexedCheck
 
propertyBlocks(Collection<PropertyRecord>) - Method in class org.neo4j.consistency.checking.full.PropertyReader
 
propertyBlocks(NodeRecord) - Method in class org.neo4j.consistency.checking.full.PropertyReader
 
PropertyChain<RECORD extends org.neo4j.kernel.impl.store.record.PrimitiveRecord,REPORT extends ConsistencyReport.PrimitiveConsistencyReport> - Class in org.neo4j.consistency.checking
 
PropertyChain(Function<RECORD, MandatoryProperties.Check<RECORD, REPORT>>) - Constructor for class org.neo4j.consistency.checking.PropertyChain
 
propertyKey(int) - Method in class org.neo4j.consistency.store.CacheSmallStoresRecordAccess
 
propertyKey(int) - Method in class org.neo4j.consistency.store.DelegatingRecordAccess
 
propertyKey(int) - Method in class org.neo4j.consistency.store.DirectRecordAccess
 
propertyKey(int) - Method in class org.neo4j.consistency.store.FilteringRecordAccess
 
propertyKey(int) - Method in interface org.neo4j.consistency.store.RecordAccess
 
propertyKeyName(int) - Method in class org.neo4j.consistency.store.DelegatingRecordAccess
 
propertyKeyName(int) - Method in class org.neo4j.consistency.store.DirectRecordAccess
 
propertyKeyName(int) - Method in interface org.neo4j.consistency.store.RecordAccess
 
propertyKeyNotInUse(PropertyKeyTokenRecord) - Method in interface org.neo4j.consistency.report.ConsistencyReport.SchemaConsistencyReport
 
propertyKeyNotUniqueInChain() - Method in interface org.neo4j.consistency.report.ConsistencyReport.PrimitiveConsistencyReport
 
PropertyKeyTokenRecordCheck - Class in org.neo4j.consistency.checking
 
PropertyKeyTokenRecordCheck() - Constructor for class org.neo4j.consistency.checking.PropertyKeyTokenRecordCheck
 
propertyNotFirstInChain(PropertyRecord) - Method in interface org.neo4j.consistency.report.ConsistencyReport.PrimitiveConsistencyReport
 
propertyNotInUse(PropertyRecord) - Method in interface org.neo4j.consistency.report.ConsistencyReport.PrimitiveConsistencyReport
 
PropertyReader - Class in org.neo4j.consistency.checking.full
 
PropertyReader(StoreAccess) - Constructor for class org.neo4j.consistency.checking.full.PropertyReader
 
PropertyRecordCheck - Class in org.neo4j.consistency.checking
 
PropertyRecordCheck() - Constructor for class org.neo4j.consistency.checking.PropertyRecordCheck
 
PropertyRecordCheck.PropertyField - Enum in org.neo4j.consistency.checking
 
propertyValue(PropertyBlock) - Method in class org.neo4j.consistency.checking.full.PropertyReader
 
Provider() - Constructor for class org.neo4j.consistency.CheckConsistencyCommand.Provider
 
put(long, long...) - Method in class org.neo4j.consistency.checking.cache.PackedMultiFieldCache
 
put(long, int, long) - Method in class org.neo4j.consistency.checking.cache.PackedMultiFieldCache
 
putPropertiesToCache(Collection<PropertyRecord>) - Method in interface org.neo4j.consistency.checking.cache.CacheAccess.Client
Caches a Collection of PropertyRecord for later checking.
putToCache(long, long...) - Method in interface org.neo4j.consistency.checking.cache.CacheAccess.Client
Caches all values for an id, i.e.
putToCacheSingle(long, int, long) - Method in interface org.neo4j.consistency.checking.cache.CacheAccess.Client
Caches a single value for an id and slot.

Q

QueueDistribution - Interface in org.neo4j.consistency.checking.full
Factory for creating QueueDistribution.
QueueDistribution.QueueDistributor<RECORD> - Interface in org.neo4j.consistency.checking.full
Distributes records into RecordDistributor.RecordConsumer.
QueueDistribution.RelationshipNodesQueueDistributor - Class in org.neo4j.consistency.checking.full
 
QueueDistribution.RoundRobinQueueDistributor<RECORD> - Class in org.neo4j.consistency.checking.full
 

R

rawPropertyChain(long) - Method in class org.neo4j.consistency.store.DelegatingRecordAccess
 
rawPropertyChain(long) - Method in class org.neo4j.consistency.store.DirectRecordAccess
 
rawPropertyChain(long) - Method in class org.neo4j.consistency.store.FilteringRecordAccess
 
rawPropertyChain(long) - Method in interface org.neo4j.consistency.store.RecordAccess
 
receive(int[]) - Method in interface org.neo4j.consistency.checking.full.MandatoryProperties.Check
 
record() - Method in class org.neo4j.consistency.store.DirectRecordReference
 
RecordAccess - Interface in org.neo4j.consistency.store
 
RecordCheck<RECORD extends org.neo4j.kernel.impl.store.record.AbstractBaseRecord,REPORT extends ConsistencyReport> - Interface in org.neo4j.consistency.checking
 
RecordCheckWorker<RECORD> - Class in org.neo4j.consistency.checking.full
Base class for workers that processes records during consistency check.
RecordCheckWorker(int, AtomicInteger, BlockingQueue<RECORD>, RecordProcessor<RECORD>) - Constructor for class org.neo4j.consistency.checking.full.RecordCheckWorker
 
RecordDistributor - Class in org.neo4j.consistency.checking.full
Takes a stream of RECORDs and distributes them, via BlockingQueue onto multiple workers.
RecordDistributor() - Constructor for class org.neo4j.consistency.checking.full.RecordDistributor
 
RecordField<RECORD extends org.neo4j.kernel.impl.store.record.AbstractBaseRecord,REPORT extends ConsistencyReport> - Interface in org.neo4j.consistency.checking
 
recordNotFullReferencesNext() - Method in interface org.neo4j.consistency.report.ConsistencyReport.DynamicConsistencyReport
 
RecordProcessor<RECORD> - Interface in org.neo4j.consistency.checking.full
 
RecordProcessor.Adapter<RECORD> - Class in org.neo4j.consistency.checking.full
 
RecordReference<RECORD extends org.neo4j.kernel.impl.store.record.AbstractBaseRecord> - Interface in org.neo4j.consistency.store
 
RecordReference.SkippingReference<RECORD extends org.neo4j.kernel.impl.store.record.AbstractBaseRecord> - Class in org.neo4j.consistency.store
 
RecordType - Enum in org.neo4j.consistency
 
reDecorateNode(CheckDecorator, NodeRecordCheck, boolean) - Method in class org.neo4j.consistency.checking.AbstractStoreProcessor
 
reDecorateRelationship(CheckDecorator, RelationshipRecordCheck) - Method in class org.neo4j.consistency.checking.AbstractStoreProcessor
 
register(RecordStore<? extends AbstractBaseRecord>, AccessStatistics.AccessStats) - Method in class org.neo4j.consistency.statistics.AccessStatistics
 
relationship(long) - Method in class org.neo4j.consistency.store.DelegatingRecordAccess
 
relationship(long) - Method in class org.neo4j.consistency.store.DirectRecordAccess
 
relationship(long) - Method in class org.neo4j.consistency.store.FilteringRecordAccess
 
relationship(long) - Method in interface org.neo4j.consistency.store.RecordAccess
 
RelationshipChainDirection - Enum in org.neo4j.consistency.repair
 
RelationshipChainExplorer - Class in org.neo4j.consistency.repair
 
RelationshipChainExplorer(RecordStore<RelationshipRecord>) - Constructor for class org.neo4j.consistency.repair.RelationshipChainExplorer
 
RelationshipChainField - Enum in org.neo4j.consistency.repair
 
relationshipForOtherNode(RelationshipRecord) - Method in interface org.neo4j.consistency.report.ConsistencyReport.NodeConsistencyReport
 
relationshipGroup(long) - Method in class org.neo4j.consistency.store.DelegatingRecordAccess
 
relationshipGroup(long) - Method in class org.neo4j.consistency.store.DirectRecordAccess
 
relationshipGroup(long) - Method in class org.neo4j.consistency.store.FilteringRecordAccess
 
relationshipGroup(long) - Method in interface org.neo4j.consistency.store.RecordAccess
 
relationshipGroupHasOtherOwner(RelationshipGroupRecord) - Method in interface org.neo4j.consistency.report.ConsistencyReport.NodeConsistencyReport
 
relationshipGroupNotInUse(RelationshipGroupRecord) - Method in interface org.neo4j.consistency.report.ConsistencyReport.NodeConsistencyReport
 
RelationshipGroupRecordCheck - Class in org.neo4j.consistency.checking
 
RelationshipGroupRecordCheck() - Constructor for class org.neo4j.consistency.checking.RelationshipGroupRecordCheck
 
RelationshipNodeField - Enum in org.neo4j.consistency.repair
 
RelationshipNodesQueueDistributor(long) - Constructor for class org.neo4j.consistency.checking.full.QueueDistribution.RelationshipNodesQueueDistributor
 
relationshipNotFirstInSourceChain(RelationshipRecord) - Method in interface org.neo4j.consistency.report.ConsistencyReport.NodeConsistencyReport
 
relationshipNotFirstInTargetChain(RelationshipRecord) - Method in interface org.neo4j.consistency.report.ConsistencyReport.NodeConsistencyReport
 
relationshipNotInUse(RelationshipRecord) - Method in interface org.neo4j.consistency.report.ConsistencyReport.NodeConsistencyReport
 
RelationshipRecordCheck - Class in org.neo4j.consistency.checking
 
RelationshipRecordCheck() - Constructor for class org.neo4j.consistency.checking.RelationshipRecordCheck
 
relationshipRecordCheckBackwardPass(RecordField<RelationshipRecord, ConsistencyReport.RelationshipConsistencyReport>...) - Static method in class org.neo4j.consistency.checking.RelationshipRecordCheck
 
relationshipRecordCheckForwardPass() - Static method in class org.neo4j.consistency.checking.RelationshipRecordCheck
 
relationshipRecordCheckSourceChain() - Static method in class org.neo4j.consistency.checking.RelationshipRecordCheck
 
RELATIONSHIPS - Static variable in interface org.neo4j.consistency.checking.full.QueueDistribution
Distributes RelationshipRecord depending on the start/end node ids.
relationshipType(int) - Method in class org.neo4j.consistency.store.CacheSmallStoresRecordAccess
 
relationshipType(int) - Method in class org.neo4j.consistency.store.DelegatingRecordAccess
 
relationshipType(int) - Method in class org.neo4j.consistency.store.DirectRecordAccess
 
relationshipType(int) - Method in interface org.neo4j.consistency.store.RecordAccess
 
relationshipTypeName(int) - Method in class org.neo4j.consistency.store.DelegatingRecordAccess
 
relationshipTypeName(int) - Method in class org.neo4j.consistency.store.DirectRecordAccess
 
relationshipTypeName(int) - Method in interface org.neo4j.consistency.store.RecordAccess
 
relationshipTypeNotInUse(RelationshipTypeTokenRecord) - Method in interface org.neo4j.consistency.report.ConsistencyReport.RelationshipConsistencyReport
 
relationshipTypeNotInUse(RelationshipTypeTokenRecord) - Method in interface org.neo4j.consistency.report.ConsistencyReport.RelationshipGroupConsistencyReport
 
relationshipTypeNotInUse(RelationshipTypeTokenRecord) - Method in interface org.neo4j.consistency.report.ConsistencyReport.SchemaConsistencyReport
 
RelationshipTypeTokenRecordCheck - Class in org.neo4j.consistency.checking
 
RelationshipTypeTokenRecordCheck() - Constructor for class org.neo4j.consistency.checking.RelationshipTypeTokenRecordCheck
 
relOf(RelationshipRecord) - Method in enum org.neo4j.consistency.repair.RelationshipChainField
 
report() - Method in interface org.neo4j.consistency.checking.CheckerEngine
 
report(RECORD, Class<REPORT>, RecordType) - Method in class org.neo4j.consistency.report.ConsistencyReporter
 
report() - Method in class org.neo4j.consistency.report.ConsistencyReporter.ReportInvocationHandler
 
reported(Class<?>, String, String) - Method in interface org.neo4j.consistency.report.ConsistencyReporter.Monitor
 
ReportHandler(InconsistencyReport, ConsistencyReporter.ProxyFactory<REPORT>, RecordType, RecordAccess, AbstractBaseRecord, ConsistencyReporter.Monitor) - Constructor for class org.neo4j.consistency.report.ConsistencyReporter.ReportHandler
 
reportNodeProperties(PrintWriter, RecordSet<RelationshipRecord>) - Method in class org.neo4j.consistency.repair.NodePropertiesReporter
 
reset() - Method in class org.neo4j.consistency.statistics.AccessStatistics.AccessStats
 
reset() - Method in class org.neo4j.consistency.statistics.AccessStatistics
 
reset() - Method in interface org.neo4j.consistency.statistics.Counts
 
reset() - Method in class org.neo4j.consistency.statistics.DefaultCounts
 
reset() - Method in interface org.neo4j.consistency.statistics.Statistics
 
reset() - Method in class org.neo4j.consistency.statistics.VerboseStatistics
 
resetId() - Method in class org.neo4j.consistency.checking.full.IdAssigningThreadLocal
Resets the id counter so that the next call to IdAssigningThreadLocal.initialValue(int) will get 0.
ROUND_ROBIN - Static variable in interface org.neo4j.consistency.checking.full.QueueDistribution
Distributes records round-robin style to all queues.
RoundRobinQueueDistributor(int) - Constructor for class org.neo4j.consistency.checking.full.QueueDistribution.RoundRobinQueueDistributor
 
rules() - Method in class org.neo4j.consistency.checking.index.IndexAccessors
 
run() - Method in class org.neo4j.consistency.checking.cache.CacheTask
 
run() - Method in class org.neo4j.consistency.checking.full.RecordCheckWorker
 
run() - Method in class org.neo4j.consistency.checking.full.StoreProcessorTask
 
runConsistencyCheckTool(String[]) - Static method in class org.neo4j.consistency.ConsistencyCheckTool
 
runFullConsistencyCheck(File, Config, ProgressMonitorFactory, LogProvider, boolean) - Method in class org.neo4j.consistency.ConsistencyCheckService
 
runFullConsistencyCheck(File, Config, ProgressMonitorFactory, LogProvider, FileSystemAbstraction, boolean) - Method in class org.neo4j.consistency.ConsistencyCheckService
 
runFullConsistencyCheck(File, Config, ProgressMonitorFactory, LogProvider, FileSystemAbstraction, PageCache, boolean) - Method in class org.neo4j.consistency.ConsistencyCheckService
 

S

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
 
SchemaStoreProcessorTask<R extends org.neo4j.kernel.impl.store.record.AbstractBaseRecord> - Class in org.neo4j.consistency.checking.full
 
SchemaStoreProcessorTask(String, Statistics, int, RecordStore<R>, StoreAccess, String, SchemaRecordCheck, ProgressMonitorFactory.MultiPartBuilder, CacheAccess, StoreProcessor, QueueDistribution) - Constructor for class org.neo4j.consistency.checking.full.SchemaStoreProcessorTask
 
selfReferentialNext() - Method in interface org.neo4j.consistency.report.ConsistencyReport.DynamicConsistencyReport
 
SEQUENTIAL_FORWARD - Static variable in interface org.neo4j.consistency.checking.full.Stage
 
SequentialRecordScanner<RECORD> - Class in org.neo4j.consistency.checking.full
 
SequentialRecordScanner(String, Statistics, int, BoundedIterable<RECORD>, ProgressMonitorFactory.MultiPartBuilder, RecordProcessor<RECORD>, IterableStore...) - Constructor for class org.neo4j.consistency.checking.full.SequentialRecordScanner
 
setCacheSlotSizes(int...) - Method in interface org.neo4j.consistency.checking.cache.CacheAccess
Sets the slot sizes of the cached values.
setCacheSlotSizes(int...) - Method in class org.neo4j.consistency.checking.cache.DefaultCacheAccess
 
setForward(boolean) - Method in interface org.neo4j.consistency.checking.cache.CacheAccess
Tells this CacheAccess whether or not the current stage, i.e is scanning forwards or backwards through a store or not.
setForward(boolean) - Method in class org.neo4j.consistency.checking.cache.DefaultCacheAccess
 
setSlotSizes(int...) - Method in class org.neo4j.consistency.checking.cache.PackedMultiFieldCache
 
shouldCheck(long, MultiPassStore) - Method in class org.neo4j.consistency.store.DelegatingRecordAccess
 
shouldCheck(long, MultiPassStore) - Method in class org.neo4j.consistency.store.DirectRecordAccess
 
shouldCheck(long, MultiPassStore) - Method in class org.neo4j.consistency.store.FilteringRecordAccess
 
shouldCheck(long, MultiPassStore) - Method in interface org.neo4j.consistency.store.RecordAccess
 
skip() - Method in class org.neo4j.consistency.report.PendingReferenceCheck
 
skipReference() - Static method in class org.neo4j.consistency.store.RecordReference.SkippingReference
 
SLOT_FIRST_IN_SOURCE - Static variable in interface org.neo4j.consistency.checking.cache.CacheSlots.NextRelationhip
 
SLOT_FIRST_IN_TARGET - Static variable in interface org.neo4j.consistency.checking.cache.CacheSlots.NextRelationhip
 
SLOT_IN_USE - Static variable in interface org.neo4j.consistency.checking.cache.CacheSlots.NodeLabel
 
SLOT_LABEL_FIELD - Static variable in interface org.neo4j.consistency.checking.cache.CacheSlots.NodeLabel
 
SLOT_PREV_OR_NEXT - Static variable in interface org.neo4j.consistency.checking.cache.CacheSlots.RelationshipLink
 
SLOT_REFERENCE - Static variable in interface org.neo4j.consistency.checking.cache.CacheSlots.RelationshipLink
 
SLOT_RELATIONSHIP_ID - Static variable in interface org.neo4j.consistency.checking.cache.CacheSlots.NextRelationhip
 
SLOT_RELATIONSHIP_ID - Static variable in interface org.neo4j.consistency.checking.cache.CacheSlots.RelationshipLink
 
SLOT_SOURCE_OR_TARGET - Static variable in interface org.neo4j.consistency.checking.cache.CacheSlots.RelationshipLink
 
SOURCE - Static variable in interface org.neo4j.consistency.checking.cache.CacheSlots.RelationshipLink
 
sourceNextDoesNotReferenceBack(RelationshipRecord) - Method in interface org.neo4j.consistency.report.ConsistencyReport.RelationshipConsistencyReport
 
sourceNextReferencesOtherNodes(RelationshipRecord) - Method in interface org.neo4j.consistency.report.ConsistencyReport.RelationshipConsistencyReport
 
sourceNodeDoesNotReferenceBack(NodeRecord) - Method in interface org.neo4j.consistency.report.ConsistencyReport.RelationshipConsistencyReport
 
sourceNodeHasNoRelationships(NodeRecord) - Method in interface org.neo4j.consistency.report.ConsistencyReport.RelationshipConsistencyReport
 
sourceNodeNotInUse(NodeRecord) - Method in interface org.neo4j.consistency.report.ConsistencyReport.RelationshipConsistencyReport
 
sourcePrevDoesNotReferenceBack(RelationshipRecord) - Method in interface org.neo4j.consistency.report.ConsistencyReport.RelationshipConsistencyReport
 
sourcePrevReferencesOtherNodes(RelationshipRecord) - Method in interface org.neo4j.consistency.report.ConsistencyReport.RelationshipConsistencyReport
 
Stage - Interface in org.neo4j.consistency.checking.full
Represents a Stage in the consistency check.
Stage.Adapter - Class in org.neo4j.consistency.checking.full
 
Statistics - Interface in org.neo4j.consistency.statistics
Top level interface for managing statistics.
StoreProcessor - Class in org.neo4j.consistency.checking.full
Full check works by spawning StoreProcessorTasks that call StoreProcessor.
StoreProcessor(CheckDecorator, ConsistencyReport.Reporter, Stage, CacheAccess) - Constructor for class org.neo4j.consistency.checking.full.StoreProcessor
 
StoreProcessorTask<R extends org.neo4j.kernel.impl.store.record.AbstractBaseRecord> - Class in org.neo4j.consistency.checking.full
 
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
 
stringMultipleOwners(PropertyRecord) - Method in interface org.neo4j.consistency.report.ConsistencyReport.PropertyConsistencyReport
 
stringMultipleOwners(DynamicRecord) - Method in interface org.neo4j.consistency.report.ConsistencyReport.PropertyConsistencyReport
 
stringNotInUse(PropertyBlock, DynamicRecord) - Method in interface org.neo4j.consistency.report.ConsistencyReport.PropertyConsistencyReport
 
stringUnreferencedButNotDeleted(PropertyBlock) - Method in interface org.neo4j.consistency.report.ConsistencyReport.PropertyConsistencyReport
 
sum(Counts.Type) - Method in interface org.neo4j.consistency.statistics.Counts
 
sum(Counts.Type) - Method in class org.neo4j.consistency.statistics.DefaultCounts
 
summary() - Method in class org.neo4j.consistency.checking.InconsistentStoreException
 

T

TARGET - Static variable in interface org.neo4j.consistency.checking.cache.CacheSlots.RelationshipLink
 
targetNextDoesNotReferenceBack(RelationshipRecord) - Method in interface org.neo4j.consistency.report.ConsistencyReport.RelationshipConsistencyReport
 
targetNextReferencesOtherNodes(RelationshipRecord) - Method in interface org.neo4j.consistency.report.ConsistencyReport.RelationshipConsistencyReport
 
targetNodeDoesNotReferenceBack(NodeRecord) - Method in interface org.neo4j.consistency.report.ConsistencyReport.RelationshipConsistencyReport
 
targetNodeHasNoRelationships(NodeRecord) - Method in interface org.neo4j.consistency.report.ConsistencyReport.RelationshipConsistencyReport
 
targetNodeNotInUse(NodeRecord) - Method in interface org.neo4j.consistency.report.ConsistencyReport.RelationshipConsistencyReport
 
targetPrevDoesNotReferenceBack(RelationshipRecord) - Method in interface org.neo4j.consistency.report.ConsistencyReport.RelationshipConsistencyReport
 
targetPrevReferencesOtherNodes(RelationshipRecord) - Method in interface org.neo4j.consistency.report.ConsistencyReport.RelationshipConsistencyReport
 
TaskExecutor - Class in org.neo4j.consistency.checking.full
 
TaskExecutor() - Constructor for class org.neo4j.consistency.checking.full.TaskExecutor
 
toCheckNextRel() - Static method in class org.neo4j.consistency.checking.NodeRecordCheck
 
toCheckNextRelationshipGroup() - Static method in class org.neo4j.consistency.checking.NodeRecordCheck
 
toString() - Method in class org.neo4j.consistency.checking.full.ConsistencyCheckerTask
 
toString() - Method in class org.neo4j.consistency.checking.full.StoreProcessorTask
 
toString() - Method in class org.neo4j.consistency.report.ConsistencyReporter.ProxyFactory
 
toString() - Method in class org.neo4j.consistency.report.ConsistencySummaryStatistics
 
toString() - Method in class org.neo4j.consistency.report.PendingReferenceCheck
 
toString() - Method in class org.neo4j.consistency.statistics.AccessStatistics.AccessStats
 
toString() - Method in class org.neo4j.consistency.statistics.DefaultCounts
 
toString() - Method in class org.neo4j.consistency.store.RecordReference.SkippingReference
 
toString() - Method in class org.neo4j.consistency.store.synthetic.CountsEntry
 
toString() - Method in class org.neo4j.consistency.store.synthetic.IndexEntry
 
toString() - Method in class org.neo4j.consistency.store.synthetic.LabelScanDocument
 
type - Variable in enum org.neo4j.consistency.checking.DynamicStore
 

U

uniqueIndexNotUnique(IndexRule, Object, long) - Method in interface org.neo4j.consistency.report.ConsistencyReport.NodeConsistencyReport
 
uniquenessConstraintNotReferencingBack(DynamicRecord) - Method in interface org.neo4j.consistency.report.ConsistencyReport.SchemaConsistencyReport
 
unsupportedSchemaRuleKind(SchemaRule.Kind) - Method in interface org.neo4j.consistency.report.ConsistencyReport.SchemaConsistencyReport
 
upInUse() - Method in class org.neo4j.consistency.statistics.AccessStatistics.AccessStats
 
upRead(long) - Method in class org.neo4j.consistency.statistics.AccessStatistics.AccessStats
 
upWrite(long) - Method in class org.neo4j.consistency.statistics.AccessStatistics.AccessStats
 

V

valueFrom(RECORD) - Method in class org.neo4j.consistency.checking.PropertyChain
 
valueFrom(RECORD) - Method in interface org.neo4j.consistency.checking.RecordField
 
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.CheckStage
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.OwnerChain
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neo4j.consistency.checking.PropertyRecordCheck.PropertyField
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.
valueOf(String) - Static method in enum org.neo4j.consistency.statistics.Counts.Type
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.CheckStage
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.OwnerChain
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.PropertyRecordCheck.PropertyField
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.
values() - Static method in enum org.neo4j.consistency.statistics.Counts.Type
Returns an array containing the constants of this enum type, in the order they are declared.
VerboseStatistics - Class in org.neo4j.consistency.statistics
 
VerboseStatistics(AccessStatistics, Counts, Log) - Constructor for class org.neo4j.consistency.statistics.VerboseStatistics
 

W

warmUpCache() - Method in class org.neo4j.consistency.checking.full.IterableStore
 
warning(RecordType, AbstractBaseRecord, String, Object[]) - Method in interface org.neo4j.consistency.report.InconsistencyLogger
 
warning(RecordType, AbstractBaseRecord, AbstractBaseRecord, String, Object[]) - Method in interface org.neo4j.consistency.report.InconsistencyLogger
 
warning(RecordType, AbstractBaseRecord, String, Object...) - Method in class org.neo4j.consistency.report.InconsistencyMessageLogger
 
warning(RecordType, AbstractBaseRecord, AbstractBaseRecord, String, Object...) - Method in class org.neo4j.consistency.report.InconsistencyMessageLogger
 
warning(RecordType, AbstractBaseRecord, String, Object[]) - Method in class org.neo4j.consistency.report.InconsistencyReport
 
warning(RecordType, AbstractBaseRecord, AbstractBaseRecord, String, Object[]) - Method in class org.neo4j.consistency.report.InconsistencyReport
 
warnLogger() - Method in class org.neo4j.consistency.ConsistencyReportLog
 
withinBounds(long) - Method in interface org.neo4j.consistency.checking.cache.CacheAccess.Client
Some consistency check stages splits the id range into segments, one per thread.
A B C D E F G I K L M N O P Q R S T U V W 
Skip navigation links

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