Class GetIndexStateParam.Builder

    • Method Detail

      • withCollectionName

        public GetIndexStateParam.Builder withCollectionName​(@NonNull
                                                             @NonNull java.lang.String collectionName)
        Sets the collection name. Collection name cannot be empty or null.
        Parameters:
        collectionName - collection name
        Returns:
        Builder
      • withIndexName

        public GetIndexStateParam.Builder withIndexName​(@NonNull
                                                        @NonNull java.lang.String indexName)
        The name of target index. If no index name is specified, the default index name("_default_idx") is used.
        Parameters:
        indexName - index name
        Returns:
        Builder