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
Ordering
- Alphabetic
- By Inheritance
Inherited
- ShowPartitionsResponse
- Updatable
- GeneratedMessage
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
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
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addAllCreatedTimestamps(__vs: Iterable[Long]): ShowPartitionsResponse
- def addAllCreatedUtcTimestamps(__vs: Iterable[Long]): ShowPartitionsResponse
- def addAllInMemoryPercentages(__vs: Iterable[Long]): ShowPartitionsResponse
- def addAllPartitionIDs(__vs: Iterable[Long]): ShowPartitionsResponse
- def addAllPartitionNames(__vs: Iterable[String]): ShowPartitionsResponse
- def addCreatedTimestamps(__vs: Long*): ShowPartitionsResponse
- def addCreatedUtcTimestamps(__vs: Long*): ShowPartitionsResponse
- def addInMemoryPercentages(__vs: Long*): ShowPartitionsResponse
- def addPartitionIDs(__vs: Long*): ShowPartitionsResponse
- def addPartitionNames(__vs: String*): ShowPartitionsResponse
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clearCreatedTimestamps: ShowPartitionsResponse
- def clearCreatedUtcTimestamps: ShowPartitionsResponse
- def clearInMemoryPercentages: ShowPartitionsResponse
- def clearPartitionIDs: ShowPartitionsResponse
- def clearPartitionNames: ShowPartitionsResponse
- def clearStatus: ShowPartitionsResponse
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
def
companion: ShowPartitionsResponse.type
- Definition Classes
- ShowPartitionsResponse → GeneratedMessage
- val createdTimestamps: Seq[Long]
- val createdUtcTimestamps: Seq[Long]
- def discardUnknownFields: ShowPartitionsResponse
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
getField(__field: FieldDescriptor): PValue
- Definition Classes
- ShowPartitionsResponse → GeneratedMessage
-
def
getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- ShowPartitionsResponse → GeneratedMessage
- def getStatus: Status
- val inMemoryPercentages: Seq[Long]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val partitionIDs: Seq[Long]
- val partitionNames: Seq[String]
-
def
serializedSize: Int
- Definition Classes
- ShowPartitionsResponse → GeneratedMessage
- val status: Option[Status]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
toByteArray: Array[Byte]
- Definition Classes
- GeneratedMessage
-
final
def
toByteString: ByteString
- Definition Classes
- GeneratedMessage
-
final
def
toPMessage: PMessage
- Definition Classes
- GeneratedMessage
-
def
toProtoString: String
- Definition Classes
- ShowPartitionsResponse → GeneratedMessage
- val unknownFields: UnknownFieldSet
-
def
update(ms: (Lens[ShowPartitionsResponse, ShowPartitionsResponse]) ⇒ Mutation[ShowPartitionsResponse]*): ShowPartitionsResponse
- Definition Classes
- Updatable
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def withCreatedTimestamps(__v: Seq[Long]): ShowPartitionsResponse
- def withCreatedUtcTimestamps(__v: Seq[Long]): ShowPartitionsResponse
- def withInMemoryPercentages(__v: Seq[Long]): ShowPartitionsResponse
- def withPartitionIDs(__v: Seq[Long]): ShowPartitionsResponse
- def withPartitionNames(__v: Seq[String]): ShowPartitionsResponse
- def withStatus(__v: Status): ShowPartitionsResponse
- def withUnknownFields(__v: UnknownFieldSet): ShowPartitionsResponse
-
final
def
writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
-
def
writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- ShowPartitionsResponse → GeneratedMessage
-
final
def
writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated