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

Quick Search    Search Deep
A B C D E G H I J L M N O P R S T U Z

A

actionCode - Variable in class org.apache.derby.impl.io.CPFile
 

B

BaseStorageFactory - class org.apache.derby.impl.io.BaseStorageFactory.
This class provides a base for implementations of the StorageFactory interface.
BaseStorageFactory() - Constructor for class org.apache.derby.impl.io.BaseStorageFactory
Most of the initialization is done in the init method.

C

CPFile - class org.apache.derby.impl.io.CPFile.
This class provides a class path based implementation of the StorageFile interface.
CPFile(CPStorageFactory, String) - Constructor for class org.apache.derby.impl.io.CPFile
 
CPFile(CPStorageFactory, String, String) - Constructor for class org.apache.derby.impl.io.CPFile
 
CPFile(CPFile, String) - Constructor for class org.apache.derby.impl.io.CPFile
 
CPFile(CPStorageFactory, String, int) - Constructor for class org.apache.derby.impl.io.CPFile
 
CPStorageFactory - class org.apache.derby.impl.io.CPStorageFactory.
This class provides a class path based implementation of the StorageFactory interface.
CPStorageFactory() - Constructor for class org.apache.derby.impl.io.CPStorageFactory
 
canWrite() - Method in class org.apache.derby.impl.io.InputStreamFile
Determine whether the named file is writable.
canonicalName - Variable in class org.apache.derby.impl.io.BaseStorageFactory
 
createNewFile() - Method in class org.apache.derby.impl.io.InputStreamFile
If the named file does not already exist then create it as an empty normal file.
createTempDir() - Method in class org.apache.derby.impl.io.BaseStorageFactory
 

D

DirFile - class org.apache.derby.impl.io.DirFile.
This class provides a disk based implementation of the StorageFile interface.
DirFile(String) - Constructor for class org.apache.derby.impl.io.DirFile
Construct a DirFile from a path name.
DirFile(String, String) - Constructor for class org.apache.derby.impl.io.DirFile
Construct a DirFile from a directory name and a file name.
DirFile(DirFile, String) - Constructor for class org.apache.derby.impl.io.DirFile
Construct a DirFile from a directory name and a file name.
DirFile4 - class org.apache.derby.impl.io.DirFile4.
This class implements the StorageFile interface using features of Java 1.4 not available in earlier versions of Java.
DirFile4(String, boolean) - Constructor for class org.apache.derby.impl.io.DirFile4
Construct a DirFile from a path name.
DirFile4(String, String, boolean) - Constructor for class org.apache.derby.impl.io.DirFile4
Construct a DirFile from a directory name and a file name.
DirFile4(DirFile, String, boolean) - Constructor for class org.apache.derby.impl.io.DirFile4
Construct a DirFile from a directory name and a file name.
DirRandomAccessFile - class org.apache.derby.impl.io.DirRandomAccessFile.
This class provides a disk based implementation of the StIRandomAccess File interface.
DirRandomAccessFile(File, String) - Constructor for class org.apache.derby.impl.io.DirRandomAccessFile
Construct a StorageRandomAccessFileImpl.
DirRandomAccessFile4 - class org.apache.derby.impl.io.DirRandomAccessFile4.
This class provides a disk based implementation of the StIRandomAccess File interface.
DirRandomAccessFile4(File, String) - Constructor for class org.apache.derby.impl.io.DirRandomAccessFile4
Construct a StorageRandomAccessFileImpl.
DirStorageFactory - class org.apache.derby.impl.io.DirStorageFactory.
This class provides a disk based implementation of the StorageFactory interface.
DirStorageFactory() - Constructor for class org.apache.derby.impl.io.DirStorageFactory
 
DirStorageFactory4 - class org.apache.derby.impl.io.DirStorageFactory4.
This class implements the WritableStorageFactory interface using features found in Java 1.4 but not in earlier versions of Java.
DirStorageFactory4() - Constructor for class org.apache.derby.impl.io.DirStorageFactory4
Most of the initialization is done in the init method.
dataDirectory - Variable in class org.apache.derby.impl.io.BaseStorageFactory
 
dbLock - Variable in class org.apache.derby.impl.io.DirFile4
 
delete() - Method in class org.apache.derby.impl.io.InputStreamFile
Deletes the named file or empty directory.
deleteAll() - Method in class org.apache.derby.impl.io.DirFile
Deletes the named file and, if it is a directory, all the files and directories it contains.
deleteAll() - Method in class org.apache.derby.impl.io.InputStreamFile
Deletes the named file and, if it is a directory, all the files and directories it contains.
doInit() - Method in class org.apache.derby.impl.io.BaseStorageFactory
 
doInit() - Method in class org.apache.derby.impl.io.CPStorageFactory
 
doInit() - Method in class org.apache.derby.impl.io.DirStorageFactory
 
doInit() - Method in class org.apache.derby.impl.io.JarStorageFactory
 
doInit() - Method in class org.apache.derby.impl.io.URLStorageFactory
 

E

EXISTS_ACTION - Static variable in class org.apache.derby.impl.io.CPFile
 
equals(Object) - Method in class org.apache.derby.impl.io.InputStreamFile
 
exists() - Method in class org.apache.derby.impl.io.CPFile
Tests whether the named file exists.
exists() - Method in class org.apache.derby.impl.io.InputStreamFile
Tests whether the named file exists.
exists() - Method in class org.apache.derby.impl.io.JarDBFile
Tests whether the named file exists.
exists() - Method in class org.apache.derby.impl.io.URLFile
Tests whether the named file exists.

G

getCanonicalName() - Method in class org.apache.derby.impl.io.BaseStorageFactory
Get the canonical name of the database.
getCanonicalPath() - Method in class org.apache.derby.impl.io.InputStreamFile
 
getEntry() - Method in class org.apache.derby.impl.io.JarDBFile
 
getExclusiveFileLock() - Method in class org.apache.derby.impl.io.DirFile
Get an exclusive lock.
getExclusiveFileLock() - Method in class org.apache.derby.impl.io.DirFile4
 
getExclusiveFileLock() - Method in class org.apache.derby.impl.io.InputStreamFile
Get an exclusive lock with this name.
getInputStream() - Method in class org.apache.derby.impl.io.CPFile
Creates an input stream from a file name.
getInputStream() - Method in class org.apache.derby.impl.io.DirFile
Creates an input stream from a file name.
getInputStream() - Method in class org.apache.derby.impl.io.InputStreamFile
Creates an input stream from a file name.
getInputStream() - Method in class org.apache.derby.impl.io.JarDBFile
Creates an input stream from a file name.
getInputStream() - Method in class org.apache.derby.impl.io.URLFile
Creates an input stream from a file name.
getJarFile(String) - Method in class org.apache.derby.impl.io.JarStorageFactory
 
getName() - Method in class org.apache.derby.impl.io.InputStreamFile
 
getOutputStream() - Method in class org.apache.derby.impl.io.DirFile
Creates an output stream from a file name.
getOutputStream(boolean) - Method in class org.apache.derby.impl.io.DirFile
Creates an output stream from a file name.
getOutputStream(boolean) - Method in class org.apache.derby.impl.io.DirFile4
Creates an output stream from a file name.
getOutputStream() - Method in class org.apache.derby.impl.io.InputStreamFile
Creates an output stream from a file name.
getOutputStream(boolean) - Method in class org.apache.derby.impl.io.InputStreamFile
Creates an output stream from a file name.
getParentDir(int) - Method in class org.apache.derby.impl.io.CPFile
Get the parent of this file.
getParentDir() - Method in class org.apache.derby.impl.io.DirFile
Get the name of the parent directory if this name includes a parent.
getParentDir() - Method in class org.apache.derby.impl.io.DirFile4
Get the name of the parent directory if this name includes a parent.
getParentDir() - Method in class org.apache.derby.impl.io.InputStreamFile
Get the name of the parent directory if this name includes a parent.
getParentDir(int) - Method in class org.apache.derby.impl.io.InputStreamFile
Get the parent of this file.
getParentDir(int) - Method in class org.apache.derby.impl.io.JarDBFile
Get the name of the parent directory if this name includes a parent.
getParentDir(int) - Method in class org.apache.derby.impl.io.URLFile
Get the parent of this file.
getPath() - Method in class org.apache.derby.impl.io.InputStreamFile
Converts this StorageFile into a pathname string.
getRandomAccessFile(String) - Method in class org.apache.derby.impl.io.DirFile
Get a random access (read/write) file.
getRandomAccessFile(String) - Method in class org.apache.derby.impl.io.DirFile4
Get a random access (read/write) file.
getRandomAccessFile(String) - Method in class org.apache.derby.impl.io.InputStreamFile
Get a random access file.
getSeparator() - Method in class org.apache.derby.impl.io.BaseStorageFactory
Get the pathname separator character used by the StorageFile implementation.
getStorageFactoryVersion() - Method in class org.apache.derby.impl.io.BaseStorageFactory
 
getTempDir() - Method in class org.apache.derby.impl.io.BaseStorageFactory
Get the abstract name of the directory that holds temporary files.
getTempDir() - Static method in class org.apache.derby.impl.io.DirFile
Get the name of the directory of temporary files.

H

hashCode() - Method in class org.apache.derby.impl.io.InputStreamFile
 
home - Variable in class org.apache.derby.impl.io.BaseStorageFactory
 

I

InputStreamFile - class org.apache.derby.impl.io.InputStreamFile.
This class provides the base for read-only stream implementations of the StorageFile interface.
InputStreamFile(BaseStorageFactory, String) - Constructor for class org.apache.derby.impl.io.InputStreamFile
 
InputStreamFile(BaseStorageFactory, String, String) - Constructor for class org.apache.derby.impl.io.InputStreamFile
 
InputStreamFile(InputStreamFile, String) - Constructor for class org.apache.derby.impl.io.InputStreamFile
 
InputStreamFile(BaseStorageFactory, String, int) - Constructor for class org.apache.derby.impl.io.InputStreamFile
 
init(String, String, String, String) - Method in class org.apache.derby.impl.io.BaseStorageFactory
Classes implementing the StorageFactory interface must have a null constructor.
init(String, String, String, String) - Method in class org.apache.derby.impl.io.CPStorageFactory
Classes implementing the StorageFactory interface must have a null constructor.
isDirectory() - Method in class org.apache.derby.impl.io.InputStreamFile
Tests whether the named file is a directory, or not.
isFast() - Method in class org.apache.derby.impl.io.BaseStorageFactory
This method is used to determine whether the storage is fast (RAM based) or slow (disk based).
isReadOnlyDatabase() - Method in class org.apache.derby.impl.io.BaseStorageFactory
 
isReadOnlyDatabase() - Method in class org.apache.derby.impl.io.DirStorageFactory
 

J

JarDBFile - class org.apache.derby.impl.io.JarDBFile.
This class provides a jar file based implementation of the StorageFile interface.
JarDBFile(JarStorageFactory, String) - Constructor for class org.apache.derby.impl.io.JarDBFile
 
JarDBFile(JarStorageFactory, String, String) - Constructor for class org.apache.derby.impl.io.JarDBFile
 
JarDBFile(JarDBFile, String) - Constructor for class org.apache.derby.impl.io.JarDBFile
 
JarDBFile(JarStorageFactory, String, int) - Constructor for class org.apache.derby.impl.io.JarDBFile
 
JarStorageFactory - class org.apache.derby.impl.io.JarStorageFactory.
This class provides a Jar file based implementation of the StorageFactory interface.
JarStorageFactory() - Constructor for class org.apache.derby.impl.io.JarStorageFactory
 

L

length() - Method in class org.apache.derby.impl.io.InputStreamFile
Returns the length of the named file if it is not a directory.
length() - Method in class org.apache.derby.impl.io.JarDBFile
Returns the length of the named file if it is not a directory.
list() - Method in class org.apache.derby.impl.io.InputStreamFile
Get the names of all files and sub-directories in the directory named by this path name.
lockFileChannel - Variable in class org.apache.derby.impl.io.DirFile4
 
lockFileOpen - Variable in class org.apache.derby.impl.io.DirFile4
 

M

mkdir() - Method in class org.apache.derby.impl.io.InputStreamFile
Creates the named directory.
mkdirs() - Method in class org.apache.derby.impl.io.InputStreamFile
Creates the named directory, and all nonexistent parent directories.

N

nameStart - Variable in class org.apache.derby.impl.io.InputStreamFile
 
newPersistentFile(String) - Method in class org.apache.derby.impl.io.BaseStorageFactory
Construct a persistent StorageFile from a path name.
newPersistentFile(String, String) - Method in class org.apache.derby.impl.io.BaseStorageFactory
Construct a persistent StorageFile from a directory and path name.
newPersistentFile(StorageFile, String) - Method in class org.apache.derby.impl.io.BaseStorageFactory
Construct a persistent StorageFile from a directory and path name.
newPersistentFile(String) - Method in class org.apache.derby.impl.io.CPStorageFactory
Construct a persistent StorageFile from a path name.
newPersistentFile(String, String) - Method in class org.apache.derby.impl.io.CPStorageFactory
Construct a StorageFile from a directory and file name.
newPersistentFile(StorageFile, String) - Method in class org.apache.derby.impl.io.CPStorageFactory
Construct a StorageFile from a directory and file name.
newPersistentFile(String) - Method in class org.apache.derby.impl.io.DirStorageFactory
Construct a persistent StorageFile from a path name.
newPersistentFile(String, String) - Method in class org.apache.derby.impl.io.DirStorageFactory
Construct a persistent StorageFile from a directory and path name.
newPersistentFile(StorageFile, String) - Method in class org.apache.derby.impl.io.DirStorageFactory
Construct a persistent StorageFile from a directory and path name.
newPersistentFile(String) - Method in class org.apache.derby.impl.io.DirStorageFactory4
Construct a persistent StorageFile from a path name.
newPersistentFile(String, String) - Method in class org.apache.derby.impl.io.DirStorageFactory4
Construct a persistent StorageFile from a directory and path name.
newPersistentFile(StorageFile, String) - Method in class org.apache.derby.impl.io.DirStorageFactory4
Construct a persistent StorageFile from a directory and path name.
newPersistentFile(String) - Method in class org.apache.derby.impl.io.JarStorageFactory
Construct a persistent StorageFile from a path name.
newPersistentFile(String, String) - Method in class org.apache.derby.impl.io.JarStorageFactory
Construct a StorageFile from a directory and file name.
newPersistentFile(StorageFile, String) - Method in class org.apache.derby.impl.io.JarStorageFactory
Construct a StorageFile from a directory and file name.
newPersistentFile(String) - Method in class org.apache.derby.impl.io.URLStorageFactory
Construct a persistent StorageFile from a path name.
newPersistentFile(String, String) - Method in class org.apache.derby.impl.io.URLStorageFactory
Construct a StorageFile from a directory and file name.
newPersistentFile(StorageFile, String) - Method in class org.apache.derby.impl.io.URLStorageFactory
Construct a StorageFile from a directory and file name.
newStorageFile(String) - Method in class org.apache.derby.impl.io.BaseStorageFactory
Construct a StorageFile from a path name.
newStorageFile(String, String) - Method in class org.apache.derby.impl.io.BaseStorageFactory
Construct a StorageFile from a directory and file name.
newStorageFile(StorageFile, String) - Method in class org.apache.derby.impl.io.BaseStorageFactory
Construct a StorageFile from a directory and file name.
newStorageFile(String) - Method in class org.apache.derby.impl.io.DirStorageFactory
Construct a StorageFile from a path name.
newStorageFile(String, String) - Method in class org.apache.derby.impl.io.DirStorageFactory
Construct a StorageFile from a directory and file name.
newStorageFile(StorageFile, String) - Method in class org.apache.derby.impl.io.DirStorageFactory
Construct a StorageFile from a directory and file name.

O

org.apache.derby.impl.io - package org.apache.derby.impl.io
 

P

path - Variable in class org.apache.derby.impl.io.InputStreamFile
 

R

readOnlyTempRoot() - Method in class org.apache.derby.impl.io.BaseStorageFactory
 
releaseExclusiveFileLock() - Method in class org.apache.derby.impl.io.DirFile
Release the resource associated with an earlier acquired exclusive lock
releaseExclusiveFileLock() - Method in class org.apache.derby.impl.io.DirFile4
 
releaseExclusiveFileLock() - Method in class org.apache.derby.impl.io.InputStreamFile
Release the resource associated with an earlier acquired exclusive lock
renameTo(StorageFile) - Method in class org.apache.derby.impl.io.DirFile
Rename the file denoted by this name.
renameTo(StorageFile) - Method in class org.apache.derby.impl.io.InputStreamFile
Rename the file denoted by this name.
rwsOK - Variable in class org.apache.derby.impl.io.DirFile4
 
rwsOK - Static variable in class org.apache.derby.impl.io.DirStorageFactory4
 

S

separatedDataDirectory - Variable in class org.apache.derby.impl.io.BaseStorageFactory
 
setReadOnly() - Method in class org.apache.derby.impl.io.InputStreamFile
Make the named file or directory read-only.
shutdown() - Method in class org.apache.derby.impl.io.BaseStorageFactory
 
storageFactory - Variable in class org.apache.derby.impl.io.CPFile
 
storageFactory - Variable in class org.apache.derby.impl.io.InputStreamFile
 
storageFactory - Variable in class org.apache.derby.impl.io.JarDBFile
 
storageFactory - Variable in class org.apache.derby.impl.io.URLFile
 
supportsRandomAccess() - Method in class org.apache.derby.impl.io.BaseStorageFactory
Determine whether the storage supports random access.
supportsRandomAccess() - Method in class org.apache.derby.impl.io.DirStorageFactory
Determine whether the storage supports random access.
supportsRws() - Method in class org.apache.derby.impl.io.DirStorageFactory
This method tests whether the "rws" and "rwd" modes are implemented.
supportsRws() - Method in class org.apache.derby.impl.io.DirStorageFactory4
This method tests whether the "rws" and "rwd" modes are implemented.
sync(boolean) - Method in class org.apache.derby.impl.io.DirRandomAccessFile
Force any changes out to the persistent store.
sync(boolean) - Method in class org.apache.derby.impl.io.DirRandomAccessFile4
Force any changes out to the persistent store.
sync(OutputStream, boolean) - Method in class org.apache.derby.impl.io.DirStorageFactory
Force the data of an output stream out to the underlying storage.

T

TEMP_DIR_PREFIX - Static variable in class org.apache.derby.impl.io.BaseStorageFactory
 
tempDir - Variable in class org.apache.derby.impl.io.BaseStorageFactory
 
tempDirPath - Variable in class org.apache.derby.impl.io.BaseStorageFactory
 
toString() - Method in class org.apache.derby.impl.io.InputStreamFile
Get the file name for diagnostic purposes.
toString() - Method in class org.apache.derby.impl.io.JarDBFile
Get the file name for diagnostic purposes.

U

URLFile - class org.apache.derby.impl.io.URLFile.
This class provides a class path based implementation of the StorageFile interface.
URLFile(URLStorageFactory, String) - Constructor for class org.apache.derby.impl.io.URLFile
 
URLFile(URLStorageFactory, String, String) - Constructor for class org.apache.derby.impl.io.URLFile
 
URLFile(URLFile, String) - Constructor for class org.apache.derby.impl.io.URLFile
 
URLFile(URLStorageFactory, String, int) - Constructor for class org.apache.derby.impl.io.URLFile
 
URLStorageFactory - class org.apache.derby.impl.io.URLStorageFactory.
This class provides a http based implementation of the StorageFactory interface.
URLStorageFactory() - Constructor for class org.apache.derby.impl.io.URLStorageFactory
 
uniqueName - Variable in class org.apache.derby.impl.io.BaseStorageFactory
 
useContextLoader - Variable in class org.apache.derby.impl.io.CPStorageFactory
 

Z

zipData - Variable in class org.apache.derby.impl.io.JarStorageFactory
 

A B C D E G H I J L M N O P R S T U Z