Class

redis.actors

RedisWorkerIO

Related Doc: package actors

Permalink

abstract class 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
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RedisWorkerIO(address: InetSocketAddress, onConnectStatus: (Boolean) ⇒ Unit)

    Permalink

Type Members

  1. type Receive = PartialFunction[Any, Unit]

    Permalink
    Definition Classes
    Actor

Abstract Value Members

  1. abstract def onClosingConnectionClosed(): Unit

    Permalink
  2. abstract def onConnectWrite(): ByteString

    Permalink
  3. abstract def onConnectionClosed(): Unit

    Permalink
  4. abstract def onDataReceived(dataByteString: ByteString): Unit

    Permalink
  5. abstract def onDataReceivedOnClosingConnection(dataByteString: ByteString): Unit

    Permalink
  6. abstract def onWriteSent(): Unit

    Permalink
  7. abstract def writing: Receive

    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. val address: InetSocketAddress

    Permalink
  5. def aroundPostRestart(reason: Throwable): Unit

    Permalink
    Attributes
    protected[akka]
    Definition Classes
    Actor
  6. def aroundPostStop(): Unit

    Permalink
    Attributes
    protected[akka]
    Definition Classes
    Actor
  7. def aroundPreRestart(reason: Throwable, message: Option[Any]): Unit

    Permalink
    Attributes
    protected[akka]
    Definition Classes
    Actor
  8. def aroundPreStart(): Unit

    Permalink
    Attributes
    protected[akka]
    Definition Classes
    Actor
  9. def aroundReceive(receive: akka.actor.Actor.Receive, msg: Any): Unit

    Permalink
    Attributes
    protected[akka]
    Definition Classes
    Actor
  10. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  11. val bufferWrite: ByteStringBuilder

    Permalink
  12. def cleanState(): Unit

    Permalink
  13. def clone(): AnyRef

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

    Permalink
  15. def connecting: Receive

    Permalink
  16. implicit val context: ActorContext

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

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

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

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

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

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

    Permalink
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. def log: LoggingAdapter

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

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

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

    Permalink
    Definition Classes
    AnyRef
  28. def onAddressChanged(addr: InetSocketAddress): Unit

    Permalink
  29. def onConnected(cmd: Connected): Unit

    Permalink
  30. def onConnectedCommandFailed(commandFailed: CommandFailed): Unit

    Permalink

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

  31. def onConnectingCommandFailed(cmdFailed: CommandFailed): Unit

    Permalink
  32. def onConnectionClosed(c: ConnectionClosed): Unit

    Permalink
  33. def postRestart(reason: Throwable): Unit

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

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

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

    Permalink
    Definition Classes
    RedisWorkerIO → Actor
  37. var readyToWrite: Boolean

    Permalink
  38. def receive: PartialFunction[Any, Unit]

    Permalink
    Definition Classes
    RedisWorkerIO → Actor
  39. def reconnect(): Unit

    Permalink
  40. def reconnectDuration: FiniteDuration

    Permalink
  41. def restartConnection(): Unit

    Permalink
  42. def scheduleReconnect(): Unit

    Permalink
  43. implicit final val self: ActorRef

    Permalink
    Definition Classes
    Actor
  44. final def sender(): ActorRef

    Permalink
    Definition Classes
    Actor
  45. def supervisorStrategy: SupervisorStrategy

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

    Permalink
    Definition Classes
    AnyRef
  47. val tcp: ActorRef

    Permalink
  48. var tcpWorker: ActorRef

    Permalink
  49. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  50. def tryInitialWrite(): Unit

    Permalink
  51. def tryWrite(): Unit

    Permalink
  52. def unhandled(message: Any): Unit

    Permalink
    Definition Classes
    Actor
  53. final def wait(): Unit

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

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

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

    Permalink

Inherited from ActorLogging

Inherited from Actor

Inherited from AnyRef

Inherited from Any

Ungrouped