public class DescIndexResponseWrapper extends Object
describeIndex interface.| 限定符和类型 | 类和说明 |
|---|---|
static class |
DescIndexResponseWrapper.IndexDesc
Internal-use class to wrap response of
describeIndex interface. |
| 构造器和说明 |
|---|
DescIndexResponseWrapper(@NonNull DescribeIndexResponse response) |
| 限定符和类型 | 方法和说明 |
|---|---|
DescIndexResponseWrapper.IndexDesc |
getIndexDescByFieldName(@NonNull String fieldName)
Get index description by field name.
|
List<DescIndexResponseWrapper.IndexDesc> |
getIndexDescriptions()
Get index description of fields.
|
String |
toString()
Construct a
String by DescIndexResponseWrapper instance. |
public DescIndexResponseWrapper(@NonNull
@NonNull DescribeIndexResponse response)
public List<DescIndexResponseWrapper.IndexDesc> getIndexDescriptions()
public DescIndexResponseWrapper.IndexDesc getIndexDescByFieldName(@NonNull @NonNull String fieldName)
fieldName - field name to get index descriptionDescIndexResponseWrapper.IndexDesc description of the indexpublic String toString()
String by DescIndexResponseWrapper instance.Copyright © 2023. All rights reserved.