Uses of Class
org.apache.bookkeeper.common.util.nativeio.NativeIOException
Packages that use NativeIOException
-
Uses of NativeIOException in org.apache.bookkeeper.common.util.nativeio
Methods in org.apache.bookkeeper.common.util.nativeio that throw NativeIOExceptionModifier and TypeMethodDescriptionintNativeIO.close(int fd) intNativeIOImpl.close(int fd) (package private) static intNativeIOJni.close(int fd) intNativeIO.fallocate(int fd, int mode, long offset, long len) fallocate is a linux-only syscall, so callers must handle the possibility that it does not exist.intNativeIOImpl.fallocate(int fd, int mode, long offset, long len) (package private) static intNativeIOJni.fallocate(int fd, int mode, long offset, long len) fallocate is a linux-only syscall, so callers must handle the possibility that it does not exist.voidNativeIO.free(long pointer) voidNativeIOImpl.free(long pointer) (package private) static voidNativeIOJni.free(long pointer) intNativeIO.fsync(int fd) intNativeIOImpl.fsync(int fd) (package private) static intNativeIOJni.fsync(int fd) longNativeIO.lseek(int fd, long offset, int whence) longNativeIOImpl.lseek(int fd, long offset, int whence) (package private) static longNativeIOJni.lseek(int fd, long offset, int whence) intint(package private) static intintNativeIO.posix_fadvise(int fd, long offset, long len, int flag) posix_fadvise is a linux-only syscall, so callers must handle the possibility that it does not exist.intNativeIOImpl.posix_fadvise(int fd, long offset, long len, int flag) (package private) static intNativeIOJni.posix_fadvise(int fd, long offset, long len, int flag) longNativeIO.posix_memalign(int alignment, int size) longNativeIOImpl.posix_memalign(int alignment, int size) (package private) static longNativeIOJni.posix_memalign(int alignment, int size) longNativeIO.pread(int fd, long pointer, long size, long offset) longNativeIOImpl.pread(int fd, long pointer, long size, long offset) (package private) static longNativeIOJni.pread(int fd, long pointer, long size, long offset) intNativeIO.pwrite(int fd, long pointer, int count, long offset) intNativeIOImpl.pwrite(int fd, long pointer, int count, long offset) (package private) static intNativeIOJni.pwrite(int fd, long pointer, int count, long offset)