SentinelMonitoredRedisBlockingClientLike

redis.SentinelMonitoredRedisBlockingClientLike

Attributes

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

Members list

Concise view

Value members

Concrete methods

def stop(): Unit

Disconnect from the server (stop the actors)

Disconnect from the server (stop the actors)

Attributes

Source:
Sentinel.scala

Inherited methods

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

Attributes

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

Attributes

Inherited from:
SentinelMonitored
Source:
Sentinel.scala

Attributes

Inherited from:
SentinelMonitored
Source:
Sentinel.scala

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
SentinelMonitored
Source:
Sentinel.scala

Attributes

Inherited from:
ActorRequest
Source:
Request.scala
def send[T](redisCommand: RedisCommand[_ <: RedisReply, T]): Future[T]

Attributes

Inherited from:
ActorRequest
Source:
Request.scala
def withMasterAddr[T](initFunction: (String, Int) => T): T

Attributes

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

Attributes

Inherited from:
SentinelMonitored
Source:
Sentinel.scala

Abstract fields

Concrete fields

Attributes

Source:
Sentinel.scala

Inherited fields

Attributes

Inherited from:
SentinelMonitored
Source:
Sentinel.scala

Attributes

Inherited from:
SentinelMonitored
Source:
Sentinel.scala

Attributes

Inherited from:
SentinelMonitored
Source:
Sentinel.scala

Attributes

Inherited from:
SentinelMonitored
Source:
Sentinel.scala

Attributes

Inherited from:
SentinelMonitored
Source:
Sentinel.scala

Attributes

Inherited from:
SentinelMonitored
Source:
Sentinel.scala

Implicits

Inherited implicits

Attributes

Inherited from:
SentinelMonitored
Source:
Sentinel.scala