Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
S
- save(Key) - Static method in class com.aerospike.mapper.tools.ThreadLocalKeySaver
- save(WritePolicy, Object, String...) - Method in class com.aerospike.mapper.tools.AeroMapper
- save(WritePolicy, Object, String...) - Method in interface com.aerospike.mapper.tools.IAeroMapper
-
Save an object in the database with the given WritePolicy.
- save(WritePolicy, T, String...) - Method in interface com.aerospike.mapper.tools.IReactiveAeroMapper
-
Save an object in the database with the given WritePolicy.
- save(WritePolicy, T, String...) - Method in class com.aerospike.mapper.tools.ReactiveAeroMapper
- save(DeferredObjectLoader.DeferredObjectSetter) - Static method in class com.aerospike.mapper.tools.DeferredObjectLoader
- save(Object...) - Method in class com.aerospike.mapper.tools.AeroMapper
- save(Object...) - Method in interface com.aerospike.mapper.tools.IAeroMapper
-
Save each object in the database.
- save(Object, String...) - Method in class com.aerospike.mapper.tools.AeroMapper
- save(Object, String...) - Method in interface com.aerospike.mapper.tools.IAeroMapper
-
Save an object in the database.
- save(T...) - Method in interface com.aerospike.mapper.tools.IReactiveAeroMapper
-
Save each object in the database.
- save(T...) - Method in class com.aerospike.mapper.tools.ReactiveAeroMapper
- save(T, String...) - Method in interface com.aerospike.mapper.tools.IReactiveAeroMapper
-
Save an object in the database.
- save(T, String...) - Method in class com.aerospike.mapper.tools.ReactiveAeroMapper
- saveKey() - Element in annotation type com.aerospike.mapper.annotations.AerospikeEmbed
-
Determine whether the key should be saved in the sub-object.
- scan(ScanPolicy, Class<T>) - Method in class com.aerospike.mapper.tools.AeroMapper
- scan(ScanPolicy, Class<T>) - Method in interface com.aerospike.mapper.tools.IAeroMapper
-
Scan every record in the set associated with the passed class using a provided ScanPolicy and returns the list of records converted to the appropriate class.
- scan(ScanPolicy, Class<T>) - Method in interface com.aerospike.mapper.tools.IReactiveAeroMapper
-
Scan every record in the set associated with the passed class.
- scan(ScanPolicy, Class<T>) - Method in class com.aerospike.mapper.tools.ReactiveAeroMapper
- scan(ScanPolicy, Class<T>, int) - Method in interface com.aerospike.mapper.tools.IReactiveAeroMapper
-
Scan every record in the set associated with the passed class.
- scan(ScanPolicy, Class<T>, int) - Method in class com.aerospike.mapper.tools.ReactiveAeroMapper
- scan(ScanPolicy, Class<T>, Processor<T>) - Method in class com.aerospike.mapper.tools.AeroMapper
- scan(ScanPolicy, Class<T>, Processor<T>) - Method in interface com.aerospike.mapper.tools.IAeroMapper
-
Scan every record in the set associated with the passed class.
- scan(ScanPolicy, Class<T>, Processor<T>, int) - Method in class com.aerospike.mapper.tools.AeroMapper
- scan(ScanPolicy, Class<T>, Processor<T>, int) - Method in interface com.aerospike.mapper.tools.IAeroMapper
-
Scan every record in the set associated with the passed class.
- scan(Class<T>) - Method in class com.aerospike.mapper.tools.AeroMapper
- scan(Class<T>) - Method in interface com.aerospike.mapper.tools.IAeroMapper
-
Scan every record in the set associated with the passed class and returns the list of records converted to the appropriate class.
- scan(Class<T>) - Method in interface com.aerospike.mapper.tools.IReactiveAeroMapper
-
Scan every record in the set associated with the passed class.
- scan(Class<T>) - Method in class com.aerospike.mapper.tools.ReactiveAeroMapper
- scan(Class<T>, int) - Method in interface com.aerospike.mapper.tools.IReactiveAeroMapper
-
Scan every record in the set associated with the passed class, limiting the throughput to the specified recordsPerSecond.
- scan(Class<T>, int) - Method in class com.aerospike.mapper.tools.ReactiveAeroMapper
- scan(Class<T>, Processor<T>) - Method in class com.aerospike.mapper.tools.AeroMapper
- scan(Class<T>, Processor<T>) - Method in interface com.aerospike.mapper.tools.IAeroMapper
-
Scan every record in the set associated with the passed class.
- scan(Class<T>, Processor<T>, int) - Method in class com.aerospike.mapper.tools.AeroMapper
- scan(Class<T>, Processor<T>, int) - Method in interface com.aerospike.mapper.tools.IAeroMapper
-
Scan every record in the set associated with the passed class, limiting the throughput to the specified recordsPerSecond.
- SCAN - Enum constant in enum com.aerospike.mapper.tools.ClassCache.PolicyType
- sendKey() - Element in annotation type com.aerospike.mapper.annotations.AerospikeRecord
- set() - Element in annotation type com.aerospike.mapper.annotations.AerospikeRecord
- set(Object, Object) - Method in class com.aerospike.mapper.tools.ValueType.FieldValue
- set(Object, Object) - Method in class com.aerospike.mapper.tools.ValueType.MethodValue
- set(Object, Object) - Method in class com.aerospike.mapper.tools.ValueType
- setElementType(AerospikeEmbed.EmbedType) - Method in class com.aerospike.mapper.tools.configuration.EmbedConfig
- setEmbed(EmbedConfig) - Method in class com.aerospike.mapper.tools.configuration.BinConfig
- setExclude(Boolean) - Method in class com.aerospike.mapper.tools.configuration.BinConfig
- setFactoryClass(String) - Method in class com.aerospike.mapper.tools.configuration.ClassConfig
- setFactoryMethod(String) - Method in class com.aerospike.mapper.tools.configuration.ClassConfig
- setField(String) - Method in class com.aerospike.mapper.tools.configuration.BinConfig
- setField(String) - Method in class com.aerospike.mapper.tools.configuration.KeyConfig
- setGetter(Method) - Method in class com.aerospike.mapper.tools.PropertyDefinition
- setGetter(String) - Method in class com.aerospike.mapper.tools.configuration.BinConfig
- setGetter(String) - Method in class com.aerospike.mapper.tools.configuration.KeyConfig
- setKey(Object, Object) - Method in class com.aerospike.mapper.tools.ClassCacheEntry
- setName(String) - Method in class com.aerospike.mapper.tools.configuration.BinConfig
- setNeedsResultOfType(ReturnType) - Method in class com.aerospike.mapper.tools.virtuallist.Interactor
- setNeedsResultOfType(ReturnType) - Method in class com.aerospike.mapper.tools.virtuallist.OperationParameters
- setObjectForCurrentKey(Object) - Static method in class com.aerospike.mapper.tools.LoadedObjectResolver
- setOrdinal(Integer) - Method in class com.aerospike.mapper.tools.configuration.BinConfig
- setReference(ReferenceConfig) - Method in class com.aerospike.mapper.tools.configuration.BinConfig
- setSaveKey(Boolean) - Method in class com.aerospike.mapper.tools.configuration.EmbedConfig
- setSetter(Method) - Method in class com.aerospike.mapper.tools.PropertyDefinition
- setSetter(String) - Method in class com.aerospike.mapper.tools.configuration.BinConfig
- setSetter(String) - Method in class com.aerospike.mapper.tools.configuration.KeyConfig
- setter() - Element in annotation type com.aerospike.mapper.annotations.AerospikeKey
-
The setter attribute is used only on Methods where the method is used to set the key on lazy object instantiation
- setType(AerospikeEmbed.EmbedType) - Method in class com.aerospike.mapper.tools.configuration.EmbedConfig
- setUseAccessors(Boolean) - Method in class com.aerospike.mapper.tools.configuration.BinConfig
- setValue(Object) - Method in interface com.aerospike.mapper.tools.DeferredObjectLoader.DeferredSetter
- ShortMapper - Class in com.aerospike.mapper.tools.mappers
- ShortMapper() - Constructor for class com.aerospike.mapper.tools.mappers.ShortMapper
- shortName() - Element in annotation type com.aerospike.mapper.annotations.AerospikeRecord
- size() - Method in class com.aerospike.mapper.tools.virtuallist.MultiOperation
- size() - Method in class com.aerospike.mapper.tools.virtuallist.ReactiveMultiOperation
- size(Policy) - Method in interface com.aerospike.mapper.tools.virtuallist.IReactiveVirtualList
-
Get the size of the virtual list (number of elements)
- size(Policy) - Method in interface com.aerospike.mapper.tools.virtuallist.IVirtualList
-
Get the size of the virtual list (number of elements)
- size(Policy) - Method in class com.aerospike.mapper.tools.virtuallist.ReactiveVirtualList
- size(Policy) - Method in class com.aerospike.mapper.tools.virtuallist.VirtualList
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form