Class/Object

com.youtube.vitess.proto.vtgate

StreamExecuteKeyspaceIdsRequest

Related Docs: object StreamExecuteKeyspaceIdsRequest | package vtgate

Permalink

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

StreamExecuteKeyspaceIdsRequest is the payload to StreamExecuteKeyspaceIds.

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.

keyspaceIds

keyspace_ids contains the list of keyspace_ids 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.

options

options

Annotations
@SerialVersionUID()
Linear Supertypes
Product, Equals, Updatable[StreamExecuteKeyspaceIdsRequest], Message[StreamExecuteKeyspaceIdsRequest], GeneratedMessage, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StreamExecuteKeyspaceIdsRequest
  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 StreamExecuteKeyspaceIdsRequest(callerId: Option[CallerID] = None, query: Option[BoundQuery] = None, keyspace: String = "", keyspaceIds: Seq[ByteString] = _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.

    keyspaceIds

    keyspace_ids contains the list of keyspace_ids 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.

    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 addAllKeyspaceIds(__vs: TraversableOnce[ByteString]): StreamExecuteKeyspaceIdsRequest

    Permalink
  5. def addKeyspaceIds(__vs: ByteString*): StreamExecuteKeyspaceIdsRequest

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

    Permalink
  9. def clearKeyspaceIds: StreamExecuteKeyspaceIdsRequest

    Permalink
  10. def clearOptions: StreamExecuteKeyspaceIdsRequest

    Permalink
  11. def clearQuery: StreamExecuteKeyspaceIdsRequest

    Permalink
  12. def clone(): AnyRef

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

    Permalink
    Definition Classes
    StreamExecuteKeyspaceIdsRequest → 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
    StreamExecuteKeyspaceIdsRequest → GeneratedMessage
  19. def getFieldByNumber(__fieldNumber: Int): Any

    Permalink
    Definition Classes
    StreamExecuteKeyspaceIdsRequest → 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. val keyspaceIds: Seq[ByteString]

    Permalink

    keyspace_ids contains the list of keyspace_ids affected by this query.

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

  25. def mergeFrom(_input__: CodedInputStream): StreamExecuteKeyspaceIdsRequest

    Permalink
    Definition Classes
    StreamExecuteKeyspaceIdsRequest → Message
  26. final def ne(arg0: AnyRef): Boolean

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

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

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

    Permalink

    options

  30. val query: Option[BoundQuery]

    Permalink

    query is the query and bind variables to execute.

  31. final def serializedSize: Int

    Permalink
    Definition Classes
    StreamExecuteKeyspaceIdsRequest → GeneratedMessage
  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
    StreamExecuteKeyspaceIdsRequest → AnyRef → Any
  38. def update(ms: (Lens[StreamExecuteKeyspaceIdsRequest, StreamExecuteKeyspaceIdsRequest]) ⇒ Mutation[StreamExecuteKeyspaceIdsRequest]*): StreamExecuteKeyspaceIdsRequest

    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): StreamExecuteKeyspaceIdsRequest

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

    Permalink
  44. def withKeyspaceIds(__v: Seq[ByteString]): StreamExecuteKeyspaceIdsRequest

    Permalink
  45. def withOptions(__v: ExecuteOptions): StreamExecuteKeyspaceIdsRequest

    Permalink
  46. def withQuery(__v: BoundQuery): StreamExecuteKeyspaceIdsRequest

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

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

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

    Permalink
    Definition Classes
    StreamExecuteKeyspaceIdsRequest → 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[StreamExecuteKeyspaceIdsRequest]

Inherited from Message[StreamExecuteKeyspaceIdsRequest]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped