Packages

case class LeaderStatus(haEnabled: Boolean, isSelf: Boolean, leaderAddress: Uri, leaderClusterAddress: Uri, performanceStandby: Boolean, performanceStandbyLastRemoteWal: Int) extends Product with Serializable

Source
LeaderStatus.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LeaderStatus
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
Implicitly
  1. by StringFormat
  2. by Ensuring
  3. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new LeaderStatus(haEnabled: Boolean, isSelf: Boolean, leaderAddress: Uri, leaderClusterAddress: Uri, performanceStandby: Boolean, performanceStandbyLastRemoteWal: Int)

Value Members

  1. val haEnabled: Boolean
  2. val isSelf: Boolean
  3. val leaderAddress: Uri
  4. val leaderClusterAddress: Uri
  5. val performanceStandby: Boolean
  6. val performanceStandbyLastRemoteWal: Int
  7. def productElementNames: Iterator[String]
    Definition Classes
    Product