Interface IndexSchemaCollector


  • public interface IndexSchemaCollector
    An index schema collector that walks through an index schema exports of a schema manager this collector is passed to.
    • Method Detail

      • indexSchema

        void indexSchema​(Optional<String> backendName,
                         String indexName,
                         SchemaExport export)
        Called when an index schema export is encountered.
        Parameters:
        backendName - The name of the index's backend, or Optional.empty() for the default backend.
        indexName - The name of the index.
        export - The index schema export from a schema manager this collector is passed to.