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
For use in queries "find by <...> ends with a given String".
enrichIndexesWithCardinality(IAerospikeClient, Map<IndexKey, Index>, ServerVersionSupport) - Method in class org.springframework.data.aerospike.query.cache.InternalIndexOperations
 
enrichPolicyWithTransaction(IAerospikeClient, Policy) - Static method in class org.springframework.data.aerospike.core.TemplateUtils
Enrich given Policy with transaction id if transaction is active
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
 
entrySet() - Method in class org.springframework.data.aerospike.query.qualifier.Qualifier
 
EQ - Enum constant in enum class org.springframework.data.aerospike.query.FilterOperation
For use in queries "find by <...> equals a given object".
equals(Object) - Method in class org.springframework.data.aerospike.query.model.IndexedField
 
equals(Object) - Method in class org.springframework.data.aerospike.query.model.IndexKey
 
equals(Object) - Method in record class org.springframework.data.aerospike.query.QueryParam
Indicates whether some other object is "equal to" this one.
escapeBRERegexp(String) - Static method in class org.springframework.data.aerospike.util.FilterOperationRegexpBuilder
 
eventLoops() - Method in class org.springframework.data.aerospike.config.AerospikeDataConfigurationSupport
 
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
 
exists(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.
exists(Query, Class<T>) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
exists(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.
exists(Query, Class<T>) - Method in class org.springframework.data.aerospike.core.ReactiveAerospikeTemplate
 
exists(Query, String) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
Check using a query if any matching records exist within the given set.
exists(Query, String) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
exists(Query, String) - Method in interface org.springframework.data.aerospike.core.ReactiveAerospikeOperations
Reactively check using a query if any matching records exist within the given set.
exists(Query, 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
 
existsByIdsUsingQuery(Collection<?>, Class<T>, Query) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
Find if there are existing records by ids and a query using the given entityClass.
existsByIdsUsingQuery(Collection<?>, Class<T>, Query) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
existsByIdsUsingQuery(Collection<?>, Class<T>, Query) - Method in interface org.springframework.data.aerospike.core.ReactiveAerospikeOperations
Find if there are existing records by ids and a query using the given entityClass.
existsByIdsUsingQuery(Collection<?>, Class<T>, Query) - Method in class org.springframework.data.aerospike.core.ReactiveAerospikeTemplate
 
existsByIdsUsingQuery(Collection<?>, String, Query) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
Find if there are existing records by ids and a query using the given entityClass within the set.
existsByIdsUsingQuery(Collection<?>, String, Query) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
existsByIdsUsingQuery(Collection<?>, String, Query) - Method in interface org.springframework.data.aerospike.core.ReactiveAerospikeOperations
Find if there are existing records by ids and a query using the given entityClass within the set.
existsByIdsUsingQuery(Collection<?>, String, Query) - 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.
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.
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