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 classFilePathNioMemLZFA memory file system that compresses blocks to conserve memory.Methods in org.h2.store.fs.niomem that return FilePathNioMem Modifier and Type Method Description FilePathNioMemFilePathNioMem. getParent()FilePathNioMemFilePathNioMem. getPath(java.lang.String path)FilePathNioMemFilePathNioMemLZF. getPath(java.lang.String path)FilePathNioMemFilePathNioMem. toRealPath()
-