Uses of Enum Class
org.springframework.data.aerospike.query.FilterOperation
Packages that use FilterOperation
-
Uses of FilterOperation in org.springframework.data.aerospike.query
Fields in org.springframework.data.aerospike.query with type parameters of type FilterOperationModifier and TypeFieldDescriptionstatic final List<FilterOperation>FilterOperation.dualFilterOperationsFilterOperations that require both sIndexFilter and FilterExpressionMethods in org.springframework.data.aerospike.query that return FilterOperationModifier and TypeMethodDescriptionQualifier.getOperation()static FilterOperationReturns the enum constant of this class with the specified name.static FilterOperation[]FilterOperation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.data.aerospike.query with parameters of type FilterOperationModifier and TypeMethodDescriptionQualifier.QualifierBuilder.setFilterOperation(FilterOperation filterOperation) Constructors in org.springframework.data.aerospike.query with parameters of type FilterOperationModifierConstructorDescriptionExpiryQualifier(FilterOperation op, com.aerospike.client.Value value) LatestUpdateQualifier(FilterOperation op, com.aerospike.client.Value value)