Uses of Enum Class
org.hibernate.search.engine.backend.work.execution.spi.UnsupportedOperationBehavior
Packages that use UnsupportedOperationBehavior
-
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 UnsupportedOperationBehaviorReturns the enum constant of this class with the specified name.static UnsupportedOperationBehavior[]UnsupportedOperationBehavior.values()Returns an array containing the constants of this enum class, 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.