akka.cluster.protobuf.msg

Gossip

final case class Gossip(allAddresses: Seq[UniqueAddress] = ..., allRoles: Seq[String] = ..., allHashes: Seq[String] = ..., members: Seq[Member] = ..., overview: GossipOverview = GossipOverview.defaultInstance, version: VectorClock = VectorClock.defaultInstance) extends GeneratedMessageLite with Builder with Message[Gossip] with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, Message[Gossip], Builder, Cloneable, GeneratedMessageLite, Serializable, AbstractMessageLite, MessageLite, MessageLiteOrBuilder, AnyRef, Any
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Gossip
  2. Serializable
  3. Product
  4. Equals
  5. Message
  6. Builder
  7. Cloneable
  8. GeneratedMessageLite
  9. Serializable
  10. AbstractMessageLite
  11. MessageLite
  12. MessageLiteOrBuilder
  13. AnyRef
  14. Any
Implicitly
  1. by any2stringadd
  2. by any2stringfmt
  3. by any2ArrowAssoc
  4. by any2Ensuring
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Gossip(allAddresses: Seq[UniqueAddress] = ..., allRoles: Seq[String] = ..., allHashes: Seq[String] = ..., members: Seq[Member] = ..., overview: GossipOverview = GossipOverview.defaultInstance, version: VectorClock = VectorClock.defaultInstance)

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from Gossip to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): (Gossip, B)

    Implicit information
    This member is added by an implicit conversion from Gossip to ArrowAssoc[Gossip] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  7. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  8. implicit def _anyToOption[T](any: T): Option[T]

    Definition Classes
    Message
  9. implicit def _stringToByteString(string: String): ByteString

    Definition Classes
    Message
  10. def addAllAddresses(_f: UniqueAddress): Gossip

  11. def addAllAllAddresses(_f: TraversableOnce[UniqueAddress]): Gossip

  12. def addAllAllAddresses(_f: UniqueAddress*): Gossip

  13. def addAllAllHashes(_f: TraversableOnce[String]): Gossip

  14. def addAllAllHashes(_f: String*): Gossip

  15. def addAllAllRoles(_f: TraversableOnce[String]): Gossip

  16. def addAllAllRoles(_f: String*): Gossip

  17. def addAllHashes(_f: String): Gossip

  18. def addAllMembers(_f: TraversableOnce[Member]): Gossip

  19. def addAllMembers(_f: Member*): Gossip

  20. def addAllRoles(_f: String): Gossip

  21. def addMembers(_f: Member): Gossip

  22. val allAddresses: Seq[UniqueAddress]

  23. val allHashes: Seq[String]

  24. val allRoles: Seq[String]

  25. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  26. def build(): Gossip

    Definition Classes
    Gossip → Builder
  27. def buildPartial(): Gossip

    Definition Classes
    Gossip → Builder
  28. def clear(): Gossip

    Definition Classes
    Gossip → Builder
  29. def clearAllAddresses: Gossip

  30. def clearAllHashes: Gossip

  31. def clearAllRoles: Gossip

  32. def clearMembers: Gossip

  33. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. def ensuring(cond: (Gossip) ⇒ Boolean, msg: ⇒ Any): Gossip

    Implicit information
    This member is added by an implicit conversion from Gossip to Ensuring[Gossip] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  35. def ensuring(cond: (Gossip) ⇒ Boolean): Gossip

    Implicit information
    This member is added by an implicit conversion from Gossip to Ensuring[Gossip] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  36. def ensuring(cond: Boolean, msg: ⇒ Any): Gossip

    Implicit information
    This member is added by an implicit conversion from Gossip to Ensuring[Gossip] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  37. def ensuring(cond: Boolean): Gossip

    Implicit information
    This member is added by an implicit conversion from Gossip to Ensuring[Gossip] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  38. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  39. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  40. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from Gossip to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  41. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  42. def getDefaultInstanceForType(): Gossip

    Definition Classes
    Gossip → MessageLiteOrBuilder
  43. lazy val getSerializedSize: Int

    Definition Classes
    Gossip → MessageLite
  44. def isInitialized(): Boolean

    Definition Classes
    Gossip → Message → MessageLiteOrBuilder
  45. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  46. val members: Seq[Member]

  47. def mergeDelimitedFrom(input: InputStream): Boolean

    Definition Classes
    Message → Builder
  48. def mergeDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): Boolean

    Definition Classes
    Message → Builder
  49. def mergeDelimitedFromStream(input: InputStream): Option[Gossip]

    Definition Classes
    Message
  50. def mergeDelimitedFromStream(input: InputStream, extensionRegistry: ExtensionRegistryLite): Option[Gossip]

    Definition Classes
    Message
  51. def mergeFrom(m: Gossip): Gossip

    Definition Classes
    Gossip → Message
  52. def mergeFrom(in: CodedInputStream, extensionRegistry: ExtensionRegistryLite): Gossip

    Definition Classes
    Gossip → Message → Builder
  53. def mergeFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): Gossip

    Definition Classes
    Message → Builder
  54. def mergeFrom(input: InputStream): Gossip

    Definition Classes
    Message → Builder
  55. def mergeFrom(data: Array[Byte], off: Int, len: Int, extensionRegistry: ExtensionRegistryLite): Gossip

    Definition Classes
    Message → Builder
  56. def mergeFrom(data: Array[Byte], extensionRegistry: ExtensionRegistryLite): Gossip

    Definition Classes
    Message → Builder
  57. def mergeFrom(data: Array[Byte], offset: Int, length: Int): Gossip

    Definition Classes
    Message → Builder
  58. def mergeFrom(data: Array[Byte]): Gossip

    Definition Classes
    Message → Builder
  59. def mergeFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): Gossip

    Definition Classes
    Message → Builder
  60. def mergeFrom(data: ByteString): Gossip

    Definition Classes
    Message → Builder
  61. def mergeFrom(input: CodedInputStream): Gossip

    Definition Classes
    Message → Builder
  62. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  63. def newBuilderForType(): Gossip

    Definition Classes
    Gossip → MessageLite
  64. final def notify(): Unit

    Definition Classes
    AnyRef
  65. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  66. val overview: GossipOverview

  67. def readMessage[ReadMessageType <: Builder](in: CodedInputStream, message: ReadMessageType, extensionRegistry: ExtensionRegistryLite): ReadMessageType

    Definition Classes
    Message
  68. def setAllAddresses(_i: Int, _v: UniqueAddress): Gossip

  69. def setAllHashes(_i: Int, _v: String): Gossip

  70. def setAllRoles(_i: Int, _v: String): Gossip

  71. def setMembers(_i: Int, _v: Member): Gossip

  72. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  73. def toBuilder(): Gossip

    Definition Classes
    Gossip → MessageLite
  74. def toByteArray(): Array[Byte]

    Definition Classes
    AbstractMessageLite → MessageLite
  75. def toByteString(): ByteString

    Definition Classes
    AbstractMessageLite → MessageLite
  76. val version: VectorClock

  77. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  78. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  79. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  80. def writeDelimitedTo(arg0: OutputStream): Unit

    Definition Classes
    AbstractMessageLite → MessageLite
    Annotations
    @throws( classOf[java.io.IOException] )
  81. def writeReplace(): AnyRef

    Attributes
    protected[com.google.protobuf]
    Definition Classes
    GeneratedMessageLite
    Annotations
    @throws( ... )
  82. def writeTo(output: CodedOutputStream): Unit

    Definition Classes
    Gossip → MessageLite
  83. def writeTo(arg0: OutputStream): Unit

    Definition Classes
    AbstractMessageLite → MessageLite
    Annotations
    @throws( classOf[java.io.IOException] )
  84. def [B](y: B): (Gossip, B)

    Implicit information
    This member is added by an implicit conversion from Gossip to ArrowAssoc[Gossip] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. val self: Any

    Implicit information
    This member is added by an implicit conversion from Gossip to StringAdd performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (gossip: StringAdd).self
    Definition Classes
    StringAdd
  2. val self: Any

    Implicit information
    This member is added by an implicit conversion from Gossip to StringFormat performed by method any2stringfmt in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (gossip: StringFormat).self
    Definition Classes
    StringFormat

Deprecated Value Members

  1. def x: Gossip

    Implicit information
    This member is added by an implicit conversion from Gossip to ArrowAssoc[Gossip] performed by method any2ArrowAssoc in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (gossip: ArrowAssoc[Gossip]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: Gossip

    Implicit information
    This member is added by an implicit conversion from Gossip to Ensuring[Gossip] performed by method any2Ensuring in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (gossip: Ensuring[Gossip]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Message[Gossip]

Inherited from Builder

Inherited from Cloneable

Inherited from GeneratedMessageLite

Inherited from Serializable

Inherited from AbstractMessageLite

Inherited from MessageLite

Inherited from MessageLiteOrBuilder

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from Gossip to StringAdd

Inherited by implicit conversion any2stringfmt from Gossip to StringFormat

Inherited by implicit conversion any2ArrowAssoc from Gossip to ArrowAssoc[Gossip]

Inherited by implicit conversion any2Ensuring from Gossip to Ensuring[Gossip]

Ungrouped