Unrecognized

@SerialVersionUID(0L)
final case class Unrecognized(unrecognizedValue: Int) extends VNodeState with UnrecognizedEnum
trait UnrecognizedEnum
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Type members

Inherited types

Inherited from:
VNodeState

Value members

Inherited methods

final def asRecognized: Option[Recognized]
Inherited from:
VNodeState
def companion: GeneratedEnumCompanion[VNodeState]
Inherited from:
VNodeState
def index: Int
Inherited from:
UnrecognizedEnum
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
override def isUnrecognized: Boolean
Definition Classes
UnrecognizedEnum -> GeneratedEnum
Inherited from:
UnrecognizedEnum
def javaValueDescriptor: EnumValueDescriptor
Inherited from:
GeneratedEnum
def name: String
Inherited from:
UnrecognizedEnum
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
override def scalaValueDescriptor: EnumValueDescriptor
Definition Classes
UnrecognizedEnum -> GeneratedEnum
Inherited from:
UnrecognizedEnum
override def toString: String
Definition Classes
GeneratedEnum -> Any
Inherited from:
GeneratedEnum

Inherited fields

val value: Int
Inherited from:
VNodeState