Interface IndexSchemaCollector
-
public interface IndexSchemaCollectorAn index schema collector that walks through an index schema exports of a schema manager this collector is passed to.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidindexSchema(Optional<String> backendName, String indexName, SchemaExport export)Called when anindex schema exportis encountered.
-
-
-
Method Detail
-
indexSchema
void indexSchema(Optional<String> backendName, String indexName, SchemaExport export)
Called when anindex schema exportis encountered.- Parameters:
backendName- The name of the index's backend, orOptional.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.
-
-