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

F

failIfNotConnected(boolean) - Method in class org.springframework.data.aerospike.config.ClientPolicyFactoryBean
Configures the action if the client cannot connect to a host.
failOnFilteredOut(boolean) - Method in class org.springframework.data.aerospike.core.WritePolicyBuilder
 
Field - Annotation Interface in org.springframework.data.aerospike.mapping
Annotation to define custom metadata for document fields.
FIELD - Enum constant in enum class org.springframework.data.aerospike.query.qualifier.QualifierKey
 
filterExp(Expression) - Method in class org.springframework.data.aerospike.core.WritePolicyBuilder
 
filterExp(Map<QualifierKey, Object>) - Method in enum class org.springframework.data.aerospike.query.FilterOperation
 
filterExpressionsBuilder() - Method in class org.springframework.data.aerospike.config.AerospikeDataConfigurationSupport
 
FilterExpressionsBuilder - Class in org.springframework.data.aerospike.query
 
FilterExpressionsBuilder() - Constructor for class org.springframework.data.aerospike.query.FilterExpressionsBuilder
 
FilterOperation - Enum Class in org.springframework.data.aerospike.query
 
FilterOperationRegexpBuilder - Class in org.springframework.data.aerospike.utility
 
FilterOperationRegexpBuilder() - Constructor for class org.springframework.data.aerospike.utility.FilterOperationRegexpBuilder
 
find(Query, Class<T>) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
Find records in the given entityClass's set using a query and map them to the given class type.
find(Query, Class<T>) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
find(Query, Class<T>) - Method in interface org.springframework.data.aerospike.core.ReactiveAerospikeOperations
Reactively find records in the given entityClass's set using a query and map them to the given class type.
find(Query, Class<T>) - Method in class org.springframework.data.aerospike.core.ReactiveAerospikeTemplate
 
find(Query, Class<T>, Class<S>) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
Find records in the given entityClass's set using a query and map them to the given target class type.
find(Query, Class<T>, Class<S>) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
find(Query, Class<T>, Class<S>) - Method in interface org.springframework.data.aerospike.core.ReactiveAerospikeOperations
Reactively find records in the given entityClass's set using a query and map them to the given target class type.
find(Query, Class<T>, Class<S>) - Method in class org.springframework.data.aerospike.core.ReactiveAerospikeTemplate
 
find(Query, Class<T>, String) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
Find records in the given set using a query and map them to the given target class type.
find(Query, Class<T>, String) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
find(Query, Class<T>, String) - Method in interface org.springframework.data.aerospike.core.ReactiveAerospikeOperations
Reactively find records in the given set using a query and map them to the given target class type.
find(Query, Class<T>, String) - Method in class org.springframework.data.aerospike.core.ReactiveAerospikeTemplate
 
find(KeyValueQuery<?>, String) - Method in class org.springframework.data.aerospike.core.AerospikeKeyValueAdapter
Deprecated.
 
findAll() - Method in class org.springframework.data.aerospike.repository.support.SimpleAerospikeRepository
 
findAll() - Method in class org.springframework.data.aerospike.repository.support.SimpleReactiveAerospikeRepository
 
findAll(Class<T>) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
Find all records in the given entityClass's set and map them to the given class type.
findAll(Class<T>) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
findAll(Class<T>) - Method in interface org.springframework.data.aerospike.core.ReactiveAerospikeOperations
Reactively find all records in the given entityClass's set and map them to the given class type.
findAll(Class<T>) - Method in class org.springframework.data.aerospike.core.ReactiveAerospikeTemplate
 
findAll(Class<T>, Class<S>) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
Find all records in the given entityClass's set and map them to the given target class type.
findAll(Class<T>, Class<S>) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
findAll(Class<T>, Class<S>) - Method in interface org.springframework.data.aerospike.core.ReactiveAerospikeOperations
Reactively find all records in the given entityClass's set and map them to the given target class type.
findAll(Class<T>, Class<S>) - Method in class org.springframework.data.aerospike.core.ReactiveAerospikeTemplate
 
findAll(Class<T>, String) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
Find all records in the given set and map them to the given class type.
findAll(Class<T>, String) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
findAll(Class<T>, String) - Method in interface org.springframework.data.aerospike.core.ReactiveAerospikeOperations
Reactively find all records in the given set and map them to the given class type.
findAll(Class<T>, String) - Method in class org.springframework.data.aerospike.core.ReactiveAerospikeTemplate
 
findAll(Pageable) - Method in class org.springframework.data.aerospike.repository.support.SimpleAerospikeRepository
 
findAll(Sort) - Method in class org.springframework.data.aerospike.repository.support.SimpleAerospikeRepository
 
findAll(Sort, long, long, Class<T>) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
Find all records in the given entityClass's set using a provided sort and map them to the given class type.
findAll(Sort, long, long, Class<T>) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
findAll(Sort, long, long, Class<T>) - Method in interface org.springframework.data.aerospike.core.ReactiveAerospikeOperations
Reactively find all records in the given entityClass's set using a provided sort and map them to the given class type.
findAll(Sort, long, long, Class<T>) - Method in class org.springframework.data.aerospike.core.ReactiveAerospikeTemplate
 
findAll(Sort, long, long, Class<T>, Class<S>) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
Find all records in the given entityClass's set using a provided sort and map them to the given target class type.
findAll(Sort, long, long, Class<T>, Class<S>) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
findAll(Sort, long, long, Class<T>, Class<S>) - Method in interface org.springframework.data.aerospike.core.ReactiveAerospikeOperations
Reactively find all records in the given entityClass's set using a provided sort and map them to the given target class type.
findAll(Sort, long, long, Class<T>, Class<S>) - Method in class org.springframework.data.aerospike.core.ReactiveAerospikeTemplate
 
findAll(Sort, long, long, Class<T>, String) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
Find all records in the given set using a provided sort and map them to the given target class type.
findAll(Sort, long, long, Class<T>, String) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
findAll(Sort, long, long, Class<T>, String) - Method in interface org.springframework.data.aerospike.core.ReactiveAerospikeOperations
Reactively find all records in the given entityClass's set using a provided sort and map them to the given target class type.
findAll(Sort, long, long, Class<T>, String) - Method in class org.springframework.data.aerospike.core.ReactiveAerospikeTemplate
 
findAllById(Iterable<ID>) - Method in class org.springframework.data.aerospike.repository.support.SimpleAerospikeRepository
 
findAllById(Iterable<ID>) - Method in class org.springframework.data.aerospike.repository.support.SimpleReactiveAerospikeRepository
 
findAllById(Publisher<ID>) - Method in class org.springframework.data.aerospike.repository.support.SimpleReactiveAerospikeRepository
 
findById(ID) - Method in class org.springframework.data.aerospike.repository.support.SimpleAerospikeRepository
 
findById(ID) - Method in class org.springframework.data.aerospike.repository.support.SimpleReactiveAerospikeRepository
 
findById(Object, Class<T>) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
Find a record by id, set name will be determined by the given entityClass.
findById(Object, Class<T>) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
findById(Object, Class<T>) - Method in interface org.springframework.data.aerospike.core.ReactiveAerospikeOperations
Reactively find a record by id, set name will be determined by the given entityClass.
findById(Object, Class<T>) - Method in class org.springframework.data.aerospike.core.ReactiveAerospikeTemplate
 
findById(Object, Class<T>, Class<S>) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
Find a record by id, set name will be determined by the given entityClass.
findById(Object, Class<T>, Class<S>) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
findById(Object, Class<T>, Class<S>) - Method in interface org.springframework.data.aerospike.core.ReactiveAerospikeOperations
Reactively find a record by id, set name will be determined by the given entityClass.
findById(Object, Class<T>, Class<S>) - Method in class org.springframework.data.aerospike.core.ReactiveAerospikeTemplate
 
findById(Object, Class<T>, Class<S>, String) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
Find a record by id within the given set.
findById(Object, Class<T>, Class<S>, String) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
findById(Object, Class<T>, Class<S>, String) - Method in interface org.springframework.data.aerospike.core.ReactiveAerospikeOperations
Reactively find a record by id within the given set.
findById(Object, Class<T>, Class<S>, String) - Method in class org.springframework.data.aerospike.core.ReactiveAerospikeTemplate
 
findById(Object, Class<T>, String) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
Find a record by id within the given set.
findById(Object, Class<T>, String) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
findById(Object, Class<T>, String) - Method in interface org.springframework.data.aerospike.core.ReactiveAerospikeOperations
Reactively find a record by id within the given set.
findById(Object, Class<T>, String) - Method in class org.springframework.data.aerospike.core.ReactiveAerospikeTemplate
 
findById(Publisher<ID>) - Method in class org.springframework.data.aerospike.repository.support.SimpleReactiveAerospikeRepository
 
findByIds(Iterable<?>, Class<T>) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
Find records by ids using a single batch read operation, set name will be determined by the given entityClass.
findByIds(Iterable<?>, Class<T>) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
findByIds(Iterable<?>, Class<T>) - Method in interface org.springframework.data.aerospike.core.ReactiveAerospikeOperations
Reactively find records by ids using a single batch read operation, set name will be determined by the given entityClass.
findByIds(Iterable<?>, Class<T>) - Method in class org.springframework.data.aerospike.core.ReactiveAerospikeTemplate
 
findByIds(Iterable<?>, Class<T>, Class<S>) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
Find records by ids using a single batch read operation, set name will be determined by the given entityClass.
findByIds(Iterable<?>, Class<T>, Class<S>) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
findByIds(Iterable<?>, Class<T>, Class<S>) - Method in interface org.springframework.data.aerospike.core.ReactiveAerospikeOperations
Reactively find records by ids using a single batch read operation, set name will be determined by the given entityClass.
findByIds(Iterable<?>, Class<T>, Class<S>) - Method in class org.springframework.data.aerospike.core.ReactiveAerospikeTemplate
 
findByIds(Iterable<?>, Class<T>, Class<S>, String) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
Find records by ids within the given set using a single batch read operation.
findByIds(Iterable<?>, Class<T>, Class<S>, String) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
findByIds(Iterable<?>, Class<T>, String) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
Find records by ids within the given set using a single batch read operation.
findByIds(Iterable<?>, Class<T>, String) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
findByIds(Iterable<?>, Class<T>, String) - Method in interface org.springframework.data.aerospike.core.ReactiveAerospikeOperations
Reactively find records by ids within the given set using a single batch read operation.
findByIds(Iterable<?>, Class<T>, String) - Method in class org.springframework.data.aerospike.core.ReactiveAerospikeTemplate
 
findByIds(GroupedKeys) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
Execute a single batch request to find several records, possibly from different sets.
findByIds(GroupedKeys) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
findByIds(GroupedKeys) - Method in interface org.springframework.data.aerospike.core.ReactiveAerospikeOperations
Reactively execute a single batch request to find several records, possibly from different sets.
findByIds(GroupedKeys) - Method in class org.springframework.data.aerospike.core.ReactiveAerospikeTemplate
 
findByIdsUsingQuery(Collection<?>, Class<T>, Class<S>, String, Query) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
Find records by ids within the given set.
findByIdsUsingQuery(Collection<?>, Class<T>, Class<S>, String, Query) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
findByIdsUsingQuery(Collection<?>, Class<T>, Class<S>, String, Query) - Method in interface org.springframework.data.aerospike.core.ReactiveAerospikeOperations
Find records by ids within the given set name.
findByIdsUsingQuery(Collection<?>, Class<T>, Class<S>, String, Query) - Method in class org.springframework.data.aerospike.core.ReactiveAerospikeTemplate
 
findByIdsUsingQuery(Collection<?>, Class<T>, Class<S>, Query) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
Find records by ids and a query, set name will be determined by the given entityClass.
findByIdsUsingQuery(Collection<?>, Class<T>, Class<S>, Query) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
findByIdsUsingQuery(Collection<?>, Class<T>, Class<S>, Query) - Method in interface org.springframework.data.aerospike.core.ReactiveAerospikeOperations
Find records by ids, set name will be determined by the given entityClass.
findByIdsUsingQuery(Collection<?>, Class<T>, Class<S>, Query) - Method in class org.springframework.data.aerospike.core.ReactiveAerospikeTemplate
 
findByIdUsingQuery(Object, Class<T>, Class<S>, String, Query) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
Find a record by id within the given set using a query.
findByIdUsingQuery(Object, Class<T>, Class<S>, String, Query) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
findByIdUsingQuery(Object, Class<T>, Class<S>, String, Query) - Method in interface org.springframework.data.aerospike.core.ReactiveAerospikeOperations
Find a record by id within the given set using a query.
findByIdUsingQuery(Object, Class<T>, Class<S>, String, Query) - Method in class org.springframework.data.aerospike.core.ReactiveAerospikeTemplate
 
findByIdUsingQuery(Object, Class<T>, Class<S>, Query) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
Find a record by id using a query, set name will be determined by the given entityClass.
findByIdUsingQuery(Object, Class<T>, Class<S>, Query) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
findByIdUsingQuery(Object, Class<T>, Class<S>, Query) - Method in interface org.springframework.data.aerospike.core.ReactiveAerospikeOperations
Find a record by id using a query, set name will be determined by the given entityClass.
findByIdUsingQuery(Object, Class<T>, Class<S>, Query) - Method in class org.springframework.data.aerospike.core.ReactiveAerospikeTemplate
 
findInRange(long, long, Sort, Class<T>) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
Find records in the given entityClass's set using a range (offset, limit) and a sort and map them to the given class type.
findInRange(long, long, Sort, Class<T>) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
findInRange(long, long, Sort, Class<T>) - Method in interface org.springframework.data.aerospike.core.ReactiveAerospikeOperations
Reactively find records in the given entityClass's set using a range (offset, limit) and a sort and map them to the given class type.
findInRange(long, long, Sort, Class<T>) - Method in class org.springframework.data.aerospike.core.ReactiveAerospikeTemplate
 
findInRange(long, long, Sort, Class<T>, Class<S>) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
Find records in the given entityClass's set using a range (offset, limit) and a sort and map them to the given target class type.
findInRange(long, long, Sort, Class<T>, Class<S>) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
findInRange(long, long, Sort, Class<T>, Class<S>) - Method in interface org.springframework.data.aerospike.core.ReactiveAerospikeOperations
Reactively find records in the given entityClass's set using a range (offset, limit) and a sort and map them to the given target class type.
findInRange(long, long, Sort, Class<T>, Class<S>) - Method in class org.springframework.data.aerospike.core.ReactiveAerospikeTemplate
 
findInRange(long, long, Sort, Class<T>, String) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
Find records in the given set using a range (offset, limit) and a sort and map them to the given target class type.
findInRange(long, long, Sort, Class<T>, String) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
findInRange(long, long, Sort, Class<T>, String) - Method in interface org.springframework.data.aerospike.core.ReactiveAerospikeOperations
Reactively find records in the given set using a range (offset, limit) and a sort and map them to the given class type.
findInRange(long, long, Sort, Class<T>, String) - Method in class org.springframework.data.aerospike.core.ReactiveAerospikeTemplate
 
findUsingQuery(Query) - Method in interface org.springframework.data.aerospike.repository.AerospikeRepository
Run a query to find entities.
findUsingQuery(Query) - Method in interface org.springframework.data.aerospike.repository.ReactiveAerospikeRepository
Run a query to find entities.
findUsingQuery(Query) - Method in class org.springframework.data.aerospike.repository.support.SimpleAerospikeRepository
 
findUsingQuery(Query) - Method in class org.springframework.data.aerospike.repository.support.SimpleReactiveAerospikeRepository
 
findUsingQueryWithoutPostProcessing(Class<T>, Class<S>, Query) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
Find records in the given entityClass set using a query and map them to the given target class type.
findUsingQueryWithoutPostProcessing(Class<T>, Class<S>, Query) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
findUsingQueryWithoutPostProcessing(Class<T>, Class<S>, Query) - Method in interface org.springframework.data.aerospike.core.ReactiveAerospikeOperations
Reactively find records in the given entityClass's set using a query and map them to the given target class type.
findUsingQueryWithoutPostProcessing(Class<T>, Class<S>, Query) - Method in class org.springframework.data.aerospike.core.ReactiveAerospikeTemplate
 
forRead(Key, Record) - Static method in class org.springframework.data.aerospike.convert.AerospikeReadData
 
forWrite(String) - Static method in class org.springframework.data.aerospike.convert.AerospikeWriteData
Initialize an AerospikeWriteData object with a namespace required for subsequent writing
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