abstract class SentinelMonitored extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- SentinelMonitored
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new SentinelMonitored(system: ActorSystem, redisDispatcher: RedisDispatcher)
Abstract Value Members
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
- 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
- def internalOnSlaveDown(masterName: String, ip: String, port: Int): Unit
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val log: LoggingAdapter
- def makeSentinelClient(host: String, port: Int): SentinelClient
- def makeSentinelClientKey(host: String, port: Int): String
- 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()
- def onNewSentinel(masterName: String, sentinelip: String, sentinelport: Int): Unit
- def onSentinelDown(masterName: String, sentinelip: String, sentinelport: Int): Unit
- def onSwitchMaster(masterName: String, ip: String, port: Int): Unit
- val sentinelClients: Map[String, SentinelClient]
- 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
- def withSlavesAddr[T](initFunction: (Seq[(String, Int)]) => T): T