o

top.scaleda.kernel.net.fuse.fs

RemoteFuseGrpc

object RemoteFuseGrpc

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RemoteFuseGrpc
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. trait RemoteFuse extends AbstractService
  2. trait RemoteFuseBlockingClient extends AnyRef
  3. class RemoteFuseBlockingStub extends AbstractStub[RemoteFuseBlockingStub] with RemoteFuseBlockingClient
  4. class RemoteFuseStub extends AbstractStub[RemoteFuseStub] with RemoteFuse

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. val METHOD_CHMOD: MethodDescriptor[PathModeRequest, IntReply]
  5. val METHOD_CREATE: MethodDescriptor[PathModeRequest, IntReply]
  6. val METHOD_DESTROY: MethodDescriptor[EmptyReq, EmptyReq]
  7. val METHOD_GETATTR: MethodDescriptor[PathRequest, GetAttrReply]
  8. val METHOD_INIT: MethodDescriptor[EmptyReq, EmptyReq]
  9. val METHOD_MKDIR: MethodDescriptor[PathModeRequest, IntReply]
  10. val METHOD_OPEN: MethodDescriptor[PathRequest, IntReply]
  11. val METHOD_READ: MethodDescriptor[ReadRequest, ReadReply]
  12. val METHOD_READDIR: MethodDescriptor[ReaddirRequest, ReaddirReply]
  13. val METHOD_RELEASE: MethodDescriptor[PathRequest, IntReply]
  14. val METHOD_RENAME: MethodDescriptor[TuplePathRequest, IntReply]
  15. val METHOD_RMDIR: MethodDescriptor[PathRequest, IntReply]
  16. val METHOD_STATFS: MethodDescriptor[PathRequest, StatfsReply]
  17. val METHOD_TRUNCATE: MethodDescriptor[PathOffsetRequest, IntReply]
  18. val METHOD_UNLINK: MethodDescriptor[PathRequest, IntReply]
  19. val METHOD_WRITE: MethodDescriptor[WriteRequest, IntReply]
  20. val SERVICE: ServiceDescriptor
  21. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  22. def bindService(serviceImpl: RemoteFuse, executionContext: ExecutionContext): ServerServiceDefinition
  23. def blockingStub(channel: Channel): RemoteFuseBlockingStub
  24. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  25. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  27. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  28. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  29. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  30. def javaDescriptor: ServiceDescriptor
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  34. def stub(channel: Channel): RemoteFuseStub
  35. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  36. def toString(): String
    Definition Classes
    AnyRef → Any
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. object RemoteFuse extends ServiceCompanion[RemoteFuse]
  41. object RemoteFuseStub extends StubFactory[RemoteFuseStub]

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 AnyRef

Inherited from Any

Ungrouped