| Home >> All >> org >> apache >> derby >> impl >> [ io Javadoc ] |
org.apache.derby.impl.io: Javadoc index of package org.apache.derby.impl.io.
Package Samples:
org.apache.derby.impl.io
Classes:
DirRandomAccessFile4: This class provides a disk based implementation of the StIRandomAccess File interface. It is used by the database engine to access persistent data and transaction logs under the directory (default) subsubprotocol. This class extends DirRandomAccessFile to use the java.nio.channels.FileChannel.force() method to implement sync(). Java.nio.channels.FileChannel was introduced in Java 1.4; it was not available in Java 1.3.
DirRandomAccessFile: This class provides a disk based implementation of the StIRandomAccess File interface. It is used by the database engine to access persistent data and transaction logs under the directory (default) subsubprotocol.
DirStorageFactory: This class provides a disk based implementation of the StorageFactory interface. It is used by the database engine to access persistent data and transaction logs under the directory (default) subsubprotocol.
BaseStorageFactory: This class provides a base for implementations of the StorageFactory interface. It is used by the database engine to access persistent data and transaction logs under the directory (default) subsubprotocol.
DirFile: This class provides a disk based implementation of the StorageFile interface. It is used by the database engine to access persistent data and transaction logs under the directory (default) subsubprotocol.
CPStorageFactory: This class provides a class path based implementation of the StorageFactory interface. It is used by the database engine to access persistent data and transaction logs under the classpath subsubprotocol.
URLStorageFactory: This class provides a http based implementation of the StorageFactory interface. It is used by the database engine to access persistent data and transaction logs under the http and https subsubprotocols.
CPFile: This class provides a class path based implementation of the StorageFile interface. It is used by the database engine to access persistent data and transaction logs under the classpath subsubprotocol.
URLFile: This class provides a class path based implementation of the StorageFile interface. It is used by the database engine to access persistent data and transaction logs under the classpath subsubprotocol.
JarStorageFactory: This class provides a Jar file based implementation of the StorageFactory interface. It is used by the database engine to access persistent data and transaction logs under the jar subsubprotocol.
JarDBFile: This class provides a jar file based implementation of the StorageFile interface. It is used by the database engine to access persistent data and transaction logs under the jar subsubprotocol.
InputStreamFile: This class provides the base for read-only stream implementations of the StorageFile interface. It is used with the classpath, jar, http, and https subsubprotocols
DirStorageFactory4: This class implements the WritableStorageFactory interface using features found in Java 1.4 but not in earlier versions of Java.
DirFile4: This class implements the StorageFile interface using features of Java 1.4 not available in earlier versions of Java.
| Home | Contact Us | Privacy Policy | Terms of Service |