MemberInfo

com.eventstore.dbclient.proto.gossip.MemberInfo$
See theMemberInfo companion class
object MemberInfo extends GeneratedMessageCompanion[MemberInfo]

Attributes

Companion:
class
Source:
MemberInfo.scala
Graph
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[MemberInfo]
trait Serializable
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

implicit class MemberInfoLens[UpperPB](_l: Lens[UpperPB, MemberInfo]) extends ObjectLens[UpperPB, MemberInfo]

Attributes

Source:
MemberInfo.scala
Graph
Supertypes
class ObjectLens[UpperPB, MemberInfo]
trait Lens[UpperPB, MemberInfo]
trait Serializable
class Object
trait Matchable
class Any
sealed abstract class VNodeState(val value: Int) extends GeneratedEnum

Attributes

Companion:
object
Source:
MemberInfo.scala
Graph
Supertypes
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Known subtypes
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
object VNodeState extends GeneratedEnumCompanion[VNodeState]

Attributes

Companion:
class
Source:
MemberInfo.scala
Graph
Supertypes
trait Sum
trait Mirror
trait GeneratedEnumCompanion[VNodeState]
trait Serializable
class Object
trait Matchable
class Any
Self type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source:
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source:
Mirror.scala
type ValueType = A

Attributes

Inherited from:
GeneratedMessageCompanion
Source:
GeneratedMessageCompanion.scala

Value members

Concrete methods

def enumCompanionForFieldNumber(`__fieldNumber`: Int): GeneratedEnumCompanion[_]

Attributes

Source:
MemberInfo.scala
def javaDescriptor: Descriptor

Returns the Java descriptors for this message. It is recommended to use scalaDescriptors. The Java descriptors are available even when Java conversions is disabled, however they are not available in Scala.js or scala-native.

Returns the Java descriptors for this message. It is recommended to use scalaDescriptors. The Java descriptors are available even when Java conversions is disabled, however they are not available in Scala.js or scala-native.

Attributes

Source:
MemberInfo.scala
def messageCompanionForFieldNumber(`__number`: Int): GeneratedMessageCompanion[_]

Attributes

Source:
MemberInfo.scala
def of(instanceId: Option[UUID], timeStamp: Long, state: VNodeState, isAlive: Boolean, httpEndPoint: Option[EndPoint]): MemberInfo

Attributes

Source:
MemberInfo.scala
def parseFrom(`_input__`: CodedInputStream): MemberInfo

Parses a message from a CodedInputStream.

Parses a message from a CodedInputStream.

Attributes

Source:
MemberInfo.scala
def scalaDescriptor: Descriptor

Attributes

Source:
MemberInfo.scala

Inherited methods

def enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]

Attributes

Inherited from:
GeneratedMessageCompanion
Source:
GeneratedMessageCompanion.scala
def fromAscii(s: String): A

Attributes

Inherited from:
GeneratedMessageCompanion
Source:
GeneratedMessageCompanion.scala
def merge(a: MemberInfo, input: CodedInputStream): A

Merges the given message with the additional fields in the steam.

Merges the given message with the additional fields in the steam.

Attributes

Inherited from:
GeneratedMessageCompanion
Source:
GeneratedMessageCompanion.scala
def messageCompanionForField(field: FieldDescriptor): GeneratedMessageCompanion[_]

Attributes

Inherited from:
GeneratedMessageCompanion
Source:
GeneratedMessageCompanion.scala
def parseDelimitedFrom(input: InputStream): Option[A]

Attributes

Inherited from:
GeneratedMessageCompanion
Source:
GeneratedMessageCompanion.scala
def parseDelimitedFrom(input: CodedInputStream): Option[A]

Attributes

Inherited from:
GeneratedMessageCompanion
Source:
GeneratedMessageCompanion.scala
def parseFrom(s: Array[Byte]): A

Attributes

Inherited from:
GeneratedMessageCompanion
Source:
GeneratedMessageCompanion.scala
def parseFrom(input: InputStream): A

Attributes

Inherited from:
GeneratedMessageCompanion
Source:
GeneratedMessageCompanion.scala
def streamFromDelimitedInput(input: InputStream): Stream[A]

Attributes

Inherited from:
GeneratedMessageCompanion
Source:
GeneratedMessageCompanion.scala

Attributes

Inherited from:
GeneratedMessageCompanion
Source:
GeneratedMessageCompanion.scala
def validate(s: Array[Byte]): Try[A]

Attributes

Inherited from:
GeneratedMessageCompanion
Source:
GeneratedMessageCompanion.scala
def validateAscii(s: String): Either[TextFormatError, A]

Attributes

Inherited from:
GeneratedMessageCompanion
Source:
GeneratedMessageCompanion.scala

Concrete fields

Attributes

Source:
MemberInfo.scala

Attributes

Source:
MemberInfo.scala

Attributes

Source:
MemberInfo.scala
final val STATE_FIELD_NUMBER: 3

Attributes

Source:
MemberInfo.scala

Attributes

Source:
MemberInfo.scala

Attributes

Source:
MemberInfo.scala
lazy val nestedMessagesCompanions: Seq[GeneratedMessageCompanion[_ <: GeneratedMessage]]

Attributes

Source:
MemberInfo.scala

Implicits

Implicits

final implicit def MemberInfoLens[UpperPB](_l: Lens[UpperPB, MemberInfo]): MemberInfoLens[UpperPB]

Attributes

Source:
MemberInfo.scala
implicit def messageCompanion: GeneratedMessageCompanion[MemberInfo]

Attributes

Source:
MemberInfo.scala
implicit def messageReads: Reads[MemberInfo]

Attributes

Source:
MemberInfo.scala