final case class CompactionCompleted(memberIndex: MemberIndex, shardId: NormalizedShardId, snapshotLastLogTerm: Term, snapshotLastLogIndex: LogEntryIndex, entityIds: Seq[NormalizedEntityId] = _root_.scala.Seq.empty, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Product with Serializable

Annotations
@SerialVersionUID()
Linear Supertypes
GeneratedMessage, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CompactionCompleted
  2. GeneratedMessage
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new CompactionCompleted(memberIndex: MemberIndex, shardId: NormalizedShardId, snapshotLastLogTerm: Term, snapshotLastLogIndex: LogEntryIndex, entityIds: Seq[NormalizedEntityId] = _root_.scala.Seq.empty, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addAllEntityIds(__vs: Iterable[NormalizedEntityId]): CompactionCompleted
  5. def addEntityIds(__vs: NormalizedEntityId*): CompactionCompleted
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clearEntityIds: CompactionCompleted
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  9. def companion: CompactionCompleted
    Definition Classes
    CompactionCompleted → GeneratedMessage
  10. def discardUnknownFields: CompactionCompleted
  11. val entityIds: Seq[NormalizedEntityId]
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    CompactionCompleted → GeneratedMessage
  16. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    CompactionCompleted → GeneratedMessage
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. val memberIndex: MemberIndex
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. def productElementNames: Iterator[String]
    Definition Classes
    Product
  23. def serializedSize: Int
    Definition Classes
    CompactionCompleted → GeneratedMessage
  24. val shardId: NormalizedShardId
  25. val snapshotLastLogIndex: LogEntryIndex
  26. val snapshotLastLogTerm: Term
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  29. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  30. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  31. def toProtoString: String
    Definition Classes
    CompactionCompleted → GeneratedMessage
  32. val unknownFields: UnknownFieldSet
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  36. def withEntityIds(__v: Seq[NormalizedEntityId]): CompactionCompleted
  37. def withMemberIndex(__v: MemberIndex): CompactionCompleted
  38. def withShardId(__v: NormalizedShardId): CompactionCompleted
  39. def withSnapshotLastLogIndex(__v: LogEntryIndex): CompactionCompleted
  40. def withSnapshotLastLogTerm(__v: Term): CompactionCompleted
  41. def withUnknownFields(__v: UnknownFieldSet): CompactionCompleted
  42. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  43. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    CompactionCompleted → GeneratedMessage
  44. final def writeTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped