class FuseSimpleDataProviderWrapper extends RemoteFuse

Linear Supertypes
RemoteFuse, AbstractService, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FuseSimpleDataProviderWrapper
  2. RemoteFuse
  3. AbstractService
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new FuseSimpleDataProviderWrapper(source: FuseSimple)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def chmod(request: PathModeRequest): Future[IntReply]
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  7. def create(request: PathModeRequest): Future[IntReply]
  8. def destroy(request: EmptyReq): Future[EmptyReq]
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  12. def getattr(request: PathRequest): Future[GetAttrReply]
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  14. def init(request: EmptyReq): Future[EmptyReq]
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. def mkdir(request: PathModeRequest): Future[IntReply]
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  20. def open(request: PathRequest): Future[IntReply]
  21. def read(request: ReadRequest): Future[ReadReply]
  22. def readdir(request: ReaddirRequest): Future[ReaddirReply]
  23. def release(request: PathRequest): Future[IntReply]
  24. def rename(request: TuplePathRequest): Future[IntReply]
  25. def rmdir(request: PathRequest): Future[IntReply]
  26. def serviceCompanion: RemoteFuse
    Definition Classes
    RemoteFuse → AbstractService
  27. def statfs(request: PathRequest): Future[StatfsReply]
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. def truncate(request: PathOffsetRequest): Future[IntReply]
  31. def unlink(request: PathRequest): Future[IntReply]
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. def write(request: WriteRequest): Future[IntReply]

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from RemoteFuse

Inherited from AbstractService

Inherited from AnyRef

Inherited from Any

Ungrouped