public interface MassIndexer
While reindexing is being performed queries should not be executed as they will very likely miss many or all results.
Modifier and Type | Method and Description |
---|---|
CompletableFuture<Void> |
reindex(Object... keys) |
void |
start() |
CompletableFuture<Void> |
startAsync() |
void start()
CompletableFuture<Void> startAsync()
CompletableFuture
CompletableFuture<Void> reindex(Object... keys)
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.