SentinelMonitored

redis.SentinelMonitored
abstract class SentinelMonitored(system: ActorSystem, redisDispatcher: RedisDispatcher)

Attributes

Source:
Sentinel.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Value members

Concrete methods

def internalOnNewSlave(masterName: String, ip: String, port: Int): Unit

Attributes

Source:
Sentinel.scala
def internalOnSlaveDown(masterName: String, ip: String, port: Int): Unit

Attributes

Source:
Sentinel.scala

Attributes

Source:
Sentinel.scala

Attributes

Source:
Sentinel.scala
def onNewSentinel(masterName: String, sentinelip: String, sentinelport: Int): Unit

Attributes

Source:
Sentinel.scala
def onSentinelDown(masterName: String, sentinelip: String, sentinelport: Int): Unit

Attributes

Source:
Sentinel.scala
def onSwitchMaster(masterName: String, ip: String, port: Int): Unit

Attributes

Source:
Sentinel.scala
def withMasterAddr[T](initFunction: (String, Int) => T): T

Attributes

Source:
Sentinel.scala
def withSlavesAddr[T](initFunction: Seq[(String, Int)] => T): T

Attributes

Source:
Sentinel.scala

Abstract fields

Attributes

Source:
Sentinel.scala

Attributes

Source:
Sentinel.scala

Attributes

Source:
Sentinel.scala

Attributes

Source:
Sentinel.scala

Attributes

Source:
Sentinel.scala

Concrete fields

Attributes

Source:
Sentinel.scala

Attributes

Source:
Sentinel.scala

Implicits

Implicits

Attributes

Source:
Sentinel.scala