Recognized

sealed trait Recognized extends VNodeState
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object CatchingUp.type
object Clone.type
object DiscoverLeader.type
object Follower.type
object Initializing.type
object Leader.type
object Manager.type
object PreLeader.type
object PreReadOnlyReplica.type
object PreReplica.type
object ReadOnlyLeaderless.type
object ReadOnlyReplica.type
object ResigningLeader.type
object Shutdown.type
object ShuttingDown.type
object Unknown.type

Type members

Inherited types

Inherited from:
VNodeState

Value members

Inherited methods

final def asRecognized: Option[Recognized]
Inherited from:
VNodeState
def canEqual(that: Any): Boolean
Inherited from:
Equals
def companion: GeneratedEnumCompanion[VNodeState]
Inherited from:
VNodeState
def index: Int
Inherited from:
GeneratedEnum
def isCatchingUp: Boolean
Inherited from:
VNodeState
def isClone: Boolean
Inherited from:
VNodeState
def isDiscoverLeader: Boolean
Inherited from:
VNodeState
def isFollower: Boolean
Inherited from:
VNodeState
def isInitializing: Boolean
Inherited from:
VNodeState
def isLeader: Boolean
Inherited from:
VNodeState
def isManager: Boolean
Inherited from:
VNodeState
def isPreLeader: Boolean
Inherited from:
VNodeState
Inherited from:
VNodeState
def isPreReplica: Boolean
Inherited from:
VNodeState
Inherited from:
VNodeState
def isReadOnlyReplica: Boolean
Inherited from:
VNodeState
def isResigningLeader: Boolean
Inherited from:
VNodeState
def isShutdown: Boolean
Inherited from:
VNodeState
def isShuttingDown: Boolean
Inherited from:
VNodeState
def isUnknown: Boolean
Inherited from:
VNodeState
def isUnrecognized: Boolean
Inherited from:
GeneratedEnum
def javaValueDescriptor: EnumValueDescriptor
Inherited from:
GeneratedEnum
def name: String
Inherited from:
GeneratedEnum
def productArity: Int
Inherited from:
Product
def productElement(n: Int): Any
Inherited from:
Product
def productElementName(n: Int): String
Inherited from:
Product
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
def productPrefix: String
Inherited from:
Product
def scalaValueDescriptor: EnumValueDescriptor
Inherited from:
GeneratedEnum
override def toString: String
Definition Classes
GeneratedEnum -> Any
Inherited from:
GeneratedEnum

Inherited fields

val value: Int
Inherited from:
VNodeState