|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RecordStore | |
|---|---|
| org.neo4j.backup.check | |
| org.neo4j.kernel.impl.nioneo.store | |
| Uses of RecordStore in org.neo4j.backup.check |
|---|
| Classes in org.neo4j.backup.check that implement RecordStore | |
|---|---|
class |
DiffRecordStore<R extends AbstractBaseRecord>
Not thread safe, intended for single threaded use. |
| Methods in org.neo4j.backup.check that return RecordStore | ||
|---|---|---|
RecordStore<?>[] |
DiffStore.allStores()
Overridden to increase visibility to public, it's used from InconsistencyLoggingTransactionInterceptorProvider. |
|
protected
|
DiffStore.wrapStore(RecordStore<R> store)
|
|
| Methods in org.neo4j.backup.check that return types with arguments of type RecordStore | |
|---|---|
Iterator<RecordStore<?>> |
ConsistencyCheck.iterator()
|
| Methods in org.neo4j.backup.check with parameters of type RecordStore | ||
|---|---|---|
protected void |
DiffStore.apply(RecordStore.Processor processor,
RecordStore<?> store)
|
|
void |
ConsistencyCheck.processArray(RecordStore<DynamicRecord> store,
DynamicRecord array)
|
|
void |
ConsistencyCheck.processNode(RecordStore<NodeRecord> store,
NodeRecord node)
|
|
void |
ConsistencyCheck.processProperty(RecordStore<PropertyRecord> store,
PropertyRecord property)
|
|
void |
ConsistencyCheck.processPropertyIndex(RecordStore<PropertyIndexRecord> store,
PropertyIndexRecord index)
|
|
void |
ConsistencyCheck.processRelationship(RecordStore<RelationshipRecord> store,
RelationshipRecord rel)
|
|
void |
ConsistencyCheck.processRelationshipType(RecordStore<RelationshipTypeRecord> store,
RelationshipTypeRecord type)
|
|
void |
ConsistencyCheck.processString(RecordStore<DynamicRecord> store,
DynamicRecord string)
|
|
protected abstract
|
ConsistencyCheck.report(RecordStore<R> recordStore,
R record,
InconsistencyType inconsistency)
Report an internal inconsistency in a single record. |
|
protected abstract
|
ConsistencyCheck.report(RecordStore<R1> recordStore,
R1 record,
RecordStore<? extends R2> referredStore,
R2 referred,
InconsistencyType inconsistency)
Report an inconsistency between two records. |
|
protected abstract
|
ConsistencyCheck.report(RecordStore<R1> recordStore,
R1 record,
RecordStore<? extends R2> referredStore,
R2 referred,
InconsistencyType inconsistency)
Report an inconsistency between two records. |
|
protected
|
DiffStore.wrapStore(RecordStore<R> store)
|
|
| Constructors in org.neo4j.backup.check with parameters of type RecordStore | |
|---|---|
DiffRecordStore(RecordStore<R> actual)
|
|
| Uses of RecordStore in org.neo4j.kernel.impl.nioneo.store |
|---|
| Classes in org.neo4j.kernel.impl.nioneo.store that implement RecordStore | |
|---|---|
class |
AbstractDynamicStore
An abstract representation of a dynamic store. |
class |
DynamicArrayStore
Dynamic store that stores strings. |
class |
DynamicStringStore
Dynamic store that stores strings. |
class |
NodeStore
Implementation of the node store. |
class |
PropertyIndexStore
Implementation of the property store. |
class |
PropertyStore
Implementation of the property store. |
class |
RelationshipStore
Implementation of the relationship store. |
class |
RelationshipTypeStore
Implementation of the relationship type store. |
| Methods in org.neo4j.kernel.impl.nioneo.store that return RecordStore | ||
|---|---|---|
protected RecordStore<?>[] |
StoreAccess.allStores()
|
|
RecordStore<DynamicRecord> |
StoreAccess.getArrayStore()
|
|
RecordStore<NodeRecord> |
StoreAccess.getNodeStore()
|
|
RecordStore<PropertyIndexRecord> |
StoreAccess.getPropertyIndexStore()
|
|
RecordStore<DynamicRecord> |
StoreAccess.getPropertyKeyStore()
|
|
RecordStore<PropertyRecord> |
StoreAccess.getPropertyStore()
|
|
RecordStore<RelationshipRecord> |
StoreAccess.getRelationshipStore()
|
|
RecordStore<RelationshipTypeRecord> |
StoreAccess.getRelationshipTypeStore()
|
|
RecordStore<DynamicRecord> |
StoreAccess.getStringStore()
|
|
RecordStore<DynamicRecord> |
StoreAccess.getTypeNameStore()
|
|
protected
|
StoreAccess.wrapStore(RecordStore<R> store)
|
|
| Methods in org.neo4j.kernel.impl.nioneo.store with parameters of type RecordStore | ||
|---|---|---|
protected void |
StoreAccess.apply(RecordStore.Processor processor,
RecordStore<?> store)
|
|
|
RecordStore.Processor.applyById(RecordStore<R> store,
Iterable<Long> ids)
|
|
|
RecordStore.Processor.applyFiltered(RecordStore<R> store,
Predicate<? super R>... filters)
|
|
|
RecordStore.Processor.applyFiltered(RecordStore<R> store,
ProgressIndicator progress,
Predicate<? super R>... filters)
|
|
void |
RecordStore.Processor.processArray(RecordStore<DynamicRecord> store,
DynamicRecord array)
|
|
protected void |
RecordStore.Processor.processDynamic(RecordStore<DynamicRecord> store,
DynamicRecord record)
|
|
void |
RecordStore.Processor.processNode(RecordStore<NodeRecord> store,
NodeRecord node)
|
|
void |
RecordStore.Processor.processProperty(RecordStore<PropertyRecord> store,
PropertyRecord property)
|
|
void |
RecordStore.Processor.processPropertyIndex(RecordStore<PropertyIndexRecord> store,
PropertyIndexRecord record)
|
|
protected
|
RecordStore.Processor.processRecord(Class<R> type,
RecordStore<R> store,
R record)
|
|
void |
RecordStore.Processor.processRelationship(RecordStore<RelationshipRecord> store,
RelationshipRecord rel)
|
|
void |
RecordStore.Processor.processRelationshipType(RecordStore<RelationshipTypeRecord> store,
RelationshipTypeRecord record)
|
|
void |
RecordStore.Processor.processString(RecordStore<DynamicRecord> store,
DynamicRecord string)
|
|
protected
|
RecordStore.Processor.progressInit(RecordStore<R> store,
long highId)
Override to provide progress indication for the tool. |
|
static
|
RecordStore.Processor.scan(RecordStore<R> store,
Predicate<? super R>... filters)
|
|
static
|
RecordStore.Processor.scanById(RecordStore<R> store,
Iterable<Long> ids)
|
|
protected
|
StoreAccess.wrapStore(RecordStore<R> store)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||