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

Quick Search    Search Deep
A B C D E F G H I J K L M N O P Q R S T U V W X Z

A

ALLOCATED_PAGE - Static variable in class org.apache.derby.impl.store.raw.data.AllocExtent
public Per Page status
ALLOC_PAGE_ARG_NUM - Static variable in class org.apache.derby.impl.store.raw.data.FileContainer
 
ALLOC_PAGE_HEADER_OFFSET - Static variable in class org.apache.derby.impl.store.raw.data.AllocPage
constants
ALLOC_PAGE_HEADER_SIZE - Static variable in class org.apache.derby.impl.store.raw.data.AllocPage
 
ALL_FREE - Static variable in class org.apache.derby.impl.store.raw.data.AllocExtent
 
AllocExtent - class org.apache.derby.impl.store.raw.data.AllocExtent.
An allocation extent row manages the page status of page in the extent.
AllocExtent(long, long, int, int, int) - Constructor for class org.apache.derby.impl.store.raw.data.AllocExtent
 
AllocExtent(AllocExtent) - Constructor for class org.apache.derby.impl.store.raw.data.AllocExtent
 
AllocExtent() - Constructor for class org.apache.derby.impl.store.raw.data.AllocExtent
 
AllocPage - class org.apache.derby.impl.store.raw.data.AllocPage.
An allocation page of the file container.
AllocPage() - Constructor for class org.apache.derby.impl.store.raw.data.AllocPage
 
AllocPageOperation - class org.apache.derby.impl.store.raw.data.AllocPageOperation.
 
AllocPageOperation(AllocPage, long, int, int) - Constructor for class org.apache.derby.impl.store.raw.data.AllocPageOperation
 
AllocPageOperation() - Constructor for class org.apache.derby.impl.store.raw.data.AllocPageOperation
 
AllocationActions - interface org.apache.derby.impl.store.raw.data.AllocationActions.
This interface describe the operations that has to do with page allocation/deallocation.
AllocationCache - class org.apache.derby.impl.store.raw.data.AllocationCache.
An auxiliary object to cache the allocation information for a file container.
AllocationCache() - Constructor for class org.apache.derby.impl.store.raw.data.AllocationCache
 
actionAllocatePage(RawTransaction, BasePage, long, int, int) - Method in interface org.apache.derby.impl.store.raw.data.AllocationActions
Set the allocation status of pageNumber to doStatus.
actionAllocatePage(RawTransaction, BasePage, long, int, int) - Method in class org.apache.derby.impl.store.raw.data.DirectAllocActions
Set the allocation status of pageNumber to doStatus.
actionAllocatePage(RawTransaction, BasePage, long, int, int) - Method in class org.apache.derby.impl.store.raw.data.LoggableAllocActions
Set the allocation status of pageNumber to doStatus.
actionChainAllocPage(RawTransaction, BasePage, long, long) - Method in interface org.apache.derby.impl.store.raw.data.AllocationActions
Chain one allocation page to the next.
actionChainAllocPage(RawTransaction, BasePage, long, long) - Method in class org.apache.derby.impl.store.raw.data.DirectAllocActions
Chain one allocation page to the next.
actionChainAllocPage(RawTransaction, BasePage, long, long) - Method in class org.apache.derby.impl.store.raw.data.LoggableAllocActions
Chain one allocation page to the next.
actionCode - Variable in class org.apache.derby.impl.store.raw.data.BaseDataFileFactory
 
actionCode - Variable in class org.apache.derby.impl.store.raw.data.RAFContainer
 
actionCompressSpaceOperation(RawTransaction, BasePage, int, int) - Method in interface org.apache.derby.impl.store.raw.data.AllocationActions
Compress free pages.
actionCompressSpaceOperation(RawTransaction, BasePage, int, int) - Method in class org.apache.derby.impl.store.raw.data.DirectAllocActions
Compress free pages.
actionCompressSpaceOperation(RawTransaction, BasePage, int, int) - Method in class org.apache.derby.impl.store.raw.data.LoggableAllocActions
Compress free pages.
actionCopyRows(RawTransaction, BasePage, BasePage, int, int, int, int[]) - Method in class org.apache.derby.impl.store.raw.data.DirectActions
 
actionCopyRows(RawTransaction, BasePage, BasePage, int, int, int, int[]) - Method in class org.apache.derby.impl.store.raw.data.LoggableActions
 
actionCopyRows(RawTransaction, BasePage, BasePage, int, int, int, int[]) - Method in interface org.apache.derby.impl.store.raw.data.PageActions
Copy num_rows from srcPage into deestpage.
actionDelete(RawTransaction, BasePage, int, int, boolean, LogicalUndo) - Method in class org.apache.derby.impl.store.raw.data.DirectActions
 
actionDelete(RawTransaction, BasePage, int, int, boolean, LogicalUndo) - Method in class org.apache.derby.impl.store.raw.data.LoggableActions
 
actionDelete(RawTransaction, BasePage, int, int, boolean, LogicalUndo) - Method in interface org.apache.derby.impl.store.raw.data.PageActions
Set the Delete status of the record at the given slot.
actionErrorOK - Variable in class org.apache.derby.impl.store.raw.data.RAFContainer
 
actionFile - Variable in class org.apache.derby.impl.store.raw.data.BaseDataFileFactory
 
actionFile - Variable in class org.apache.derby.impl.store.raw.data.RAFContainer
 
actionIdentity - Variable in class org.apache.derby.impl.store.raw.data.RAFContainer
 
actionInitPage(RawTransaction, BasePage, int, int, long) - Method in class org.apache.derby.impl.store.raw.data.DirectActions
 
actionInitPage(RawTransaction, BasePage, int, int, long) - Method in class org.apache.derby.impl.store.raw.data.LoggableActions
 
actionInitPage(RawTransaction, BasePage, int, int, long) - Method in interface org.apache.derby.impl.store.raw.data.PageActions
Initialize the page due to allocation.
actionInsert(RawTransaction, BasePage, int, int, Object[], FormatableBitSet, LogicalUndo, byte, int, boolean, int, DynamicByteArrayOutputStream, int, int) - Method in class org.apache.derby.impl.store.raw.data.DirectActions
 
actionInsert(RawTransaction, BasePage, int, int, Object[], FormatableBitSet, LogicalUndo, byte, int, boolean, int, DynamicByteArrayOutputStream, int, int) - Method in class org.apache.derby.impl.store.raw.data.LoggableActions
 
actionInsert(RawTransaction, BasePage, int, int, Object[], FormatableBitSet, LogicalUndo, byte, int, boolean, int, DynamicByteArrayOutputStream, int, int) - Method in interface org.apache.derby.impl.store.raw.data.PageActions
Insert record at the given slot with this recordId.
actionInstant - Variable in class org.apache.derby.impl.store.raw.data.RAFContainer
 
actionInvalidatePage(RawTransaction, BasePage) - Method in class org.apache.derby.impl.store.raw.data.DirectActions
 
actionInvalidatePage(RawTransaction, BasePage) - Method in class org.apache.derby.impl.store.raw.data.LoggableActions
 
actionInvalidatePage(RawTransaction, BasePage) - Method in interface org.apache.derby.impl.store.raw.data.PageActions
Invalidate the page due to deallocation.
actionPurge(RawTransaction, BasePage, int, int, int[], boolean) - Method in class org.apache.derby.impl.store.raw.data.DirectActions
 
actionPurge(RawTransaction, BasePage, int, int, int[], boolean) - Method in class org.apache.derby.impl.store.raw.data.LoggableActions
 
actionPurge(RawTransaction, BasePage, int, int, int[], boolean) - Method in interface org.apache.derby.impl.store.raw.data.PageActions
Purge the record at the given slot.
actionShrinkReservedSpace(RawTransaction, BasePage, int, int, int, int) - Method in class org.apache.derby.impl.store.raw.data.DirectActions
 
actionShrinkReservedSpace(RawTransaction, BasePage, int, int, int, int) - Method in class org.apache.derby.impl.store.raw.data.LoggableActions
 
actionShrinkReservedSpace(RawTransaction, BasePage, int, int, int, int) - Method in interface org.apache.derby.impl.store.raw.data.PageActions
Shrink the reserved space to the new value.
actionStub - Variable in class org.apache.derby.impl.store.raw.data.RAFContainer
 
actionTryAlternatePath - Variable in class org.apache.derby.impl.store.raw.data.RAFContainer
 
actionUpdate(RawTransaction, BasePage, int, int, Object[], FormatableBitSet, int, DynamicByteArrayOutputStream, int, RecordHandle) - Method in class org.apache.derby.impl.store.raw.data.DirectActions
 
actionUpdate(RawTransaction, BasePage, int, int, Object[], FormatableBitSet, int, DynamicByteArrayOutputStream, int, RecordHandle) - Method in class org.apache.derby.impl.store.raw.data.LoggableActions
 
actionUpdate(RawTransaction, BasePage, int, int, Object[], FormatableBitSet, int, DynamicByteArrayOutputStream, int, RecordHandle) - Method in interface org.apache.derby.impl.store.raw.data.PageActions
Update record at the given slot with this row.
actionUpdateField(RawTransaction, BasePage, int, int, int, Object, LogicalUndo) - Method in class org.apache.derby.impl.store.raw.data.DirectActions
 
actionUpdateField(RawTransaction, BasePage, int, int, int, Object, LogicalUndo) - Method in class org.apache.derby.impl.store.raw.data.LoggableActions
 
actionUpdateField(RawTransaction, BasePage, int, int, int, Object, LogicalUndo) - Method in interface org.apache.derby.impl.store.raw.data.PageActions
Update a field of the record at the given slot with this value.
actionsSet - Variable in class org.apache.derby.impl.store.raw.data.BaseContainerHandle
 
active - Variable in class org.apache.derby.impl.store.raw.data.BaseContainerHandle
Is this ContainerHandle active.
active - Variable in class org.apache.derby.impl.store.raw.data.StreamFileContainerHandle
Is this StreamContainerHandle active.
add(String, InputStream) - Method in class org.apache.derby.impl.store.raw.data.RFResource
 
addAndLoadStreamContainer(RawTransaction, long, Properties, RowSource) - Method in class org.apache.derby.impl.store.raw.data.BaseDataFileFactory
Add and load a stream container
addContainer(RawTransaction, long, long, int, Properties, int) - Method in class org.apache.derby.impl.store.raw.data.BaseDataFileFactory
Add a container with a specified page size to a segment.
addPage(FileContainer, long, RawTransaction, BaseContainerHandle) - Method in class org.apache.derby.impl.store.raw.data.AllocPage
Add a page which is managed by this alloc page.
addPage(BaseContainerHandle, boolean) - Method in class org.apache.derby.impl.store.raw.data.BaseContainer
Add a page to this container.
addPage() - Method in class org.apache.derby.impl.store.raw.data.BaseContainerHandle
Add a page to the container The page returned will be observing me.
addPage(int) - Method in class org.apache.derby.impl.store.raw.data.BaseContainerHandle
Add a page to the container, if flag == ContainerHandle.ADD_PAGE_BULK, tell the container about it.
addPage(BaseContainerHandle, boolean) - Method in class org.apache.derby.impl.store.raw.data.TempRAFContainer
Add a page without locking the container, only one user will be accessing this table at a time.
addSlotEntry(int, int, int, int) - Method in class org.apache.derby.impl.store.raw.data.StoredPage
Insert a new slot entry into the current slot array.
allocActionsSet - Variable in class org.apache.derby.impl.store.raw.data.BaseContainerHandle
 
allocCache - Variable in class org.apache.derby.impl.store.raw.data.FileContainer
 
allocPage(long) - Method in class org.apache.derby.impl.store.raw.data.AllocExtent
Allocate this page - this is called underneath the log record
allowInsert() - Method in class org.apache.derby.impl.store.raw.data.BasePage
Returns false if an insert is not to be allowed in the page.
allowInsert() - Method in class org.apache.derby.impl.store.raw.data.StoredPage
Is there enough space on the page to insert a minimum size row?
alreadyReadPage - Variable in class org.apache.derby.impl.store.raw.data.CachedPage
 
appendOverflowFieldHeader(DynamicByteArrayOutputStream, RecordHandle) - Method in class org.apache.derby.impl.store.raw.data.BasePage
Append an overflow pointer to a partly logged row, to point to a long column that just been logged.
appendOverflowFieldHeader(DynamicByteArrayOutputStream, RecordHandle) - Method in class org.apache.derby.impl.store.raw.data.StoredPage
 
attempts - Variable in class org.apache.derby.impl.store.raw.data.ReclaimSpace
 
auxObj - Variable in class org.apache.derby.impl.store.raw.data.BasePage
auxiliary object MT - mutable - content dynamic : single thread required.
available() - Method in class org.apache.derby.impl.store.raw.data.BufferedByteHolderInputStream
 
available() - Method in interface org.apache.derby.impl.store.raw.data.ByteHolder
Return the number of bytes that can be read from this ByteHolder without blocking on an IO.
available() - Method in class org.apache.derby.impl.store.raw.data.ByteHolderInputStream
 
available() - Method in class org.apache.derby.impl.store.raw.data.MemByteHolder
 
available() - Method in class org.apache.derby.impl.store.raw.data.RememberBytesInputStream
Return the number of bytes remains in the byteHolder for reading, without setting the write/read mode.

B

BOOT_ACTION - Static variable in class org.apache.derby.impl.store.raw.data.BaseDataFileFactory
 
BORROWED_SPACE_LEN - Static variable in class org.apache.derby.impl.store.raw.data.AllocPage
 
BORROWED_SPACE_OFFSET - Static variable in class org.apache.derby.impl.store.raw.data.AllocPage
 
BaseContainer - class org.apache.derby.impl.store.raw.data.BaseContainer.
BaseContainer is an abstract class that provides the locking bahaviour for an object representing an active container, that is the actual storage container, not the ContainerHandle interface.
BaseContainer() - Constructor for class org.apache.derby.impl.store.raw.data.BaseContainer
 
BaseContainerHandle - class org.apache.derby.impl.store.raw.data.BaseContainerHandle.
A handle to an open container, implememts RawContainerHandle.
BaseContainerHandle(UUID, RawTransaction, ContainerKey, LockingPolicy, int) - Constructor for class org.apache.derby.impl.store.raw.data.BaseContainerHandle
Create an object that is only used for locking the container.
BaseContainerHandle(UUID, RawTransaction, PageActions, AllocationActions, LockingPolicy, BaseContainer, int) - Constructor for class org.apache.derby.impl.store.raw.data.BaseContainerHandle
Create a container handle that is used to actually access the container.
BaseDataFileFactory - class org.apache.derby.impl.store.raw.data.BaseDataFileFactory.
Provides the abstract class with most of the implementation of DataFactory and ModuleControl shared by all the different filesystem implementations.
BaseDataFileFactory() - Constructor for class org.apache.derby.impl.store.raw.data.BaseDataFileFactory
 
BasePage - class org.apache.derby.impl.store.raw.data.BasePage.
This class implements all the the generic locking behaviour for a Page.
BasePage() - Constructor for class org.apache.derby.impl.store.raw.data.BasePage
Create a new, empty page.
BufferedByteHolderInputStream - class org.apache.derby.impl.store.raw.data.BufferedByteHolderInputStream.
 
BufferedByteHolderInputStream(ByteHolder) - Constructor for class org.apache.derby.impl.store.raw.data.BufferedByteHolderInputStream
 
ByteHolder - interface org.apache.derby.impl.store.raw.data.ByteHolder.
Holder for a growing sequence of bytes.
ByteHolderInputStream - class org.apache.derby.impl.store.raw.data.ByteHolderInputStream.
 
ByteHolderInputStream(ByteHolder) - Constructor for class org.apache.derby.impl.store.raw.data.ByteHolderInputStream
 
backupPath - Variable in class org.apache.derby.impl.store.raw.data.BaseDataFileFactory
 
backupRoot - Variable in class org.apache.derby.impl.store.raw.data.BaseDataFileFactory
 
bfilelist - Variable in class org.apache.derby.impl.store.raw.data.BaseDataFileFactory
 
bh - Variable in class org.apache.derby.impl.store.raw.data.ByteHolderInputStream
 
bh - Variable in class org.apache.derby.impl.store.raw.data.RememberBytesInputStream
 
bh - Variable in class org.apache.derby.impl.store.raw.data.StoredPage
In memory buffer used as scratch space for streaming columns.
bipLocation - Variable in class org.apache.derby.impl.store.raw.data.StoredPage
 
boot(boolean, Properties) - Method in class org.apache.derby.impl.store.raw.data.BaseDataFileFactory
 
bootLogFactory(boolean, Properties) - Method in class org.apache.derby.impl.store.raw.data.BaseDataFileFactory
 
borrowedSpace - Variable in class org.apache.derby.impl.store.raw.data.AllocPage
 
bufSize - Variable in class org.apache.derby.impl.store.raw.data.MemByteHolder
 
bufV - Variable in class org.apache.derby.impl.store.raw.data.MemByteHolder
 
bufferSize - Variable in class org.apache.derby.impl.store.raw.data.StreamFileContainer
 
bufferedIn - Variable in class org.apache.derby.impl.store.raw.data.StreamFileContainer
 
bulkIncreaseContainerSize - Variable in class org.apache.derby.impl.store.raw.data.FileContainer
 
bumpContainerVersion(LogInstant) - Method in class org.apache.derby.impl.store.raw.data.FileContainer
increment the version by one and return the new version.
bumpPageVersion() - Method in class org.apache.derby.impl.store.raw.data.BasePage
increment the version by one and return the new version.
bumpRecordCount(int) - Method in class org.apache.derby.impl.store.raw.data.BasePage
 

C

CHECKSUM_SIZE - Static variable in class org.apache.derby.impl.store.raw.data.FileContainer
 
CHECKSUM_SIZE - Static variable in class org.apache.derby.impl.store.raw.data.StoredPage
Size of the checksum stored on the page.
COLUMN_CHAIN - Static variable in class org.apache.derby.impl.store.raw.data.ReclaimSpace
 
COLUMN_FIRST - Static variable in class org.apache.derby.impl.store.raw.data.StoredPage
 
COLUMN_LONG - Static variable in class org.apache.derby.impl.store.raw.data.StoredPage
 
COLUMN_NONE - Static variable in class org.apache.derby.impl.store.raw.data.StoredPage
Constants used in call to logColumn.
CONTAINER - Static variable in class org.apache.derby.impl.store.raw.data.ReclaimSpace
 
CONTAINER_FORMAT_ID_SIZE - Static variable in class org.apache.derby.impl.store.raw.data.FileContainer
the container format must fit in this many bytes
CONTAINER_INFO_SIZE - Static variable in class org.apache.derby.impl.store.raw.data.FileContainer
The size of the persistently stored container info ContainerHeader contains the following information: 4 bytes int FormatId 4 bytes int status 4 bytes int pageSize 4 bytes int spareSpace 4 bytes int minimumRecordSize 2 bytes short initialPages 2 bytes short spare1 8 bytes long first Allocation page number 8 bytes long first Allocation page offset 8 bytes long container version 8 bytes long estimated number of rows 8 bytes long spare2 8 bytes long spare3 8 bytes long checksum container info size is 80 bytes, with 20 bytes of spare space
CREATE - Static variable in class org.apache.derby.impl.store.raw.data.ContainerOperation
 
CREATE_CONTAINER_ACTION - Static variable in class org.apache.derby.impl.store.raw.data.RAFContainer
 
CachedPage - class org.apache.derby.impl.store.raw.data.CachedPage.
A base page that is cached.
CachedPage() - Constructor for class org.apache.derby.impl.store.raw.data.CachedPage
 
ChainAllocPageOperation - class org.apache.derby.impl.store.raw.data.ChainAllocPageOperation.
 
ChainAllocPageOperation(AllocPage, long, long) - Constructor for class org.apache.derby.impl.store.raw.data.ChainAllocPageOperation
 
ChainAllocPageOperation() - Constructor for class org.apache.derby.impl.store.raw.data.ChainAllocPageOperation
 
CompressSpacePageOperation - class org.apache.derby.impl.store.raw.data.CompressSpacePageOperation.
Log operation to implement compressing space from a container and returning it to the operating system.
CompressSpacePageOperation(AllocPage, int, int) - Constructor for class org.apache.derby.impl.store.raw.data.CompressSpacePageOperation
Constructors for This class:
CompressSpacePageOperation() - Constructor for class org.apache.derby.impl.store.raw.data.CompressSpacePageOperation
Public Methods of Formatable interface.
ContainerActionOnCommit - class org.apache.derby.impl.store.raw.data.ContainerActionOnCommit.
An Observer that can be attached to a transaction to implement some action when the transaction commits or rollsback in some way.
ContainerActionOnCommit(ContainerKey) - Constructor for class org.apache.derby.impl.store.raw.data.ContainerActionOnCommit
 
ContainerBasicOperation - class org.apache.derby.impl.store.raw.data.ContainerBasicOperation.
A Container Operation change the state of the container.
ContainerBasicOperation(RawContainerHandle) - Constructor for class org.apache.derby.impl.store.raw.data.ContainerBasicOperation
 
ContainerBasicOperation() - Constructor for class org.apache.derby.impl.store.raw.data.ContainerBasicOperation
 
ContainerHandleActionOnCommit - class org.apache.derby.impl.store.raw.data.ContainerHandleActionOnCommit.
An abstract class that opens the container at commit and delegates the actual work to a sub-class.
ContainerHandleActionOnCommit(ContainerKey) - Constructor for class org.apache.derby.impl.store.raw.data.ContainerHandleActionOnCommit
 
ContainerOperation - class org.apache.derby.impl.store.raw.data.ContainerOperation.
Log operation to create, drop or remove a container.
ContainerOperation(RawContainerHandle, byte) - Constructor for class org.apache.derby.impl.store.raw.data.ContainerOperation
 
ContainerOperation() - Constructor for class org.apache.derby.impl.store.raw.data.ContainerOperation
 
ContainerUndoOperation - class org.apache.derby.impl.store.raw.data.ContainerUndoOperation.
A Container undo operation rolls back the change of a Container operation
ContainerUndoOperation(RawContainerHandle, ContainerOperation) - Constructor for class org.apache.derby.impl.store.raw.data.ContainerUndoOperation
Set up a Container undo operation during run time rollback
ContainerUndoOperation() - Constructor for class org.apache.derby.impl.store.raw.data.ContainerUndoOperation
 
CopyRowsOperation - class org.apache.derby.impl.store.raw.data.CopyRowsOperation.
Represents copying num_rows from one page to another page.
CopyRowsOperation(RawTransaction, BasePage, BasePage, int, int, int, int[]) - Constructor for class org.apache.derby.impl.store.raw.data.CopyRowsOperation
 
CopyRowsOperation() - Constructor for class org.apache.derby.impl.store.raw.data.CopyRowsOperation
 
canAddFreePage(long) - Method in class org.apache.derby.impl.store.raw.data.AllocExtent
 
canAddFreePage(long) - Method in class org.apache.derby.impl.store.raw.data.AllocPage
 
canSupport(Properties) - Method in class org.apache.derby.impl.store.raw.data.BaseDataFileFactory
 
canUpdate() - Method in class org.apache.derby.impl.store.raw.data.BaseContainer
Can the container be updated.
canUpdate - Variable in class org.apache.derby.impl.store.raw.data.FileContainer
 
canUpdate() - Method in class org.apache.derby.impl.store.raw.data.FileContainer
 
chainNewAllocPage(BaseContainerHandle, long, long) - Method in class org.apache.derby.impl.store.raw.data.AllocPage
 
chainNextAllocPage(LogInstant, long, long) - Method in class org.apache.derby.impl.store.raw.data.AllocPage
Chain the next page number and offset underneath a log record
changeInstanceTo(int, PageKey) - Method in class org.apache.derby.impl.store.raw.data.CachedPage
 
checkInRange(long) - Method in class org.apache.derby.impl.store.raw.data.AllocExtent
 
checkOpen() - Method in class org.apache.derby.impl.store.raw.data.BaseContainerHandle
 
checkRowReservedSpace(int) - Method in class org.apache.derby.impl.store.raw.data.StoredPage
See if the row on this page has reserved space that can be shrunk once the update commits.
checkSlotOnPage(int) - Method in class org.apache.derby.impl.store.raw.data.BasePage
Is the given slot number on the page?
MT - latched
checkSlotTable(PrintStream) - Method in class org.apache.derby.impl.store.raw.data.D_StoredPage
Checks the slot table.
checkUpdateOpen() - Method in class org.apache.derby.impl.store.raw.data.BaseContainerHandle
 
checkpoint() - Method in class org.apache.derby.impl.store.raw.data.BaseDataFileFactory
 
checksum - Variable in class org.apache.derby.impl.store.raw.data.FileContainer
 
checksum - Variable in class org.apache.derby.impl.store.raw.data.StoredPage
holder for the checksum.
ciphertext - Variable in class org.apache.derby.impl.store.raw.data.StreamFileContainer
 
clean(boolean) - Method in class org.apache.derby.impl.store.raw.data.CachedPage
Write the page to disk.
clean(boolean) - Method in class org.apache.derby.impl.store.raw.data.InputStreamContainer
Write out the header information for this container.
clean(boolean) - Method in class org.apache.derby.impl.store.raw.data.RAFContainer
 
cleanPage() - Method in class org.apache.derby.impl.store.raw.data.StoredPage
 
cleanPageForReuse() - Method in class org.apache.derby.impl.store.raw.data.BasePage
Initialized this page for reuse or first use
clear() - Method in interface org.apache.derby.impl.store.raw.data.ByteHolder
Clear the bytes from the ByteHolder and place it in writing mode.
clear() - Method in class org.apache.derby.impl.store.raw.data.MemByteHolder
 
clear() - Method in class org.apache.derby.impl.store.raw.data.RememberBytesInputStream
Clear all the remembered bytes.
clearAllSpace() - Method in class org.apache.derby.impl.store.raw.data.StoredPage
Initialize the freeSpace count and set the firstFreeByte on page
clearDirty() - Method in class org.apache.derby.impl.store.raw.data.RAFContainer
 
clearIdentity() - Method in class org.apache.derby.impl.store.raw.data.BaseContainer
 
clearIdentity() - Method in class org.apache.derby.impl.store.raw.data.BasePage
 
clearIdentity() - Method in class org.apache.derby.impl.store.raw.data.CachedPage
 
clearIdentity() - Method in class org.apache.derby.impl.store.raw.data.FileContainer
 
clearLastLogInstant() - Method in class org.apache.derby.impl.store.raw.data.BasePage
 
clearPreallocThreshold() - Method in class org.apache.derby.impl.store.raw.data.BaseContainer
The container will have no pre-allocate threshold, i.e., if the implementation supports it, page preallocation will happen the next time a new page is allocated.
clearPreallocThreshold() - Method in class org.apache.derby.impl.store.raw.data.FileContainer
 
clearSection(int, int) - Method in class org.apache.derby.impl.store.raw.data.StoredPage
Zero out a portion of the page.
close() - Method in class org.apache.derby.impl.store.raw.data.BaseContainerHandle
 
close() - Method in class org.apache.derby.impl.store.raw.data.StreamFileContainer
Close the stream file.
close() - Method in class org.apache.derby.impl.store.raw.data.StreamFileContainerHandle
 
closeContainer() - Method in class org.apache.derby.impl.store.raw.data.FileContainer
 
closeContainer() - Method in class org.apache.derby.impl.store.raw.data.InputStreamContainer
 
closeContainer() - Method in class org.apache.derby.impl.store.raw.data.RAFContainer
 
closeStream() - Method in class org.apache.derby.impl.store.raw.data.OverflowInputStream
 
column - Variable in class org.apache.derby.impl.store.raw.data.LongColumnException
 
columnId - Variable in class org.apache.derby.impl.store.raw.data.ReclaimSpace
 
columnPageId - Variable in class org.apache.derby.impl.store.raw.data.ReclaimSpace
 
columnRecordId - Variable in class org.apache.derby.impl.store.raw.data.ReclaimSpace
 
commitAsWell - Variable in class org.apache.derby.impl.store.raw.data.TruncateOnCommit
Truncate on a commit as well.
compactRecord(RecordHandle) - Method in class org.apache.derby.impl.store.raw.data.BaseContainerHandle
 
compactRecord(RecordHandle) - Method in class org.apache.derby.impl.store.raw.data.BasePage
Try to compact this record.
compactRecord(RawTransaction, int, int) - Method in class org.apache.derby.impl.store.raw.data.BasePage
Subclass implementation of compactRecord.
compactRecord(RawTransaction, int, int) - Method in class org.apache.derby.impl.store.raw.data.StoredPage
 
compress(BaseContainerHandle, RawTransaction, AllocPage) - Method in class org.apache.derby.impl.store.raw.data.AllocExtent
Compress free pages at end of this extent.
compress(RawTransaction, FileContainer) - Method in class org.apache.derby.impl.store.raw.data.AllocPage
compress out empty pages at end of container.
compressContainer(BaseContainerHandle) - Method in class org.apache.derby.impl.store.raw.data.BaseContainer
Release free space to the OS.
compressContainer(RawTransaction, BaseContainerHandle) - Method in class org.apache.derby.impl.store.raw.data.BaseContainer
 
compressContainer() - Method in class org.apache.derby.impl.store.raw.data.BaseContainerHandle
Release free space to the OS.
compressContainer(RawTransaction, BaseContainerHandle) - Method in class org.apache.derby.impl.store.raw.data.FileContainer
Compress free space from container.
compressPage(int, int) - Method in class org.apache.derby.impl.store.raw.data.StoredPage
Compress out the space specified by startByte and endByte.
compressPages(int, int) - Method in class org.apache.derby.impl.store.raw.data.AllocExtent
 
compressSpace(LogInstant, int, int) - Method in class org.apache.derby.impl.store.raw.data.AllocPage
Compress free pages.
container - Variable in class org.apache.derby.impl.store.raw.data.BaseContainerHandle
The actual container we are accessing.
container - Variable in class org.apache.derby.impl.store.raw.data.StreamFileContainerHandle
The actual container we are accessing.
containerCache - Variable in class org.apache.derby.impl.store.raw.data.BaseDataFileFactory
 
containerCache - Variable in class org.apache.derby.impl.store.raw.data.CachedPage
The container cache my container lives in.
containerCache - Variable in class org.apache.derby.impl.store.raw.data.FileContainer
 
containerHdl - Variable in class org.apache.derby.impl.store.raw.data.ContainerBasicOperation
 
containerHdl - Variable in class org.apache.derby.impl.store.raw.data.PageBasicOperation
 
containerId - Variable in class org.apache.derby.impl.store.raw.data.BaseDataFileFactory
 
containerId - Variable in class org.apache.derby.impl.store.raw.data.ContainerBasicOperation
 
containerId - Variable in class org.apache.derby.impl.store.raw.data.ReclaimSpace
 
containerInfo - Variable in class org.apache.derby.impl.store.raw.data.FileContainer
 
containerPath - Variable in class org.apache.derby.impl.store.raw.data.InputStreamContainer
 
containerRowCount - Variable in class org.apache.derby.impl.store.raw.data.CachedPage
 
containerVersion - Variable in class org.apache.derby.impl.store.raw.data.ContainerBasicOperation
 
containerVersion - Variable in class org.apache.derby.impl.store.raw.data.FileContainer
 
copyAndPurge(Page, int, int, int) - Method in class org.apache.derby.impl.store.raw.data.BasePage
 
copyInto(BasePage, int, int, int) - Method in class org.apache.derby.impl.store.raw.data.BasePage
Copy num_rows from srcPage, src_slot into this page starting at dest_slot.
createByteArray - Variable in class org.apache.derby.impl.store.raw.data.ContainerOperation
 
createContainer(ContainerKey) - Method in class org.apache.derby.impl.store.raw.data.FileContainer
Create a new container.
createContainer(ContainerKey) - Method in class org.apache.derby.impl.store.raw.data.InputStreamContainer
Create a new container, all references to identity must be through the passed in identity, this object will no identity until after this method returns.
createContainer(ContainerKey) - Method in class org.apache.derby.impl.store.raw.data.RAFContainer
 
createExtent(long, int, int, int) - Method in class org.apache.derby.impl.store.raw.data.AllocPage
 
createFinished() - Method in class org.apache.derby.impl.store.raw.data.BaseDataFileFactory
Database creation finished
createIdent(ContainerKey, Object) - Method in class org.apache.derby.impl.store.raw.data.FileContainer
 
createIdentity(Object, Object) - Method in class org.apache.derby.impl.store.raw.data.CachedPage
Find the container and then create the page in that container.
createIdentity(Object, Object) - Method in class org.apache.derby.impl.store.raw.data.FileContainer
 
createIdentity(Object, Object) - Method in class org.apache.derby.impl.store.raw.data.RAFContainer
 
createIdentity(Object, Object) - Method in class org.apache.derby.impl.store.raw.data.TempRAFContainer
 
createInfoFromLog(ByteArray) - Method in class org.apache.derby.impl.store.raw.data.FileContainer
Set container properties from the passed in ByteArray, which is created by logCreateContainerInfo.
createInfoFromProp(Properties) - Method in class org.apache.derby.impl.store.raw.data.FileContainer
Set container properties from the passed in createArgs.
createOutStreams() - Method in class org.apache.derby.impl.store.raw.data.StoredPage
Create the output streams.
createPage(PageKey, int[]) - Method in class org.apache.derby.impl.store.raw.data.AllocPage
Create a new alloc page.
createPage(PageKey, int[]) - Method in class org.apache.derby.impl.store.raw.data.CachedPage
 
createPage(PageKey, int[]) - Method in class org.apache.derby.impl.store.raw.data.StoredPage
Create a new StoredPage.
createSpaceForUpdate(int, int, int, int) - Method in class org.apache.derby.impl.store.raw.data.StoredPage
Create the space to update a portion of a record.
curBuf - Variable in class org.apache.derby.impl.store.raw.data.MemByteHolder
 
curBufDataBytes - Variable in class org.apache.derby.impl.store.raw.data.MemByteHolder
 
curBufPos - Variable in class org.apache.derby.impl.store.raw.data.MemByteHolder
 
curBufVEleAt - Variable in class org.apache.derby.impl.store.raw.data.MemByteHolder
 
currentTimeStamp() - Method in class org.apache.derby.impl.store.raw.data.StoredPage
Get a time stamp for this page

D

DEALLOCATED_PAGE - Static variable in class org.apache.derby.impl.store.raw.data.AllocExtent
 
DEFAULT_PRE_ALLOC_SIZE - Static variable in class org.apache.derby.impl.store.raw.data.FileContainer
 
DELETE_IF_EXISTS_ACTION - Static variable in class org.apache.derby.impl.store.raw.data.BaseDataFileFactory
 
DROP - Static variable in class org.apache.derby.impl.store.raw.data.ContainerOperation
 
D_BaseContainerHandle - class org.apache.derby.impl.store.raw.data.D_BaseContainerHandle.
The D_BaseContainerHandle class provides diagnostic information about the BaseContainerHandle class.
D_BaseContainerHandle() - Constructor for class org.apache.derby.impl.store.raw.data.D_BaseContainerHandle
 
D_DiagnosticUtil - class org.apache.derby.impl.store.raw.data.D_DiagnosticUtil.
This class provides some utility functions used to debug on disk structures of the store.
D_DiagnosticUtil() - Constructor for class org.apache.derby.impl.store.raw.data.D_DiagnosticUtil
No arg Constructor.
D_RecordId - class org.apache.derby.impl.store.raw.data.D_RecordId.
The D_RecordId class provides diagnostic information about the BaseContainerHandle class.
D_RecordId() - Constructor for class org.apache.derby.impl.store.raw.data.D_RecordId
 
D_StoredPage - class org.apache.derby.impl.store.raw.data.D_StoredPage.
The D_StoredPage class provides diagnostic information about the StoredPage class.
D_StoredPage() - Constructor for class org.apache.derby.impl.store.raw.data.D_StoredPage
 
DecryptInputStream - class org.apache.derby.impl.store.raw.data.DecryptInputStream.
A DecryptInputStream is used by stream container to access an encrypted stream of bytes.
DecryptInputStream(InputStream, ByteHolder, DataFactory) - Constructor for class org.apache.derby.impl.store.raw.data.DecryptInputStream
 
DeleteOperation - class org.apache.derby.impl.store.raw.data.DeleteOperation.
Represents a delete (or undelete) of a record in a page.
DeleteOperation(RawTransaction, BasePage, int, int, boolean, LogicalUndo) - Constructor for class org.apache.derby.impl.store.raw.data.DeleteOperation
 
DeleteOperation() - Constructor for class org.apache.derby.impl.store.raw.data.DeleteOperation
 
DirectActions - class org.apache.derby.impl.store.raw.data.DirectActions.
 
DirectActions() - Constructor for class org.apache.derby.impl.store.raw.data.DirectActions
 
DirectAllocActions - class org.apache.derby.impl.store.raw.data.DirectAllocActions.
 
DirectAllocActions() - Constructor for class org.apache.derby.impl.store.raw.data.DirectAllocActions
 
DropOnCommit - class org.apache.derby.impl.store.raw.data.DropOnCommit.
Drop a table on a commit or abort
DropOnCommit(ContainerKey) - Constructor for class org.apache.derby.impl.store.raw.data.DropOnCommit
 
DropOnCommit(ContainerKey, boolean) - Constructor for class org.apache.derby.impl.store.raw.data.DropOnCommit
 
data - Variable in class org.apache.derby.impl.store.raw.data.RawField
 
dataDirectory - Variable in class org.apache.derby.impl.store.raw.data.BaseDataFileFactory
 
dataFactory - Variable in class org.apache.derby.impl.store.raw.data.CachedPage
My factory class.
dataFactory - Variable in class org.apache.derby.impl.store.raw.data.DecryptInputStream
 
dataFactory - Variable in class org.apache.derby.impl.store.raw.data.FileContainer
 
dataFactory - Variable in class org.apache.derby.impl.store.raw.data.StreamFileContainer
 
dataNotSyncedAtAllocation - Variable in class org.apache.derby.impl.store.raw.data.BaseDataFileFactory
 
dataNotSyncedAtCheckpoint - Variable in class org.apache.derby.impl.store.raw.data.BaseDataFileFactory
 
databaseDirectory - Variable in class org.apache.derby.impl.store.raw.data.BaseDataFileFactory
 
databaseEncrypted - Variable in class org.apache.derby.impl.store.raw.data.BaseDataFileFactory
 
databaseEncrypted() - Method in class org.apache.derby.impl.store.raw.data.BaseDataFileFactory
 
deallocPage(long) - Method in class org.apache.derby.impl.store.raw.data.AllocExtent
Deallocate logical page pagenum - this is called underneath the log record.
deallocatePage(BaseContainerHandle, long) - Method in class org.apache.derby.impl.store.raw.data.AllocPage
 
deallocatePage(BaseContainerHandle, BasePage) - Method in class org.apache.derby.impl.store.raw.data.BaseContainer
Deallocate a page from the container.
deallocatePage() - Method in class org.apache.derby.impl.store.raw.data.BasePage
Mark this page as being deallocated
deallocatePage(BaseContainerHandle, BasePage) - Method in class org.apache.derby.impl.store.raw.data.FileContainer
Deallocate a page from the container.
deallocatePagenum(BaseContainerHandle, long) - Method in class org.apache.derby.impl.store.raw.data.FileContainer
deallocate the page from the alloc page
decrypt(byte[], int, int, byte[], int) - Method in class org.apache.derby.impl.store.raw.data.BaseDataFileFactory