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

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
Deprecated.
since Aerospike Server ver. 6.1.0.1. Creating secondary index no longer throws an exception if the index already exists.

Use AerospikeRepository.indexExists(String) for secondary index existence checks.

IndexAlreadyExistsException(String, Throwable) - Constructor for exception org.springframework.data.aerospike.IndexAlreadyExistsException
Deprecated.
 
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
Checks whether an index with the specified name exists in Aerospike.
indexExists(String) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
indexExists(String) - Method in interface org.springframework.data.aerospike.core.ReactiveAerospikeOperations
Check whether an index with the specified name exists in Aerospike.
indexExists(String) - Method in class org.springframework.data.aerospike.core.ReactiveAerospikeTemplate
 
indexExists(String) - Method in interface org.springframework.data.aerospike.repository.AerospikeRepository
Checks whether an index with the specified name exists in Aerospike.
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
 
IndexKey(String, String, String, IndexType, IndexCollectionType, CTX[]) - 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
Deprecated.
 
insert(T) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
Insert a 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.Java8LocalDateToLongConverter
 
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.NumberToJava8LocalDateConverter
 
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
 
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