Class ShowPartResponseWrapper.PartitionInfo

java.lang.Object
io.milvus.response.ShowPartResponseWrapper.PartitionInfo
Enclosing class:
ShowPartResponseWrapper

public static final class ShowPartResponseWrapper.PartitionInfo extends Object
Internal-use class to wrap response of showPartitions interface.
  • Constructor Details

    • PartitionInfo

      public PartitionInfo(String name, long id, long utcTimestamp)
  • Method Details

    • setInMemoryPercentage

      public void setInMemoryPercentage(long inMemoryPercentage)
    • toString

      public String toString()
      Overrides:
      toString in class Object