Class/Object

com.youtube.vitess.proto.vtgate

MessageAckRequest

Related Docs: object MessageAckRequest | package vtgate

Permalink

final case class MessageAckRequest(callerId: Option[CallerID] = None, keyspace: String = "", name: String = "", ids: Seq[Value] = _root_.scala.collection.Seq.empty) extends GeneratedMessage with Message[MessageAckRequest] with Updatable[MessageAckRequest] with Product with Serializable

MessageAckRequest is the request payload for MessageAck.

callerId

caller_id identifies the caller. This is the effective caller ID, set by the application to further identify the caller.

keyspace

Optional keyspace for message table.

name

name is the message table name.

ids

ids is the list of ids to ack.

Annotations
@SerialVersionUID()
Linear Supertypes
Product, Equals, Updatable[MessageAckRequest], Message[MessageAckRequest], GeneratedMessage, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MessageAckRequest
  2. Product
  3. Equals
  4. Updatable
  5. Message
  6. GeneratedMessage
  7. Serializable
  8. Serializable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MessageAckRequest(callerId: Option[CallerID] = None, keyspace: String = "", name: String = "", ids: Seq[Value] = _root_.scala.collection.Seq.empty)

    Permalink

    callerId

    caller_id identifies the caller. This is the effective caller ID, set by the application to further identify the caller.

    keyspace

    Optional keyspace for message table.

    name

    name is the message table name.

    ids

    ids is the list of ids to ack.

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def addAllIds(__vs: TraversableOnce[Value]): MessageAckRequest

    Permalink
  5. def addIds(__vs: Value*): MessageAckRequest

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. val callerId: Option[CallerID]

    Permalink

    caller_id identifies the caller.

    caller_id identifies the caller. This is the effective caller ID, set by the application to further identify the caller.

  8. def clearCallerId: MessageAckRequest

    Permalink
  9. def clearIds: MessageAckRequest

    Permalink
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def companion: MessageAckRequest.type

    Permalink
    Definition Classes
    MessageAckRequest → GeneratedMessage
  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def getCallerId: CallerID

    Permalink
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. def getField(__field: FieldDescriptor): PValue

    Permalink
    Definition Classes
    MessageAckRequest → GeneratedMessage
  17. def getFieldByNumber(__fieldNumber: Int): Any

    Permalink
    Definition Classes
    MessageAckRequest → GeneratedMessage
  18. val ids: Seq[Value]

    Permalink

    ids is the list of ids to ack.

  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. val keyspace: String

    Permalink

    Optional keyspace for message table.

  21. def mergeFrom(_input__: CodedInputStream): MessageAckRequest

    Permalink
    Definition Classes
    MessageAckRequest → Message
  22. val name: String

    Permalink

    name is the message table name.

  23. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. final def serializedSize: Int

    Permalink
    Definition Classes
    MessageAckRequest → GeneratedMessage
  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  28. def toByteArray: Array[Byte]

    Permalink
    Definition Classes
    GeneratedMessage
  29. def toByteString: ByteString

    Permalink
    Definition Classes
    GeneratedMessage
  30. def toPMessage: PMessage

    Permalink
    Definition Classes
    GeneratedMessage
  31. def toString(): String

    Permalink
    Definition Classes
    MessageAckRequest → AnyRef → Any
  32. def update(ms: (Lens[MessageAckRequest, MessageAckRequest]) ⇒ Mutation[MessageAckRequest]*): MessageAckRequest

    Permalink
    Definition Classes
    Updatable
  33. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. def withCallerId(__v: CallerID): MessageAckRequest

    Permalink
  37. def withIds(__v: Seq[Value]): MessageAckRequest

    Permalink
  38. def withKeyspace(__v: String): MessageAckRequest

    Permalink
  39. def withName(__v: String): MessageAckRequest

    Permalink
  40. def writeDelimitedTo(output: OutputStream): Unit

    Permalink
    Definition Classes
    GeneratedMessage
  41. def writeTo(_output__: CodedOutputStream): Unit

    Permalink
    Definition Classes
    MessageAckRequest → GeneratedMessage
  42. def writeTo(output: OutputStream): Unit

    Permalink
    Definition Classes
    GeneratedMessage

Deprecated Value Members

  1. def getAllFields: Map[FieldDescriptor, Any]

    Permalink
    Definition Classes
    GeneratedMessage
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0) Use toPMessage

  2. def getField(field: FieldDescriptor): Any

    Permalink
    Definition Classes
    GeneratedMessage
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0) Use getField that accepts a ScalaPB descriptor and returns PValue

Inherited from Product

Inherited from Equals

Inherited from Updatable[MessageAckRequest]

Inherited from Message[MessageAckRequest]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped