Class Hierarchy
- java.lang.Object
- org.neo4j.kernel.impl.store.record.AbstractBaseRecord (implements org.neo4j.helpers.CloneableInPublic)
- org.neo4j.logging.AbstractLog (implements org.neo4j.logging.Log)
- org.neo4j.logging.AbstractPrintWriterLogger (implements org.neo4j.logging.Logger)
- org.neo4j.consistency.statistics.AccessStatistics
- org.neo4j.consistency.statistics.AccessStatistics.AccessStats
- org.neo4j.consistency.checking.ChainCheck<RECORD,REPORT> (implements org.neo4j.consistency.checking.ComparativeRecordChecker<RECORD,REFERRED,REPORT>)
- org.neo4j.consistency.CheckConsistencyCommand (implements org.neo4j.commandline.admin.AdminCommand)
- org.neo4j.consistency.checking.full.CheckConsistencyConfig
- org.neo4j.consistency.checking.CheckDecorator.Adapter (implements org.neo4j.consistency.checking.CheckDecorator)
- org.neo4j.consistency.checking.CheckDecorator.ChainCheckDecorator (implements org.neo4j.consistency.checking.CheckDecorator)
- org.neo4j.consistency.checking.full.CloningRecordIterable<R> (implements java.lang.Iterable<T>)
- org.neo4j.consistency.checking.full.ConsistencyCheckerTask (implements java.lang.Runnable)
- org.neo4j.consistency.ConsistencyCheckService
- org.neo4j.consistency.ConsistencyCheckSettings (implements org.neo4j.configuration.LoadableConfig)
- org.neo4j.consistency.checking.full.ConsistencyCheckTasks
- org.neo4j.consistency.ConsistencyCheckTool
- org.neo4j.consistency.report.ConsistencyReporter (implements org.neo4j.consistency.report.ConsistencyReport.Reporter)
- org.neo4j.consistency.report.ConsistencyReporter.ProxyFactory<T>
- org.neo4j.consistency.report.ConsistencyReporter.ReportInvocationHandler<RECORD,REPORT> (implements org.neo4j.consistency.checking.CheckerEngine<RECORD,REPORT>, java.lang.reflect.InvocationHandler)
- org.neo4j.consistency.report.ConsistencySummaryStatistics
- org.neo4j.consistency.store.synthetic.CountsEntry.CheckAdapter (implements org.neo4j.consistency.checking.RecordCheck<RECORD,REPORT>)
- org.neo4j.consistency.checking.cache.DefaultCacheAccess (implements org.neo4j.consistency.checking.cache.CacheAccess)
- org.neo4j.consistency.statistics.DefaultCounts (implements org.neo4j.consistency.statistics.Counts)
- org.neo4j.consistency.store.DelegatingRecordAccess (implements org.neo4j.consistency.store.RecordAccess)
- org.neo4j.consistency.store.DirectRecordAccess (implements org.neo4j.consistency.store.RecordAccess)
- org.neo4j.consistency.store.DirectRecordReference<RECORD> (implements org.neo4j.consistency.store.RecordReference<RECORD>)
- org.neo4j.consistency.checking.DynamicRecordCheck (implements org.neo4j.consistency.checking.ComparativeRecordChecker<RECORD,REFERRED,REPORT>, org.neo4j.consistency.checking.RecordCheck<RECORD,REPORT>)
- org.neo4j.consistency.checking.full.FullCheck
- org.neo4j.consistency.report.InconsistencyMessageLogger (implements org.neo4j.consistency.report.InconsistencyLogger)
- org.neo4j.consistency.report.InconsistencyReport (implements org.neo4j.consistency.report.InconsistencyLogger)
- org.neo4j.consistency.checking.index.IndexAccessors (implements java.io.Closeable)
- org.neo4j.consistency.checking.full.IndexCheck (implements org.neo4j.consistency.checking.RecordCheck<RECORD,REPORT>)
- org.neo4j.consistency.checking.index.IndexIterator (implements org.neo4j.helpers.collection.BoundedIterable<RECORD>)
- org.neo4j.consistency.checking.full.IterableStore<RECORD> (implements org.neo4j.helpers.collection.BoundedIterable<RECORD>)
- org.neo4j.consistency.checking.LabelChainWalker<RECORD,REPORT> (implements org.neo4j.consistency.checking.ComparativeRecordChecker<RECORD,REFERRED,REPORT>)
- org.neo4j.consistency.checking.labelscan.LabelScanCheck (implements org.neo4j.consistency.checking.RecordCheck<RECORD,REPORT>)
- org.neo4j.consistency.checking.LabelTokenRecordCheck
- org.neo4j.consistency.checking.full.MandatoryProperties
- org.neo4j.consistency.checking.NodeDynamicLabelOrphanChainStartCheck (implements org.neo4j.consistency.checking.ComparativeRecordChecker<RECORD,REFERRED,REPORT>, org.neo4j.consistency.checking.RecordCheck<RECORD,REPORT>)
- org.neo4j.consistency.checking.full.NodeInUseWithCorrectLabelsCheck<RECORD,REPORT> (implements org.neo4j.consistency.checking.ComparativeRecordChecker<RECORD,REFERRED,REPORT>)
- org.neo4j.consistency.checking.full.NodeLabelReader
- org.neo4j.consistency.repair.NodePropertiesReporter
- org.neo4j.consistency.repair.OwningNodeRelationshipChain
- org.neo4j.consistency.checking.cache.PackedMultiFieldCache
- org.neo4j.consistency.report.PendingReferenceCheck<REFERENCED>
- org.neo4j.helpers.collection.PrefetchingIterator<T> (implements java.util.Iterator<E>)
- org.neo4j.helpers.collection.PrefetchingResourceIterator<T> (implements org.neo4j.graphdb.ResourceIterator<T>)
- org.neo4j.consistency.checking.PrimitiveRecordCheck<RECORD,REPORT> (implements org.neo4j.consistency.checking.OwningRecordCheck<RECORD,REPORT>)
- org.neo4j.consistency.checking.full.PropertyAndNodeIndexedCheck (implements org.neo4j.consistency.checking.RecordCheck<RECORD,REPORT>)
- org.neo4j.consistency.checking.PropertyChain<RECORD,REPORT> (implements org.neo4j.consistency.checking.ComparativeRecordChecker<RECORD,REFERRED,REPORT>, org.neo4j.consistency.checking.RecordField<RECORD,REPORT>)
- org.neo4j.consistency.checking.PropertyKeyTokenRecordCheck
- org.neo4j.consistency.checking.full.PropertyReader (implements org.neo4j.kernel.api.index.PropertyAccessor)
- org.neo4j.consistency.checking.PropertyRecordCheck (implements org.neo4j.consistency.checking.RecordCheck<RECORD,REPORT>)
- org.neo4j.consistency.checking.full.QueueDistribution.RelationshipNodesQueueDistributor (implements org.neo4j.consistency.checking.full.QueueDistribution.QueueDistributor<RECORD>)
- org.neo4j.consistency.checking.full.QueueDistribution.RoundRobinQueueDistributor<RECORD> (implements org.neo4j.consistency.checking.full.QueueDistribution.QueueDistributor<RECORD>)
- org.neo4j.consistency.checking.full.RecordCheckWorker<RECORD> (implements java.lang.Runnable)
- org.neo4j.consistency.checking.full.RecordDistributor
- org.neo4j.consistency.checking.full.RecordProcessor.Adapter<RECORD> (implements org.neo4j.consistency.checking.full.RecordProcessor<RECORD>)
- org.neo4j.consistency.store.RecordReference.SkippingReference<RECORD> (implements org.neo4j.consistency.store.RecordReference<RECORD>)
- org.neo4j.kernel.impl.store.RecordStore.Processor<FAILURE>
- org.neo4j.consistency.repair.RelationshipChainExplorer
- org.neo4j.consistency.checking.RelationshipGroupRecordCheck (implements org.neo4j.consistency.checking.RecordCheck<RECORD,REPORT>)
- org.neo4j.consistency.checking.RelationshipTypeTokenRecordCheck
- org.neo4j.consistency.internal.SchemaIndexExtensionLoader
- org.neo4j.consistency.checking.SchemaRecordCheck (implements org.neo4j.consistency.checking.RecordCheck<RECORD,REPORT>)
- org.neo4j.helpers.Service
- org.neo4j.commandline.admin.AdminCommand.Provider
- org.neo4j.consistency.checking.full.Stage.Adapter (implements org.neo4j.consistency.checking.full.Stage)
- org.neo4j.kernel.impl.store.StoreAccess
- org.neo4j.consistency.checking.full.TaskExecutor
- java.lang.ThreadLocal<T>
- java.lang.Throwable (implements java.io.Serializable)
- org.neo4j.consistency.statistics.VerboseStatistics (implements org.neo4j.consistency.statistics.Statistics)
Interface Hierarchy
Annotation Type Hierarchy
Enum Hierarchy
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.