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

R

ReactiveAeroMapper - Class in com.aerospike.mapper.tools
 
ReactiveAeroMapper.Builder - Class in com.aerospike.mapper.tools
 
ReactiveAeroMapper.Builder.ReactiveAeroPolicyMapper - Class in com.aerospike.mapper.tools
 
ReactiveAeroPolicyMapper(ReactiveAeroMapper.Builder, ClassCache.PolicyType, Policy) - Constructor for class com.aerospike.mapper.tools.ReactiveAeroMapper.Builder.ReactiveAeroPolicyMapper
 
ReactiveMultiOperation<E> - Class in com.aerospike.mapper.tools.virtuallist
 
ReactiveVirtualList<E> - Class in com.aerospike.mapper.tools.virtuallist
 
ReactiveVirtualList(IReactiveAeroMapper, Class<?>, Object, String, Class<E>) - Constructor for class com.aerospike.mapper.tools.virtuallist.ReactiveVirtualList
 
ReactiveVirtualList(IReactiveAeroMapper, Object, String, Class<E>) - Constructor for class com.aerospike.mapper.tools.virtuallist.ReactiveVirtualList
 
read(Class<T>, Object) - Method in class com.aerospike.mapper.tools.AeroMapper
 
read(Class<T>, Object) - Method in interface com.aerospike.mapper.tools.IAeroMapper
Read a record from the repository and map it to an instance of the passed class.
read(Class<T>, Object) - Method in interface com.aerospike.mapper.tools.IReactiveAeroMapper
Read a record from the repository and map it to an instance of the passed class.
read(Class<T>, Object) - Method in class com.aerospike.mapper.tools.ReactiveAeroMapper
 
read(Class<T>, Object[]) - Method in class com.aerospike.mapper.tools.AeroMapper
 
read(Class<T>, Object[]) - Method in interface com.aerospike.mapper.tools.IAeroMapper
Read a batch of records from the repository and map them to an instance of the passed class.
read(Class<T>, Object[]) - Method in interface com.aerospike.mapper.tools.IReactiveAeroMapper
Read a batch of records from the repository and map them to an instance of the passed class.
read(Class<T>, Object[]) - Method in class com.aerospike.mapper.tools.ReactiveAeroMapper
 
read(Class<T>, Object[], Operation...) - Method in class com.aerospike.mapper.tools.AeroMapper
 
read(Class<T>, Object[], Operation...) - Method in interface com.aerospike.mapper.tools.IAeroMapper
Read a batch of records from the repository using read operations in one batch call and map them to an instance of the passed class.
read(Class<T>, Object[], Operation...) - Method in interface com.aerospike.mapper.tools.IReactiveAeroMapper
Read a batch of records from the repository using read operations in one batch call and map them to an instance of the passed class.
read(Class<T>, Object[], Operation...) - Method in class com.aerospike.mapper.tools.ReactiveAeroMapper
 
read(Class<T>, Object, boolean) - Method in class com.aerospike.mapper.tools.AeroMapper
 
read(Class<T>, Object, boolean) - Method in interface com.aerospike.mapper.tools.IAeroMapper
This method should not be used: It is used by mappers to correctly resolved dependencies.
read(Class<T>, Object, boolean) - Method in interface com.aerospike.mapper.tools.IReactiveAeroMapper
This method should not be used: It is used by mappers to correctly resolved dependencies.
read(Class<T>, Object, boolean) - Method in class com.aerospike.mapper.tools.ReactiveAeroMapper
 
read(BatchPolicy, Class<T>, Object[]) - Method in class com.aerospike.mapper.tools.AeroMapper
 
read(BatchPolicy, Class<T>, Object[]) - Method in interface com.aerospike.mapper.tools.IAeroMapper
Read a batch of records from the repository and map them to an instance of the passed class.
read(BatchPolicy, Class<T>, Object[]) - Method in interface com.aerospike.mapper.tools.IReactiveAeroMapper
Read a batch of records from the repository and map them to an instance of the passed class.
read(BatchPolicy, Class<T>, Object[]) - Method in class com.aerospike.mapper.tools.ReactiveAeroMapper
 
read(BatchPolicy, Class<T>, Object[], Operation...) - Method in class com.aerospike.mapper.tools.AeroMapper
 
read(BatchPolicy, Class<T>, Object[], Operation...) - Method in interface com.aerospike.mapper.tools.IAeroMapper
Read a batch of records from the repository using read operations in one batch call and map them to an instance of the passed class.
read(BatchPolicy, Class<T>, Object[], Operation...) - Method in interface com.aerospike.mapper.tools.IReactiveAeroMapper
Read a batch of records from the repository using read operations in one batch call and map them to an instance of the passed class.
read(BatchPolicy, Class<T>, Object[], Operation...) - Method in class com.aerospike.mapper.tools.ReactiveAeroMapper
 
read(Policy, Class<T>, Object) - Method in class com.aerospike.mapper.tools.AeroMapper
 
read(Policy, Class<T>, Object) - Method in interface com.aerospike.mapper.tools.IAeroMapper
Read a record from the repository and map it to an instance of the passed class.
read(Policy, Class<T>, Object) - Method in interface com.aerospike.mapper.tools.IReactiveAeroMapper
Read a record from the repository and map it to an instance of the passed class.
read(Policy, Class<T>, Object) - Method in class com.aerospike.mapper.tools.ReactiveAeroMapper
 
read(Policy, Class<T>, Object, boolean) - Method in class com.aerospike.mapper.tools.AeroMapper
 
read(Policy, Class<T>, Object, boolean) - Method in interface com.aerospike.mapper.tools.IAeroMapper
This method should not be used: It is used by mappers to correctly resolved dependencies.
read(Policy, Class<T>, Object, boolean) - Method in interface com.aerospike.mapper.tools.IReactiveAeroMapper
This method should not be used: It is used by mappers to correctly resolved dependencies.
read(Policy, Class<T>, Object, boolean) - Method in class com.aerospike.mapper.tools.ReactiveAeroMapper
 
readFromDigest(Class<T>, byte[]) - Method in class com.aerospike.mapper.tools.AeroMapper
 
readFromDigest(Class<T>, byte[]) - Method in interface com.aerospike.mapper.tools.IAeroMapper
Read a record from the repository and map it to an instance of the passed class, by providing a digest.
readFromDigest(Class<T>, byte[]) - Method in interface com.aerospike.mapper.tools.IReactiveAeroMapper
Read a record from the repository and map it to an instance of the passed class, by providing a digest.
readFromDigest(Class<T>, byte[]) - Method in class com.aerospike.mapper.tools.ReactiveAeroMapper
 
readFromDigest(Class<T>, byte[], boolean) - Method in class com.aerospike.mapper.tools.AeroMapper
 
readFromDigest(Class<T>, byte[], boolean) - Method in interface com.aerospike.mapper.tools.IAeroMapper
This method should not be used: It is used by mappers to correctly resolved dependencies.
readFromDigest(Class<T>, byte[], boolean) - Method in interface com.aerospike.mapper.tools.IReactiveAeroMapper
This method should not be used: It is used by mappers to correctly resolved dependencies.
readFromDigest(Class<T>, byte[], boolean) - Method in class com.aerospike.mapper.tools.ReactiveAeroMapper
 
readFromDigest(Policy, Class<T>, byte[]) - Method in class com.aerospike.mapper.tools.AeroMapper
 
readFromDigest(Policy, Class<T>, byte[]) - Method in interface com.aerospike.mapper.tools.IAeroMapper
Read a record from the repository and map it to an instance of the passed class, by providing a digest.
readFromDigest(Policy, Class<T>, byte[]) - Method in interface com.aerospike.mapper.tools.IReactiveAeroMapper
Read a record from the repository and map it to an instance of the passed class, by providing a digest.
readFromDigest(Policy, Class<T>, byte[]) - Method in class com.aerospike.mapper.tools.ReactiveAeroMapper
 
readFromDigest(Policy, Class<T>, byte[], boolean) - Method in class com.aerospike.mapper.tools.AeroMapper
 
readFromDigest(Policy, Class<T>, byte[], boolean) - Method in interface com.aerospike.mapper.tools.IAeroMapper
This method should not be used: It is used by mappers to correctly resolved dependencies.
readFromDigest(Policy, Class<T>, byte[], boolean) - Method in interface com.aerospike.mapper.tools.IReactiveAeroMapper
This method should not be used: It is used by mappers to correctly resolved dependencies.
readFromDigest(Policy, Class<T>, byte[], boolean) - Method in class com.aerospike.mapper.tools.ReactiveAeroMapper
 
REASON_CODE - Static variable in exception com.aerospike.mapper.exceptions.NotAnnotatedClass
 
ReferenceConfig - Class in com.aerospike.mapper.tools.configuration
 
ReferenceConfig() - Constructor for class com.aerospike.mapper.tools.configuration.ReferenceConfig
 
removeByIndex(int) - Method in class com.aerospike.mapper.tools.virtuallist.MultiOperation
 
removeByIndex(int) - Method in class com.aerospike.mapper.tools.virtuallist.ReactiveMultiOperation
 
removeByIndex(int, ReturnType) - Method in interface com.aerospike.mapper.tools.virtuallist.IReactiveVirtualList
Remove item identified by index and returns removed data.
removeByIndex(int, ReturnType) - Method in interface com.aerospike.mapper.tools.virtuallist.IVirtualList
Remove item identified by index and returns removed data.
removeByIndex(int, ReturnType) - Method in class com.aerospike.mapper.tools.virtuallist.ReactiveVirtualList
 
removeByIndex(int, ReturnType) - Method in class com.aerospike.mapper.tools.virtuallist.VirtualList
 
removeByIndex(WritePolicy, int, ReturnType) - Method in interface com.aerospike.mapper.tools.virtuallist.IReactiveVirtualList
Remove item identified by index and returns removed data.
removeByIndex(WritePolicy, int, ReturnType) - Method in interface com.aerospike.mapper.tools.virtuallist.IVirtualList
Remove item identified by index and returns removed data.
removeByIndex(WritePolicy, int, ReturnType) - Method in class com.aerospike.mapper.tools.virtuallist.ReactiveVirtualList
 
removeByIndex(WritePolicy, int, ReturnType) - Method in class com.aerospike.mapper.tools.virtuallist.VirtualList
 
removeByIndexRange(int) - Method in class com.aerospike.mapper.tools.virtuallist.MultiOperation
 
removeByIndexRange(int) - Method in class com.aerospike.mapper.tools.virtuallist.ReactiveMultiOperation
 
removeByIndexRange(int, int) - Method in class com.aerospike.mapper.tools.virtuallist.MultiOperation
 
removeByIndexRange(int, int) - Method in class com.aerospike.mapper.tools.virtuallist.ReactiveMultiOperation
 
removeByIndexRange(int, int, ReturnType) - Method in interface com.aerospike.mapper.tools.virtuallist.IReactiveVirtualList
Remove "count" items starting at specified index and returns removed data.
removeByIndexRange(int, int, ReturnType) - Method in interface com.aerospike.mapper.tools.virtuallist.IVirtualList
Remove "count" items starting at specified index and returns removed data.
removeByIndexRange(int, int, ReturnType) - Method in class com.aerospike.mapper.tools.virtuallist.ReactiveVirtualList
 
removeByIndexRange(int, int, ReturnType) - Method in class com.aerospike.mapper.tools.virtuallist.VirtualList
 
removeByIndexRange(int, ReturnType) - Method in interface com.aerospike.mapper.tools.virtuallist.IReactiveVirtualList
Remove items starting at specified index to the end of list and returns removed data.
removeByIndexRange(int, ReturnType) - Method in interface com.aerospike.mapper.tools.virtuallist.IVirtualList
Remove items starting at specified index to the end of list and returns removed data.
removeByIndexRange(int, ReturnType) - Method in class com.aerospike.mapper.tools.virtuallist.ReactiveVirtualList
 
removeByIndexRange(int, ReturnType) - Method in class com.aerospike.mapper.tools.virtuallist.VirtualList
 
removeByIndexRange(WritePolicy, int, int, ReturnType) - Method in interface com.aerospike.mapper.tools.virtuallist.IReactiveVirtualList
Remove "count" items starting at specified index and returns removed data.
removeByIndexRange(WritePolicy, int, int, ReturnType) - Method in interface com.aerospike.mapper.tools.virtuallist.IVirtualList
Remove "count" items starting at specified index and returns removed data.
removeByIndexRange(WritePolicy, int, int, ReturnType) - Method in class com.aerospike.mapper.tools.virtuallist.ReactiveVirtualList
 
removeByIndexRange(WritePolicy, int, int, ReturnType) - Method in class com.aerospike.mapper.tools.virtuallist.VirtualList
 
removeByIndexRange(WritePolicy, int, ReturnType) - Method in interface com.aerospike.mapper.tools.virtuallist.IReactiveVirtualList
Remove items starting at specified index to the end of list and returns removed data.
removeByIndexRange(WritePolicy, int, ReturnType) - Method in interface com.aerospike.mapper.tools.virtuallist.IVirtualList
Remove items starting at specified index to the end of list and returns removed data.
removeByIndexRange(WritePolicy, int, ReturnType) - Method in class com.aerospike.mapper.tools.virtuallist.ReactiveVirtualList
 
removeByIndexRange(WritePolicy, int, ReturnType) - Method in class com.aerospike.mapper.tools.virtuallist.VirtualList
 
removeByKey(WritePolicy, Object, ReturnType) - Method in interface com.aerospike.mapper.tools.virtuallist.IReactiveVirtualList
Remove items from the list matching the specified key.
removeByKey(WritePolicy, Object, ReturnType) - Method in interface com.aerospike.mapper.tools.virtuallist.IVirtualList
Remove items from the list matching the specified key.
removeByKey(WritePolicy, Object, ReturnType) - Method in class com.aerospike.mapper.tools.virtuallist.ReactiveVirtualList
 
removeByKey(WritePolicy, Object, ReturnType) - Method in class com.aerospike.mapper.tools.virtuallist.VirtualList
 
removeByKey(Object) - Method in class com.aerospike.mapper.tools.virtuallist.MultiOperation
 
removeByKey(Object) - Method in class com.aerospike.mapper.tools.virtuallist.ReactiveMultiOperation
 
removeByKey(Object, ReturnType) - Method in interface com.aerospike.mapper.tools.virtuallist.IReactiveVirtualList
Remove items from the list matching the specified key.
removeByKey(Object, ReturnType) - Method in interface com.aerospike.mapper.tools.virtuallist.IVirtualList
Remove items from the list matching the specified key.
removeByKey(Object, ReturnType) - Method in class com.aerospike.mapper.tools.virtuallist.ReactiveVirtualList
 
removeByKey(Object, ReturnType) - Method in class com.aerospike.mapper.tools.virtuallist.VirtualList
 
removeByKeyRange(WritePolicy, Object, Object, ReturnType) - Method in interface com.aerospike.mapper.tools.virtuallist.IReactiveVirtualList
Remove items from the list matching the specified key.
removeByKeyRange(WritePolicy, Object, Object, ReturnType) - Method in interface com.aerospike.mapper.tools.virtuallist.IVirtualList
Remove items from the list matching the specified key.
removeByKeyRange(WritePolicy, Object, Object, ReturnType) - Method in class com.aerospike.mapper.tools.virtuallist.ReactiveVirtualList
 
removeByKeyRange(WritePolicy, Object, Object, ReturnType) - Method in class com.aerospike.mapper.tools.virtuallist.VirtualList
 
removeByKeyRange(Object, Object) - Method in class com.aerospike.mapper.tools.virtuallist.MultiOperation
 
removeByKeyRange(Object, Object) - Method in class com.aerospike.mapper.tools.virtuallist.ReactiveMultiOperation
 
removeByKeyRange(Object, Object, ReturnType) - Method in interface com.aerospike.mapper.tools.virtuallist.IReactiveVirtualList
Remove items from the list matching the specified key.
removeByKeyRange(Object, Object, ReturnType) - Method in interface com.aerospike.mapper.tools.virtuallist.IVirtualList
Remove items from the list matching the specified key.
removeByKeyRange(Object, Object, ReturnType) - Method in class com.aerospike.mapper.tools.virtuallist.ReactiveVirtualList
 
removeByKeyRange(Object, Object, ReturnType) - Method in class com.aerospike.mapper.tools.virtuallist.VirtualList
 
removeByRank(int) - Method in class com.aerospike.mapper.tools.virtuallist.MultiOperation
 
removeByRank(int) - Method in class com.aerospike.mapper.tools.virtuallist.ReactiveMultiOperation
 
removeByRank(int, ReturnType) - Method in interface com.aerospike.mapper.tools.virtuallist.IReactiveVirtualList
Remove item identified by rank and returns removed data.
removeByRank(int, ReturnType) - Method in interface com.aerospike.mapper.tools.virtuallist.IVirtualList
Remove item identified by rank and returns removed data.
removeByRank(int, ReturnType) - Method in class com.aerospike.mapper.tools.virtuallist.ReactiveVirtualList
 
removeByRank(int, ReturnType) - Method in class com.aerospike.mapper.tools.virtuallist.VirtualList
 
removeByRank(WritePolicy, int, ReturnType) - Method in interface com.aerospike.mapper.tools.virtuallist.IReactiveVirtualList
Remove item identified by rank and returns removed data.
removeByRank(WritePolicy, int, ReturnType) - Method in interface com.aerospike.mapper.tools.virtuallist.IVirtualList
Remove item identified by rank and returns removed data.
removeByRank(WritePolicy, int, ReturnType) - Method in class com.aerospike.mapper.tools.virtuallist.ReactiveVirtualList
 
removeByRank(WritePolicy, int, ReturnType) - Method in class com.aerospike.mapper.tools.virtuallist.VirtualList
 
removeByRankRange(int) - Method in class com.aerospike.mapper.tools.virtuallist.MultiOperation
 
removeByRankRange(int, int) - Method in class com.aerospike.mapper.tools.virtuallist.MultiOperation
 
removeByRankRange(int, int, ReturnType) - Method in interface com.aerospike.mapper.tools.virtuallist.IReactiveVirtualList
Remove "count" items starting at specified rank and returns removed data.
removeByRankRange(int, int, ReturnType) - Method in interface com.aerospike.mapper.tools.virtuallist.IVirtualList
Remove "count" items starting at specified rank and returns removed data.
removeByRankRange(int, int, ReturnType) - Method in class com.aerospike.mapper.tools.virtuallist.ReactiveVirtualList
 
removeByRankRange(int, int, ReturnType) - Method in class com.aerospike.mapper.tools.virtuallist.VirtualList
 
removeByRankRange(int, ReturnType) - Method in interface com.aerospike.mapper.tools.virtuallist.IReactiveVirtualList
Remove items starting at specified rank to the last ranked item and returns removed data.
removeByRankRange(int, ReturnType) - Method in interface com.aerospike.mapper.tools.virtuallist.IVirtualList
Remove items starting at specified rank to the last ranked item and returns removed data.
removeByRankRange(int, ReturnType) - Method in class com.aerospike.mapper.tools.virtuallist.ReactiveVirtualList
 
removeByRankRange(int, ReturnType) - Method in class com.aerospike.mapper.tools.virtuallist.VirtualList
 
removeByRankRange(WritePolicy, int, int, ReturnType) - Method in interface com.aerospike.mapper.tools.virtuallist.IReactiveVirtualList
Remove "count" items starting at specified rank and returns removed data.
removeByRankRange(WritePolicy, int, int, ReturnType) - Method in interface com.aerospike.mapper.tools.virtuallist.IVirtualList
Remove "count" items starting at specified rank and returns removed data.
removeByRankRange(WritePolicy, int, int, ReturnType) - Method in class com.aerospike.mapper.tools.virtuallist.ReactiveVirtualList
 
removeByRankRange(WritePolicy, int, int, ReturnType) - Method in class com.aerospike.mapper.tools.virtuallist.VirtualList
 
removeByRankRange(WritePolicy, int, ReturnType) - Method in interface com.aerospike.mapper.tools.virtuallist.IReactiveVirtualList
Remove items starting at specified rank to the last ranked item and returns removed data.
removeByRankRange(WritePolicy, int, ReturnType) - Method in interface com.aerospike.mapper.tools.virtuallist.IVirtualList
Remove items starting at specified rank to the last ranked item and returns removed data.
removeByRankRange(WritePolicy, int, ReturnType) - Method in class com.aerospike.mapper.tools.virtuallist.ReactiveVirtualList
 
removeByRankRange(WritePolicy, int, ReturnType) - Method in class com.aerospike.mapper.tools.virtuallist.VirtualList
 
removeByValue(WritePolicy, Object, ReturnType) - Method in interface com.aerospike.mapper.tools.virtuallist.IReactiveVirtualList
Remove items identified by value and returns the removed data.
removeByValue(WritePolicy, Object, ReturnType) - Method in interface com.aerospike.mapper.tools.virtuallist.IVirtualList
Remove items identified by value and returns the removed data.
removeByValue(WritePolicy, Object, ReturnType) - Method in class com.aerospike.mapper.tools.virtuallist.ReactiveVirtualList
 
removeByValue(WritePolicy, Object, ReturnType) - Method in class com.aerospike.mapper.tools.virtuallist.VirtualList
 
removeByValue(Object) - Method in class com.aerospike.mapper.tools.virtuallist.MultiOperation
 
removeByValue(Object) - Method in class com.aerospike.mapper.tools.virtuallist.ReactiveMultiOperation
 
removeByValue(Object, ReturnType) - Method in interface com.aerospike.mapper.tools.virtuallist.IReactiveVirtualList
Remove items identified by value and returns the removed data.
removeByValue(Object, ReturnType) - Method in interface com.aerospike.mapper.tools.virtuallist.IVirtualList
Remove items identified by value and returns the removed data.
removeByValue(Object, ReturnType) - Method in class com.aerospike.mapper.tools.virtuallist.ReactiveVirtualList
 
removeByValue(Object, ReturnType) - Method in class com.aerospike.mapper.tools.virtuallist.VirtualList
 
removeByValueList(WritePolicy, List<Object>, ReturnType) - Method in interface com.aerospike.mapper.tools.virtuallist.IReactiveVirtualList
Remove items identified by list of values and returns the removed data.
removeByValueList(WritePolicy, List<Object>, ReturnType) - Method in interface com.aerospike.mapper.tools.virtuallist.IVirtualList
Remove items identified by list of values and returns the removed data.
removeByValueList(WritePolicy, List<Object>, ReturnType) - Method in class com.aerospike.mapper.tools.virtuallist.ReactiveVirtualList
 
removeByValueList(WritePolicy, List<Object>, ReturnType) - Method in class com.aerospike.mapper.tools.virtuallist.VirtualList
 
removeByValueList(List<Object>) - Method in class com.aerospike.mapper.tools.virtuallist.MultiOperation
 
removeByValueList(List<Object>) - Method in class com.aerospike.mapper.tools.virtuallist.ReactiveMultiOperation
 
removeByValueList(List<Object>, ReturnType) - Method in interface com.aerospike.mapper.tools.virtuallist.IReactiveVirtualList
Remove items identified by list of values and returns the removed data.
removeByValueList(List<Object>, ReturnType) - Method in interface com.aerospike.mapper.tools.virtuallist.IVirtualList
Remove items identified by list of values and returns the removed data.
removeByValueList(List<Object>, ReturnType) - Method in class com.aerospike.mapper.tools.virtuallist.ReactiveVirtualList
 
removeByValueList(List<Object>, ReturnType) - Method in class com.aerospike.mapper.tools.virtuallist.VirtualList
 
removeByValueRange(WritePolicy, Object, Object, ReturnType) - Method in interface com.aerospike.mapper.tools.virtuallist.IReactiveVirtualList
Remove items from the list matching the specified value.
removeByValueRange(WritePolicy, Object, Object, ReturnType) - Method in interface com.aerospike.mapper.tools.virtuallist.IVirtualList
Remove items from the list matching the specified value.
removeByValueRange(WritePolicy, Object, Object, ReturnType) - Method in class com.aerospike.mapper.tools.virtuallist.ReactiveVirtualList
 
removeByValueRange(WritePolicy, Object, Object, ReturnType) - Method in class com.aerospike.mapper.tools.virtuallist.VirtualList
 
removeByValueRange(Object, Object) - Method in class com.aerospike.mapper.tools.virtuallist.MultiOperation
 
removeByValueRange(Object, Object) - Method in class com.aerospike.mapper.tools.virtuallist.ReactiveMultiOperation
 
removeByValueRange(Object, Object, ReturnType) - Method in interface com.aerospike.mapper.tools.virtuallist.IReactiveVirtualList
Remove items from the list matching the specified value.
removeByValueRange(Object, Object, ReturnType) - Method in interface com.aerospike.mapper.tools.virtuallist.IVirtualList
Remove items from the list matching the specified value.
removeByValueRange(Object, Object, ReturnType) - Method in class com.aerospike.mapper.tools.virtuallist.ReactiveVirtualList
 
removeByValueRange(Object, Object, ReturnType) - Method in class com.aerospike.mapper.tools.virtuallist.VirtualList
 
removeByValueRelativeRankRange(WritePolicy, Object, int, int, ReturnType) - Method in interface com.aerospike.mapper.tools.virtuallist.IReactiveVirtualList
Remove items nearest to value and greater by relative rank with a count limit.
removeByValueRelativeRankRange(WritePolicy, Object, int, int, ReturnType) - Method in interface com.aerospike.mapper.tools.virtuallist.IVirtualList
Remove items nearest to value and greater by relative rank with a count limit.
removeByValueRelativeRankRange(WritePolicy, Object, int, int, ReturnType) - Method in class com.aerospike.mapper.tools.virtuallist.ReactiveVirtualList
 
removeByValueRelativeRankRange(WritePolicy, Object, int, int, ReturnType) - Method in class com.aerospike.mapper.tools.virtuallist.VirtualList
 
removeByValueRelativeRankRange(WritePolicy, Object, int, ReturnType) - Method in interface com.aerospike.mapper.tools.virtuallist.IReactiveVirtualList
Remove items nearest to value and greater by relative rank.
removeByValueRelativeRankRange(WritePolicy, Object, int, ReturnType) - Method in interface com.aerospike.mapper.tools.virtuallist.IVirtualList
Remove items nearest to value and greater by relative rank.
removeByValueRelativeRankRange(WritePolicy, Object, int, ReturnType) - Method in class com.aerospike.mapper.tools.virtuallist.ReactiveVirtualList
 
removeByValueRelativeRankRange(WritePolicy, Object, int, ReturnType) - Method in class com.aerospike.mapper.tools.virtuallist.VirtualList
 
removeByValueRelativeRankRange(Object, int) - Method in class com.aerospike.mapper.tools.virtuallist.MultiOperation
 
removeByValueRelativeRankRange(Object, int) - Method in class com.aerospike.mapper.tools.virtuallist.ReactiveMultiOperation
 
removeByValueRelativeRankRange(Object, int, int) - Method in class com.aerospike.mapper.tools.virtuallist.MultiOperation
 
removeByValueRelativeRankRange(Object, int, int) - Method in class com.aerospike.mapper.tools.virtuallist.ReactiveMultiOperation
 
removeByValueRelativeRankRange(Object, int, int, ReturnType) - Method in interface com.aerospike.mapper.tools.virtuallist.IReactiveVirtualList
Remove items nearest to value and greater by relative rank with a count limit.
removeByValueRelativeRankRange(Object, int, int, ReturnType) - Method in interface com.aerospike.mapper.tools.virtuallist.IVirtualList
Remove items nearest to value and greater by relative rank with a count limit.
removeByValueRelativeRankRange(Object, int, int, ReturnType) - Method in class com.aerospike.mapper.tools.virtuallist.ReactiveVirtualList
 
removeByValueRelativeRankRange(Object, int, int, ReturnType) - Method in class com.aerospike.mapper.tools.virtuallist.VirtualList
 
removeByValueRelativeRankRange(Object, int, ReturnType) - Method in interface com.aerospike.mapper.tools.virtuallist.IReactiveVirtualList
Remove items nearest to value and greater by relative rank.
removeByValueRelativeRankRange(Object, int, ReturnType) - Method in interface com.aerospike.mapper.tools.virtuallist.IVirtualList
Remove items nearest to value and greater by relative rank.
removeByValueRelativeRankRange(Object, int, ReturnType) - Method in class com.aerospike.mapper.tools.virtuallist.ReactiveVirtualList
 
removeByValueRelativeRankRange(Object, int, ReturnType) - Method in class com.aerospike.mapper.tools.virtuallist.VirtualList
 
resolveDependencies(ClassCacheEntry<?>) - Method in class com.aerospike.mapper.tools.converters.MappingConverter
If an object refers to other objects (eg A has a list of B via references), then reading the object will populate the ids.
ResultsUnpacker - Interface in com.aerospike.mapper.tools.virtuallist
 
ResultsUnpacker.ArrayUnpacker - Class in com.aerospike.mapper.tools.virtuallist
 
ResultsUnpacker.ElementUnpacker - Class in com.aerospike.mapper.tools.virtuallist
 
ResultsUnpacker.IdentityUnpacker - Class in com.aerospike.mapper.tools.virtuallist
 
ResultsUnpacker.ListUnpacker - Class in com.aerospike.mapper.tools.virtuallist
 
ReturnType - Enum in com.aerospike.mapper.tools.virtuallist
 
returnTypeToListReturnType(ReturnType) - Static method in class com.aerospike.mapper.tools.utils.TypeUtils
 
returnTypeToMapReturnType(ReturnType) - Static method in class com.aerospike.mapper.tools.utils.TypeUtils
 
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