Index

A B C D E F G H I K L M N O P Q R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

E

empty() - Static method in class org.springframework.data.aerospike.query.model.IndexesInfo
 
EnableAerospikeRepositories - Annotation Interface in org.springframework.data.aerospike.repository.config
Annotation to activate Aerospike repositories.
EnableReactiveAerospikeRepositories - Annotation Interface in org.springframework.data.aerospike.repository.config
Annotation to activate reactive Aerospike repositories.
ENDS_WITH - Enum constant in enum class org.springframework.data.aerospike.query.FilterOperation
 
enrichIndexesWithCardinality(IAerospikeClient, Map<IndexKey, Index>, ServerVersionSupport) - Method in class org.springframework.data.aerospike.query.cache.InternalIndexOperations
 
entities(Map<Class<?>, Collection<?>>) - Method in class org.springframework.data.aerospike.core.model.GroupedEntities.GroupedEntitiesBuilder
 
entitiesKeys(Map<Class<?>, Collection<?>>) - Method in class org.springframework.data.aerospike.core.model.GroupedKeys.GroupedKeysBuilder
 
entity(Class<T>, T) - Method in class org.springframework.data.aerospike.core.model.GroupedEntities.GroupedEntitiesBuilder
 
entityKeys(Class<?>, Collection<?>) - Method in class org.springframework.data.aerospike.core.model.GroupedKeys.GroupedKeysBuilder
 
entries(String) - Method in class org.springframework.data.aerospike.core.AerospikeKeyValueAdapter
Deprecated.
 
entrySet() - Method in class org.springframework.data.aerospike.query.Qualifier
 
EQ - Enum constant in enum class org.springframework.data.aerospike.query.FilterOperation
 
equals(Object) - Method in class org.springframework.data.aerospike.query.model.IndexedField
 
equals(Object) - Method in class org.springframework.data.aerospike.query.model.IndexKey
 
escapeBRERegexp(String) - Static method in class org.springframework.data.aerospike.utility.FilterOperationRegexpBuilder
 
evict(Object) - Method in class org.springframework.data.aerospike.cache.AerospikeCache
Deletes the key from Aerospike database.
excludeFilters() - Element in annotation interface org.springframework.data.aerospike.repository.config.EnableAerospikeRepositories
Specifies which types are not eligible for component scanning.
excludeFilters() - Element in annotation interface org.springframework.data.aerospike.repository.config.EnableReactiveAerospikeRepositories
Specifies which types are not eligible for component scanning.
excludeIdQualifier(Qualifier) - Static method in class org.springframework.data.aerospike.core.TemplateUtils
 
excludeIdQualifier(Qualifier[]) - Static method in class org.springframework.data.aerospike.core.TemplateUtils
 
execute(Object[]) - Method in class org.springframework.data.aerospike.repository.query.AerospikePartTreeQuery
 
execute(Object[]) - Method in class org.springframework.data.aerospike.repository.query.ReactiveAerospikePartTreeQuery
 
execute(Supplier<T>) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
Execute an operation against underlying store.
execute(Supplier<T>) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
execute(Supplier<T>) - Method in interface org.springframework.data.aerospike.core.ReactiveAerospikeOperations
Reactively execute operation against underlying store.
execute(Supplier<T>) - Method in class org.springframework.data.aerospike.core.ReactiveAerospikeTemplate
 
exists(Object, Class<T>) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
Check by id if a record exists within the set associated with the given entityClass.
exists(Object, Class<T>) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
exists(Object, Class<T>) - Method in interface org.springframework.data.aerospike.core.ReactiveAerospikeOperations
Reactively check by id if a record exists within the set associated with the given entityClass.
exists(Object, Class<T>) - Method in class org.springframework.data.aerospike.core.ReactiveAerospikeTemplate
 
exists(Object, String) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
Check by id if a record exists within the given set name.
exists(Object, String) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
exists(Object, String) - Method in interface org.springframework.data.aerospike.core.ReactiveAerospikeOperations
Reactively check by id if a record exists within the given set name.
exists(Object, String) - Method in class org.springframework.data.aerospike.core.ReactiveAerospikeTemplate
 
existsById(ID) - Method in class org.springframework.data.aerospike.repository.support.SimpleAerospikeRepository
 
existsById(ID) - Method in class org.springframework.data.aerospike.repository.support.SimpleReactiveAerospikeRepository
 
existsById(Publisher<ID>) - Method in class org.springframework.data.aerospike.repository.support.SimpleReactiveAerospikeRepository
 
existsByQuery(Query, Class<T>) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
Check using a query if any matching records exist within the set associated with the given entityClass.
existsByQuery(Query, Class<T>) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
existsByQuery(Query, Class<T>) - Method in interface org.springframework.data.aerospike.core.ReactiveAerospikeOperations
Reactively check using a query if any matching records exist within the set determined by the given entityClass.
existsByQuery(Query, Class<T>) - Method in class org.springframework.data.aerospike.core.ReactiveAerospikeTemplate
 
existsByQuery(Query, Class<T>, String) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
Check using a query if any matching records exist within the given set.
existsByQuery(Query, Class<T>, String) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
existsByQuery(Query, Class<T>, String) - Method in interface org.springframework.data.aerospike.core.ReactiveAerospikeOperations
Reactively check using a query if any matching records exist within the given set.
existsByQuery(Query, Class<T>, String) - Method in class org.springframework.data.aerospike.core.ReactiveAerospikeTemplate
 
expiration() - Element in annotation interface org.springframework.data.aerospike.mapping.Document
An optional expiration time for the document.
expiration(int) - Method in class org.springframework.data.aerospike.core.WritePolicyBuilder
 
Expiration - Annotation Interface in org.springframework.data.aerospike.annotation
Demarcates a property to be used as expiration field.
EXPIRATION - Enum constant in enum class org.springframework.data.aerospike.query.QueryEngine.Meta
Deprecated.
 
expirationExpression() - Element in annotation interface org.springframework.data.aerospike.mapping.Document
Same as Document.expiration() but allows the actual value to be set using standard Spring property sources mechanism.
expirationUnit() - Element in annotation interface org.springframework.data.aerospike.mapping.Document
An optional time unit for the document's Document.expiration(), if set.
ExpiryQualifier - Class in org.springframework.data.aerospike.query
Deprecated, for removal: This API element is subject to removal in a future version.
Since 4.6.0. Use Qualifier with Qualifier.MetadataQualifierBuilder for flexible querying
ExpiryQualifier(FilterOperation, Value) - Constructor for class org.springframework.data.aerospike.query.ExpiryQualifier
Deprecated.
 
A B C D E F G H I K L M N O P Q R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form