Class

redis

SentinelMonitoredRedisBlockingClient

Related Doc: package redis

Permalink

case class SentinelMonitoredRedisBlockingClient(sentinels: Seq[(String, Int)] = Seq(("localhost", 26379)), master: String, password: Option[String] = None, db: Option[Int] = None, name: String = "SMRedisBlockingClient")(implicit system: ActorSystem, redisDispatcher: RedisDispatcher = Redis.dispatcher) extends SentinelMonitoredRedisClientLike with BLists with Product with Serializable

Source
Redis.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SentinelMonitoredRedisBlockingClient
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. BLists
  7. Request
  8. SentinelMonitoredRedisClientLike
  9. ActorRequest
  10. SentinelMonitored
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SentinelMonitoredRedisBlockingClient(sentinels: Seq[(String, Int)] = Seq(("localhost", 26379)), master: String, password: Option[String] = None, db: Option[Int] = None, name: String = "SMRedisBlockingClient")(implicit system: ActorSystem, redisDispatcher: RedisDispatcher = Redis.dispatcher)

    Permalink

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 blpop[R](keys: Seq[String], timeout: FiniteDuration = Duration.Zero)(implicit arg0: ByteStringDeserializer[R]): Future[Option[(String, R)]]

    Permalink
    Definition Classes
    BLists
  6. def brpop[R](keys: Seq[String], timeout: FiniteDuration = Duration.Zero)(implicit arg0: ByteStringDeserializer[R]): Future[Option[(String, R)]]

    Permalink
    Definition Classes
    BLists
  7. def brpoplpush[R](source: String, destination: String, timeout: FiniteDuration = Duration.Zero)(implicit arg0: ByteStringDeserializer[R]): Future[Option[R]]

    Permalink
    Definition Classes
    BLists
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. val db: Option[Int]

    Permalink
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. implicit val executionContext: MessageDispatcher

    Permalink
    Definition Classes
    SentinelMonitored
  12. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  14. def internalOnNewSlave(masterName: String, ip: String, port: Int): Unit

    Permalink
    Definition Classes
    SentinelMonitored
  15. def internalOnSlaveDown(masterName: String, ip: String, port: Int): Unit

    Permalink
    Definition Classes
    SentinelMonitored
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. val log: LoggingAdapter

    Permalink
    Definition Classes
    SentinelMonitored
  18. def makeSentinelClient(host: String, port: Int): SentinelClient

    Permalink
    Definition Classes
    SentinelMonitored
  19. def makeSentinelClientKey(host: String, port: Int): String

    Permalink
    Definition Classes
    SentinelMonitored
  20. val master: String

    Permalink
  21. val name: String

    Permalink
  22. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  25. val onMasterChange: (String, Int) ⇒ Unit

    Permalink
  26. def onNewSentinel(masterName: String, sentinelip: String, sentinelport: Int): Unit

    Permalink
    Definition Classes
    SentinelMonitored
  27. val onNewSlave: (String, Int) ⇒ Unit

    Permalink
  28. def onSentinelDown(masterName: String, sentinelip: String, sentinelport: Int): Unit

    Permalink
    Definition Classes
    SentinelMonitored
  29. val onSlaveDown: (String, Int) ⇒ Unit

    Permalink
  30. def onSwitchMaster(masterName: String, ip: String, port: Int): Unit

    Permalink
    Definition Classes
    SentinelMonitored
  31. val password: Option[String]

    Permalink
  32. val redisClient: RedisBlockingClient

    Permalink
  33. def redisConnection: ActorRef

    Permalink
  34. def send[T](redisCommand: RedisCommand[_ <: RedisReply, T]): Future[T]

    Permalink
    Definition Classes
    ActorRequest
  35. val sentinelClients: Map[String, SentinelClient]

    Permalink
    Definition Classes
    SentinelMonitored
  36. val sentinels: Seq[(String, Int)]

    Permalink
  37. def stop(): Unit

    Permalink

    Disconnect from the server (stop the actors)

    Disconnect from the server (stop the actors)

    Definition Classes
    SentinelMonitoredRedisClientLike
  38. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  39. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. def withMasterAddr[T](initFunction: (String, Int) ⇒ T): T

    Permalink
    Definition Classes
    SentinelMonitored
  43. def withSlavesAddr[T](initFunction: (Seq[(String, Int)]) ⇒ T): T

    Permalink
    Definition Classes
    SentinelMonitored

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from BLists

Inherited from Request

Inherited from ActorRequest

Inherited from SentinelMonitored

Inherited from AnyRef

Inherited from Any

Ungrouped