Class/Object

com.youtube.vitess.proto.vtgate

ExecuteKeyRangesRequest

Related Docs: object ExecuteKeyRangesRequest | package vtgate

Permalink

final case class ExecuteKeyRangesRequest(callerId: Option[CallerID] = None, session: Option[Session] = None, query: Option[BoundQuery] = None, keyspace: String = "", keyRanges: Seq[KeyRange] = _root_.scala.collection.Seq.empty, tabletType: TabletType = ..., notInTransaction: Boolean = false, options: Option[ExecuteOptions] = None) extends GeneratedMessage with Message[ExecuteKeyRangesRequest] with Updatable[ExecuteKeyRangesRequest] with Product with Serializable

ExecuteKeyRangesRequest is the payload to ExecuteKeyRanges.

callerId

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

session

session carries the current transaction data. It is returned by Begin. Do not fill it in if outside of a transaction.

query

query is the query and bind variables to execute.

keyspace

keyspace to target the query to

keyRanges

key_ranges contains the list of key ranges affected by this query. Will be used to find the shards to send the query to.

tabletType

tablet_type is the type of tablets that this query is targeted to.

notInTransaction

not_in_transaction is deprecated and should not be used.

options

options

Annotations
@SerialVersionUID()
Linear Supertypes
Product, Equals, Updatable[ExecuteKeyRangesRequest], Message[ExecuteKeyRangesRequest], GeneratedMessage, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ExecuteKeyRangesRequest
  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 ExecuteKeyRangesRequest(callerId: Option[CallerID] = None, session: Option[Session] = None, query: Option[BoundQuery] = None, keyspace: String = "", keyRanges: Seq[KeyRange] = _root_.scala.collection.Seq.empty, tabletType: TabletType = ..., notInTransaction: Boolean = false, options: Option[ExecuteOptions] = None)

    Permalink

    callerId

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

    session

    session carries the current transaction data. It is returned by Begin. Do not fill it in if outside of a transaction.

    query

    query is the query and bind variables to execute.

    keyspace

    keyspace to target the query to

    keyRanges

    key_ranges contains the list of key ranges affected by this query. Will be used to find the shards to send the query to.

    tabletType

    tablet_type is the type of tablets that this query is targeted to.

    notInTransaction

    not_in_transaction is deprecated and should not be used.

    options

    options

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 addAllKeyRanges(__vs: TraversableOnce[KeyRange]): ExecuteKeyRangesRequest

    Permalink
  5. def addKeyRanges(__vs: KeyRange*): ExecuteKeyRangesRequest

    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: ExecuteKeyRangesRequest

    Permalink
  9. def clearKeyRanges: ExecuteKeyRangesRequest

    Permalink
  10. def clearOptions: ExecuteKeyRangesRequest

    Permalink
  11. def clearQuery: ExecuteKeyRangesRequest

    Permalink
  12. def clearSession: ExecuteKeyRangesRequest

    Permalink
  13. def clone(): AnyRef

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

    Permalink
    Definition Classes
    ExecuteKeyRangesRequest → GeneratedMessage
  15. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Permalink
    Definition Classes
    ExecuteKeyRangesRequest → GeneratedMessage
  20. def getFieldByNumber(__fieldNumber: Int): Any

    Permalink
    Definition Classes
    ExecuteKeyRangesRequest → GeneratedMessage
  21. def getOptions: ExecuteOptions

    Permalink
  22. def getQuery: BoundQuery

    Permalink
  23. def getSession: Session

    Permalink
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. val keyRanges: Seq[KeyRange]

    Permalink

    key_ranges contains the list of key ranges affected by this query.

    key_ranges contains the list of key ranges affected by this query. Will be used to find the shards to send the query to.

  26. val keyspace: String

    Permalink

    keyspace to target the query to

  27. def mergeFrom(_input__: CodedInputStream): ExecuteKeyRangesRequest

    Permalink
    Definition Classes
    ExecuteKeyRangesRequest → Message
  28. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  29. val notInTransaction: Boolean

    Permalink

    not_in_transaction is deprecated and should not be used.

  30. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  32. val options: Option[ExecuteOptions]

    Permalink

    options

  33. val query: Option[BoundQuery]

    Permalink

    query is the query and bind variables to execute.

  34. final def serializedSize: Int

    Permalink
    Definition Classes
    ExecuteKeyRangesRequest → GeneratedMessage
  35. val session: Option[Session]

    Permalink

    session carries the current transaction data.

    session carries the current transaction data. It is returned by Begin. Do not fill it in if outside of a transaction.

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

    Permalink
    Definition Classes
    AnyRef
  37. val tabletType: TabletType

    Permalink

    tablet_type is the type of tablets that this query is targeted to.

  38. def toByteArray: Array[Byte]

    Permalink
    Definition Classes
    GeneratedMessage
  39. def toByteString: ByteString

    Permalink
    Definition Classes
    GeneratedMessage
  40. def toPMessage: PMessage

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. def withCallerId(__v: CallerID): ExecuteKeyRangesRequest

    Permalink
  47. def withKeyRanges(__v: Seq[KeyRange]): ExecuteKeyRangesRequest

    Permalink
  48. def withKeyspace(__v: String): ExecuteKeyRangesRequest

    Permalink
  49. def withNotInTransaction(__v: Boolean): ExecuteKeyRangesRequest

    Permalink
  50. def withOptions(__v: ExecuteOptions): ExecuteKeyRangesRequest

    Permalink
  51. def withQuery(__v: BoundQuery): ExecuteKeyRangesRequest

    Permalink
  52. def withSession(__v: Session): ExecuteKeyRangesRequest

    Permalink
  53. def withTabletType(__v: TabletType): ExecuteKeyRangesRequest

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

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

    Permalink
    Definition Classes
    ExecuteKeyRangesRequest → GeneratedMessage
  56. 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[ExecuteKeyRangesRequest]

Inherited from Message[ExecuteKeyRangesRequest]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped