Index
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.
- Field - Annotation Interface in org.springframework.data.aerospike.mapping
-
Annotation to define custom metadata for document fields.
- filterExp(Map<String, 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
- find(Query, Class<T>) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
-
Find documents 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 documents 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 documents 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 documents 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(KeyValueQuery<?>, String) - Method in class org.springframework.data.aerospike.core.AerospikeKeyValueAdapter
- 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 documents 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 documents 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 documents 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 documents 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(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 documents 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 documents 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 documents 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 documents 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
- 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 document 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 document 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 document 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 document 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(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 documents by providing multiple 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 documents by providing multiple 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 documents by providing multiple 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 documents by providing multiple 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(GroupedKeys) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
-
Executes a single batch request to get results for several entities.
- findByIds(GroupedKeys) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
- findByIds(GroupedKeys) - Method in interface org.springframework.data.aerospike.core.ReactiveAerospikeOperations
-
Reactively executes a single batch request to get results for several entities.
- findByIds(GroupedKeys) - 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 documents 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 documents 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 documents 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 documents 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
- 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
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form