Package io.milvus.response
Class DescIndexResponseWrapper.IndexDesc
- java.lang.Object
-
- io.milvus.response.DescIndexResponseWrapper.IndexDesc
-
- Enclosing class:
- DescIndexResponseWrapper
public static final class DescIndexResponseWrapper.IndexDesc extends Object
Internal-use class to wrap response ofdescribeIndex
interface.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addParam(@NonNull String key, @NonNull String value)
String
getExtraParam()
IndexType
getIndexType()
MetricType
getMetricType()
String
toString()
-
-
-
Method Detail
-
getIndexType
public IndexType getIndexType()
-
getMetricType
public MetricType getMetricType()
-
getExtraParam
public String getExtraParam()
-
-