Class DefaultIndexNamesPath

    • Constructor Detail

      • DefaultIndexNamesPath

        protected DefaultIndexNamesPath​(AbstractPath parent)
    • Method Detail

      • indexes

        public UsingPath indexes​(String indexName,
                                 String... indexNames)
        Description copied from interface: IndexNamesPath
        Specify the index or indexes in a pending state that needs building.
        Specified by:
        indexes in interface IndexNamesPath
        Parameters:
        indexName - minimum index to build (name will be escaped).
        indexNames - 0-n additional indexes to also build (names will be escaped).
      • indexes

        public UsingPath indexes​(List<String> indexNames)
        Description copied from interface: IndexNamesPath
        Specify the indexes in a pending state that needs building, as a non-empty list.
        Specified by:
        indexes in interface IndexNamesPath
        Parameters:
        indexNames - the List of indexes to build (names will be escaped).