class LocalFuse extends FuseStubFS
Map path to another path through Fuse
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- LocalFuse
- FuseStubFS
- AbstractFuseFS
- FuseFS
- Mountable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new LocalFuse(sourcePath: String)
- sourcePath
source data path
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def access(path: String, mask: Int): Int
- Definition Classes
- LocalFuse → FuseStubFS → FuseFS
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def bmap(arg0: String, arg1: Long, arg2: Long): Int
- Definition Classes
- FuseStubFS → FuseFS
- Annotations
- @NotImplemented()
- def chmod(path: String, mode: Long): Int
- Definition Classes
- LocalFuse → FuseStubFS → FuseFS
- def chown(path: String, uid: Long, gid: Long): Int
- Definition Classes
- LocalFuse → FuseStubFS → FuseFS
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def create(path: String, mode: Long, fi: FuseFileInfo): Int
- Definition Classes
- LocalFuse → FuseStubFS → FuseFS
- def destroy(initResult: Pointer): Unit
- Definition Classes
- LocalFuse → FuseStubFS → FuseFS
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def fallocate(arg0: String, arg1: Int, arg2: Long, arg3: Long, arg4: FuseFileInfo): Int
- Definition Classes
- FuseStubFS → FuseFS
- Annotations
- @NotImplemented()
- def fgetattr(path: String, stbuf: FileStat, fi: FuseFileInfo): Int
- Definition Classes
- LocalFuse → FuseStubFS → FuseFS
- def flock(arg0: String, arg1: FuseFileInfo, arg2: Int): Int
- Definition Classes
- FuseStubFS → FuseFS
- Annotations
- @NotImplemented()
- def flush(path: String, fi: FuseFileInfo): Int
- Definition Classes
- LocalFuse → FuseStubFS → FuseFS
- def fsync(path: String, isdatasync: Int, fi: FuseFileInfo): Int
- Definition Classes
- LocalFuse → FuseStubFS → FuseFS
- def fsyncdir(path: String, fi: FuseFileInfo): Int
- Definition Classes
- LocalFuse → FuseStubFS → FuseFS
- def ftruncate(path: String, size: Long, fi: FuseFileInfo): Int
- Definition Classes
- LocalFuse → FuseStubFS → FuseFS
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getContext(): FuseContext
- Definition Classes
- AbstractFuseFS
- def getFSName(): String
- Attributes
- protected[jnrfuse]
- Definition Classes
- AbstractFuseFS
- def getFile(path: String): File
- Attributes
- protected
- def getattr(path: String, stat: FileStat): Int
- Definition Classes
- LocalFuse → FuseStubFS → FuseFS
- def getxattr(path: String, name: String, value: Pointer, size: Long): Int
- Definition Classes
- LocalFuse → FuseStubFS → FuseFS
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def init(conn: Pointer): Pointer
- Definition Classes
- LocalFuse → FuseStubFS → FuseFS
- def ioctl(arg0: String, arg1: Int, arg2: Pointer, arg3: FuseFileInfo, arg4: Long, arg5: Pointer): Int
- Definition Classes
- FuseStubFS → FuseFS
- Annotations
- @NotImplemented()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def link(oldpath: String, newpath: String): Int
- Definition Classes
- LocalFuse → FuseStubFS → FuseFS
- def listxattr(path: String, list: Pointer, size: Long): Int
- Definition Classes
- LocalFuse → FuseStubFS → FuseFS
- def lock(arg0: String, arg1: FuseFileInfo, arg2: Int, arg3: Flock): Int
- Definition Classes
- FuseStubFS → FuseFS
- Annotations
- @NotImplemented()
- def mkdir(path: String, mode: Long): Int
- Definition Classes
- LocalFuse → FuseStubFS → FuseFS
- def mknod(path: String, mode: Long, rdev: Long): Int
- Definition Classes
- LocalFuse → FuseStubFS → FuseFS
- def mount(arg0: Path, arg1: Boolean, arg2: Boolean, arg3: Array[String]): Unit
- Definition Classes
- AbstractFuseFS → Mountable
- def mount(arg0: Path): Unit
- Definition Classes
- Mountable
- def mount(arg0: Path, arg1: Boolean): Unit
- Definition Classes
- Mountable
- def mount(arg0: Path, arg1: Boolean, arg2: Boolean): Unit
- Definition Classes
- Mountable
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def open(path: String, fi: FuseFileInfo): Int
- Definition Classes
- LocalFuse → FuseStubFS → FuseFS
- def opendir(path: String, fi: FuseFileInfo): Int
- Definition Classes
- LocalFuse → FuseStubFS → FuseFS
- def poll(arg0: String, arg1: FuseFileInfo, arg2: FusePollhandle, arg3: Pointer): Int
- Definition Classes
- FuseStubFS → FuseFS
- Annotations
- @NotImplemented()
- def read(path: String, buf: Pointer, size: Long, offset: Long, fi: FuseFileInfo): Int
- Definition Classes
- LocalFuse → FuseStubFS → FuseFS
- def read_buf(arg0: String, arg1: Pointer, arg2: Long, arg3: Long, arg4: FuseFileInfo): Int
- Definition Classes
- FuseStubFS → FuseFS
- Annotations
- @NotImplemented()
- def readdir(path: String, buf: Pointer, filter: FuseFillDir, offset: Long, fi: FuseFileInfo): Int
- Definition Classes
- LocalFuse → FuseStubFS → FuseFS
- def readlink(path: String, buf: Pointer, size: Long): Int
- Definition Classes
- LocalFuse → FuseStubFS → FuseFS
- def release(path: String, fi: FuseFileInfo): Int
- Definition Classes
- LocalFuse → FuseStubFS → FuseFS
- def releasedir(path: String, fi: FuseFileInfo): Int
- Definition Classes
- LocalFuse → FuseStubFS → FuseFS
- def removexattr(path: String, name: String): Int
- Definition Classes
- LocalFuse → FuseStubFS → FuseFS
- def rename(oldpath: String, newpath: String): Int
- Definition Classes
- LocalFuse → FuseStubFS → FuseFS
- def rmdir(path: String): Int
- Definition Classes
- LocalFuse → FuseStubFS → FuseFS
- def setxattr(path: String, name: String, value: Pointer, size: Long, flags: Int): Int
- Definition Classes
- LocalFuse → FuseStubFS → FuseFS
- def statfs(path: String, stbuf: Statvfs): Int
- Definition Classes
- LocalFuse → FuseStubFS → FuseFS
- def symlink(oldpath: String, newpath: String): Int
- Definition Classes
- LocalFuse → FuseStubFS → FuseFS
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def truncate(path: String, size: Long): Int
- Definition Classes
- LocalFuse → FuseStubFS → FuseFS
- def umount(): Unit
- Definition Classes
- AbstractFuseFS → Mountable
- def unlink(path: String): Int
- Definition Classes
- LocalFuse → FuseStubFS → FuseFS
- def utimens(path: String, timespec: Array[Timespec]): Int
- Definition Classes
- LocalFuse → FuseStubFS → FuseFS
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def write(path: String, buf: Pointer, size: Long, offset: Long, fi: FuseFileInfo): Int
- Definition Classes
- LocalFuse → FuseStubFS → FuseFS
- def write_buf(arg0: String, arg1: FuseBufvec, arg2: Long, arg3: FuseFileInfo): Int
- Definition Classes
- FuseStubFS → FuseFS
- Annotations
- @NotImplemented()
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)