public interface NativeFileSystem
| Modifier and Type | Method and Description |
|---|---|
int |
getFileSystemBlockSize(int fd) |
int |
getFileSystemBlockSize(Path path) |
long |
getSparseFileSize(int fd) |
void |
punchHole(int fd,
long off,
long len) |
int getFileSystemBlockSize(Path path)
path - Path.int getFileSystemBlockSize(int fd)
fd - Native file descriptor.void punchHole(int fd,
long off,
long len)
fd - Native file descriptor.off - Offset of the hole.len - Length of the hole.long getSparseFileSize(int fd)
fd - Native file descriptor.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.1 Release Date : December 20 2021