| Package | Description |
|---|---|
| org.neo4j.consistency | |
| org.neo4j.consistency.checking.full |
| Modifier and Type | Field and Description |
|---|---|
static org.neo4j.graphdb.config.Setting<TaskExecutionOrder> |
ConsistencyCheckSettings.consistency_check_execution_order |
| Modifier and Type | Method and Description |
|---|---|
static TaskExecutionOrder |
TaskExecutionOrder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaskExecutionOrder[] |
TaskExecutionOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
SchemaStoreProcessorTask(org.neo4j.kernel.impl.store.RecordStore<R> store,
String builderPrefix,
SchemaRecordCheck schemaRecordCheck,
org.neo4j.helpers.progress.ProgressMonitorFactory.MultiPartBuilder builder,
TaskExecutionOrder order,
org.neo4j.consistency.checking.full.StoreProcessor singlePassProcessor,
org.neo4j.consistency.checking.full.StoreProcessor... multiPassProcessors) |
Copyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.