trait RemoteFuse extends AbstractService
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- RemoteFuse
- AbstractService
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def chmod(request: PathModeRequest): Future[IntReply]
- abstract def create(request: PathModeRequest): Future[IntReply]
- abstract def destroy(request: EmptyReq): Future[EmptyReq]
- abstract def getattr(request: PathRequest): Future[GetAttrReply]
- abstract def init(request: EmptyReq): Future[EmptyReq]
- abstract def mkdir(request: PathModeRequest): Future[IntReply]
- abstract def open(request: PathRequest): Future[IntReply]
- abstract def read(request: ReadRequest): Future[ReadReply]
- abstract def readdir(request: ReaddirRequest): Future[ReaddirReply]
- abstract def release(request: PathRequest): Future[IntReply]
- abstract def rename(request: TuplePathRequest): Future[IntReply]
- abstract def rmdir(request: PathRequest): Future[IntReply]
- abstract def statfs(request: PathRequest): Future[StatfsReply]
- abstract def truncate(request: PathOffsetRequest): Future[IntReply]
- abstract def unlink(request: PathRequest): Future[IntReply]
- abstract def write(request: WriteRequest): Future[IntReply]
Concrete 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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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 serviceCompanion: RemoteFuse
- Definition Classes
- RemoteFuse → AbstractService
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)