Packages

final case class InsertRequest(base: Option[MsgBase] = _root_.scala.None, dbName: String = "", collectionName: String = "", partitionName: String = "", fieldsData: Seq[FieldData] = _root_.scala.Seq.empty, hashKeys: Seq[Int] = _root_.scala.Seq.empty, numRows: Int = 0, unknownFields: UnknownFieldSet = ...) extends GeneratedMessage with Updatable[InsertRequest] with Product with Serializable

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

Instance Constructors

  1. new InsertRequest(base: Option[MsgBase] = _root_.scala.None, dbName: String = "", collectionName: String = "", partitionName: String = "", fieldsData: Seq[FieldData] = _root_.scala.Seq.empty, hashKeys: Seq[Int] = _root_.scala.Seq.empty, numRows: Int = 0, unknownFields: UnknownFieldSet = ...)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addAllFieldsData(__vs: Iterable[FieldData]): InsertRequest
  5. def addAllHashKeys(__vs: Iterable[Int]): InsertRequest
  6. def addFieldsData(__vs: FieldData*): InsertRequest
  7. def addHashKeys(__vs: Int*): InsertRequest
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. val base: Option[MsgBase]
  10. def clearBase: InsertRequest
  11. def clearFieldsData: InsertRequest
  12. def clearHashKeys: InsertRequest
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  14. val collectionName: String
  15. def companion: InsertRequest.type
    Definition Classes
    InsertRequest → GeneratedMessage
  16. val dbName: String
  17. def discardUnknownFields: InsertRequest
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. val fieldsData: Seq[FieldData]
  20. def getBase: MsgBase
  21. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    InsertRequest → GeneratedMessage
  23. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    InsertRequest → GeneratedMessage
  24. val hashKeys: Seq[Int]
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. val numRows: Int
  30. val partitionName: String
  31. def serializedSize: Int
    Definition Classes
    InsertRequest → GeneratedMessage
  32. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  33. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  34. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  35. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  36. def toProtoString: String
    Definition Classes
    InsertRequest → GeneratedMessage
  37. val unknownFields: UnknownFieldSet
  38. def update(ms: (Lens[InsertRequest, InsertRequest]) ⇒ Mutation[InsertRequest]*): InsertRequest
    Definition Classes
    Updatable
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. def withBase(__v: MsgBase): InsertRequest
  43. def withCollectionName(__v: String): InsertRequest
  44. def withDbName(__v: String): InsertRequest
  45. def withFieldsData(__v: Seq[FieldData]): InsertRequest
  46. def withHashKeys(__v: Seq[Int]): InsertRequest
  47. def withNumRows(__v: Int): InsertRequest
  48. def withPartitionName(__v: String): InsertRequest
  49. def withUnknownFields(__v: UnknownFieldSet): InsertRequest
  50. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  51. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    InsertRequest → GeneratedMessage
  52. final def writeTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from Updatable[InsertRequest]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped