public class LabelChainWalker<RECORD extends org.neo4j.kernel.impl.store.record.AbstractBaseRecord,REPORT extends ConsistencyReport> extends Object implements ComparativeRecordChecker<RECORD,org.neo4j.kernel.impl.store.record.DynamicRecord,REPORT>
| Modifier and Type | Class and Description |
|---|---|
static interface |
LabelChainWalker.Validator<RECORD extends org.neo4j.kernel.impl.store.record.AbstractBaseRecord,REPORT extends ConsistencyReport> |
| Constructor and Description |
|---|
LabelChainWalker(LabelChainWalker.Validator<RECORD,REPORT> validator) |
| Modifier and Type | Method and Description |
|---|---|
void |
checkReference(RECORD record,
org.neo4j.kernel.impl.store.record.DynamicRecord dynamicRecord,
CheckerEngine<RECORD,REPORT> engine,
RecordAccess records) |
static long[] |
labelIds(List<org.neo4j.kernel.impl.store.record.DynamicRecord> recordList) |
public LabelChainWalker(LabelChainWalker.Validator<RECORD,REPORT> validator)
public void checkReference(RECORD record, org.neo4j.kernel.impl.store.record.DynamicRecord dynamicRecord, CheckerEngine<RECORD,REPORT> engine, RecordAccess records)
checkReference in interface ComparativeRecordChecker<RECORD extends org.neo4j.kernel.impl.store.record.AbstractBaseRecord,org.neo4j.kernel.impl.store.record.DynamicRecord,REPORT extends ConsistencyReport>public static long[] labelIds(List<org.neo4j.kernel.impl.store.record.DynamicRecord> recordList)
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.