trait ServerP extends AnyRef

Source
ServerP.scala
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ServerP
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from ServerP to any2stringadd[ServerP] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (ServerP, B)
    Implicit
    This member is added by an implicit conversion from ServerP to ArrowAssoc[ServerP] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. final val bgrewriteaof: Aux["OK"]
  8. final val bgsave: Aux["OK"]
  9. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  10. final val dbsize: Aux[NonNegLong]
  11. def ensuring(cond: (ServerP) ⇒ Boolean, msg: ⇒ Any): ServerP
    Implicit
    This member is added by an implicit conversion from ServerP to Ensuring[ServerP] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: (ServerP) ⇒ Boolean): ServerP
    Implicit
    This member is added by an implicit conversion from ServerP to Ensuring[ServerP] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: Boolean, msg: ⇒ Any): ServerP
    Implicit
    This member is added by an implicit conversion from ServerP to Ensuring[ServerP] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: Boolean): ServerP
    Implicit
    This member is added by an implicit conversion from ServerP to Ensuring[ServerP] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  17. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. final val flushall: Aux["OK"]
  19. final val flushallasync: Aux["OK"]
  20. final val flushdb: Aux["OK"]
  21. final val flushdbasync: Aux["OK"]
  22. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from ServerP to StringFormat[ServerP] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  23. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. final def info(section: InfoSection): Aux[Info]
  26. final val info: Aux[Info]
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. final val lastsave: Aux[NonNegLong]
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. final val role: Aux[Role]
  33. final val save: Aux["OK"]
  34. final def shutdown(flag: ShutdownFlag): Aux["OK"]
  35. final val shutdown: Aux["OK"]
  36. final def slaveof(host: Host, port: Port): Aux["OK"]
  37. final val slaveofnoone: Aux["OK"]
  38. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  39. final val time: Aux[Time]
  40. def toString(): String
    Definition Classes
    AnyRef → Any
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  44. def [B](y: B): (ServerP, B)
    Implicit
    This member is added by an implicit conversion from ServerP to ArrowAssoc[ServerP] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
  45. object client
  46. object config
  47. object servers

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from ServerP to any2stringadd[ServerP]

Inherited by implicit conversion StringFormat from ServerP to StringFormat[ServerP]

Inherited by implicit conversion Ensuring from ServerP to Ensuring[ServerP]

Inherited by implicit conversion ArrowAssoc from ServerP to ArrowAssoc[ServerP]

Ungrouped