Package org.neo4j.kernel.impl.nioneo.store

Interface Summary
FileSystemAbstraction  
IdGenerator  
PersistenceWindow A persistence window encapsulates a part of the records (or blocks) in a store and makes it possible to read and write data to those records.
PropertyData  
RecordStore<R extends AbstractBaseRecord>  
Store Common interface for the node,relationship,property and relationship type stores.
 

Class Summary
Abstract64BitRecord  
AbstractBaseRecord  
AbstractDynamicStore An abstract representation of a dynamic store.
AbstractRecord  
AbstractStore An abstract representation of a store.
Buffer Wraps a ByteBuffer and is tied to a PersistenceWindow.
CommonAbstractStore Contains common implementation for AbstractStore and AbstractDynamicStore.
DynamicArrayStore Dynamic store that stores strings.
DynamicRecord  
DynamicStringStore Dynamic store that stores strings.
FileLock  
IdGeneratorImpl This class generates unique ids for a resource type.
IdRange  
NeoStore This class contains the references to the "NodeStore,RelationshipStore, PropertyStore and RelationshipTypeStore".
NodeRecord  
NodeStore Implementation of the node store.
PersistenceWindowPool Manages persistence windows for a store.
PrimitiveRecord  
PropertyBlock  
PropertyDatas  
PropertyIndexData  
PropertyIndexRecord  
PropertyIndexStore Implementation of the property store.
PropertyRecord PropertyRecord is a container for PropertyBlocks.
PropertyStore Implementation of the property store.
ReadOnlyIdGenerator  
RecordStore.Processor  
RelationshipRecord  
RelationshipStore Implementation of the relationship store.
RelationshipTypeData  
RelationshipTypeRecord  
RelationshipTypeStore Implementation of the relationship type store.
StoreAccess Not thread safe (since DiffRecordStore is not thread safe), intended for single threaded use.
StoreId  
WindowPoolStats  
 

Enum Summary
LongerShortString Supports encoding alphanumerical and SP .
OperationType Defines the two types of operations that can be made to an acquired PersistenceWindow.
PropertyType Defines valid property types.
Record Various constants used in records for different stores.
ShortArray  
ShortString Supports encoding alphanumerical and SP .
 

Exception Summary
InvalidIdGeneratorException  
InvalidRecordException  
NotCurrentStoreVersionException  
StoreFailureException  
UnderlyingStorageException  
 

Error Summary
DataInconsistencyError Thrown when inconsistencies are found in the data.
 



Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.