Skip navigation links
Spring Data Aerospike
A B C D E F G H I L M N O P Q R S T U V W 

I

in(Object) - Method in class org.springframework.data.aerospike.repository.query.Criteria
 
IndexAlreadyExistsException - Exception in org.springframework.data.aerospike
 
IndexAlreadyExistsException(String, Throwable) - Constructor for exception org.springframework.data.aerospike.IndexAlreadyExistsException
 
indexExists(String) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
Deprecated.
This operation is deprecated due to complications that are required for guaranteed index existence response.

If you need to conditionally create index — replace AerospikeOperations.indexExists(java.lang.String) with AerospikeOperations.createIndex(java.lang.Class<T>, java.lang.String, java.lang.String, com.aerospike.client.query.IndexType) and catch IndexAlreadyExistsException.

More information can be found at: https://github.com/aerospike/aerospike-client-java/pull/149

indexExists(String) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
indexExists(String) - Method in interface org.springframework.data.aerospike.repository.AerospikeRepository
Deprecated.
This operation is deprecated due to complications that are required for guaranteed index existence response.

If you need to conditionally create index — replace AerospikeRepository.indexExists(java.lang.String) with AerospikeRepository.createIndex(java.lang.Class<T>, java.lang.String, java.lang.String, com.aerospike.client.query.IndexType) and catch IndexAlreadyExistsException.

More information can be found at: https://github.com/aerospike/aerospike-client-java/pull/149

indexExists(String) - Method in class org.springframework.data.aerospike.repository.support.SimpleAerospikeRepository
 
IndexNotFoundException - Exception in org.springframework.data.aerospike
 
IndexNotFoundException(String, Throwable) - Constructor for exception org.springframework.data.aerospike.IndexNotFoundException
 
infoAll(AerospikeClient, String) - Static method in class org.springframework.data.aerospike.utility.Utils
Issues an "Info" request to all nodes in the cluster.
init() - Method in class org.springframework.data.aerospike.config.AerospikeNamespaceHandler
 
insert(T) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
Insert operation using RecordExistsAction.CREATE_ONLY policy.
insert(T) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
insert(T) - Method in interface org.springframework.data.aerospike.core.ReactiveAerospikeOperations
 
insert(T) - Method in class org.springframework.data.aerospike.core.ReactiveAerospikeTemplate
 
insertAll(Collection<? extends T>) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
insertAll(Collection<? extends T>) - Method in interface org.springframework.data.aerospike.core.ReactiveAerospikeOperations
 
insertAll(Collection<? extends T>) - Method in class org.springframework.data.aerospike.core.ReactiveAerospikeTemplate
 
InvalidAerospikeDataAccessApiUsageException - Exception in org.springframework.data.aerospike
 
InvalidAerospikeDataAccessApiUsageException(String) - Constructor for exception org.springframework.data.aerospike.InvalidAerospikeDataAccessApiUsageException
 
InvalidAerospikeDataAccessApiUsageException(String, Throwable) - Constructor for exception org.springframework.data.aerospike.InvalidAerospikeDataAccessApiUsageException
 
is(Object, String) - Method in class org.springframework.data.aerospike.repository.query.Criteria
 
isAssociation() - Method in class org.springframework.data.aerospike.mapping.CachingAerospikePersistentProperty
 
isExpirationProperty() - Method in interface org.springframework.data.aerospike.mapping.AerospikePersistentProperty
Gets the value of the property expirationProperty.
isExpirationProperty() - Method in class org.springframework.data.aerospike.mapping.BasicAerospikePersistentProperty
Gets the value of the property expirationProperty.
isExpirationProperty() - Method in class org.springframework.data.aerospike.mapping.CachingAerospikePersistentProperty
Gets the value of the property expirationProperty.
isExpirationSpecifiedAsUnixTime() - Method in interface org.springframework.data.aerospike.mapping.AerospikePersistentProperty
 
isExpirationSpecifiedAsUnixTime() - Method in class org.springframework.data.aerospike.mapping.BasicAerospikePersistentProperty
 
isExpirationSpecifiedAsUnixTime() - Method in class org.springframework.data.aerospike.mapping.CachingAerospikePersistentProperty
 
isExplicitIdProperty() - Method in interface org.springframework.data.aerospike.mapping.AerospikePersistentProperty
Gets the value of the property explicitIdProperty.
isExplicitIdProperty() - Method in class org.springframework.data.aerospike.mapping.BasicAerospikePersistentProperty
Gets the value of the property explicitIdProperty.
isIdProperty() - Method in class org.springframework.data.aerospike.mapping.CachingAerospikePersistentProperty
Gets the value of the property idProperty.
isSimpleType(Class<?>) - Method in class org.springframework.data.aerospike.convert.CustomConversions
Check that the given type is of "simple type".
isSingleton() - Method in class org.springframework.data.aerospike.config.BatchPolicyFactoryBean
 
isSingleton() - Method in class org.springframework.data.aerospike.config.ClientPolicyFactoryBean
 
isSingleton() - Method in class org.springframework.data.aerospike.config.QueryPolicyFactoryBean
 
isSingleton() - Method in class org.springframework.data.aerospike.config.ReadPolicyFactoryBean
 
isSingleton() - Method in class org.springframework.data.aerospike.config.ScanPolicyFactoryBean
 
isSingleton() - Method in class org.springframework.data.aerospike.config.WritePolicyFactoryBean
 
isTouchOnRead() - Method in interface org.springframework.data.aerospike.mapping.AerospikePersistentEntity
 
isTouchOnRead() - Method in class org.springframework.data.aerospike.mapping.BasicAerospikePersistentEntity
 
isTransient() - Method in class org.springframework.data.aerospike.mapping.CachingAerospikePersistentProperty
 
A B C D E F G H I L M N O P Q R S T U V W 
Skip navigation links
Spring Data Aerospike

Copyright © 2012–2020 Aerospike, Inc. All rights reserved.