SentinelMonitored

abstract class SentinelMonitored(system: ActorSystem, redisDispatcher: RedisDispatcher)
class Object
trait Matchable
class Any

Value members

Concrete methods

def internalOnNewSlave(masterName: String, ip: String, port: Int): Unit
def internalOnSlaveDown(masterName: String, ip: String, port: Int): Unit
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
def withMasterAddr[T](initFunction: (String, Int) => T): T
def withSlavesAddr[T](initFunction: Seq[(String, Int)] => T): T

Implicits

Implicits