abstract class SentinelMonitoredRedisClientLike extends SentinelMonitored with ActorRequest
Ordering
- Alphabetic
- By Inheritance
Inherited
- SentinelMonitoredRedisClientLike
- ActorRequest
- SentinelMonitored
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new SentinelMonitoredRedisClientLike(system: ActorSystem, redisDispatcher: RedisDispatcher)
Abstract Value Members
- abstract val master: String
- Definition Classes
- SentinelMonitored
- abstract val onNewSlave: (String, Int) => Unit
- Definition Classes
- SentinelMonitored
- abstract val onSlaveDown: (String, Int) => Unit
- Definition Classes
- SentinelMonitored
- abstract val redisClient: RedisClientActorLike
- abstract val sentinels: Seq[(String, Int)]
- Definition Classes
- SentinelMonitored
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- implicit val executionContext: ExecutionContext
- Definition Classes
- SentinelMonitored
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def internalOnNewSlave(masterName: String, ip: String, port: Int): Unit
- Definition Classes
- SentinelMonitored
- def internalOnSlaveDown(masterName: String, ip: String, port: Int): Unit
- Definition Classes
- SentinelMonitored
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val log: LoggingAdapter
- Definition Classes
- SentinelMonitored
- def makeSentinelClient(host: String, port: Int): SentinelClient
- Definition Classes
- SentinelMonitored
- def makeSentinelClientKey(host: String, port: Int): String
- Definition Classes
- SentinelMonitored
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val onMasterChange: (String, Int) => Unit
- Definition Classes
- SentinelMonitoredRedisClientLike → SentinelMonitored
- def onNewSentinel(masterName: String, sentinelip: String, sentinelport: Int): Unit
- Definition Classes
- SentinelMonitored
- def onSentinelDown(masterName: String, sentinelip: String, sentinelport: Int): Unit
- Definition Classes
- SentinelMonitored
- def onSwitchMaster(masterName: String, ip: String, port: Int): Unit
- Definition Classes
- SentinelMonitored
- def redisConnection: ActorRef
- Definition Classes
- SentinelMonitoredRedisClientLike → ActorRequest
- def send[T](redisCommand: RedisCommand[_ <: RedisReply, T]): Future[T]
- Definition Classes
- ActorRequest
- val sentinelClients: Map[String, SentinelClient]
- Definition Classes
- SentinelMonitored
- def stop(): Unit
Disconnect from the server (stop the actors)
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def withMasterAddr[T](initFunction: (String, Int) => T): T
- Definition Classes
- SentinelMonitored
- def withSlavesAddr[T](initFunction: (Seq[(String, Int)]) => T): T
- Definition Classes
- SentinelMonitored