Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
I
- IN - Enum constant in enum class org.springframework.data.aerospike.query.FilterOperation
- includeFilters() - Element in annotation interface org.springframework.data.aerospike.repository.config.EnableAerospikeRepositories
-
Specifies which types are eligible for component scanning.
- includeFilters() - Element in annotation interface org.springframework.data.aerospike.repository.config.EnableReactiveAerospikeRepositories
-
Specifies which types are eligible for component scanning.
- Index - Class in org.springframework.data.aerospike.query.model
-
This class represents a Secondary Index created in the cluster.
- Index(String, String, String, String, IndexType, IndexCollectionType) - Constructor for class org.springframework.data.aerospike.query.model.Index
- IndexAlreadyExistsException - Exception in org.springframework.data.aerospike
- IndexAlreadyExistsException(String, Throwable) - Constructor for exception org.springframework.data.aerospike.IndexAlreadyExistsException
- indexCache() - Method in class org.springframework.data.aerospike.config.AerospikeDataConfigurationSupport
- Indexed - Annotation Interface in org.springframework.data.aerospike.annotation
-
Marks a field to be indexed using Aerospike's secondary index.
- IndexedField - Class in org.springframework.data.aerospike.query.model
- IndexedField(String, String, String) - Constructor for class org.springframework.data.aerospike.query.model.IndexedField
- indexedFields - Variable in class org.springframework.data.aerospike.query.model.IndexesInfo
- indexes - Variable in class org.springframework.data.aerospike.query.model.IndexesInfo
- IndexesCache - Interface in org.springframework.data.aerospike.query.cache
- IndexesCacheHolder - Class in org.springframework.data.aerospike.query.cache
- IndexesCacheHolder() - Constructor for class org.springframework.data.aerospike.query.cache.IndexesCacheHolder
- IndexesCacheUpdater - Interface in org.springframework.data.aerospike.query.cache
- IndexesInfo - Class in org.springframework.data.aerospike.query.model
- indexExists(String) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
-
Deprecated.
- 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 this method (indexExists) with
AerospikeRepository.createIndex(java.lang.Class<E>, java.lang.String, java.lang.String, com.aerospike.client.query.IndexType)
and catchIndexAlreadyExistsException
.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
- IndexInfoParser - Class in org.springframework.data.aerospike.query.cache
- IndexInfoParser() - Constructor for class org.springframework.data.aerospike.query.cache.IndexInfoParser
- IndexKey - Class in org.springframework.data.aerospike.query.model
- IndexKey(String, String, String, IndexType, IndexCollectionType) - Constructor for class org.springframework.data.aerospike.query.model.IndexKey
- IndexNotFoundException - Exception in org.springframework.data.aerospike
- IndexNotFoundException(String, Throwable) - Constructor for exception org.springframework.data.aerospike.IndexNotFoundException
- indexRefresher(IAerospikeClient, IndexesCacheUpdater) - Method in class org.springframework.data.aerospike.config.AbstractAerospikeDataConfiguration
- IndexRefresher - Class in org.springframework.data.aerospike.query.cache
- IndexRefresher(IAerospikeClient, InfoPolicy, InternalIndexOperations, IndexesCacheUpdater) - Constructor for class org.springframework.data.aerospike.query.cache.IndexRefresher
- infoAll(IAerospikeClient, String) - Static method in class org.springframework.data.aerospike.utility.Utils
-
Issues an "Info" request to all nodes in the cluster.
- InfoResponseUtils - Class in org.springframework.data.aerospike.utility
- InfoResponseUtils() - Constructor for class org.springframework.data.aerospike.utility.InfoResponseUtils
- init() - Method in class org.springframework.data.aerospike.config.AerospikeNamespaceHandler
- insert(T) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
-
Insert document 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
-
Reactively insert document using
RecordExistsAction.CREATE_ONLY
policy. - insert(T) - Method in class org.springframework.data.aerospike.core.ReactiveAerospikeTemplate
- insertAll(Collection<? extends T>) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
-
Insert each document of the given documents using single insert operations.
- 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
-
Reactively insert each document of the given documents using single insert operations.
- insertAll(Collection<? extends T>) - Method in class org.springframework.data.aerospike.core.ReactiveAerospikeTemplate
- INSTANCE - Enum constant in enum class org.springframework.data.aerospike.convert.DateConverters.CalendarToLongConverter
- INSTANCE - Enum constant in enum class org.springframework.data.aerospike.convert.DateConverters.DateMidnightToLongConverter
- INSTANCE - Enum constant in enum class org.springframework.data.aerospike.convert.DateConverters.DateTimeToLongConverter
- INSTANCE - Enum constant in enum class org.springframework.data.aerospike.convert.DateConverters.DateToLongConverter
- INSTANCE - Enum constant in enum class org.springframework.data.aerospike.convert.DateConverters.Java8LocalDateTimeToLongConverter
- INSTANCE - Enum constant in enum class org.springframework.data.aerospike.convert.DateConverters.LocalDateTimeToLongConverter
- INSTANCE - Enum constant in enum class org.springframework.data.aerospike.convert.DateConverters.LocalDateToLongConverter
- INSTANCE - Enum constant in enum class org.springframework.data.aerospike.convert.DateConverters.NumberToCalendarConverter
- INSTANCE - Enum constant in enum class org.springframework.data.aerospike.convert.DateConverters.NumberToDateConverter
- INSTANCE - Enum constant in enum class org.springframework.data.aerospike.convert.DateConverters.NumberToDateMidnightConverter
- INSTANCE - Enum constant in enum class org.springframework.data.aerospike.convert.DateConverters.NumberToDateTimeConverter
- INSTANCE - Enum constant in enum class org.springframework.data.aerospike.convert.DateConverters.NumberToJava8LocalDateTimeConverter
- INSTANCE - Enum constant in enum class org.springframework.data.aerospike.convert.DateConverters.NumberToLocalDateConverter
- INSTANCE - Enum constant in enum class org.springframework.data.aerospike.convert.DateConverters.NumberToLocalDateTimeConverter
- InternalIndexOperations - Class in org.springframework.data.aerospike.query.cache
-
Internal index related operations used by ReactorIndexRefresher and IndexRefresher.
- InternalIndexOperations(IndexInfoParser) - Constructor for class org.springframework.data.aerospike.query.cache.InternalIndexOperations
- 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
- isAssociation() - Method in class org.springframework.data.aerospike.mapping.CachingAerospikePersistentProperty
- isEmpty() - Method in class org.springframework.data.aerospike.query.Qualifier
- isExpirationProperty() - Method in interface org.springframework.data.aerospike.mapping.AerospikePersistentProperty
- isExpirationProperty() - Method in class org.springframework.data.aerospike.mapping.BasicAerospikePersistentProperty
- isExpirationProperty() - Method in class org.springframework.data.aerospike.mapping.CachingAerospikePersistentProperty
- 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
- isExplicitIdProperty() - Method in class org.springframework.data.aerospike.mapping.BasicAerospikePersistentProperty
- isIdProperty() - Method in class org.springframework.data.aerospike.mapping.CachingAerospikePersistentProperty
- isRunning() - Method in class org.springframework.data.aerospike.index.BaseAerospikePersistenceEntityIndexCreator
- 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
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
If you need to conditionally create index — replace this method (indexExists) with
AerospikeOperations.createIndex(java.lang.Class<T>, java.lang.String, java.lang.String, com.aerospike.client.query.IndexType)
and catchIndexAlreadyExistsException
.More information can be found at: https://github.com/aerospike/aerospike-client-java/pull/149