Class DescIndexResponseWrapper.IndexDesc

  • Enclosing class:
    DescIndexResponseWrapper

    public static final class DescIndexResponseWrapper.IndexDesc
    extends Object
    Internal-use class to wrap response of describeIndex interface.
    • Constructor Detail

      • IndexDesc

        public IndexDesc​(@NonNull
                         @NonNull String fieldName,
                         @NonNull
                         @NonNull String indexName,
                         long id)
    • Method Detail

      • addParam

        public void addParam​(@NonNull
                             @NonNull String key,
                             @NonNull
                             @NonNull String value)
      • getIndexType

        public IndexType getIndexType()
      • getMetricType

        public MetricType getMetricType()
      • getExtraParam

        public String getExtraParam()