Uses of Class
io.vertigo.datafactory.impl.search.WritableFuture
Packages that use WritableFuture
-
Uses of WritableFuture in io.vertigo.datafactory.impl.search
Methods in io.vertigo.datafactory.impl.search that return WritableFutureModifier and TypeMethodDescriptionWritableFuture.onComplete(Consumer<? super WritableFuture<V>> consumer) Adds a callback that runs when the future completes, whether it succeeds, fails, or is cancelled.SearchManagerImpl.reindexAll(SearchIndexDefinition searchIndexDefinition) Launch a full reindex of an index.SearchManagerImpl.reindexAllModified(SearchIndexDefinition searchIndexDefinition) Launch a full reindex of an index, checking modified data to limit updates (based on a version field).SearchManagerImpl.reindexDelta(SearchIndexDefinition searchIndexDefinition) Launch a delta reindex of an index based on a version field (like lastModified or version).Method parameters in io.vertigo.datafactory.impl.search with type arguments of type WritableFutureModifier and TypeMethodDescriptionWritableFuture.onComplete(Consumer<? super WritableFuture<V>> consumer) Adds a callback that runs when the future completes, whether it succeeds, fails, or is cancelled. -
Uses of WritableFuture in io.vertigo.datafactory.search
Methods in io.vertigo.datafactory.search that return WritableFutureModifier and TypeMethodDescriptionSearchManager.reindexAll(SearchIndexDefinition indexDefinition) Launch a full reindex of an index.SearchManager.reindexAllModified(SearchIndexDefinition searchIndexDefinition) Launch a full reindex of an index, checking modified data to limit updates (based on a version field).SearchManager.reindexDelta(SearchIndexDefinition searchIndexDefinition) Launch a delta reindex of an index based on a version field (like lastModified or version).