|
||||||||
| 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.FileSystemWrapper
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 |
|---|
openFileObject |
| Methods inherited from class org.h2.store.fs.FileSystemWrapper |
|---|
accepts, canWrite, createDirs, createNewFile, createTempFile, delete, deleteRecursive, exists, fileStartsWith, getCanonicalPath, getFileName, getLastModified, getParent, isAbsolute, isDirectory, isReadOnly, length, listFiles, openFileInputStream, openFileOutputStream, rename, setReadOnly, tryDelete, unwrap |
| Methods inherited from class org.h2.store.fs.FileSystem |
|---|
getInstance, getNextTempFileNamePart, 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 | |||||||