- save(T) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
-
Save operation.
- save(T) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
-
- save(T) - Method in interface org.springframework.data.aerospike.core.ReactiveAerospikeOperations
-
- save(T) - Method in class org.springframework.data.aerospike.core.ReactiveAerospikeTemplate
-
- save(S) - Method in class org.springframework.data.aerospike.repository.support.SimpleAerospikeRepository
-
- save(S) - Method in class org.springframework.data.aerospike.repository.support.SimpleReactiveAerospikeRepository
-
- saveAll(Iterable<S>) - Method in class org.springframework.data.aerospike.repository.support.SimpleAerospikeRepository
-
- saveAll(Iterable<S>) - Method in class org.springframework.data.aerospike.repository.support.SimpleReactiveAerospikeRepository
-
- 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
-
- sendKey(boolean) - Method in class org.springframework.data.aerospike.core.WritePolicyBuilder
-
- 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
- setBins(Collection<Bin>) - Method in class org.springframework.data.aerospike.convert.AerospikeWriteData
-
- 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.
- setDefaultNameSpace(String) - Method in class org.springframework.data.aerospike.mapping.AerospikeMappingContext
-
- 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.
- setExpiration(int) - Method in class org.springframework.data.aerospike.convert.AerospikeWriteData
-
- setFailOnClusterChange(boolean) - Method in class org.springframework.data.aerospike.config.ScanPolicyFactoryBean
-
Configures termination of scan if cluster in fluctuating state.
- 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.
- 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.
- setIncludeBinData(boolean) - Method in class org.springframework.data.aerospike.config.ScanPolicyFactoryBean
-
Indicates if bin data is retrieved.
- setKey(Key) - Method in class org.springframework.data.aerospike.convert.AerospikeWriteData
-
- setKeyValueOperations(AerospikeOperations) - Method in class org.springframework.data.aerospike.repository.support.AerospikeRepositoryFactoryBean
-
- setKeyValueOperations(ReactiveAerospikeOperations) - Method in class org.springframework.data.aerospike.repository.support.ReactiveAerospikeRepositoryFactoryBean
-
- 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.
- setOffset(long) - Method in class org.springframework.data.aerospike.repository.query.Query
-
Set the number of elements to skip.
- setOperations(AerospikeOperations) - Method in class org.springframework.data.aerospike.repository.support.AerospikeRepositoryFactoryBean
-
- setOperations(ReactiveAerospikeOperations) - Method in class org.springframework.data.aerospike.repository.support.ReactiveAerospikeRepositoryFactoryBean
-
- setPassword(String) - Method in class org.springframework.data.aerospike.config.ClientPolicyFactoryBean
-
Configures the User password for authentication to cluster.
- setPriority(Priority) - Method in class org.springframework.data.aerospike.config.ReadPolicyFactoryBean
-
Configures the priority of request relative to other transactions.
- 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.
- setScanPercent(int) - Method in class org.springframework.data.aerospike.config.ScanPolicyFactoryBean
-
Configure the percent of data to scan.
- setScanPolicyDefault(ScanPolicy) - Method in class org.springframework.data.aerospike.config.ClientPolicyFactoryBean
-
Configures the default scan policy
- 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
-
- setTendInterval(int) - Method in class org.springframework.data.aerospike.config.ClientPolicyFactoryBean
-
Configures the tend interval, 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 User name for authentication to cluster.
- setVersion(Integer) - Method in class org.springframework.data.aerospike.convert.AerospikeWriteData
-
- 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
-
- SimpleReactiveAerospikeRepository<T,ID> - Class in org.springframework.data.aerospike.repository.support
-
- SimpleReactiveAerospikeRepository() - Constructor for class org.springframework.data.aerospike.repository.support.SimpleReactiveAerospikeRepository
-
- sizeofSet(AerospikeClient, String, String) - Static method in class org.springframework.data.aerospike.utility.Utils
-
Computes the number of records in a specific namespace.set
- skip(long) - Method in class org.springframework.data.aerospike.repository.query.Query
-
- startingWith(Object, String, Part.IgnoreCaseType) - Method in class org.springframework.data.aerospike.repository.query.Criteria
-