Packages

final case class ShowPartitionsResponse(status: Option[Status] = _root_.scala.None, partitionNames: Seq[String] = _root_.scala.Seq.empty, partitionIDs: Seq[Long] = _root_.scala.Seq.empty, createdTimestamps: Seq[Long] = _root_.scala.Seq.empty, createdUtcTimestamps: Seq[Long] = _root_.scala.Seq.empty, inMemoryPercentages: Seq[Long] = _root_.scala.Seq.empty, unknownFields: UnknownFieldSet = ...) extends GeneratedMessage with Updatable[ShowPartitionsResponse] with Product with Serializable

List all partitions for particular collection response. The returned datas are all rows, we can format to columns by therir index.

status

Contain error_code and reason

partitionNames

All partition names for this collection

partitionIDs

All partition ids for this collection

createdTimestamps

All hybrid timestamps

createdUtcTimestamps

All utc timestamps calculated by created_timestamps

inMemoryPercentages

Load percentage on querynode

Annotations
@SerialVersionUID()
Linear Supertypes
Updatable[ShowPartitionsResponse], GeneratedMessage, Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ShowPartitionsResponse
  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 ShowPartitionsResponse(status: Option[Status] = _root_.scala.None, partitionNames: Seq[String] = _root_.scala.Seq.empty, partitionIDs: Seq[Long] = _root_.scala.Seq.empty, createdTimestamps: Seq[Long] = _root_.scala.Seq.empty, createdUtcTimestamps: Seq[Long] = _root_.scala.Seq.empty, inMemoryPercentages: Seq[Long] = _root_.scala.Seq.empty, unknownFields: UnknownFieldSet = ...)

    status

    Contain error_code and reason

    partitionNames

    All partition names for this collection

    partitionIDs

    All partition ids for this collection

    createdTimestamps

    All hybrid timestamps

    createdUtcTimestamps

    All utc timestamps calculated by created_timestamps

    inMemoryPercentages

    Load percentage on querynode

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 addAllCreatedTimestamps(__vs: Iterable[Long]): ShowPartitionsResponse
  5. def addAllCreatedUtcTimestamps(__vs: Iterable[Long]): ShowPartitionsResponse
  6. def addAllInMemoryPercentages(__vs: Iterable[Long]): ShowPartitionsResponse
  7. def addAllPartitionIDs(__vs: Iterable[Long]): ShowPartitionsResponse
  8. def addAllPartitionNames(__vs: Iterable[String]): ShowPartitionsResponse
  9. def addCreatedTimestamps(__vs: Long*): ShowPartitionsResponse
  10. def addCreatedUtcTimestamps(__vs: Long*): ShowPartitionsResponse
  11. def addInMemoryPercentages(__vs: Long*): ShowPartitionsResponse
  12. def addPartitionIDs(__vs: Long*): ShowPartitionsResponse
  13. def addPartitionNames(__vs: String*): ShowPartitionsResponse
  14. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  15. def clearCreatedTimestamps: ShowPartitionsResponse
  16. def clearCreatedUtcTimestamps: ShowPartitionsResponse
  17. def clearInMemoryPercentages: ShowPartitionsResponse
  18. def clearPartitionIDs: ShowPartitionsResponse
  19. def clearPartitionNames: ShowPartitionsResponse
  20. def clearStatus: ShowPartitionsResponse
  21. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  22. def companion: ShowPartitionsResponse.type
    Definition Classes
    ShowPartitionsResponse → GeneratedMessage
  23. val createdTimestamps: Seq[Long]
  24. val createdUtcTimestamps: Seq[Long]
  25. def discardUnknownFields: ShowPartitionsResponse
  26. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    ShowPartitionsResponse → GeneratedMessage
  29. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    ShowPartitionsResponse → GeneratedMessage
  30. def getStatus: Status
  31. val inMemoryPercentages: Seq[Long]
  32. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  33. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  34. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  35. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  36. val partitionIDs: Seq[Long]
  37. val partitionNames: Seq[String]
  38. def serializedSize: Int
    Definition Classes
    ShowPartitionsResponse → GeneratedMessage
  39. val status: Option[Status]
  40. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  41. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  42. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  43. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  44. def toProtoString: String
    Definition Classes
    ShowPartitionsResponse → GeneratedMessage
  45. val unknownFields: UnknownFieldSet
  46. def update(ms: (Lens[ShowPartitionsResponse, ShowPartitionsResponse]) ⇒ Mutation[ShowPartitionsResponse]*): ShowPartitionsResponse
    Definition Classes
    Updatable
  47. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  49. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. def withCreatedTimestamps(__v: Seq[Long]): ShowPartitionsResponse
  51. def withCreatedUtcTimestamps(__v: Seq[Long]): ShowPartitionsResponse
  52. def withInMemoryPercentages(__v: Seq[Long]): ShowPartitionsResponse
  53. def withPartitionIDs(__v: Seq[Long]): ShowPartitionsResponse
  54. def withPartitionNames(__v: Seq[String]): ShowPartitionsResponse
  55. def withStatus(__v: Status): ShowPartitionsResponse
  56. def withUnknownFields(__v: UnknownFieldSet): ShowPartitionsResponse
  57. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  58. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    ShowPartitionsResponse → GeneratedMessage
  59. 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[ShowPartitionsResponse]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped