Trait

com.twitter.finagle.redis.protocol

ZScoredRangeCompanion

Related Doc: package protocol

Permalink

trait ZScoredRangeCompanion extends AnyRef

Self Type
ZScoredRangeCompanion
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ZScoredRangeCompanion
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type ScoreOrLimit = Either[CommandArgument, Limit]

    Permalink

Abstract Value Members

  1. abstract def get(key: Buf, min: ZInterval, max: ZInterval, withScores: Option[CommandArgument], limit: Option[Limit]): ZScoredRange

    Permalink

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def apply(key: Buf, min: ZInterval, max: ZInterval, withScores: CommandArgument, limit: Limit): ZScoredRange

    Permalink
  5. def apply(key: Buf, min: ZInterval, max: ZInterval, limit: Limit): ZScoredRange

    Permalink
  6. def apply(key: Buf, min: ZInterval, max: ZInterval, withScores: CommandArgument): ZScoredRange

    Permalink
  7. def apply(args: Seq[Array[Byte]]): ZScoredRange

    Permalink
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def convertLimit(arg: ScoreOrLimit): Option[Limit]

    Permalink
    Attributes
    protected
  11. def convertScore(arg: ScoreOrLimit): Option[WithScores.type]

    Permalink
    Attributes
    protected
  12. def doParse(args: Seq[String]): (ScoreOrLimit, Seq[String])

    Permalink
    Attributes
    protected
  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def findLimit(arg0: ScoreOrLimit, arg1: ScoreOrLimit): Option[Limit]

    Permalink
    Attributes
    protected
  17. def findScore(arg0: ScoreOrLimit, arg1: ScoreOrLimit): Option[WithScores.type]

    Permalink
    Attributes
    protected
  18. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  19. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. def parseArgs(key: Buf, min: ZInterval, max: ZInterval, args: Seq[Array[Byte]]): ZScoredRange

    Permalink
    Attributes
    protected
  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  26. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  27. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped