Uses of Enum
org.hibernate.search.engine.backend.work.execution.spi.UnsupportedOperationBehavior
Packages that use UnsupportedOperationBehavior
Package
Description
-
Uses of UnsupportedOperationBehavior in org.hibernate.search.engine.backend.work.execution.spi
Methods in org.hibernate.search.engine.backend.work.execution.spi that return UnsupportedOperationBehaviorModifier and TypeMethodDescriptionstatic UnsupportedOperationBehavior
Returns the enum constant of this type with the specified name.static UnsupportedOperationBehavior[]
UnsupportedOperationBehavior.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hibernate.search.engine.backend.work.execution.spi with parameters of type UnsupportedOperationBehaviorModifier and TypeMethodDescriptionIndexWorkspace.flush
(OperationSubmitter operationSubmitter, UnsupportedOperationBehavior unsupportedOperationBehavior) Flush to disk the changes to the index that were not committed yet.IndexWorkspace.mergeSegments
(OperationSubmitter operationSubmitter, UnsupportedOperationBehavior unsupportedOperationBehavior) Merge all segments of the index into a single one.IndexWorkspace.purge
(Set<String> routingKeys, OperationSubmitter operationSubmitter, UnsupportedOperationBehavior unsupportedOperationBehavior) Delete documents that were indexed with any of the given routing keys, or all documents if the set of routing keys is empty.IndexWorkspace.refresh
(OperationSubmitter operationSubmitter, UnsupportedOperationBehavior unsupportedOperationBehavior) Refresh the indexes so that all changes executed so far will be visible in search queries. -
Uses of UnsupportedOperationBehavior in org.hibernate.search.mapper.pojo.work.spi
Methods in org.hibernate.search.mapper.pojo.work.spi with parameters of type UnsupportedOperationBehaviorModifier and TypeMethodDescriptionPojoScopeWorkspace.flush
(OperationSubmitter operationSubmitter, UnsupportedOperationBehavior unsupportedOperationBehavior) PojoScopeWorkspace.mergeSegments
(OperationSubmitter operationSubmitter, UnsupportedOperationBehavior unsupportedOperationBehavior) PojoScopeWorkspace.purge
(Set<String> routingKeys, OperationSubmitter operationSubmitter, UnsupportedOperationBehavior unsupportedOperationBehavior) PojoScopeWorkspace.refresh
(OperationSubmitter operationSubmitter, UnsupportedOperationBehavior unsupportedOperationBehavior)