Package io.milvus.response
Class ShowPartResponseWrapper.PartitionInfo
- java.lang.Object
-
- io.milvus.response.ShowPartResponseWrapper.PartitionInfo
-
- Enclosing class:
- ShowPartResponseWrapper
public static final class ShowPartResponseWrapper.PartitionInfo extends java.lang.Object
Internal-use class to wrap response ofshowPartitions
interface.
-
-
Constructor Summary
Constructors Constructor Description PartitionInfo(java.lang.String name, long id, long utcTimestamp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setInMemoryPercentage(long inMemoryPercentage)
java.lang.String
toString()
-