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

@SerialVersionUID(0L)
case
object CatchingUp extends VNodeState with Recognized
@SerialVersionUID(0L)
case
object Clone extends VNodeState with Recognized
@SerialVersionUID(0L)
case
@SerialVersionUID(0L)
case
object Follower extends VNodeState with Recognized
@SerialVersionUID(0L)
case
object Initializing extends VNodeState with Recognized
@SerialVersionUID(0L)
case
object Leader extends VNodeState with Recognized
@SerialVersionUID(0L)
case
object Manager extends VNodeState with Recognized
@SerialVersionUID(0L)
case
object PreLeader extends VNodeState with Recognized
@SerialVersionUID(0L)
case
@SerialVersionUID(0L)
case
object PreReplica extends VNodeState with Recognized
@SerialVersionUID(0L)
case
@SerialVersionUID(0L)
case
sealed
trait Recognized extends VNodeState
@SerialVersionUID(0L)
case
@SerialVersionUID(0L)
case
object Shutdown extends VNodeState with Recognized
@SerialVersionUID(0L)
case
object ShuttingDown extends VNodeState with Recognized
@SerialVersionUID(0L)
case
object Unknown extends VNodeState with Recognized
@SerialVersionUID(0L)
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
type MirroredLabel <: String

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

def fromName(name: String): Option[VNodeState]
Inherited from
GeneratedEnumCompanion

Concrete fields

lazy
val values: Seq[VNodeState]

Implicits

Implicits

implicit
def enumCompanion: GeneratedEnumCompanion[VNodeState]