Uses of Enum Class
io.fluxzero.common.api.search.BulkUpdate.Type
Packages that use BulkUpdate.Type
-
Uses of BulkUpdate.Type in io.fluxzero.common.api.search
Methods in io.fluxzero.common.api.search that return BulkUpdate.TypeModifier and TypeMethodDescriptionBulkUpdate.getType()Indicates the operation type:index,indexIfNotExists, ordelete.static BulkUpdate.TypeReturns the enum constant of this class with the specified name.static BulkUpdate.Type[]BulkUpdate.Type.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of BulkUpdate.Type in io.fluxzero.common.api.search.bulkupdate
Methods in io.fluxzero.common.api.search.bulkupdate that return BulkUpdate.Type