Class PojoScopeWorkspaceImpl
java.lang.Object
org.hibernate.search.mapper.pojo.work.impl.PojoScopeWorkspaceImpl
- All Implemented Interfaces:
PojoScopeWorkspace
-
Constructor Summary
ConstructorsConstructorDescriptionPojoScopeWorkspaceImpl(PojoScopeMappingContext mappingContext, Set<? extends PojoWorkIndexedTypeContext<?, ?>> targetedTypeContexts, Set<String> tenantIds) -
Method Summary
Modifier and TypeMethodDescriptionflush(OperationSubmitter operationSubmitter, UnsupportedOperationBehavior unsupportedOperationBehavior) mergeSegments(OperationSubmitter operationSubmitter, UnsupportedOperationBehavior unsupportedOperationBehavior) purge(Set<String> routingKeys, OperationSubmitter operationSubmitter, UnsupportedOperationBehavior unsupportedOperationBehavior) refresh(OperationSubmitter operationSubmitter, UnsupportedOperationBehavior unsupportedOperationBehavior) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hibernate.search.mapper.pojo.work.spi.PojoScopeWorkspace
flush, flush, mergeSegments, mergeSegments, purge, purge, refresh, refresh
-
Constructor Details
-
PojoScopeWorkspaceImpl
public PojoScopeWorkspaceImpl(PojoScopeMappingContext mappingContext, Set<? extends PojoWorkIndexedTypeContext<?, ?>> targetedTypeContexts, Set<String> tenantIds)
-
-
Method Details
-
mergeSegments
public CompletableFuture<?> mergeSegments(OperationSubmitter operationSubmitter, UnsupportedOperationBehavior unsupportedOperationBehavior) - Specified by:
mergeSegmentsin interfacePojoScopeWorkspace
-
purge
public CompletableFuture<?> purge(Set<String> routingKeys, OperationSubmitter operationSubmitter, UnsupportedOperationBehavior unsupportedOperationBehavior) - Specified by:
purgein interfacePojoScopeWorkspace
-
flush
public CompletableFuture<?> flush(OperationSubmitter operationSubmitter, UnsupportedOperationBehavior unsupportedOperationBehavior) - Specified by:
flushin interfacePojoScopeWorkspace
-
refresh
public CompletableFuture<?> refresh(OperationSubmitter operationSubmitter, UnsupportedOperationBehavior unsupportedOperationBehavior) - Specified by:
refreshin interfacePojoScopeWorkspace
-