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

IAerospikeQueryCreator - Interface in org.springframework.data.aerospike.repository.query
An interface that provides methods to create a query
idEquals(byte[]) - Static method in class org.springframework.data.aerospike.query.qualifier.Qualifier
Create a qualifier for the condition when the primary key equals the given byte array
idEquals(Byte) - Static method in class org.springframework.data.aerospike.query.qualifier.Qualifier
Create a qualifier for the condition when the primary key equals the given byte
idEquals(Character) - Static method in class org.springframework.data.aerospike.query.qualifier.Qualifier
Create a qualifier for the condition when the primary key equals the given character
idEquals(Integer) - Static method in class org.springframework.data.aerospike.query.qualifier.Qualifier
Create a qualifier for the condition when the primary key equals the given integer
idEquals(Long) - Static method in class org.springframework.data.aerospike.query.qualifier.Qualifier
Create a qualifier for the condition when the primary key equals the given long
idEquals(Short) - Static method in class org.springframework.data.aerospike.query.qualifier.Qualifier
Create a qualifier for the condition when the primary key equals the given short
idEquals(String) - Static method in class org.springframework.data.aerospike.query.qualifier.Qualifier
Create a qualifier for the condition when the primary key equals the given string
idIn(byte[]...) - Static method in class org.springframework.data.aerospike.query.qualifier.Qualifier
Create a qualifier for the condition when the primary key equals one of the given byte arrays (logical OR)
idIn(Byte...) - Static method in class org.springframework.data.aerospike.query.qualifier.Qualifier
Create a qualifier for the condition when the primary key equals one of the given bytes (logical OR)
idIn(Character...) - Static method in class org.springframework.data.aerospike.query.qualifier.Qualifier
Create a qualifier for the condition when the primary key equals one of the given characters (logical OR)
idIn(Integer...) - Static method in class org.springframework.data.aerospike.query.qualifier.Qualifier
Create a qualifier for the condition when the primary key equals one of the given integers (logical OR)
idIn(Long...) - Static method in class org.springframework.data.aerospike.query.qualifier.Qualifier
Create a qualifier for the condition when the primary key equals one of the given longs (logical OR)
idIn(Short...) - Static method in class org.springframework.data.aerospike.query.qualifier.Qualifier
Create a qualifier for the condition when the primary key equals one of the given shorts (logical OR)
idIn(String...) - Static method in class org.springframework.data.aerospike.query.qualifier.Qualifier
Create a qualifier for the condition when the primary key equals one of the given strings (logical OR)
IdQueryCreator - Class in org.springframework.data.aerospike.repository.query
 
IdQueryCreator(List<Object>) - Constructor for class org.springframework.data.aerospike.repository.query.IdQueryCreator
 
IGNORE_CASE - Enum constant in enum class org.springframework.data.aerospike.query.qualifier.QualifierKey
 
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
 
INDEX_CACHE_REFRESH_SECONDS - Static variable in class org.springframework.data.aerospike.query.cache.IndexRefresher
 
IndexAlreadyExistsException - Exception Class in org.springframework.data.aerospike.exceptions
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 class org.springframework.data.aerospike.exceptions.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
 
IndexesCacheRefresher - Interface in org.springframework.data.aerospike.index
 
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
Check 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 Class in org.springframework.data.aerospike.exceptions
 
IndexNotFoundException(String, Throwable) - Constructor for exception class org.springframework.data.aerospike.exceptions.IndexNotFoundException
 
indexRefresher(IAerospikeClient, IndexesCacheUpdater, ServerVersionSupport, AerospikeSettings) - Method in class org.springframework.data.aerospike.config.AbstractAerospikeDataConfiguration
 
IndexRefresher - Class in org.springframework.data.aerospike.query.cache
 
IndexRefresher(IAerospikeClient, InfoPolicy, InternalIndexOperations, IndexesCacheUpdater, ServerVersionSupport) - 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 a document using RecordExistsAction.CREATE_ONLY policy.
insert(T) - Method in class org.springframework.data.aerospike.core.ReactiveAerospikeTemplate
 
insert(T, String) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
Insert a document within the given set (overrides the set associated with the document) using RecordExistsAction.CREATE_ONLY policy.
insert(T, String) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
insert(T, String) - Method in interface org.springframework.data.aerospike.core.ReactiveAerospikeOperations
Reactively insert a document within the given set using RecordExistsAction.CREATE_ONLY policy.
insert(T, String) - Method in class org.springframework.data.aerospike.core.ReactiveAerospikeTemplate
 
insertAll(Iterable<? extends T>) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
Insert multiple documents in one batch request.
insertAll(Iterable<? extends T>) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
insertAll(Iterable<? extends T>) - Method in interface org.springframework.data.aerospike.core.ReactiveAerospikeOperations
Reactively insert documents using one batch request.
insertAll(Iterable<? extends T>) - Method in class org.springframework.data.aerospike.core.ReactiveAerospikeTemplate
 
insertAll(Iterable<? extends T>, String) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
Insert multiple documents within the given set (overrides the set associated with the document) in one batch request.
insertAll(Iterable<? extends T>, String) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
insertAll(Iterable<? extends T>, String) - Method in interface org.springframework.data.aerospike.core.ReactiveAerospikeOperations
Reactively insert documents within the given set using one batch request.
insertAll(Iterable<? extends T>, String) - Method in class org.springframework.data.aerospike.core.ReactiveAerospikeTemplate
 
INSTANCE - Enum constant in enum class org.springframework.data.aerospike.convert.DateConverters.CalendarToMapConverter
 
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.DurationToStringConverter
 
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.LongToDateConverter
 
INSTANCE - Enum constant in enum class org.springframework.data.aerospike.convert.DateConverters.LongToDateMidnightConverter
 
INSTANCE - Enum constant in enum class org.springframework.data.aerospike.convert.DateConverters.LongToDateTimeConverter
 
INSTANCE - Enum constant in enum class org.springframework.data.aerospike.convert.DateConverters.LongToJava8LocalDateConverter
 
INSTANCE - Enum constant in enum class org.springframework.data.aerospike.convert.DateConverters.LongToJava8LocalDateTimeConverter
 
INSTANCE - Enum constant in enum class org.springframework.data.aerospike.convert.DateConverters.LongToLocalDateConverter
 
INSTANCE - Enum constant in enum class org.springframework.data.aerospike.convert.DateConverters.LongToLocalDateTimeConverter
 
INSTANCE - Enum constant in enum class org.springframework.data.aerospike.convert.DateConverters.MapToCalendarConverter
 
INSTANCE - Enum constant in enum class org.springframework.data.aerospike.convert.DateConverters.StringToDurationConverter
 
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 Class in org.springframework.data.aerospike.exceptions
 
InvalidAerospikeDataAccessApiUsageException(String) - Constructor for exception class org.springframework.data.aerospike.exceptions.InvalidAerospikeDataAccessApiUsageException
 
InvalidAerospikeDataAccessApiUsageException(String, Throwable) - Constructor for exception class org.springframework.data.aerospike.exceptions.InvalidAerospikeDataAccessApiUsageException
 
IQualifierBuilder - Interface in org.springframework.data.aerospike.query.qualifier
An interface for building Qualifier
IS_NOT_NULL - Enum constant in enum class org.springframework.data.aerospike.query.FilterOperation
 
IS_NULL - Enum constant in enum class org.springframework.data.aerospike.query.FilterOperation
 
isAssociation() - Method in class org.springframework.data.aerospike.mapping.CachingAerospikePersistentProperty
 
isBatchWriteSupported() - Method in class org.springframework.data.aerospike.server.version.ServerVersionSupport
 
isDropCreateBehaviorUpdated() - Method in class org.springframework.data.aerospike.server.version.ServerVersionSupport
Since Aerospike Server ver. 6.1.0.1 attempting to create a secondary index which already exists or to drop a non-existing secondary index returns success/OK instead of an error.
isEmpty() - Method in class org.springframework.data.aerospike.query.qualifier.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
 
isFindByCDTSupported() - Method in class org.springframework.data.aerospike.server.version.ServerVersionSupport
Since Aerospike Server ver. 6.3.0.0 find by Collection Data Types (Collection / Map / POJO) is supported.
isIdProperty() - Method in class org.springframework.data.aerospike.mapping.CachingAerospikePersistentProperty
 
isQueryShowSupported() - Method in class org.springframework.data.aerospike.server.version.ServerVersionSupport
 
isRunning() - Method in class org.springframework.data.aerospike.index.BaseAerospikePersistenceEntityIndexCreator
 
isSimpleValueType(Class<?>) - Static method in class org.springframework.data.aerospike.utility.Utils
Checking that at least one of the arguments is of the following type: a primitive or primitive wrapper, an Enum, a String or other CharSequence, a Number, a Date, a Temporal, a UUID, a URI, a URL, a Locale, or a Class.
isSIndexCardinalitySupported() - Method in class org.springframework.data.aerospike.server.version.ServerVersionSupport
 
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