com.twitter.finagle.redis

SentinelCommands

trait SentinelCommands extends AnyRef

Self Type
SentinelCommands with BaseClient
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SentinelCommands
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def ckQuorum(name: String): Future[String]

    Check if the current Sentinel configuration is able to reach the quorum needed to failover a master, and the majority needed to authorize the failover.

  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  11. def failover(name: String): Future[Unit]

    Force a failover.

  12. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def flushConfig(): Future[Unit]

    Force Sentinel to rewrite its configuration on disk, including the current Sentinel state.

  14. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  15. def getMasterAddrByName(name: String): Future[Option[InetSocketAddress]]

    Return the ip and port number of the master with that name.

    Return the ip and port number of the master with that name. If a failover is in progress or terminated successfully for this master it returns the address and port of the promoted slave.

  16. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  18. def master(name: String): Future[MasterNode]

    Show the state and info of the specified master.

  19. def masters(): Future[Seq[MasterNode]]

    Show a list of monitored masters and their state.

  20. def monitor(name: String, ip: String, port: Int, quorum: Int): Future[Unit]

    Tells the Sentinel to start monitoring a new master with the specified name, ip, port, and quorum.

  21. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  24. def remove(name: String): Future[Unit]

    Remove the specified master.

  25. def reset(pattern: String): Future[Unit]

    Reset all the masters with matching name.

  26. def sentinels(name: String): Future[List[SentinelNode]]

    Show a list of sentinel instances for this master, and their state.

  27. def set(name: String, option: String, value: String): Future[Unit]

    Change configuration parameters of a specific master.

  28. def slaves(name: String): Future[List[SlaveNode]]

    Show a list of slaves for this master, and their state.

  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  30. def toString(): String

    Definition Classes
    AnyRef → Any
  31. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped