FullCheck(org.neo4j.kernel.configuration.Config tuningConfiguration,
org.neo4j.helpers.progress.ProgressMonitorFactory progressFactory,
Statistics statistics,
int threads) |
ParallelRecordScanner(String name,
Statistics statistics,
int threads,
org.neo4j.helpers.collection.BoundedIterable<RECORD> store,
org.neo4j.helpers.progress.ProgressMonitorFactory.MultiPartBuilder builder,
RecordProcessor<RECORD> processor,
CacheAccess cacheAccess,
QueueDistribution distribution,
IterableStore... warmUpStores) |
SchemaStoreProcessorTask(String name,
Statistics statistics,
int threads,
org.neo4j.kernel.impl.store.RecordStore<R> store,
org.neo4j.kernel.impl.store.StoreAccess storeAccess,
String builderPrefix,
SchemaRecordCheck schemaRecordCheck,
org.neo4j.helpers.progress.ProgressMonitorFactory.MultiPartBuilder builder,
CacheAccess cacheAccess,
StoreProcessor processor,
QueueDistribution distribution) |
SequentialRecordScanner(String name,
Statistics statistics,
int threads,
org.neo4j.helpers.collection.BoundedIterable<RECORD> store,
org.neo4j.helpers.progress.ProgressMonitorFactory.MultiPartBuilder builder,
RecordProcessor<RECORD> processor,
IterableStore... warmUpStores) |