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

Packages that use org.neo4j.kernel.impl.nioneo.store
org.neo4j.backup.check   
org.neo4j.com   
org.neo4j.kernel Implementation for embedding a Neo4j graph database in an application. 
org.neo4j.kernel.ha   
org.neo4j.kernel.ha.zookeeper   
org.neo4j.kernel.impl.core   
org.neo4j.kernel.impl.nioneo.store   
org.neo4j.kernel.impl.nioneo.xa   
org.neo4j.kernel.impl.persistence   
org.neo4j.kernel.impl.storemigration   
org.neo4j.kernel.impl.storemigration.legacystore   
org.neo4j.kernel.impl.transaction.xaframework   
org.neo4j.kernel.impl.util   
 

Classes in org.neo4j.kernel.impl.nioneo.store used by org.neo4j.backup.check
AbstractBaseRecord
           
DynamicRecord
           
NeoStore
          This class contains the references to the "NodeStore,RelationshipStore, PropertyStore and RelationshipTypeStore".
NodeRecord
           
NodeStore
          Implementation of the node store.
PropertyBlock
           
PropertyIndexRecord
           
PropertyRecord
          PropertyRecord is a container for PropertyBlocks.
PropertyStore
          Implementation of the property store.
RecordStore
           
RecordStore.Processor
           
RelationshipRecord
           
RelationshipStore
          Implementation of the relationship store.
RelationshipTypeRecord
           
RelationshipTypeStore
          Implementation of the relationship type store.
StoreAccess
          Not thread safe (since DiffRecordStore is not thread safe), intended for single threaded use.
 

Classes in org.neo4j.kernel.impl.nioneo.store used by org.neo4j.com
StoreId
           
 

Classes in org.neo4j.kernel.impl.nioneo.store used by org.neo4j.kernel
FileSystemAbstraction
           
IdGenerator
           
NeoStore
          This class contains the references to the "NodeStore,RelationshipStore, PropertyStore and RelationshipTypeStore".
StoreId
           
 

Classes in org.neo4j.kernel.impl.nioneo.store used by org.neo4j.kernel.ha
IdGenerator
           
IdRange
           
NeoStore
          This class contains the references to the "NodeStore,RelationshipStore, PropertyStore and RelationshipTypeStore".
StoreId
           
 

Classes in org.neo4j.kernel.impl.nioneo.store used by org.neo4j.kernel.ha.zookeeper
StoreId
           
 

Classes in org.neo4j.kernel.impl.nioneo.store used by org.neo4j.kernel.impl.core
PropertyData
           
PropertyIndexData
           
RelationshipTypeData
           
 

Classes in org.neo4j.kernel.impl.nioneo.store used by org.neo4j.kernel.impl.nioneo.store
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
           
FileLock
           
FileSystemAbstraction
           
IdGenerator
           
IdRange
           
LongerShortString
          Supports encoding alphanumerical and SP .
NeoStore
          This class contains the references to the "NodeStore,RelationshipStore, PropertyStore and RelationshipTypeStore".
NodeRecord
           
NodeStore
          Implementation of the node store.
OperationType
          Defines the two types of operations that can be made to an acquired PersistenceWindow.
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.
PersistenceWindowPool
          Manages persistence windows for a store.
PrimitiveRecord
           
PropertyBlock
           
PropertyData
           
PropertyIndexData
           
PropertyIndexRecord
           
PropertyIndexStore
          Implementation of the property store.
PropertyRecord
          PropertyRecord is a container for PropertyBlocks.
PropertyStore
          Implementation of the property store.
PropertyType
          Defines valid property types.
Record
          Various constants used in records for different stores.
RecordStore
           
RecordStore.Processor
           
RelationshipRecord
           
RelationshipStore
          Implementation of the relationship store.
RelationshipTypeData
           
RelationshipTypeRecord
           
RelationshipTypeStore
          Implementation of the relationship type store.
ShortArray
           
ShortString
          Supports encoding alphanumerical and SP .
Store
          Common interface for the node,relationship,property and relationship type stores.
StoreFailureException
           
StoreId
           
WindowPoolStats
           
 

Classes in org.neo4j.kernel.impl.nioneo.store used by org.neo4j.kernel.impl.nioneo.xa
NeoStore
          This class contains the references to the "NodeStore,RelationshipStore, PropertyStore and RelationshipTypeStore".
NodeRecord
           
PropertyBlock
           
PropertyData
           
PropertyIndexData
           
PropertyIndexRecord
           
PropertyRecord
          PropertyRecord is a container for PropertyBlocks.
PropertyStore
          Implementation of the property store.
RelationshipRecord
           
RelationshipTypeData
           
RelationshipTypeRecord
           
RelationshipTypeStore
          Implementation of the relationship type store.
StoreId
           
WindowPoolStats
           
 

Classes in org.neo4j.kernel.impl.nioneo.store used by org.neo4j.kernel.impl.persistence
PropertyData
           
PropertyIndexData
           
RelationshipRecord
           
RelationshipTypeData
           
 

Classes in org.neo4j.kernel.impl.nioneo.store used by org.neo4j.kernel.impl.storemigration
NeoStore
          This class contains the references to the "NodeStore,RelationshipStore, PropertyStore and RelationshipTypeStore".
PropertyIndexStore
          Implementation of the property store.
PropertyStore
          Implementation of the property store.
RelationshipTypeStore
          Implementation of the relationship type store.
StoreFailureException
           
 

Classes in org.neo4j.kernel.impl.nioneo.store used by org.neo4j.kernel.impl.storemigration.legacystore
Abstract64BitRecord
           
AbstractBaseRecord
           
NodeRecord
           
PropertyIndexRecord
           
RelationshipRecord
           
RelationshipTypeRecord
           
 

Classes in org.neo4j.kernel.impl.nioneo.store used by org.neo4j.kernel.impl.transaction.xaframework
FileSystemAbstraction
           
 

Classes in org.neo4j.kernel.impl.nioneo.store used by org.neo4j.kernel.impl.util
Buffer
          Wraps a ByteBuffer and is tied to a PersistenceWindow.
 



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