| Package | Description |
|---|---|
| org.neo4j.consistency.checking.full | |
| org.neo4j.consistency.store |
| Modifier and Type | Method and Description |
|---|---|
static MultiPassStore |
MultiPassStore.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MultiPassStore[] |
MultiPassStore.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
RecordAccess |
MultiPassStore.multiPassFilter(RecordAccess recordAccess,
MultiPassStore... stores) |
List<RecordAccess> |
MultiPassStore.multiPassFilters(RecordAccess recordAccess,
MultiPassStore[] stores) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
FilteringRecordAccess.shouldCheck(long id,
MultiPassStore store) |
boolean |
DirectRecordAccess.shouldCheck(long id,
MultiPassStore store) |
boolean |
DelegatingRecordAccess.shouldCheck(long id,
MultiPassStore store) |
boolean |
RecordAccess.shouldCheck(long id,
MultiPassStore store) |
| Constructor and Description |
|---|
FilteringRecordAccess(RecordAccess delegate,
MultiPassStore currentStore,
MultiPassStore... potentiallySkippableStores) |
FilteringRecordAccess(RecordAccess delegate,
MultiPassStore currentStore,
MultiPassStore... potentiallySkippableStores) |
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.