Uses of Class
org.h2.store.fs.niomem.FilePathNioMem
-
Packages that use FilePathNioMem Package Description org.h2.store.fs.niomem This file system keeps files fully in off-java-heap memory. -
-
Uses of FilePathNioMem in org.h2.store.fs.niomem
Subclasses of FilePathNioMem in org.h2.store.fs.niomem Modifier and Type Class Description class
FilePathNioMemLZF
A memory file system that compresses blocks to conserve memory.Methods in org.h2.store.fs.niomem that return FilePathNioMem Modifier and Type Method Description FilePathNioMem
FilePathNioMem. getParent()
FilePathNioMem
FilePathNioMem. getPath(java.lang.String path)
FilePathNioMem
FilePathNioMemLZF. getPath(java.lang.String path)
FilePathNioMem
FilePathNioMem. toRealPath()
-