VNodeState

object VNodeState extends GeneratedEnumCompanion[VNodeState]
Companion:
class
trait Sum
trait Mirror
trait GeneratedEnumCompanion[VNodeState]
trait Serializable
class Object
trait Matchable
class Any

Type members

Classlikes

case object CatchingUp extends VNodeState with Recognized
case object Clone extends VNodeState with Recognized
case object Follower extends VNodeState with Recognized
case object Leader extends VNodeState with Recognized
case object Manager extends VNodeState with Recognized
case object PreLeader extends VNodeState with Recognized
case object PreReplica extends VNodeState with Recognized
sealed trait Recognized extends VNodeState
case object Shutdown extends VNodeState with Recognized
case object Unknown extends VNodeState with Recognized
final case class Unrecognized(unrecognizedValue: Int) extends VNodeState with UnrecognizedEnum

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror

The name of the type

The name of the type

Inherited from:
Mirror
type ValueType = A
Inherited from:
GeneratedEnumCompanion

Value members

Concrete methods

def fromValue(`__value`: Int): VNodeState
def javaDescriptor: EnumDescriptor
def scalaDescriptor: EnumDescriptor

Inherited methods

Inherited from:
GeneratedEnumCompanion

Concrete fields

lazy val values: Seq[VNodeState]

Implicits

Implicits

implicit def enumCompanion: GeneratedEnumCompanion[VNodeState]