|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.h2.store.fs.FileSystem
org.h2.store.fs.FileSystemDisk
org.h2.store.fs.FileSystemDiskNio
org.h2.store.fs.FileSystemDiskNioMapped
public class FileSystemDiskNioMapped
This file system stores files on disk and uses java.nio to access the files. This class used memory mapped files.
| Constructor Summary | |
|---|---|
FileSystemDiskNioMapped()
|
|
| Method Summary | |
|---|---|
protected java.lang.String |
getPrefix()
Get the prefix for this file system. |
protected FileObject |
open(java.lang.String fileName,
java.lang.String mode)
Try to open a file with this name and mode. |
| Methods inherited from class org.h2.store.fs.FileSystemDiskNio |
|---|
accepts, createTempFile, getAbsolutePath, getParent, listFiles, normalize, openFileInputStream, openFileObject, translateFileName |
| Methods inherited from class org.h2.store.fs.FileSystemDisk |
|---|
canWrite, copy, createDirs, createNewFile, delete, deleteRecursive, exists, expandUserHomeDirectory, fileStartsWith, freeMemoryAndFinalize, getFileName, getInstance, getLastModified, isAbsolute, isDirectory, isReadOnly, length, openFileOutputStream, rename, setReadOnly, trace, tryDelete |
| Methods inherited from class org.h2.store.fs.FileSystem |
|---|
getInstance, getNextTempFileNamePart, mkdirs, register, unregister |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FileSystemDiskNioMapped()
| Method Detail |
|---|
protected java.lang.String getPrefix()
FileSystemDiskNio
getPrefix in class FileSystemDiskNio
protected FileObject open(java.lang.String fileName,
java.lang.String mode)
throws java.io.IOException
FileSystemDiskNio
open in class FileSystemDiskNiofileName - the file namemode - the open mode
java.io.IOException - if opening fails
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||