Trait

com.avsystem.commons.redis

ConnectionCommand

Related Doc: package redis

Permalink

trait ConnectionCommand extends RawCommand

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ConnectionCommand
  2. RawCommand
  3. ReplyPreprocessor
  4. RawCommands
  5. RawCommandPack
  6. RawCommandPacks
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def encoded: ArrayMsg[BulkStringMsg]

    Permalink
    Definition Classes
    RawCommand

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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def checkLevel(minAllowed: Level, clientType: String): Unit

    Permalink
    Definition Classes
    RawCommandRawCommandPack
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def createPreprocessor(replyCount: Int): RawCommand

    Permalink
    Definition Classes
    RawCommandRawCommandPack
  8. def emitCommandPacks(consumer: (RawCommandPack) ⇒ Unit): Unit

    Permalink
    Definition Classes
    RawCommandPackRawCommandPacks
  9. def emitCommands(consumer: (RawCommand) ⇒ Unit): Unit

    Permalink
    Definition Classes
    RawCommandRawCommands
  10. final def encodedSize: Int

    Permalink
    Definition Classes
    RawCommandPacks
  11. def encoder(commandName: String*): CommandEncoder

    Permalink
    Attributes
    protected
    Definition Classes
    RawCommand
  12. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def foreachKey(consumer: (ByteString) ⇒ Unit): Unit

    Permalink
    Definition Classes
    RawCommandPacks
  16. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  18. def isAsking: Boolean

    Permalink
    Definition Classes
    RawCommandPack
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. def level: Level

    Permalink
    Definition Classes
    ConnectionCommandRawCommand
  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 preprocess(message: RedisMsg, state: WatchState): Opt[RedisMsg]

    Permalink
    Definition Classes
    RawCommandReplyPreprocessor
  25. def rawCommands(inTransaction: Boolean): RawCommand

    Permalink
    Definition Classes
    RawCommandRawCommandPack
  26. def requireLevel(minAllowed: Level, clientType: String): ConnectionCommand.this.type

    Permalink
    Definition Classes
    RawCommandPacks
  27. def single: Opt[RawCommandPack]

    Permalink
    Definition Classes
    RawCommandPackRawCommandPacks
  28. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  30. def updateWatchState(message: RedisMsg, state: WatchState): Unit

    Permalink
    Definition Classes
    RawCommand
  31. final def wait(): Unit

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

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

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

Inherited from RawCommand

Inherited from ReplyPreprocessor

Inherited from RawCommands

Inherited from RawCommandPack

Inherited from RawCommandPacks

Inherited from AnyRef

Inherited from Any

Ungrouped