Interface PojoScopeWorkspace
public interface PojoScopeWorkspace
-
Method Summary
Modifier and TypeMethodDescriptiondefault CompletableFuture<?> flush()Deprecated.default CompletableFuture<?> flush(org.hibernate.search.engine.backend.work.execution.OperationSubmitter operationSubmitter) Deprecated.flush(org.hibernate.search.engine.backend.work.execution.OperationSubmitter operationSubmitter, org.hibernate.search.engine.backend.work.execution.spi.UnsupportedOperationBehavior unsupportedOperationBehavior) default CompletableFuture<?> Deprecated.default CompletableFuture<?> mergeSegments(org.hibernate.search.engine.backend.work.execution.OperationSubmitter operationSubmitter) Deprecated.mergeSegments(org.hibernate.search.engine.backend.work.execution.OperationSubmitter operationSubmitter, org.hibernate.search.engine.backend.work.execution.spi.UnsupportedOperationBehavior unsupportedOperationBehavior) default CompletableFuture<?> Deprecated.default CompletableFuture<?> purge(Set<String> routingKeys, org.hibernate.search.engine.backend.work.execution.OperationSubmitter operationSubmitter) Deprecated.purge(Set<String> routingKeys, org.hibernate.search.engine.backend.work.execution.OperationSubmitter operationSubmitter, org.hibernate.search.engine.backend.work.execution.spi.UnsupportedOperationBehavior unsupportedOperationBehavior) default CompletableFuture<?> refresh()Deprecated.default CompletableFuture<?> refresh(org.hibernate.search.engine.backend.work.execution.OperationSubmitter operationSubmitter) Deprecated.refresh(org.hibernate.search.engine.backend.work.execution.OperationSubmitter operationSubmitter, org.hibernate.search.engine.backend.work.execution.spi.UnsupportedOperationBehavior unsupportedOperationBehavior)
-
Method Details
-
mergeSegments
Deprecated. -
mergeSegments
@Deprecated default CompletableFuture<?> mergeSegments(org.hibernate.search.engine.backend.work.execution.OperationSubmitter operationSubmitter) Deprecated. -
mergeSegments
CompletableFuture<?> mergeSegments(org.hibernate.search.engine.backend.work.execution.OperationSubmitter operationSubmitter, org.hibernate.search.engine.backend.work.execution.spi.UnsupportedOperationBehavior unsupportedOperationBehavior) -
purge
Deprecated. -
purge
@Deprecated default CompletableFuture<?> purge(Set<String> routingKeys, org.hibernate.search.engine.backend.work.execution.OperationSubmitter operationSubmitter) Deprecated. -
purge
CompletableFuture<?> purge(Set<String> routingKeys, org.hibernate.search.engine.backend.work.execution.OperationSubmitter operationSubmitter, org.hibernate.search.engine.backend.work.execution.spi.UnsupportedOperationBehavior unsupportedOperationBehavior) -
flush
Deprecated. -
flush
@Deprecated default CompletableFuture<?> flush(org.hibernate.search.engine.backend.work.execution.OperationSubmitter operationSubmitter) Deprecated. -
flush
CompletableFuture<?> flush(org.hibernate.search.engine.backend.work.execution.OperationSubmitter operationSubmitter, org.hibernate.search.engine.backend.work.execution.spi.UnsupportedOperationBehavior unsupportedOperationBehavior) -
refresh
Deprecated. -
refresh
@Deprecated default CompletableFuture<?> refresh(org.hibernate.search.engine.backend.work.execution.OperationSubmitter operationSubmitter) Deprecated. -
refresh
CompletableFuture<?> refresh(org.hibernate.search.engine.backend.work.execution.OperationSubmitter operationSubmitter, org.hibernate.search.engine.backend.work.execution.spi.UnsupportedOperationBehavior unsupportedOperationBehavior)
-