Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
S
- save(S) - Method in class org.springframework.data.aerospike.repository.support.SimpleAerospikeRepository
- save(S) - Method in class org.springframework.data.aerospike.repository.support.SimpleReactiveAerospikeRepository
- save(T) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
-
Save a document.
- save(T) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
- save(T) - Method in interface org.springframework.data.aerospike.core.ReactiveAerospikeOperations
-
Reactively save a document.
- save(T) - Method in class org.springframework.data.aerospike.core.ReactiveAerospikeTemplate
- save(T, String) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
-
Save a document within the given set (overrides the set associated with the document)
- save(T, String) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
- save(T, String) - Method in interface org.springframework.data.aerospike.core.ReactiveAerospikeOperations
-
Reactively save a document within the given set.
- save(T, String) - Method in class org.springframework.data.aerospike.core.ReactiveAerospikeTemplate
- saveAll(Iterable<S>) - Method in class org.springframework.data.aerospike.repository.support.SimpleAerospikeRepository
-
Requires Server version 6.0+.
- saveAll(Iterable<S>) - Method in class org.springframework.data.aerospike.repository.support.SimpleReactiveAerospikeRepository
- saveAll(Iterable<T>) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
-
Save multiple documents in one batch request.
- saveAll(Iterable<T>) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
- saveAll(Iterable<T>) - Method in interface org.springframework.data.aerospike.core.ReactiveAerospikeOperations
-
Reactively save documents using one batch request.
- saveAll(Iterable<T>) - Method in class org.springframework.data.aerospike.core.ReactiveAerospikeTemplate
- saveAll(Iterable<T>, String) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
-
Save multiple documents within the given set (overrides the default set associated with the documents) in one batch request.
- saveAll(Iterable<T>, String) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
- saveAll(Iterable<T>, String) - Method in interface org.springframework.data.aerospike.core.ReactiveAerospikeOperations
-
Reactively save documents within the given set using one batch request.
- saveAll(Iterable<T>, String) - Method in class org.springframework.data.aerospike.core.ReactiveAerospikeTemplate
- saveAll(Publisher<S>) - Method in class org.springframework.data.aerospike.repository.support.SimpleReactiveAerospikeRepository
- SCANS_DISABLED_MESSAGE - Static variable in class org.springframework.data.aerospike.query.QueryEngine
- scheduleRefreshIndexes(long) - Method in class org.springframework.data.aerospike.query.cache.IndexRefresher
- scheduleServerVersionRefresh(long) - Method in class org.springframework.data.aerospike.server.version.ServerVersionSupport
- SEC_INDEX_ERROR_RESULT_CODES - Static variable in class org.springframework.data.aerospike.query.QueryEngine
- SECOND_VALUE - Enum constant in enum class org.springframework.data.aerospike.query.qualifier.QualifierKey
- select(String, String, String[], Query) - Method in class org.springframework.data.aerospike.query.QueryEngine
-
Select records filtered by a query
- select(String, String, String[], Query) - Method in class org.springframework.data.aerospike.query.ReactorQueryEngine
-
Select records filtered by a Filter and Qualifiers
- select(String, String, Query) - Method in class org.springframework.data.aerospike.query.QueryEngine
-
Select records filtered by a query
- select(String, String, Query) - Method in class org.springframework.data.aerospike.query.ReactorQueryEngine
-
Select records filtered by a Filter and Qualifiers
- selectForCount(String, String, Query) - Method in class org.springframework.data.aerospike.query.QueryEngine
-
Select records filtered by a query to be counted
- selectForCount(String, String, Query) - Method in class org.springframework.data.aerospike.query.ReactorQueryEngine
-
Select records filtered by a query to be counted
- sendKey(boolean) - Method in class org.springframework.data.aerospike.core.WritePolicyBuilder
- serialize(Object) - Method in interface org.springframework.data.aerospike.cache.AerospikeCacheKeyProcessor
-
Serialize the given key.
- serialize(Object) - Method in class org.springframework.data.aerospike.cache.AerospikeCacheKeyProcessorImpl
- serializeAndHash(Object) - Method in interface org.springframework.data.aerospike.cache.AerospikeCacheKeyProcessor
-
Serialize the given key and calculate hash based on the serialization result.
- serializeAndHash(Object) - Method in class org.springframework.data.aerospike.cache.AerospikeCacheKeyProcessorImpl
- SERVER_VERSION_SUPPORT - Enum constant in enum class org.springframework.data.aerospike.query.qualifier.QualifierKey
- serverVersionSupport(IAerospikeClient, AerospikeSettings) - Method in class org.springframework.data.aerospike.config.AerospikeDataConfigurationSupport
- ServerVersionSupport - Class in org.springframework.data.aerospike.server.version
- ServerVersionSupport(IAerospikeClient) - Constructor for class org.springframework.data.aerospike.server.version.ServerVersionSupport
- setApplicationContext(ApplicationContext) - Method in class org.springframework.data.aerospike.mapping.AerospikeMappingContext
- setBinName(String) - Method in class org.springframework.data.aerospike.repository.query.QueryQualifierBuilder
-
Set bin name.
- setBinType(Exp.Type) - Method in class org.springframework.data.aerospike.repository.query.QueryQualifierBuilder
-
Set bin type.
- setBoolFromConfig(Consumer<Boolean>, Environment, String, String) - Static method in class org.springframework.data.aerospike.util.Utils
-
Set boolean value of the given property if it is found in external configuration
- setCtxArray(CTX[]) - Method in class org.springframework.data.aerospike.repository.query.QueryQualifierBuilder
-
Set CTX[].
- setDataSettings(AerospikeDataSettings) - Method in class org.springframework.data.aerospike.query.qualifier.Qualifier
- setDotPath(List<String>) - Method in class org.springframework.data.aerospike.repository.query.QueryQualifierBuilder
-
Set full path from bin name to required element.
- setEnvironment(Environment) - Method in class org.springframework.data.aerospike.index.AerospikeIndexResolver
- setEnvironment(Environment) - Method in class org.springframework.data.aerospike.mapping.BasicAerospikePersistentEntity
- setFieldNamingStrategy(FieldNamingStrategy) - Method in class org.springframework.data.aerospike.mapping.AerospikeMappingContext
-
Configures the
FieldNamingStrategy
to be used to determine the field name if no manual mapping is applied. - setFilterOperation(FilterOperation) - Method in class org.springframework.data.aerospike.query.qualifier.BaseQualifierBuilder
-
Set FilterOperation.
- setHasSecIndexFilter(Boolean) - Method in class org.springframework.data.aerospike.query.qualifier.Qualifier
- setIgnoreCase(boolean) - Method in class org.springframework.data.aerospike.query.qualifier.QualifierBuilder
- setIgnoreCase(boolean) - Method in class org.springframework.data.aerospike.repository.query.QueryQualifierBuilder
- setInnerQbFilterOperation(FilterOperation) - Method in class org.springframework.data.aerospike.repository.query.QueryQualifierBuilder
-
Set FilterOperation for qualifier.
- setIntFromConfig(Consumer<Integer>, Environment, String, String) - Static method in class org.springframework.data.aerospike.util.Utils
-
Set integer value of the given property if it is found in external configuration
- setKey(Value) - Method in class org.springframework.data.aerospike.repository.query.QueryQualifierBuilder
-
Set Map key.
- setKeyForWrite(Optional<Key>) - Method in class org.springframework.data.aerospike.convert.AerospikeWriteData
- setMapKeyPlaceholder() - Method in class org.springframework.data.aerospike.repository.query.QueryQualifierBuilder
-
Set Map key placeholder (for "Map keys containing" queries).
- setMappingContext(MappingContext<?, ?>) - Method in class org.springframework.data.aerospike.repository.support.BaseAerospikeRepositoryFactoryBean
- setMetadataField(CriteriaDefinition.AerospikeMetadata) - Method in class org.springframework.data.aerospike.query.qualifier.MetadataQualifierBuilder
-
Set metadata field.
- setNestedKey(Value) - Method in class org.springframework.data.aerospike.repository.query.QueryQualifierBuilder
-
For "find by one level nested map containing" queries.
- setNestedType(int) - Method in class org.springframework.data.aerospike.repository.query.QueryQualifierBuilder
-
For "find by one level nested map containing" queries.
- setOffset(long) - Method in class org.springframework.data.aerospike.repository.query.Query
-
Set the number of elements to skip.
- setPath(String) - Method in class org.springframework.data.aerospike.query.qualifier.QualifierBuilder
-
Dot separated path consisting of bin name and optional context.
- setQueryCreator(Class<? extends AbstractQueryCreator<?, ?>>) - Method in class org.springframework.data.aerospike.repository.support.BaseAerospikeRepositoryFactoryBean
- setRows(int) - Method in class org.springframework.data.aerospike.repository.query.Query
-
Set the number of elements to read.
- setSecondValue(Object) - Method in class org.springframework.data.aerospike.query.qualifier.BaseQualifierBuilder
-
Set second value.
- setServerVersionSupport(ServerVersionSupport) - Method in class org.springframework.data.aerospike.repository.query.QueryQualifierBuilder
-
Set server version support.
- setSort(Sort) - Method in class org.springframework.data.aerospike.repository.query.Query
-
Set
Sort
to be applied. - setStringFromConfig(Consumer<String>, Environment, String, String) - Static method in class org.springframework.data.aerospike.util.Utils
-
Set String value of the given property if it is found in external configuration
- setTemplate(AerospikeTemplate) - Method in class org.springframework.data.aerospike.repository.support.AerospikeRepositoryFactoryBean
- setTemplate(ReactiveAerospikeTemplate) - Method in class org.springframework.data.aerospike.repository.support.ReactiveAerospikeRepositoryFactoryBean
- setValue(Object) - Method in class org.springframework.data.aerospike.query.qualifier.BaseQualifierBuilder
-
Set value.
- SimpleAerospikeRepository<T,
ID> - Class in org.springframework.data.aerospike.repository.support - SimpleAerospikeRepository(EntityInformation<T, ID>, AerospikeOperations) - Constructor for class org.springframework.data.aerospike.repository.support.SimpleAerospikeRepository
- SimplePropertyQueryCreator - Class in org.springframework.data.aerospike.repository.query
- SimplePropertyQueryCreator(Part, PropertyPath, AerospikePersistentProperty, String, List<Object>, FilterOperation, MappingAerospikeConverter, boolean, ServerVersionSupport) - Constructor for class org.springframework.data.aerospike.repository.query.SimplePropertyQueryCreator
- SimpleReactiveAerospikeRepository<T,
ID> - Class in org.springframework.data.aerospike.repository.support -
Stub implementation of
ReactiveAerospikeRepository
. - SimpleReactiveAerospikeRepository() - Constructor for class org.springframework.data.aerospike.repository.support.SimpleReactiveAerospikeRepository
- SINCE_UPDATE_TIME - Enum constant in enum class org.springframework.data.aerospike.repository.query.CriteriaDefinition.AerospikeMetadata
-
Exp.sinceUpdate(), milliseconds
- sIndexFilter(Map<QualifierKey, Object>) - Method in enum class org.springframework.data.aerospike.query.FilterOperation
- SINGLE_ID_FIELD - Enum constant in enum class org.springframework.data.aerospike.query.qualifier.QualifierKey
- size() - Method in class org.springframework.data.aerospike.query.qualifier.Qualifier
- skip(long) - Method in class org.springframework.data.aerospike.repository.query.Query
- start() - Method in class org.springframework.data.aerospike.index.BaseAerospikePersistenceEntityIndexCreator
- STARTS_WITH - Enum constant in enum class org.springframework.data.aerospike.query.FilterOperation
-
For use in queries "find by <...> starts with a given String".
- statementBuilder(IndexesCache) - Method in class org.springframework.data.aerospike.config.AerospikeDataConfigurationSupport
- StatementBuilder - Class in org.springframework.data.aerospike.query
- StatementBuilder(IndexesCache) - Constructor for class org.springframework.data.aerospike.query.StatementBuilder
- stop() - Method in class org.springframework.data.aerospike.index.BaseAerospikePersistenceEntityIndexCreator
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form