Uses of Class
org.alfresco.elasticsearch.batchindexing.WatermarkAccessException
Packages that use WatermarkAccessException
Package
Description
-
Uses of WatermarkAccessException in org.alfresco.elasticsearch.batchindexing
Methods in org.alfresco.elasticsearch.batchindexing that throw WatermarkAccessExceptionModifier and TypeMethodDescriptionvoidWatermarkBootstrap.bootstrap()Run the startup dance: enforce the state-index guard, ensure the state index exists, seed the cursor from the Alfresco index if applicable, enforce the Alfresco-index presence guard.voidElasticsearchWatermarkStore.ensureIndexExists()Ensures the watermark index exists.booleanElasticsearchWatermarkStore.indexExists()Best-effort check whether the state index currently exists in the cluster.ElasticsearchWatermarkStore.read()Reads the full watermark document from Elasticsearch. -
Uses of WatermarkAccessException in org.alfresco.elasticsearch.batchindexing.config
Methods in org.alfresco.elasticsearch.batchindexing.config that throw WatermarkAccessExceptionModifier and TypeMethodDescriptionContinuousReindexingConfig.elasticsearchWatermarkStore(org.opensearch.client.opensearch.OpenSearchClient openSearchClient, ContinuousReindexingProperties continuousProperties)