public class DescIndexResponseWrapper
extends java.lang.Object
describeIndex
interface.Modifier and Type | Class | Description |
---|---|---|
static class |
DescIndexResponseWrapper.IndexDesc |
Internal-use class to wrap response of
describeIndex interface. |
Constructor | Description |
---|---|
DescIndexResponseWrapper(@NonNull io.milvus.grpc.DescribeIndexResponse response) |
Modifier and Type | Method | Description |
---|---|---|
DescIndexResponseWrapper.IndexDesc |
getIndexDescByFieldName(@NonNull java.lang.String fieldName) |
Get index description by field name.
|
java.util.List<DescIndexResponseWrapper.IndexDesc> |
getIndexDescriptions() |
Get index description of fields.
|
java.lang.String |
toString() |
Construct a
String by DescIndexResponseWrapper instance. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public DescIndexResponseWrapper(@NonNull
@NonNull io.milvus.grpc.DescribeIndexResponse response)
public java.util.List<DescIndexResponseWrapper.IndexDesc> getIndexDescriptions()
public DescIndexResponseWrapper.IndexDesc getIndexDescByFieldName(@NonNull
@NonNull java.lang.String fieldName)
fieldName
- field name to get index descriptionDescIndexResponseWrapper.IndexDesc
description of the indexpublic java.lang.String toString()
String
by DescIndexResponseWrapper
instance.toString
in class java.lang.Object
String