Uses of Enum Class
org.springframework.data.elasticsearch.core.query.types.ConflictsType
Packages that use ConflictsType
Package
Description
-
Uses of ConflictsType in org.springframework.data.elasticsearch.core.query
Methods in org.springframework.data.elasticsearch.core.query that return ConflictsTypeMethods in org.springframework.data.elasticsearch.core.query with parameters of type ConflictsTypeModifier and TypeMethodDescriptionDeleteQuery.Builder.withConflicts(ConflictsType conflicts) Define the types of conflicts that occur when a query encounters version conflicts: abort or proceed. -
Uses of ConflictsType in org.springframework.data.elasticsearch.core.query.types
Methods in org.springframework.data.elasticsearch.core.query.types that return ConflictsTypeModifier and TypeMethodDescriptionstatic ConflictsTypeReturns the enum constant of this class with the specified name.static ConflictsType[]ConflictsType.values()Returns an array containing the constants of this enum class, in the order they are declared.