Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Package
org.apache.derby.iapi.store.raw

Classes in org.apache.derby.iapi.store.raw used by org.apache.derby.iapi.store.raw
AuxObject
          The interface of objects which can be associated with a page while it's in cache.
Compensation
          A Compensation operation can compensate for the action of a log operation.
ContainerHandle
          A Container contains a contigious address space of pages, the pages start at page number Container.FIRST_PAGE_NUMBER and are numbered sequentially.
ContainerKey
          A key that identifies a Container within the RawStore.
ContainerLock
          A ContainerLock represents a qualifier that is to be used when locking a container through a ContainerHandle.
Corruptable
           
FetchDescriptor
          FetchDescriptor is used to package up all the arguments necessary to describe what rows and what row parts should be returned from the store back to language as part of a fetch.
GlobalTransactionId
          A transaction identifier that is unique among all raw stores and all transactions The equals() method for TransactionId implements by value equality.
LockingPolicy
          Any object that implements this interface can be used as a locking policy for accessing a container.
Loggable
          A Loggable is a record of a change of state or an event that happened in the RawStore in the context of a transaction.
Page
          A Page contains an ordered set of records which are the stored form of rows.
PageKey
          A key that identifies a BasePage.
PageTimeStamp
          The type definition of a time stamp that can be associated with pages that supports 'time stamp'.
RecordHandle
          A handle to a record within a container.
RowLock
          A RowLock represents a qualifier that is to be used when locking a Row through a RecordHandle.
ScanHandle
          Inteface for scanning the log from outside the RawStore.
StreamContainerHandle
          A Stream Container handle
Transaction
           
Undoable
          An Undoable operation is an operation that changed the state of the RawStore in the context of a transaction and this change can be rolled back.