Package io.camunda.zeebe.exporter
Class ElasticsearchExporterSchemaManager
java.lang.Object
io.camunda.zeebe.exporter.ElasticsearchExporterSchemaManager
-
Constructor Summary
ConstructorsConstructorDescriptionElasticsearchExporterSchemaManager(io.camunda.zeebe.exporter.ElasticsearchClient client, ElasticsearchExporterConfiguration configuration) Creates a new schema manager, and it is to be used by the exporter to manage the Elasticsearch schema.Creates a new schema manager, and is only used by the StandaloneSchemaManager. -
Method Summary
-
Constructor Details
-
ElasticsearchExporterSchemaManager
public ElasticsearchExporterSchemaManager(io.camunda.zeebe.exporter.ElasticsearchClient client, ElasticsearchExporterConfiguration configuration) Creates a new schema manager, and it is to be used by the exporter to manage the Elasticsearch schema.- Parameters:
client- the Elasticsearch clientconfiguration- the exporter configuration
-
ElasticsearchExporterSchemaManager
Creates a new schema manager, and is only used by the StandaloneSchemaManager.- Parameters:
configuration- the exporter configuration
-
-
Method Details
-
createSchema
-