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
Constructor Description PartitionInfo(java.lang.String name, long id, long utcTimestamp)
-
Method Summary
Modifier and Type Method Description void
setInMemoryPercentage(long inMemoryPercentage)
java.lang.String
toString()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Constructor Detail
-
PartitionInfo
public PartitionInfo(java.lang.String name, long id, long utcTimestamp)
-
-
Method Detail
-
setInMemoryPercentage
public void setInMemoryPercentage(long inMemoryPercentage)
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-