|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.derby.impl.store.raw.data.BaseDataFileFactory
org.apache.derby.impl.store.raw.data.BaseDataFileFactoryJ4
public class BaseDataFileFactoryJ4
This class overloads BaseDataFileFactory to produce RAFContainer4 objects instead of RAFContainer objects. It makes no other change to its superclass' behavior.
Field Summary |
---|
Fields inherited from class org.apache.derby.impl.store.raw.data.BaseDataFileFactory |
---|
dataNotSyncedAtAllocation, dataNotSyncedAtCheckpoint, storageFactory, writableStorageFactory |
Fields inherited from interface org.apache.derby.iapi.store.raw.data.DataFactory |
---|
DB_EX_LOCKFILE_NAME, DB_LOCKFILE_NAME, MODULE, TEMP_SEGMENT_NAME |
Constructor Summary | |
---|---|
BaseDataFileFactoryJ4()
Do-nothing constructor (as in the superclass) - real initialization is done by super's boot(). |
Method Summary | |
---|---|
protected Cacheable |
newRAFContainer(BaseDataFileFactory factory)
Overrides newRAFContainer in BaseDataFileFactory to produce RAFContainer4 objects capable of exploiting the NIO API available in Java 1.4+ |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BaseDataFileFactoryJ4()
Method Detail |
---|
protected Cacheable newRAFContainer(BaseDataFileFactory factory)
newRAFContainer
in class BaseDataFileFactory
|
Built on Thu 2010-12-23 20:49:13+0000, from revision ??? | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |