public class SequentialRecordScanner<RECORD> extends ConsistencyCheckerTask
| Constructor and Description |
|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
void |
run() |
toStringpublic 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)
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.