Class/Object

com.youtube.vitess.proto.query

SplitQueryRequest

Related Docs: object SplitQueryRequest | package query

Permalink

final case class SplitQueryRequest(effectiveCallerId: Option[CallerID] = None, immediateCallerId: Option[VTGateCallerID] = None, target: Option[Target] = None, query: Option[BoundQuery] = None, splitColumn: Seq[String] = Nil, splitCount: Long = 0L, numRowsPerQueryPart: Long = 0L, algorithm: Algorithm = ..., useSplitQueryV2: Boolean = false) extends GeneratedMessage with Message[SplitQueryRequest] with Updatable[SplitQueryRequest] with Product with Serializable

SplitQueryRequest is the payload for SplitQuery sent by VTGate to a VTTablet. See vtgate.SplitQueryRequest for more details.

splitCount

Exactly one of the following must be nonzero.

useSplitQueryV2

Whether to use the new split-query code that supports multiple split-columns and the FULL_SCAN algorithm. This is a temporary field which aids in the migration of SplitQuery to the new code. TODO(erez): Remove this field after the migration to the SplitQuery version 2.

Annotations
@SerialVersionUID()
Linear Supertypes
Product, Equals, Updatable[SplitQueryRequest], Message[SplitQueryRequest], GeneratedMessage, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SplitQueryRequest
  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 SplitQueryRequest(effectiveCallerId: Option[CallerID] = None, immediateCallerId: Option[VTGateCallerID] = None, target: Option[Target] = None, query: Option[BoundQuery] = None, splitColumn: Seq[String] = Nil, splitCount: Long = 0L, numRowsPerQueryPart: Long = 0L, algorithm: Algorithm = ..., useSplitQueryV2: Boolean = false)

    Permalink

    splitCount

    Exactly one of the following must be nonzero.

    useSplitQueryV2

    Whether to use the new split-query code that supports multiple split-columns and the FULL_SCAN algorithm. This is a temporary field which aids in the migration of SplitQuery to the new code. TODO(erez): Remove this field after the migration to the SplitQuery version 2.

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

    Permalink
  5. def addSplitColumn(__vs: String*): SplitQueryRequest

    Permalink
  6. val algorithm: Algorithm

    Permalink
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def clearEffectiveCallerId: SplitQueryRequest

    Permalink
  9. def clearImmediateCallerId: SplitQueryRequest

    Permalink
  10. def clearQuery: SplitQueryRequest

    Permalink
  11. def clearSplitColumn: SplitQueryRequest

    Permalink
  12. def clearTarget: SplitQueryRequest

    Permalink
  13. def clone(): AnyRef

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

    Permalink
    Definition Classes
    SplitQueryRequest → GeneratedMessage
  15. val effectiveCallerId: Option[CallerID]

    Permalink
  16. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def getAllFields: Map[FieldDescriptor, Any]

    Permalink
    Definition Classes
    GeneratedMessage
  19. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  20. def getEffectiveCallerId: CallerID

    Permalink
  21. def getField(__field: FieldDescriptor): Any

    Permalink
    Definition Classes
    SplitQueryRequest → GeneratedMessage
  22. def getImmediateCallerId: VTGateCallerID

    Permalink
  23. def getQuery: BoundQuery

    Permalink
  24. def getTarget: Target

    Permalink
  25. val immediateCallerId: Option[VTGateCallerID]

    Permalink
  26. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  27. def mergeFrom(_input__: CodedInputStream): SplitQueryRequest

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

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

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

    Permalink
    Definition Classes
    AnyRef
  31. val numRowsPerQueryPart: Long

    Permalink
  32. val query: Option[BoundQuery]

    Permalink
  33. final def serializedSize: Int

    Permalink
    Definition Classes
    SplitQueryRequest → GeneratedMessage
  34. val splitColumn: Seq[String]

    Permalink
  35. val splitCount: Long

    Permalink

    Exactly one of the following must be nonzero.

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

    Permalink
    Definition Classes
    AnyRef
  37. val target: Option[Target]

    Permalink
  38. def toByteArray: Array[Byte]

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

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

    Permalink
    Definition Classes
    Updatable
  41. val useSplitQueryV2: Boolean

    Permalink

    Whether to use the new split-query code that supports multiple split-columns and the FULL_SCAN algorithm.

    Whether to use the new split-query code that supports multiple split-columns and the FULL_SCAN algorithm. This is a temporary field which aids in the migration of SplitQuery to the new code. TODO(erez): Remove this field after the migration to the SplitQuery version 2.

  42. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. def withAlgorithm(__v: Algorithm): SplitQueryRequest

    Permalink
  46. def withEffectiveCallerId(__v: CallerID): SplitQueryRequest

    Permalink
  47. def withImmediateCallerId(__v: VTGateCallerID): SplitQueryRequest

    Permalink
  48. def withNumRowsPerQueryPart(__v: Long): SplitQueryRequest

    Permalink
  49. def withQuery(__v: BoundQuery): SplitQueryRequest

    Permalink
  50. def withSplitColumn(__v: Seq[String]): SplitQueryRequest

    Permalink
  51. def withSplitCount(__v: Long): SplitQueryRequest

    Permalink
  52. def withTarget(__v: Target): SplitQueryRequest

    Permalink
  53. def withUseSplitQueryV2(__v: Boolean): SplitQueryRequest

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

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

    Permalink
    Definition Classes
    SplitQueryRequest → GeneratedMessage
  56. def writeTo(output: OutputStream): Unit

    Permalink
    Definition Classes
    GeneratedMessage

Inherited from Product

Inherited from Equals

Inherited from Updatable[SplitQueryRequest]

Inherited from Message[SplitQueryRequest]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped