Class/Object

com.youtube.vitess.proto.vtgate

StreamExecuteShardsRequest

Related Docs: object StreamExecuteShardsRequest | package vtgate

Permalink

final case class StreamExecuteShardsRequest(callerId: Option[CallerID] = None, query: Option[BoundQuery] = None, keyspace: String = "", shards: Seq[String] = _root_.scala.collection.Seq.empty, tabletType: TabletType = ..., options: Option[ExecuteOptions] = None) extends GeneratedMessage with Message[StreamExecuteShardsRequest] with Updatable[StreamExecuteShardsRequest] with Product with Serializable

StreamExecuteShardsRequest is the payload to StreamExecuteShards.

callerId

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

query

query is the query and bind variables to execute.

keyspace

keyspace to target the query to.

shards

shards to target the query to.

tabletType

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

options

options

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

    query

    query is the query and bind variables to execute.

    keyspace

    keyspace to target the query to.

    shards

    shards to target the query to.

    tabletType

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

    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 addAllShards(__vs: TraversableOnce[String]): StreamExecuteShardsRequest

    Permalink
  5. def addShards(__vs: String*): StreamExecuteShardsRequest

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

    Permalink
  9. def clearOptions: StreamExecuteShardsRequest

    Permalink
  10. def clearQuery: StreamExecuteShardsRequest

    Permalink
  11. def clearShards: StreamExecuteShardsRequest

    Permalink
  12. def clone(): AnyRef

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

    Permalink
    Definition Classes
    StreamExecuteShardsRequest → GeneratedMessage
  14. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Permalink
    Definition Classes
    StreamExecuteShardsRequest → GeneratedMessage
  19. def getFieldByNumber(__fieldNumber: Int): Any

    Permalink
    Definition Classes
    StreamExecuteShardsRequest → GeneratedMessage
  20. def getOptions: ExecuteOptions

    Permalink
  21. def getQuery: BoundQuery

    Permalink
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. val keyspace: String

    Permalink

    keyspace to target the query to.

  24. def mergeFrom(_input__: CodedInputStream): StreamExecuteShardsRequest

    Permalink
    Definition Classes
    StreamExecuteShardsRequest → Message
  25. final def ne(arg0: AnyRef): Boolean

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

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

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

    Permalink

    options

  29. val query: Option[BoundQuery]

    Permalink

    query is the query and bind variables to execute.

  30. final def serializedSize: Int

    Permalink
    Definition Classes
    StreamExecuteShardsRequest → GeneratedMessage
  31. val shards: Seq[String]

    Permalink

    shards to target the query to.

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

    Permalink
    Definition Classes
    AnyRef
  33. val tabletType: TabletType

    Permalink

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

  34. def toByteArray: Array[Byte]

    Permalink
    Definition Classes
    GeneratedMessage
  35. def toByteString: ByteString

    Permalink
    Definition Classes
    GeneratedMessage
  36. def toPMessage: PMessage

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. def withCallerId(__v: CallerID): StreamExecuteShardsRequest

    Permalink
  43. def withKeyspace(__v: String): StreamExecuteShardsRequest

    Permalink
  44. def withOptions(__v: ExecuteOptions): StreamExecuteShardsRequest

    Permalink
  45. def withQuery(__v: BoundQuery): StreamExecuteShardsRequest

    Permalink
  46. def withShards(__v: Seq[String]): StreamExecuteShardsRequest

    Permalink
  47. def withTabletType(__v: TabletType): StreamExecuteShardsRequest

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

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

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

Inherited from Message[StreamExecuteShardsRequest]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped