| Interface | Description |
|---|---|
| CacheAccess |
Just as
RecordAccess is the main access point for AbstractBaseRecord and friends,
so is CacheAccess the main access point for cached values related to records, most often caching
parts of records, specific to certain stages of the consistency check. |
| CacheAccess.Client |
Client per thread for accessing cache and counts for statistics
|
| CacheSlots | |
| CacheSlots.NextRelationship | |
| CacheSlots.NodeLabel | |
| CacheSlots.RelationshipLink |
| Class | Description |
|---|---|
| CacheTask |
Action to be manipulate the
CacheAccess in some way. |
| CacheTask.CacheNextRel | |
| CacheTask.CheckNextRel | |
| DefaultCacheAccess |
CacheAccess that uses PackedMultiFieldCache for cache. |
| PackedMultiFieldCache |
Simply combining a
LongArray with LongBitsManipulator, so that each long can be split up into
slots, i.e. |
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.