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

Quick Search    Search Deep
A C D E F G I L M N O P R S T U W

A

addAndLoadStreamContainer(RawTransaction, long, Properties, RowSource) - Method in interface org.apache.derby.iapi.store.raw.data.DataFactory
Create and load a stream container.
addContainer(RawTransaction, long, long, int, Properties, int) - Method in interface org.apache.derby.iapi.store.raw.data.DataFactory
Add a container.

C

COMMITTED_DROP - Static variable in interface org.apache.derby.iapi.store.raw.data.RawContainerHandle
 
checkpoint() - Method in interface org.apache.derby.iapi.store.raw.data.DataFactory
 
createFinished() - Method in interface org.apache.derby.iapi.store.raw.data.DataFactory
Database creation finished

D

DB_EX_LOCKFILE_NAME - Static variable in interface org.apache.derby.iapi.store.raw.data.DataFactory
 
DB_LOCKFILE_NAME - Static variable in interface org.apache.derby.iapi.store.raw.data.DataFactory
The database lock
DROPPED - Static variable in interface org.apache.derby.iapi.store.raw.data.RawContainerHandle
 
DataFactory - interface org.apache.derby.iapi.store.raw.data.DataFactory.
 
decrypt(byte[], int, int, byte[], int) - Method in interface org.apache.derby.iapi.store.raw.data.DataFactory
Decrypt cleartext from ciphertext.
dropContainer(RawTransaction, ContainerKey) - Method in interface org.apache.derby.iapi.store.raw.data.DataFactory
 
dropContainer(LogInstant, boolean) - Method in interface org.apache.derby.iapi.store.raw.data.RawContainerHandle
If drop is true, drop the container.
dropStreamContainer(RawTransaction, long, long) - Method in interface org.apache.derby.iapi.store.raw.data.DataFactory
Drop and remove a stream container.

E

encrypt(byte[], int, int, byte[], int) - Method in interface org.apache.derby.iapi.store.raw.data.DataFactory
Encrypt cleartext into ciphertext.

F

freezePersistentStore() - Method in interface org.apache.derby.iapi.store.raw.data.DataFactory
Backup restore - stop writing dirty pages or container to disk

G

getAnyPage(long) - Method in interface org.apache.derby.iapi.store.raw.data.RawContainerHandle
Return a Page that represents any page - alloc page, valid page, free page, dealloced page etc.
getCacheStats(String) - Method in interface org.apache.derby.iapi.store.raw.data.DataFactory
Get cache statistics for the specified cache
getContainerStatus() - Method in interface org.apache.derby.iapi.store.raw.data.RawContainerHandle
Return the status of the container - one of NORMAL, DROPPED, COMMITTED_DROP.
getContainerVersion() - Method in interface org.apache.derby.iapi.store.raw.data.RawContainerHandle
Get the logged container version
getEncryptionBlockSize() - Method in interface org.apache.derby.iapi.store.raw.data.DataFactory
Return the encryption block size used by the algorithm at time of encrypted database creation
getFileHandler() - Method in interface org.apache.derby.iapi.store.raw.data.DataFactory
Get an object to handle non-transactional files.
getIdentifier() - Method in interface org.apache.derby.iapi.store.raw.data.DataFactory
Return the identifier that uniquely identifies this raw store at runtime.
getMaxContainerId() - Method in interface org.apache.derby.iapi.store.raw.data.DataFactory
Return an id which can be used to create a container.
getStorageFactory() - Method in interface org.apache.derby.iapi.store.raw.data.DataFactory
 

I

idle() - Method in interface org.apache.derby.iapi.store.raw.data.DataFactory
 
isReadOnly() - Method in interface org.apache.derby.iapi.store.raw.data.DataFactory
Is the store read-only.

L

logCreateContainerInfo() - Method in interface org.apache.derby.iapi.store.raw.data.RawContainerHandle
Log all information necessary to recreate the container during a load tran.

M

MODULE - Static variable in interface org.apache.derby.iapi.store.raw.data.DataFactory
 

N

NORMAL - Static variable in interface org.apache.derby.iapi.store.raw.data.RawContainerHandle
A container can be in 4 states: non_existent - this is represented by a null ContainerHandle NORMAL - this is the normal case, container has been created and is not dropped.

O

openContainer(RawTransaction, ContainerKey, LockingPolicy, int) - Method in interface org.apache.derby.iapi.store.raw.data.DataFactory
Open a container that is not droped.
openDroppedContainer(RawTransaction, ContainerKey, LockingPolicy, int) - Method in interface org.apache.derby.iapi.store.raw.data.DataFactory
Open a container that may have been dropped.
openStreamContainer(RawTransaction, long, long, boolean) - Method in interface org.apache.derby.iapi.store.raw.data.DataFactory
Open a stream container.
org.apache.derby.iapi.store.raw.data - package org.apache.derby.iapi.store.raw.data
 

P

postRecovery() - Method in interface org.apache.derby.iapi.store.raw.data.DataFactory
Called after recovery is performed.
preDirty(boolean) - Method in interface org.apache.derby.iapi.store.raw.data.RawContainerHandle
The container is about to be modified.

R

RawContainerHandle - interface org.apache.derby.iapi.store.raw.data.RawContainerHandle.
RawContainerHandle is the form of ContainerHandle that is used within the raw store.
reCreateContainerForLoadTran(RawTransaction, long, long, ByteArray) - Method in interface org.apache.derby.iapi.store.raw.data.DataFactory
re-Create a container during recovery load tran.
reCreatePageForLoadTran(int, long, long) - Method in interface org.apache.derby.iapi.store.raw.data.RawContainerHandle
ReCreate a page for load tran - called by recovery redo ONLY
reclaimSpace(Serviceable, ContextManager) - Method in interface org.apache.derby.iapi.store.raw.data.DataFactory
Reclaim space used by this factory.
removeContainer(LogInstant) - Method in interface org.apache.derby.iapi.store.raw.data.RawContainerHandle
Remove the container.
removeDroppedContainerFileStubs(LogInstant) - Method in interface org.apache.derby.iapi.store.raw.data.DataFactory
This function is called after a checkpoint to remove the stub files thar are not required during recovery.
removeStubsOK() - Method in interface org.apache.derby.iapi.store.raw.data.DataFactory
Tell the data factory it is OK to remove committed deleted containers when the data factory shuts down.
resetCacheStats(String) - Method in interface org.apache.derby.iapi.store.raw.data.DataFactory
Reset the cache statistics for the specified cache

S

setRawStoreFactory(RawStoreFactory, boolean, Properties) - Method in interface org.apache.derby.iapi.store.raw.data.DataFactory
make data factory aware of which raw store factory it belongs to Also need to boot the LogFactory
stop() - Method in interface org.apache.derby.iapi.store.raw.data.DataFactory
 

T

TEMP_SEGMENT_NAME - Static variable in interface org.apache.derby.iapi.store.raw.data.DataFactory
The temporary segment is called "tmp"

U

unfreezePersistentStore() - Method in interface org.apache.derby.iapi.store.raw.data.DataFactory
Backup restore - start writing dirty pages or container to disk

W

writeFinished() - Method in interface org.apache.derby.iapi.store.raw.data.DataFactory
Backup restore - write finished, if this is the last writer, allow the persistent store to proceed.
writeInProgress() - Method in interface org.apache.derby.iapi.store.raw.data.DataFactory
Backup restore - don't allow the persistent store to be frozen - or if it is already frozen, block.

A C D E F G I L M N O P R S T U W