redis.actors

RedisWorkerIO

trait RedisWorkerIO extends Actor with ActorLogging

Source
RedisWorkerIO.scala
Linear Supertypes
ActorLogging, Actor, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RedisWorkerIO
  2. ActorLogging
  3. Actor
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type Receive = PartialFunction[Any, Unit]

    Definition Classes
    Actor

Abstract Value Members

  1. abstract def address: InetSocketAddress

  2. abstract def onConnectionClosed(): Unit

  3. abstract def onDataReceived(dataByteString: ByteString): Unit

  4. abstract def onWriteSent(): Unit

  5. abstract def writing: Receive

Concrete Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. val bufferWrite: ByteStringBuilder

  8. def cleanState(): Unit

  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def connected: Receive

  11. def connecting: Receive

  12. implicit val context: ActorContext

    Definition Classes
    Actor
  13. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]

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

    Definition Classes
    AnyRef → Any
  18. def initConnectedBuffer(): Unit

  19. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  20. val log: LoggingAdapter

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

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

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

    Definition Classes
    AnyRef
  24. def onConnected(cmd: Connected): Unit

  25. def onConnectedCommandFailed(commandFailed: CommandFailed): Unit

    O/S buffer was full Maybe to much data in the Command ?

  26. def onConnectingCommandFailed(cmdFailed: CommandFailed): Unit

  27. def onConnectionClosed(c: ConnectionClosed): Unit

  28. def postRestart(reason: Throwable): Unit

    Definition Classes
    Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  29. def postStop(): Unit

    Definition Classes
    RedisWorkerIO → Actor
  30. def preRestart(reason: Throwable, message: Option[Any]): Unit

    Definition Classes
    Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  31. def preStart(): Unit

    Definition Classes
    RedisWorkerIO → Actor
  32. var readyToWrite: Boolean

  33. def receive: PartialFunction[Any, Unit]

    Definition Classes
    RedisWorkerIO → Actor
  34. def reconnectDuration: FiniteDuration

  35. def restartConnection(): Unit

  36. def scheduleReconnect(): Unit

  37. implicit final val self: ActorRef

    Definition Classes
    Actor
  38. final def sender: ActorRef

    Definition Classes
    Actor
  39. def supervisorStrategy: SupervisorStrategy

    Definition Classes
    Actor
  40. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  41. val tcp: ActorRef

  42. var tcpWorker: ActorRef

  43. def toString(): String

    Definition Classes
    AnyRef → Any
  44. def tryWrite(): Unit

  45. def unhandled(message: Any): Unit

    Definition Classes
    Actor
  46. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. def write(byteString: ByteString): Unit

Inherited from ActorLogging

Inherited from Actor

Inherited from AnyRef

Inherited from Any

Ungrouped