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

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
 
ScanPolicyBeanDefinitionParser - Class in org.springframework.data.aerospike.config
ScanPolicyBeanDefinitionParser() - Constructor for class org.springframework.data.aerospike.config.ScanPolicyBeanDefinitionParser
 
ScanPolicyFactoryBean - Class in org.springframework.data.aerospike.config
A FactoryBean implementation that exposes the setters necessary to configure a ScanPolicy via XML.
ScanPolicyFactoryBean() - Constructor for class org.springframework.data.aerospike.config.ScanPolicyFactoryBean
Creates a new ScanPolicyFactoryBean.
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
 
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
 
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
 
setBatchPolicyDefault(BatchPolicy) - Method in class org.springframework.data.aerospike.config.ClientPolicyFactoryBean
Configures the default batch policy
setCommitLevel(CommitLevel) - Method in class org.springframework.data.aerospike.config.WritePolicyFactoryBean
Configures consistency guarantee when committing a transaction on the server.
setConcurrentNodes(boolean) - Method in class org.springframework.data.aerospike.config.ScanPolicyFactoryBean
Configures scan requests to be issued in parallel or serially.
setConverter(MappingAerospikeConverter) - Method in class org.springframework.data.aerospike.query.qualifier.QualifierBuilder
 
setDotPath(List<String>) - Method in class org.springframework.data.aerospike.query.qualifier.QualifierBuilder
 
setEnvironment(Environment) - Method in class org.springframework.data.aerospike.index.AerospikeIndexResolver
 
setEnvironment(Environment) - Method in class org.springframework.data.aerospike.mapping.BasicAerospikePersistentEntity
 
setExpiration(int) - Method in class org.springframework.data.aerospike.config.WritePolicyFactoryBean
Configures Record expiration.
setField(String) - Method in class org.springframework.data.aerospike.query.qualifier.QualifierBuilder
 
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.MetadataQualifierBuilder
 
setFilterOperation(FilterOperation) - Method in class org.springframework.data.aerospike.query.qualifier.QualifierBuilder
 
setGeneration(int) - Method in class org.springframework.data.aerospike.config.WritePolicyFactoryBean
Configures the expected generation.
setGenerationPolicy(GenerationPolicy) - Method in class org.springframework.data.aerospike.config.WritePolicyFactoryBean
Configure how to handle record writes based on record generation.
setIgnoreCase(boolean) - Method in class org.springframework.data.aerospike.query.qualifier.QualifierBuilder
 
setIncludeBinData(boolean) - Method in class org.springframework.data.aerospike.config.ScanPolicyFactoryBean
Indicates if bin data is retrieved.
setKey(Value) - Method in class org.springframework.data.aerospike.query.qualifier.QualifierBuilder
 
setKeyAsObj(Object) - Method in class org.springframework.data.aerospike.query.qualifier.MetadataQualifierBuilder
 
setKeyForWrite(Optional<Key>) - Method in class org.springframework.data.aerospike.convert.AerospikeWriteData
 
setMappingContext(MappingContext<?, ?>) - Method in class org.springframework.data.aerospike.repository.support.BaseAerospikeRepositoryFactoryBean
 
setMaxConcurrentNodes(int) - Method in class org.springframework.data.aerospike.config.QueryPolicyFactoryBean
Configures the maximum number of concurrent requests to server nodes at any point in time.
setMaxConcurrentNodes(int) - Method in class org.springframework.data.aerospike.config.ScanPolicyFactoryBean
Configures the maximum number of concurrent requests to server nodes at any point in time.
setMaxConcurrentThreads(int) - Method in class org.springframework.data.aerospike.config.BatchPolicyFactoryBean
Configures the maximum number of concurrent batch request threads to server nodes at any point in time
setMaxConnsPerNode(int) - Method in class org.springframework.data.aerospike.config.ClientPolicyFactoryBean
Configures the maximum number of connections for operation processing.
setMaxRetries(int) - Method in class org.springframework.data.aerospike.config.ReadPolicyFactoryBean
Configures the maximum number of retries before aborting the current transaction.
setMaxSocketIdle(int) - Method in class org.springframework.data.aerospike.config.ClientPolicyFactoryBean
Configures the maximum socket idle time for the client.
setMetadataField(CriteriaDefinition.AerospikeMetadata) - Method in class org.springframework.data.aerospike.query.qualifier.MetadataQualifierBuilder
 
setOffset(long) - Method in class org.springframework.data.aerospike.repository.query.Query
Set the number of elements to skip.
setPassword(String) - Method in class org.springframework.data.aerospike.config.ClientPolicyFactoryBean
Configures the User password for authentication to cluster.
setQueryAsFilter() - Method in class org.springframework.data.aerospike.query.qualifier.Qualifier
 
setQueryAsFilter(Boolean) - Method in class org.springframework.data.aerospike.query.qualifier.Qualifier
 
setQueryCreator(Class<? extends AbstractQueryCreator<?, ?>>) - Method in class org.springframework.data.aerospike.repository.support.BaseAerospikeRepositoryFactoryBean
 
setQueryPolicyDefault(QueryPolicy) - Method in class org.springframework.data.aerospike.config.ClientPolicyFactoryBean
Configures the default query policy
setReadPolicyDefault(Policy) - Method in class org.springframework.data.aerospike.config.ClientPolicyFactoryBean
Configures the default read policy
setRecordExistsAction(RecordExistsAction) - Method in class org.springframework.data.aerospike.config.WritePolicyFactoryBean
QConfigure how to handle writes where the record already exists.
setRecordQueueSize(int) - Method in class org.springframework.data.aerospike.config.QueryPolicyFactoryBean
Configure the number of records to place in queue before blocking.
setRows(int) - Method in class org.springframework.data.aerospike.repository.query.Query
Set the number of elements to read.
setScanPolicyDefault(ScanPolicy) - Method in class org.springframework.data.aerospike.config.ClientPolicyFactoryBean
Configures the default scan policy
setSecondValue(Value) - Method in class org.springframework.data.aerospike.query.qualifier.QualifierBuilder
 
setSecondValueAsObj(Object) - Method in class org.springframework.data.aerospike.query.qualifier.MetadataQualifierBuilder
 
setSendKey(boolean) - Method in class org.springframework.data.aerospike.config.WritePolicyFactoryBean
Configure sending the user defined key in addition to hash digest on a record put.
setSleepBetweenRetries(int) - Method in class org.springframework.data.aerospike.config.ReadPolicyFactoryBean
Configures the sleep between retries if a transaction fails and the timeout was not exceeded.
setSocketTimeout(int) - Method in class org.springframework.data.aerospike.config.ReadPolicyFactoryBean
Configures the timeout for each transaction attempt of an operation.
setSort(Sort) - Method in class org.springframework.data.aerospike.repository.query.Query
Set Sort to be applied.
setTemplate(AerospikeTemplate) - Method in class org.springframework.data.aerospike.repository.support.AerospikeRepositoryFactoryBean
 
setTemplate(ReactiveAerospikeTemplate) - Method in class org.springframework.data.aerospike.repository.support.ReactiveAerospikeRepositoryFactoryBean
 
setTendInterval(int) - Method in class org.springframework.data.aerospike.config.ClientPolicyFactoryBean
Configures the tendInterval, in milliseconds, between cluster tends, by maintenance thread.
setTimeout(int) - Method in class org.springframework.data.aerospike.config.ClientPolicyFactoryBean
Configures the timeout for a client connection when opening a connection to the server host for the first time.
setTotalTimeout(int) - Method in class org.springframework.data.aerospike.config.ReadPolicyFactoryBean
Configures the timeout for an operation.
setUser(String) - Method in class org.springframework.data.aerospike.config.ClientPolicyFactoryBean
Configures the username for authentication to cluster.
setValue(Value) - Method in class org.springframework.data.aerospike.query.qualifier.QualifierBuilder
 
setValueAsObj(Object) - Method in class org.springframework.data.aerospike.query.qualifier.MetadataQualifierBuilder
 
setWritePolicyDefault(WritePolicy) - Method in class org.springframework.data.aerospike.config.ClientPolicyFactoryBean
Configures the default write policy
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) - 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
 
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
 
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
 
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