public class SchemaStoreProcessorTask<R extends org.neo4j.kernel.impl.store.record.AbstractBaseRecord> extends StoreProcessorTask<R>
| Constructor and Description |
|---|
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) |
public 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)
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.