Skip navigation links
A B C D E F G H I K L M N O P R S T U V Z 

A

AbstractRedisCommands<K,V> - Class in org.openingo.spring.extension.data.redis.commands
AbstractRedisCommands
AbstractRedisCommands() - Constructor for class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
 
AbstractServiceErrorAttributes - Class in org.openingo.spring.http.request.error
AbstractServiceErrorAttributes
AbstractServiceErrorAttributes() - Constructor for class org.openingo.spring.http.request.error.AbstractServiceErrorAttributes
Create a new AbstractServiceErrorAttributes instance that included the "exception" attribute , can get the "exception" instance.
add(String, Point, M) - Method in class org.springframework.data.redis.core.DefaultGeoOperationsX
Add Point with given member name to key.
add(String, RedisGeoCommands.GeoLocation<M>) - Method in class org.springframework.data.redis.core.DefaultGeoOperationsX
Add RedisGeoCommands.GeoLocation to key.
add(String, Map<M, Point>) - Method in class org.springframework.data.redis.core.DefaultGeoOperationsX
Add Map of member / Point pairs to key.
add(String, Iterable<RedisGeoCommands.GeoLocation<M>>) - Method in class org.springframework.data.redis.core.DefaultGeoOperationsX
Add RedisGeoCommands.GeoLocations to key
add(String, V...) - Method in class org.springframework.data.redis.core.DefaultSetOperationsX
 
add(String, V, double) - Method in class org.springframework.data.redis.core.DefaultZSetOperationsX
 
add(String, Set<ZSetOperations.TypedTuple<V>>) - Method in class org.springframework.data.redis.core.DefaultZSetOperationsX
 
addDataSource(Object, IDataSourceProvider) - Method in class org.openingo.spring.datasource.routing.RoutingDataSource
add a new dataSource
addDataSources(Map<Object, IDataSourceProvider>) - Method in class org.openingo.spring.datasource.routing.RoutingDataSource
add more dataSources
afterPropertiesSet() - Method in class org.openingo.spring.datasource.routing.RoutingDataSource
 
annotionValueReplace(InvocationHandler, String, Object) - Static method in class org.openingo.spring.kit.ExtensionKit
Replace Annotation value
append(K, String) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Append a value to key.
append(K, String) - Method in interface org.openingo.spring.extension.data.redis.commands.IValueCommands
Append a value to key.
append(String, String) - Method in class org.springframework.data.redis.core.DefaultValueOperationsX
 
applicationContext - Static variable in class org.openingo.spring.boot.SpringApplicationX
Current Spring Application's applicationContext
applicationInfo() - Static method in class org.openingo.spring.boot.SpringApplicationX
Spring application info
applicationPackage - Static variable in class org.openingo.spring.boot.SpringApplicationX
Spring Application mainApplicationClass's package name
around(ProceedingJoinPoint) - Method in class org.openingo.spring.http.request.HttpRequestLogAspect
 

B

bitField(K, BitFieldSubCommands) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Get / Manipulate specific integer fields of varying bit widths and arbitrary non (necessary) aligned offset stored at a given key.
bitField(K, BitFieldSubCommands) - Method in interface org.openingo.spring.extension.data.redis.commands.IValueCommands
Get / Manipulate specific integer fields of varying bit widths and arbitrary non (necessary) aligned offset stored at a given key.
bitField(String, BitFieldSubCommands) - Method in class org.springframework.data.redis.core.DefaultValueOperationsX
 
blPop(K, long) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Removes and returns first element from lists stored at key .
blPop(K, long) - Method in interface org.openingo.spring.extension.data.redis.commands.IListCommands
Removes and returns first element from lists stored at key .
boundGeoOps(K) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
 
boundGeoOps(String) - Method in class org.openingo.spring.extension.data.redis.RedisTemplateX
 
boundHashOps(K) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
 
boundHashOps(String) - Method in class org.openingo.spring.extension.data.redis.RedisTemplateX
 
boundListOps(K) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
 
boundListOps(String) - Method in class org.openingo.spring.extension.data.redis.RedisTemplateX
 
boundSetOps(K) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
 
boundSetOps(String) - Method in class org.openingo.spring.extension.data.redis.RedisTemplateX
 
boundValueOps(K) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
 
boundValueOps(String) - Method in class org.openingo.spring.extension.data.redis.RedisTemplateX
 
boundZSetOps(K) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
 
boundZSetOps(String) - Method in class org.openingo.spring.extension.data.redis.RedisTemplateX
 
brPop(K, long) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Removes and returns last element from lists stored at key.
brPop(K, long) - Method in interface org.openingo.spring.extension.data.redis.commands.IListCommands
Removes and returns last element from lists stored at key.
brPoplPush(K, K, long) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Remove the last element from list at srcKey, append it to dstKey and return its value.
Blocks connection until element available or timeoutSeconds reached.
brPoplPush(K, K, long) - Method in interface org.openingo.spring.extension.data.redis.commands.IListCommands
Remove the last element from list at srcKey, append it to dstKey and return its value.
Blocks connection until element available or timeoutSeconds reached.

C

clearCurrentUsingDataSourceKey() - Static method in class org.openingo.spring.datasource.holder.RoutingDataSourceHolder
Manual remove current using dataSource Key
cloneDruidDataSource() - Method in class org.openingo.spring.datasource.provider.DruidDataSourceProvider
 
Constants - Class in org.openingo.spring.constants
Constants
corsFilter(HttpConfigProperties.HttpRequestCorsConfigProperties) - Method in class org.openingo.spring.extension.http.config.HttpConfig
 
count(String, double, double) - Method in class org.springframework.data.redis.core.DefaultZSetOperationsX
 
countExistingKeys(Collection<K>) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Count the number of keys that exist.
countExistingKeys(Collection<K>) - Method in interface org.openingo.spring.extension.data.redis.commands.IValueCommands
Count the number of keys that exist.

D

DataSourceConfig - Class in org.openingo.spring.extension.datasource.config
DataSourceConfig
DataSourceConfig() - Constructor for class org.openingo.spring.extension.datasource.config.DataSourceConfig
 
DEBUG - Static variable in class org.openingo.spring.constants.EnvsConstants
 
decorateErrorAttributes(Map<String, Object>, Map<String, Object>) - Method in class org.openingo.spring.http.request.error.AbstractServiceErrorAttributes
Decorate error attributes, add extension attributes etc.
decorateErrorAttributes(Map<String, Object>, Map<String, Object>) - Method in class org.openingo.spring.http.request.error.DefaultServiceErrorAttributes
Decorate error attributes, add extension attributes etc.
decorateExceptionCode(Exception) - Method in class org.openingo.spring.http.request.error.AbstractServiceErrorAttributes
Decorate exception error code, custom for your business logic.
decorateExceptionCode(Exception) - Method in class org.openingo.spring.http.request.error.DefaultServiceErrorAttributes
Decorate exception error code, custom for your business logic.
decr(K) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Decrement an integer value stored as string value under key by one.
decr(K) - Method in interface org.openingo.spring.extension.data.redis.commands.IValueCommands
Decrement an integer value stored as string value under key by one.
decrBy(K, long) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Decrement an integer value stored as string value under key by delta.
decrBy(K, long) - Method in interface org.openingo.spring.extension.data.redis.commands.IValueCommands
Decrement an integer value stored as string value under key by delta.
decrement(String) - Method in class org.springframework.data.redis.core.DefaultValueOperationsX
 
decrement(String, long) - Method in class org.springframework.data.redis.core.DefaultValueOperationsX
 
DefaultBoundGeoOperationsX<V> - Class in org.springframework.data.redis.core
DefaultBoundGeoOperationsX
DefaultBoundGeoOperationsX(String, RedisOperations<String, V>, IKeyNamingPolicy) - Constructor for class org.springframework.data.redis.core.DefaultBoundGeoOperationsX
Constructs a new DefaultBoundGeoOperations.
DefaultBoundListOperationsX<V> - Class in org.springframework.data.redis.core
DefaultBoundListOperationsX
DefaultBoundListOperationsX(String, RedisOperations<String, V>, IKeyNamingPolicy) - Constructor for class org.springframework.data.redis.core.DefaultBoundListOperationsX
Constructs a new DefaultBoundListOperations instance.
DefaultBoundOperationsX<HK,HV> - Class in org.springframework.data.redis.core
DefaultBoundHashOperationsX
DefaultBoundOperationsX(String, RedisOperations<String, ?>, IKeyNamingPolicy) - Constructor for class org.springframework.data.redis.core.DefaultBoundOperationsX
Constructs a new DefaultBoundHashOperations instance.
DefaultBoundSetOperationsX<V> - Class in org.springframework.data.redis.core
DefaultBoundSetOperationsX
DefaultBoundSetOperationsX(String, RedisOperations<String, V>, IKeyNamingPolicy) - Constructor for class org.springframework.data.redis.core.DefaultBoundSetOperationsX
Constructs a new DefaultBoundSetOperations instance.
DefaultBoundValueOperationsX<V> - Class in org.springframework.data.redis.core
DefaultBoundValueOperationsX
DefaultBoundValueOperationsX(String, RedisOperations<String, V>, IKeyNamingPolicy) - Constructor for class org.springframework.data.redis.core.DefaultBoundValueOperationsX
Constructs a new DefaultBoundValueOperations instance.
DefaultBoundZSetOperationsX<V> - Class in org.springframework.data.redis.core
DefaultBoundZSetOperationsX
DefaultBoundZSetOperationsX(String, RedisOperations<String, V>, IKeyNamingPolicy) - Constructor for class org.springframework.data.redis.core.DefaultBoundZSetOperationsX
Constructs a new DefaultBoundZSetOperations instance.
DefaultClusterOperationsX<V> - Class in org.springframework.data.redis.core
DefaultClusterOperationsX
DefaultClusterOperationsX(RedisTemplate<String, V>, IKeyNamingPolicy) - Constructor for class org.springframework.data.redis.core.DefaultClusterOperationsX
Creates new DefaultClusterOperations delegating to the given RedisTemplate.
DefaultErrorAttributesX - Class in org.springframework.boot.web.servlet.error
DefaultErrorAttributesX
DefaultErrorAttributesX() - Constructor for class org.springframework.boot.web.servlet.error.DefaultErrorAttributesX
Create a new DefaultErrorAttributesX instance that included the "exception" attribute , can not get the "exception" instance.
DefaultErrorAttributesX(boolean) - Constructor for class org.springframework.boot.web.servlet.error.DefaultErrorAttributesX
Create a new DefaultErrorAttributesX instance.
DefaultGeoOperationsX<M> - Class in org.springframework.data.redis.core
DefaultGeoOperationsX
DefaultGeoOperationsX(RedisTemplate<String, M>, IKeyNamingPolicy) - Constructor for class org.springframework.data.redis.core.DefaultGeoOperationsX
Creates new DefaultGeoOperations.
DefaultHashOperationsX<HK,HV> - Class in org.springframework.data.redis.core
DefaultHashOperationsX
DefaultHashOperationsX(RedisTemplate<String, ?>, IKeyNamingPolicy) - Constructor for class org.springframework.data.redis.core.DefaultHashOperationsX
 
DefaultHyperLogLogOperationsX<V> - Class in org.springframework.data.redis.core
DefaultHyperLogLogOperationsX
DefaultHyperLogLogOperationsX(RedisTemplate<String, V>, IKeyNamingPolicy) - Constructor for class org.springframework.data.redis.core.DefaultHyperLogLogOperationsX
 
DefaultKeyNamingPolicy - Class in org.openingo.spring.extension.data.redis.naming
DefaultKeyNamingPolicy
DefaultKeyNamingPolicy() - Constructor for class org.openingo.spring.extension.data.redis.naming.DefaultKeyNamingPolicy
 
DefaultListOperationsX<V> - Class in org.springframework.data.redis.core
DefaultListOperationsX
DefaultListOperationsX(RedisTemplate<String, V>, IKeyNamingPolicy) - Constructor for class org.springframework.data.redis.core.DefaultListOperationsX
 
DefaultServiceErrorAttributes - Class in org.openingo.spring.http.request.error
DefaultServiceErrorAttributes
DefaultServiceErrorAttributes() - Constructor for class org.openingo.spring.http.request.error.DefaultServiceErrorAttributes
 
DefaultSetOperationsX<V> - Class in org.springframework.data.redis.core
DefaultSetOperationsX
DefaultSetOperationsX(RedisTemplate<String, V>, IKeyNamingPolicy) - Constructor for class org.springframework.data.redis.core.DefaultSetOperationsX
 
DefaultValueOperationsX<V> - Class in org.springframework.data.redis.core
DefaultValueOperationsX
DefaultValueOperationsX(RedisTemplate<String, V>, IKeyNamingPolicy) - Constructor for class org.springframework.data.redis.core.DefaultValueOperationsX
 
DefaultZSetOperationsX<V> - Class in org.springframework.data.redis.core
DefaultZSetOperationsX
DefaultZSetOperationsX(RedisTemplate<String, V>, IKeyNamingPolicy) - Constructor for class org.springframework.data.redis.core.DefaultZSetOperationsX
 
del(K) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Delete given key.
del(Collection<K>) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Delete given keys.
del(K) - Method in interface org.openingo.spring.extension.data.redis.commands.IValueCommands
Delete given key.
del(Collection<K>) - Method in interface org.openingo.spring.extension.data.redis.commands.IValueCommands
Delete given keys.
delete(String, Object...) - Method in class org.springframework.data.redis.core.DefaultHashOperationsX
 
delete(String) - Method in class org.springframework.data.redis.core.DefaultHyperLogLogOperationsX
 
deserialize(byte[]) - Method in class org.openingo.spring.extension.data.redis.serializer.FstRedisSerializer
 
destroy() - Method in class org.openingo.spring.datasource.provider.DruidDataSourceProvider
Destroy the provider
destroy() - Method in class org.openingo.spring.datasource.provider.HikariDataSourceProvider
Destroy the provider
destroy() - Method in interface org.openingo.spring.datasource.provider.IDataSourceProvider
Destroy the provider
determineCurrentLookupKey() - Method in class org.openingo.spring.datasource.routing.RoutingDataSource
Determine the current lookup key.
determineTargetDataSource() - Method in class org.openingo.spring.datasource.routing.RoutingDataSource
Retrieve the current target DataSource.
DEV - Static variable in class org.openingo.spring.constants.EnvsConstants
 
difference(String, String) - Method in class org.springframework.data.redis.core.DefaultSetOperationsX
 
difference(String, Collection<String>) - Method in class org.springframework.data.redis.core.DefaultSetOperationsX
 
differenceAndStore(String, String, String) - Method in class org.springframework.data.redis.core.DefaultSetOperationsX
 
differenceAndStore(String, Collection<String>, String) - Method in class org.springframework.data.redis.core.DefaultSetOperationsX
 
distance(String, M, M) - Method in class org.springframework.data.redis.core.DefaultGeoOperationsX
Get the Distance between member1 and member2.
distance(String, M, M, Metric) - Method in class org.springframework.data.redis.core.DefaultGeoOperationsX
Get the Distance between member1 and member2 in the given Metric.
distinctRandomMembers(String, long) - Method in class org.springframework.data.redis.core.DefaultSetOperationsX
 
DruidDataSourceProvider - Class in org.openingo.spring.datasource.provider
DruidDataSourceProvider validationQuery : hsqldb - "select 1 from INFORMATION_SCHEMA.SYSTEM_USERS" Oracle - "select 1 from dual" DB2 - "select 1 from sysibm.sysdummy1" mysql - "select 1" Filters: statistics:"stat" Prevent SQL injection:"wall" combine: "stat,wall"
DruidDataSourceProvider(DruidDataSource) - Constructor for class org.openingo.spring.datasource.provider.DruidDataSourceProvider
 
DruidDataSourceProvider(String, String, String) - Constructor for class org.openingo.spring.datasource.provider.DruidDataSourceProvider
 
DruidDataSourceProvider(String, String, String, String) - Constructor for class org.openingo.spring.datasource.provider.DruidDataSourceProvider
 
DruidDataSourceProvider(String, String, String, String, String) - Constructor for class org.openingo.spring.datasource.provider.DruidDataSourceProvider
 

E

ENABLE - Static variable in class org.openingo.spring.constants.PropertiesConstants
 
EnableExtension - Annotation Type in org.openingo.spring.annotation
EnableExtension
entries(String) - Method in class org.springframework.data.redis.core.DefaultHashOperationsX
 
environment - Static variable in class org.openingo.spring.boot.SpringApplicationX
Spring Application environment ConfigurableEnvironment
EnvsConstants - Class in org.openingo.spring.constants
EnvsConstants
exists(K) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Determine if given key exists.
exists(K) - Method in interface org.openingo.spring.extension.data.redis.commands.IValueCommands
Determine if given key exists.
expire(K, long) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Set time(Seconds) to live for given key..
expire(K, long) - Method in interface org.openingo.spring.extension.data.redis.commands.IValueCommands
Set time(Seconds) to live for given key..
expireAt(K, Date) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Set the expiration for given key as a date timestamp.
expireAt(K, Date) - Method in interface org.openingo.spring.extension.data.redis.commands.IValueCommands
Set the expiration for given key as a date timestamp.
EXTENSION_PACKAGE - Static variable in class org.openingo.spring.constants.PackageConstants
 
ExtensionConfig() - Constructor for class org.openingo.spring.scanner.ExtensionScanner.ExtensionConfig
 
ExtensionConfigProperties - Class in org.openingo.spring.config
ExtensionConfigProperties
ExtensionConfigProperties() - Constructor for class org.openingo.spring.config.ExtensionConfigProperties
 
ExtensionKit - Class in org.openingo.spring.kit
ExtensionKit
ExtensionScanner - Class in org.openingo.spring.scanner
ExtensionScanner
ExtensionScanner() - Constructor for class org.openingo.spring.scanner.ExtensionScanner
 
ExtensionScanner.ExtensionConfig - Class in org.openingo.spring.scanner
 

F

FALSE - Static variable in class org.openingo.spring.constants.Constants
 
FstRedisSerializer<T> - Class in org.openingo.spring.extension.data.redis.serializer
FstRedisSerializer
FstRedisSerializer() - Constructor for class org.openingo.spring.extension.data.redis.serializer.FstRedisSerializer
 

G

geoAdd(K, Point, V) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Add Point with given member name to key.
geoAdd(K, RedisGeoCommands.GeoLocation<V>) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Add RedisGeoCommands.GeoLocation to key.
geoAdd(K, Map<V, Point>) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Add Map of member / Point pairs to key.
geoAdd(K, Iterable<RedisGeoCommands.GeoLocation<V>>) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Add RedisGeoCommands.GeoLocations to key
geoAdd(K, Point, M) - Method in interface org.openingo.spring.extension.data.redis.commands.IGeoCommands
Add Point with given member name to key.
geoAdd(K, RedisGeoCommands.GeoLocation<M>) - Method in interface org.openingo.spring.extension.data.redis.commands.IGeoCommands
Add RedisGeoCommands.GeoLocation to key.
geoAdd(K, Map<M, Point>) - Method in interface org.openingo.spring.extension.data.redis.commands.IGeoCommands
Add Map of member / Point pairs to key.
geoAdd(K, Iterable<RedisGeoCommands.GeoLocation<M>>) - Method in interface org.openingo.spring.extension.data.redis.commands.IGeoCommands
Add RedisGeoCommands.GeoLocations to key
geoDist(K, V, V) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Get the Distance between member1 and member2.
geoDist(K, V, V, Metric) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Get the Distance between member1 and member2 in the given Metric.
geoDist(K, M, M) - Method in interface org.openingo.spring.extension.data.redis.commands.IGeoCommands
Get the Distance between member1 and member2.
geoDist(K, M, M, Metric) - Method in interface org.openingo.spring.extension.data.redis.commands.IGeoCommands
Get the Distance between member1 and member2 in the given Metric.
geoHash(K, V...) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Get Geohash representation of the position for one or more members.
geoHash(K, M...) - Method in interface org.openingo.spring.extension.data.redis.commands.IGeoCommands
Get Geohash representation of the position for one or more members.
geoPos(K, V...) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Get the Point representation of positions for one or more members.
geoPos(K, M...) - Method in interface org.openingo.spring.extension.data.redis.commands.IGeoCommands
Get the Point representation of positions for one or more members.
geoRadius(K, Circle) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Get the members within the boundaries of a given Circle.
geoRadius(K, Circle, RedisGeoCommands.GeoRadiusCommandArgs) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Get the members within the boundaries of a given Circle applying RedisGeoCommands.GeoRadiusCommandArgs.
geoRadius(K, Circle) - Method in interface org.openingo.spring.extension.data.redis.commands.IGeoCommands
Get the members within the boundaries of a given Circle.
geoRadius(K, Circle, RedisGeoCommands.GeoRadiusCommandArgs) - Method in interface org.openingo.spring.extension.data.redis.commands.IGeoCommands
Get the members within the boundaries of a given Circle applying RedisGeoCommands.GeoRadiusCommandArgs.
geoRadiusByMember(K, V, double) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Get the members within the circle defined by the members coordinates and given radius.
geoRadiusByMember(K, V, Distance) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Get the members within the circle defined by the members coordinates and given radius applying Metric.
geoRadiusByMember(K, V, Distance, RedisGeoCommands.GeoRadiusCommandArgs) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Get the members within the circle defined by the members coordinates and given radius applying Metric and RedisGeoCommands.GeoRadiusCommandArgs.
geoRadiusByMember(K, M, double) - Method in interface org.openingo.spring.extension.data.redis.commands.IGeoCommands
Get the members within the circle defined by the members coordinates and given radius.
geoRadiusByMember(K, M, Distance) - Method in interface org.openingo.spring.extension.data.redis.commands.IGeoCommands
Get the members within the circle defined by the members coordinates and given radius applying Metric.
geoRadiusByMember(K, M, Distance, RedisGeoCommands.GeoRadiusCommandArgs) - Method in interface org.openingo.spring.extension.data.redis.commands.IGeoCommands
Get the members within the circle defined by the members coordinates and given radius applying Metric and RedisGeoCommands.GeoRadiusCommandArgs.
geoRemove(K, V...) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Remove the members.
geoRemove(K, M...) - Method in interface org.openingo.spring.extension.data.redis.commands.IGeoCommands
Remove the members.
get(K) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Get the value of key.
get(K) - Method in interface org.openingo.spring.extension.data.redis.commands.IValueCommands
Get the value of key.
get(String, Object) - Method in class org.springframework.data.redis.core.DefaultHashOperationsX
 
get(Object) - Method in class org.springframework.data.redis.core.DefaultValueOperationsX
 
get(String, long, long) - Method in class org.springframework.data.redis.core.DefaultValueOperationsX
 
getAndSet(String, V) - Method in class org.springframework.data.redis.core.DefaultValueOperationsX
 
getBean(Class<T>) - Static method in class org.openingo.spring.boot.SpringApplicationX
Return the bean instance that uniquely matches the given object type, if any.
getBit(K, long) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Get the bit value at offset of value at key.
getBit(K, long) - Method in interface org.openingo.spring.extension.data.redis.commands.IValueCommands
Get the bit value at offset of value at key.
getBit(String, long) - Method in class org.springframework.data.redis.core.DefaultValueOperationsX
 
getConnection() - Method in class org.openingo.spring.datasource.routing.RoutingDataSource
 
getConnection(String, String) - Method in class org.openingo.spring.datasource.routing.RoutingDataSource
 
getCurrentUsingDataSourceKey() - Static method in class org.openingo.spring.datasource.holder.RoutingDataSourceHolder
Returns the current using dataSource key
getCurrentUsingDataSourceProvider() - Method in class org.openingo.spring.datasource.routing.RoutingDataSource
Returns current using dataSource provider instance default is defaultTargetDataSource
getDataSource() - Method in class org.openingo.spring.datasource.provider.DruidDataSourceProvider
Returns provider's dataSource
getDataSource() - Method in class org.openingo.spring.datasource.provider.HikariDataSourceProvider
Returns provider's dataSource
getDataSource() - Method in interface org.openingo.spring.datasource.provider.IDataSourceProvider
Returns provider's dataSource
getError(Map<String, Object>) - Method in class org.springframework.boot.web.servlet.error.DefaultErrorAttributesX
 
getErrorAttributes(WebRequest, boolean) - Method in class org.openingo.spring.http.request.error.AbstractServiceErrorAttributes
Returns a Map of the error attributes.
getErrorAttributes(WebRequest, boolean) - Method in class org.springframework.boot.web.servlet.error.DefaultErrorAttributesX
Returns a Map of the error attributes that has exception, handler, message, error, timestamp, status, path params.
getExceptionCode() - Method in exception org.openingo.spring.exception.ServiceException
 
getHandlerExecutionException() - Method in class org.springframework.boot.web.servlet.error.DefaultErrorAttributesX
Returns current handler execution 's instance, may be null.
getInstance() - Static method in class org.openingo.spring.http.request.HttpRequestReporter
 
getKeyName(String) - Method in class org.openingo.spring.extension.data.redis.naming.DefaultKeyNamingPolicy
if KeyNamingKit.getNaming() is "null" return key, otherwise return KeyNamingKit.getNaming()+KeyNamingKit.NAMING_SEPARATOR+key
getKeyName(String) - Method in interface org.openingo.spring.extension.data.redis.naming.IKeyNamingPolicy
Get naming key
getKeyName(String) - Method in class org.springframework.data.redis.core.DefaultBoundGeoOperationsX
 
getKeyName(String) - Method in class org.springframework.data.redis.core.DefaultBoundListOperationsX
 
getKeyName(String) - Method in class org.springframework.data.redis.core.DefaultBoundOperationsX
 
getKeyName(String) - Method in class org.springframework.data.redis.core.DefaultBoundSetOperationsX
 
getKeyName(String) - Method in class org.springframework.data.redis.core.DefaultBoundValueOperationsX
 
getKeyName(String) - Method in class org.springframework.data.redis.core.DefaultBoundZSetOperationsX
 
getKeyName(String) - Method in class org.springframework.data.redis.core.DefaultClusterOperationsX
 
getKeyName(String) - Method in class org.springframework.data.redis.core.DefaultGeoOperationsX
 
getKeyName(String) - Method in class org.springframework.data.redis.core.DefaultHashOperationsX
 
getKeyName(String) - Method in class org.springframework.data.redis.core.DefaultHyperLogLogOperationsX
 
getKeyName(String) - Method in class org.springframework.data.redis.core.DefaultListOperationsX
 
getKeyName(String) - Method in class org.springframework.data.redis.core.DefaultSetOperationsX
 
getKeyName(String) - Method in class org.springframework.data.redis.core.DefaultValueOperationsX
 
getKeyName(String) - Method in class org.springframework.data.redis.core.DefaultZSetOperationsX
 
getKeyNames(String...) - Method in interface org.openingo.spring.extension.data.redis.naming.IKeyNamingPolicy
Get naming keys
getKeyNames(Collection<String>) - Method in interface org.openingo.spring.extension.data.redis.naming.IKeyNamingPolicy
Get naming keys
getMessage(Map<String, Object>) - Method in class org.springframework.boot.web.servlet.error.DefaultErrorAttributesX
 
getNaming() - Static method in class org.openingo.spring.extension.data.redis.naming.KeyNamingKit
 
getOriginKey() - Method in class org.springframework.data.redis.core.DefaultBoundGeoOperationsX
Get origin Key
getOriginKey() - Method in class org.springframework.data.redis.core.DefaultBoundListOperationsX
Get origin Key
getOriginKey() - Method in class org.springframework.data.redis.core.DefaultBoundOperationsX
Get origin Key
getOriginKey() - Method in class org.springframework.data.redis.core.DefaultBoundSetOperationsX
Get origin Key
getOriginKey() - Method in class org.springframework.data.redis.core.DefaultBoundValueOperationsX
Get origin Key
getOriginKey() - Method in class org.springframework.data.redis.core.DefaultBoundZSetOperationsX
Get origin Key
getOriginKey() - Method in interface org.springframework.data.redis.core.IBoundOperationsX
Get origin Key
getProviderName() - Method in class org.openingo.spring.datasource.provider.DruidDataSourceProvider
 
getProviderName() - Method in class org.openingo.spring.datasource.provider.HikariDataSourceProvider
 
getProviderName() - Method in interface org.openingo.spring.datasource.provider.IDataSourceProvider
 
getRange(K, long, long) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Get a substring of value of key between begin and end.
getRange(K, long, long) - Method in interface org.openingo.spring.extension.data.redis.commands.IValueCommands
Get a substring of value of key between begin and end.
getSet(K, V) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Set value of key and return its old value.
getSet(K, V) - Method in interface org.openingo.spring.extension.data.redis.commands.IValueCommands
Set value of key and return its old value.
getStatus(Map<String, Object>) - Method in class org.springframework.boot.web.servlet.error.DefaultErrorAttributesX
Current Request's status
getVersion() - Static method in class org.openingo.spring.boot.SpringBootVersionX
Return the full version string of the present Spring Boot codebase, or null if it cannot be determined.

H

hasDataSource(Object) - Method in class org.openingo.spring.datasource.routing.RoutingDataSource
the dataSource has the dataSourceKey is exists or not.
hash(String, M...) - Method in class org.springframework.data.redis.core.DefaultGeoOperationsX
Get Geohash representation of the position for one or more members.
hasKey(String, Object) - Method in class org.springframework.data.redis.core.DefaultHashOperationsX
 
hDel(K, Object...) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Delete given hash hashKeys.
hDel(K, Object...) - Method in interface org.openingo.spring.extension.data.redis.commands.IHashCommands
Delete given hash hashKeys.
hExists(K, Object) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Determine if given hash hashKey exists.
hExists(K, Object) - Method in interface org.openingo.spring.extension.data.redis.commands.IHashCommands
Determine if given hash hashKey exists.
hGet(K, Object) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Get value for given hashKey from hash at key.
hGet(K, Object) - Method in interface org.openingo.spring.extension.data.redis.commands.IHashCommands
Get value for given hashKey from hash at key.
hGetAll(K) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Get entire hash stored at key.
hGetAll(K) - Method in interface org.openingo.spring.extension.data.redis.commands.IHashCommands
Get entire hash stored at key.
HikariDataSourceProvider - Class in org.openingo.spring.datasource.provider
HikariDataSourceProvider
HikariDataSourceProvider(HikariDataSource) - Constructor for class org.openingo.spring.datasource.provider.HikariDataSourceProvider
 
HikariDataSourceProvider(String, String, String) - Constructor for class org.openingo.spring.datasource.provider.HikariDataSourceProvider
 
HikariDataSourceProvider(String, String, String, String) - Constructor for class org.openingo.spring.datasource.provider.HikariDataSourceProvider
 
hKeys(K) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Get key set (fields) of hash at key.
hKeys(K) - Method in interface org.openingo.spring.extension.data.redis.commands.IHashCommands
Get key set (fields) of hash at key.
hLen(K) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Get size of hash at key.
hLen(K) - Method in interface org.openingo.spring.extension.data.redis.commands.IHashCommands
Get size of hash at key.
hMget(K, Collection<Object>) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Get values for given hashKeys from hash at key.
hMget(K, Collection<Object>) - Method in interface org.openingo.spring.extension.data.redis.commands.IHashCommands
Get values for given hashKeys from hash at key.
hmset(K, Map<Object, Object>) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Set multiple hash fields to multiple values using data provided in m.
hmset(K, Map<Object, Object>) - Method in interface org.openingo.spring.extension.data.redis.commands.IHashCommands
Set multiple hash fields to multiple values using data provided in m.
hSet(K, Object, Object) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Set the value of a hash hashKey.
hSet(K, Object, Object) - Method in interface org.openingo.spring.extension.data.redis.commands.IHashCommands
Set the value of a hash hashKey.
HTTP_REQUEST_CORS_CONFIG_PROPERTIES_PREFIX - Static variable in class org.openingo.spring.constants.PropertiesConstants
 
HTTP_REQUEST_ERROR_CONFIG_PROPERTIES_PREFIX - Static variable in class org.openingo.spring.constants.PropertiesConstants
 
HTTP_REQUEST_LOG_CONFIG_PROPERTIES_PREFIX - Static variable in class org.openingo.spring.constants.PropertiesConstants
 
HttpConfig - Class in org.openingo.spring.extension.http.config
HttpConfig
HttpConfig() - Constructor for class org.openingo.spring.extension.http.config.HttpConfig
 
HttpConfigProperties - Class in org.openingo.spring.extension.http.config
HttpConfigProperties
HttpConfigProperties() - Constructor for class org.openingo.spring.extension.http.config.HttpConfigProperties
 
HttpConfigProperties.HttpRequestCorsConfigProperties - Class in org.openingo.spring.extension.http.config
 
HttpConfigProperties.HttpRequestErrorConfigProperties - Class in org.openingo.spring.extension.http.config
 
HttpConfigProperties.HttpRequestLogConfigProperties - Class in org.openingo.spring.extension.http.config
 
HttpRequestCorsConfigProperties() - Constructor for class org.openingo.spring.extension.http.config.HttpConfigProperties.HttpRequestCorsConfigProperties
 
HttpRequestErrorConfigProperties() - Constructor for class org.openingo.spring.extension.http.config.HttpConfigProperties.HttpRequestErrorConfigProperties
 
httpRequestLogAspect() - Method in class org.openingo.spring.extension.http.config.HttpConfig
 
HttpRequestLogAspect - Class in org.openingo.spring.http.request
HttpRequestLogAspect
HttpRequestLogAspect() - Constructor for class org.openingo.spring.http.request.HttpRequestLogAspect
 
HttpRequestLogConfigProperties() - Constructor for class org.openingo.spring.extension.http.config.HttpConfigProperties.HttpRequestLogConfigProperties
 
HttpRequestReporter - Class in org.openingo.spring.http.request
HttpRequest Reporter
hVals(K) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Get entry set (values) of hash at key.
hVals(K) - Method in interface org.openingo.spring.extension.data.redis.commands.IHashCommands
Get entry set (values) of hash at key.

I

IBoundOperationsX - Interface in org.springframework.data.redis.core
IBoundHashOperationsX
IDataSourceProvider - Interface in org.openingo.spring.datasource.provider
IDataSourceProvider
IGeoCommands<K,M> - Interface in org.openingo.spring.extension.data.redis.commands
IGeoCommands
IHashCommands<K,V> - Interface in org.openingo.spring.extension.data.redis.commands
IHashCommands
IHyperLogLogCommands<K,V> - Interface in org.openingo.spring.extension.data.redis.commands
IHyperLogLogCommands
IKeyNamingPolicy - Interface in org.openingo.spring.extension.data.redis.naming
IKeyNamingPolicy
IListCommands<K,V> - Interface in org.openingo.spring.extension.data.redis.commands
IListCommands
incr(K) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Increment an integer value stored as string value under key by one.
incr(K) - Method in interface org.openingo.spring.extension.data.redis.commands.IValueCommands
Increment an integer value stored as string value under key by one.
incrBy(K, long) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Increment an integer value stored as string value under key by delta.
incrBy(K, long) - Method in interface org.openingo.spring.extension.data.redis.commands.IValueCommands
Increment an integer value stored as string value under key by delta.
increment(String, HK, long) - Method in class org.springframework.data.redis.core.DefaultHashOperationsX
 
increment(String, HK, double) - Method in class org.springframework.data.redis.core.DefaultHashOperationsX
 
increment(String) - Method in class org.springframework.data.redis.core.DefaultValueOperationsX
 
increment(String, long) - Method in class org.springframework.data.redis.core.DefaultValueOperationsX
 
increment(String, double) - Method in class org.springframework.data.redis.core.DefaultValueOperationsX
 
incrementScore(String, V, double) - Method in class org.springframework.data.redis.core.DefaultZSetOperationsX
 
index(String, long) - Method in class org.springframework.data.redis.core.DefaultListOperationsX
 
initMainApplicationInfo(Class<?>) - Static method in class org.openingo.spring.boot.SpringApplicationX
Init main application info: class and package
intersect(String, String) - Method in class org.springframework.data.redis.core.DefaultSetOperationsX
 
intersect(String, Collection<String>) - Method in class org.springframework.data.redis.core.DefaultSetOperationsX
 
intersectAndStore(String, String, String) - Method in class org.springframework.data.redis.core.DefaultSetOperationsX
 
intersectAndStore(String, Collection<String>, String) - Method in class org.springframework.data.redis.core.DefaultSetOperationsX
 
intersectAndStore(String, String, String) - Method in class org.springframework.data.redis.core.DefaultZSetOperationsX
 
intersectAndStore(String, Collection<String>, String) - Method in class org.springframework.data.redis.core.DefaultZSetOperationsX
 
intersectAndStore(String, Collection<String>, String, RedisZSetCommands.Aggregate, RedisZSetCommands.Weights) - Method in class org.springframework.data.redis.core.DefaultZSetOperationsX
 
IRedisCommands<K,V> - Interface in org.openingo.spring.extension.data.redis.commands
IRedisCommands
isDebugging - Static variable in class org.openingo.spring.boot.SpringApplicationX
Spring Application debugging status
ISerializer<T> - Interface in org.openingo.spring.extension.data.redis.serializer
ISerializer
ISetCommands<K,V> - Interface in org.openingo.spring.extension.data.redis.commands
ISetCommands
isMember(String, Object) - Method in class org.springframework.data.redis.core.DefaultSetOperationsX
 
isWrapperFor(Class<?>) - Method in class org.openingo.spring.datasource.routing.RoutingDataSource
 
IValueCommands<K,V> - Interface in org.openingo.spring.extension.data.redis.commands
IValueCommands
IZSetCommands<K,V> - Interface in org.openingo.spring.extension.data.redis.commands
IZSetCommands

K

KeyNamingKit - Class in org.openingo.spring.extension.data.redis.naming
KeyNamingKit
keyNamingPolicy() - Method in class org.openingo.spring.extension.data.redis.config.RedisConfig
if KeyNamingKit.getNaming() is "null" return key, otherwise return KeyNamingKit.getNaming()+KeyNamingKit.NAMING_SEPARATOR+key
keys(RedisClusterNode, String) - Method in class org.springframework.data.redis.core.DefaultClusterOperationsX
Get all keys located at given node.
keys(String) - Method in class org.springframework.data.redis.core.DefaultHashOperationsX
 

L

leftPop(String) - Method in class org.springframework.data.redis.core.DefaultListOperationsX
 
leftPop(String, long, TimeUnit) - Method in class org.springframework.data.redis.core.DefaultListOperationsX
 
leftPush(String, V) - Method in class org.springframework.data.redis.core.DefaultListOperationsX
 
leftPush(String, V, V) - Method in class org.springframework.data.redis.core.DefaultListOperationsX
 
leftPushAll(String, V...) - Method in class org.springframework.data.redis.core.DefaultListOperationsX
 
leftPushAll(String, Collection<V>) - Method in class org.springframework.data.redis.core.DefaultListOperationsX
 
leftPushIfPresent(String, V) - Method in class org.springframework.data.redis.core.DefaultListOperationsX
 
lengthOfValue(String, HK) - Method in class org.springframework.data.redis.core.DefaultHashOperationsX
 
lIndex(K, long) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Get element at index form list at key.
lIndex(K, long) - Method in interface org.openingo.spring.extension.data.redis.commands.IListCommands
Get element at index form list at key.
lLen(K) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Get the size of list stored at key.
lLen(K) - Method in interface org.openingo.spring.extension.data.redis.commands.IListCommands
Get the size of list stored at key.
log() - Method in class org.openingo.spring.http.request.HttpRequestLogAspect
 
lPop(K) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Removes and returns first element in list stored at key.
lPop(K) - Method in interface org.openingo.spring.extension.data.redis.commands.IListCommands
Removes and returns first element in list stored at key.
lPush(K, V) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Prepend value to key.
lPush(K, V...) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Prepend values to key.
lPush(K, Collection<V>) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Prepend values to key.
lPush(K, V) - Method in interface org.openingo.spring.extension.data.redis.commands.IListCommands
Prepend value to key.
lPush(K, V...) - Method in interface org.openingo.spring.extension.data.redis.commands.IListCommands
Prepend values to key.
lPush(K, Collection<V>) - Method in interface org.openingo.spring.extension.data.redis.commands.IListCommands
Prepend values to key.
lPushx(K, V) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Prepend values to key only if the list exists.
lPushx(K, V) - Method in interface org.openingo.spring.extension.data.redis.commands.IListCommands
Prepend values to key only if the list exists.
lRange(K, long, long) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Get elements between begin and end from list at key.
lRange(K, long, long) - Method in interface org.openingo.spring.extension.data.redis.commands.IListCommands
Get elements between begin and end from list at key.
lRem(K, long, V) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Removes the first count occurrences of value from the list stored at key.
lRem(K, long, V) - Method in interface org.openingo.spring.extension.data.redis.commands.IListCommands
Removes the first count occurrences of value from the list stored at key.
lSet(K, long, V) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Set the value list element at index.
lSet(K, long, V) - Method in interface org.openingo.spring.extension.data.redis.commands.IListCommands
Set the value list element at index.
ltrim(K, long, long) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Trim list at key to elements between start and end.
ltrim(K, long, long) - Method in interface org.openingo.spring.extension.data.redis.commands.IListCommands
Trim list at key to elements between start and end.

M

mainApplicationClass - Static variable in class org.openingo.spring.boot.SpringApplicationX
Spring Application mainApplicationClass
mapKeyNaming(Map<? extends String, ? extends V>) - Method in interface org.openingo.spring.extension.data.redis.naming.IKeyNamingPolicy
Map keys naming
members(String) - Method in class org.springframework.data.redis.core.DefaultSetOperationsX
 
mGet(Collection<K>) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Get multiple keys.
mGet(Collection<K>) - Method in interface org.openingo.spring.extension.data.redis.commands.IValueCommands
Get multiple keys.
move(String, V, String) - Method in class org.springframework.data.redis.core.DefaultSetOperationsX
 
mSet(Object...) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Set multiple keys to multiple values using key-value pairs.
mSet(Map<K, V>) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Set multiple keys to multiple values using key-value pairs provided in tuple.
mSet(Object...) - Method in interface org.openingo.spring.extension.data.redis.commands.IValueCommands
Set multiple keys to multiple values using key-value pairs.
mSet(Map<K, V>) - Method in interface org.openingo.spring.extension.data.redis.commands.IValueCommands
Set multiple keys to multiple values using key-value pairs provided in tuple.
multiGet(String, Collection<HK>) - Method in class org.springframework.data.redis.core.DefaultHashOperationsX
 
multiGet(Collection<String>) - Method in class org.springframework.data.redis.core.DefaultValueOperationsX
 
multiSet(Map<? extends String, ? extends V>) - Method in class org.springframework.data.redis.core.DefaultValueOperationsX
 
multiSetIfAbsent(Map<? extends String, ? extends V>) - Method in class org.springframework.data.redis.core.DefaultValueOperationsX
 

N

NAMING_SEPARATOR - Static variable in class org.openingo.spring.extension.data.redis.naming.KeyNamingKit
 

O

object - Static variable in class org.openingo.spring.extension.data.redis.serializer.FstRedisSerializer
 
opsForCluster() - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
 
opsForCluster() - Method in class org.openingo.spring.extension.data.redis.RedisTemplateX
 
opsForGeo() - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
 
opsForGeo() - Method in class org.openingo.spring.extension.data.redis.RedisTemplateX
 
opsForHash() - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
 
opsForHash() - Method in class org.openingo.spring.extension.data.redis.RedisTemplateX
 
opsForHyperLogLog() - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
 
opsForHyperLogLog() - Method in class org.openingo.spring.extension.data.redis.RedisTemplateX
 
opsForList() - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
 
opsForList() - Method in class org.openingo.spring.extension.data.redis.RedisTemplateX
 
opsForSet() - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
 
opsForSet() - Method in class org.openingo.spring.extension.data.redis.RedisTemplateX
 
opsForValue() - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
 
opsForValue() - Method in class org.openingo.spring.extension.data.redis.RedisTemplateX
 
opsForZSet() - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
 
opsForZSet() - Method in class org.openingo.spring.extension.data.redis.RedisTemplateX
 
org.openingo.spring.annotation - package org.openingo.spring.annotation
 
org.openingo.spring.boot - package org.openingo.spring.boot
 
org.openingo.spring.config - package org.openingo.spring.config
 
org.openingo.spring.constants - package org.openingo.spring.constants
 
org.openingo.spring.datasource.holder - package org.openingo.spring.datasource.holder
 
org.openingo.spring.datasource.provider - package org.openingo.spring.datasource.provider
 
org.openingo.spring.datasource.routing - package org.openingo.spring.datasource.routing
 
org.openingo.spring.exception - package org.openingo.spring.exception
 
org.openingo.spring.extension.data.redis - package org.openingo.spring.extension.data.redis
 
org.openingo.spring.extension.data.redis.commands - package org.openingo.spring.extension.data.redis.commands
 
org.openingo.spring.extension.data.redis.config - package org.openingo.spring.extension.data.redis.config
 
org.openingo.spring.extension.data.redis.naming - package org.openingo.spring.extension.data.redis.naming
 
org.openingo.spring.extension.data.redis.serializer - package org.openingo.spring.extension.data.redis.serializer
 
org.openingo.spring.extension.datasource.config - package org.openingo.spring.extension.datasource.config
 
org.openingo.spring.extension.http.config - package org.openingo.spring.extension.http.config
 
org.openingo.spring.http.request - package org.openingo.spring.http.request
 
org.openingo.spring.http.request.error - package org.openingo.spring.http.request.error
 
org.openingo.spring.kit - package org.openingo.spring.kit
 
org.openingo.spring.scanner - package org.openingo.spring.scanner
 
org.springframework.boot.web.servlet.error - package org.springframework.boot.web.servlet.error
 
org.springframework.data.redis.core - package org.springframework.data.redis.core
 

P

PackageConstants - Class in org.openingo.spring.constants
PackageConstants
persist(K) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Remove the expiration from given key.
persist(K) - Method in interface org.openingo.spring.extension.data.redis.commands.IValueCommands
Remove the expiration from given key.
pExpire(K, long) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Set time(Seconds) to live for given key..
pExpire(K, long) - Method in interface org.openingo.spring.extension.data.redis.commands.IValueCommands
Set time(Seconds) to live for given key..
pfAdd(K, V...) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Adds the given values to the key.
pfAdd(K, V...) - Method in interface org.openingo.spring.extension.data.redis.commands.IHyperLogLogCommands
Adds the given values to the key.
pfCount(K...) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Gets the current number of elements within the key.
pfCount(K...) - Method in interface org.openingo.spring.extension.data.redis.commands.IHyperLogLogCommands
Gets the current number of elements within the key.
pfMerge(K, K...) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Merges all values of given sourceKeys into destination key.
pfMerge(K, K...) - Method in interface org.openingo.spring.extension.data.redis.commands.IHyperLogLogCommands
Merges all values of given sourceKeys into destination key.
pop(String) - Method in class org.springframework.data.redis.core.DefaultSetOperationsX
 
pop(String, long) - Method in class org.springframework.data.redis.core.DefaultSetOperationsX
 
position(String, M...) - Method in class org.springframework.data.redis.core.DefaultGeoOperationsX
Get the Point representation of positions for one or more members.
preDestroy() - Method in class org.openingo.spring.datasource.routing.RoutingDataSource
 
PROD - Static variable in class org.openingo.spring.constants.EnvsConstants
 
PropertiesConstants - Class in org.openingo.spring.constants
PropertiesConstants
put(String, HK, HV) - Method in class org.springframework.data.redis.core.DefaultHashOperationsX
 
putAll(String, Map<? extends HK, ? extends HV>) - Method in class org.springframework.data.redis.core.DefaultHashOperationsX
 
putIfAbsent(String, HK, HV) - Method in class org.springframework.data.redis.core.DefaultHashOperationsX
 

R

radius(String, V, double) - Method in class org.springframework.data.redis.core.DefaultBoundGeoOperationsX
 
radius(String, Circle) - Method in class org.springframework.data.redis.core.DefaultGeoOperationsX
Get the members within the boundaries of a given Circle.
radius(String, Circle, RedisGeoCommands.GeoRadiusCommandArgs) - Method in class org.springframework.data.redis.core.DefaultGeoOperationsX
Get the members within the boundaries of a given Circle applying RedisGeoCommands.GeoRadiusCommandArgs.
radius(String, M, double) - Method in class org.springframework.data.redis.core.DefaultGeoOperationsX
Get the members within the circle defined by the members coordinates and given radius.
radius(String, M, Distance) - Method in class org.springframework.data.redis.core.DefaultGeoOperationsX
Get the members within the circle defined by the members coordinates and given radius applying Metric.
radius(String, M, Distance, RedisGeoCommands.GeoRadiusCommandArgs) - Method in class org.springframework.data.redis.core.DefaultGeoOperationsX
Get the members within the circle defined by the members coordinates and given radius applying Metric and RedisGeoCommands.GeoRadiusCommandArgs.
randomMember(String) - Method in class org.springframework.data.redis.core.DefaultSetOperationsX
 
randomMembers(String, long) - Method in class org.springframework.data.redis.core.DefaultSetOperationsX
 
range(String, long, long) - Method in class org.springframework.data.redis.core.DefaultListOperationsX
 
range(String, long, long) - Method in class org.springframework.data.redis.core.DefaultZSetOperationsX
 
rangeByLex(String, RedisZSetCommands.Range) - Method in class org.springframework.data.redis.core.DefaultZSetOperationsX
 
rangeByLex(String, RedisZSetCommands.Range, RedisZSetCommands.Limit) - Method in class org.springframework.data.redis.core.DefaultZSetOperationsX
 
rangeByScore(String, double, double) - Method in class org.springframework.data.redis.core.DefaultZSetOperationsX
 
rangeByScore(String, double, double, long, long) - Method in class org.springframework.data.redis.core.DefaultZSetOperationsX
 
rangeByScore(String, String, String) - Method in class org.springframework.data.redis.core.DefaultZSetOperationsX
 
rangeByScore(String, String, String, long, long) - Method in class org.springframework.data.redis.core.DefaultZSetOperationsX
 
rangeByScoreWithScores(String, double, double) - Method in class org.springframework.data.redis.core.DefaultZSetOperationsX
 
rangeByScoreWithScores(String, double, double, long, long) - Method in class org.springframework.data.redis.core.DefaultZSetOperationsX
 
rangeWithScores(String, long, long) - Method in class org.springframework.data.redis.core.DefaultZSetOperationsX
 
rank(String, Object) - Method in class org.springframework.data.redis.core.DefaultZSetOperationsX
 
REDIS_CONFIG_PROPERTIES_PREFIX - Static variable in class org.openingo.spring.constants.PropertiesConstants
 
RedisConfig - Class in org.openingo.spring.extension.data.redis.config
RedisConfig
RedisConfig() - Constructor for class org.openingo.spring.extension.data.redis.config.RedisConfig
 
RedisConfigProperties - Class in org.openingo.spring.extension.data.redis.config
RedisConfigProperties
RedisConfigProperties() - Constructor for class org.openingo.spring.extension.data.redis.config.RedisConfigProperties
 
redisTemplate(RedisConnectionFactory) - Method in class org.openingo.spring.extension.data.redis.config.RedisConfig
 
redisTemplateX() - Method in class org.openingo.spring.extension.data.redis.config.RedisConfig
 
RedisTemplateX<V> - Class in org.openingo.spring.extension.data.redis
RedisTemplateX< String, V>
RedisTemplateX() - Constructor for class org.openingo.spring.extension.data.redis.RedisTemplateX
 
remove(String, M...) - Method in class org.springframework.data.redis.core.DefaultGeoOperationsX
Remove the members.
remove(String, long, Object) - Method in class org.springframework.data.redis.core.DefaultListOperationsX
 
remove(String, Object...) - Method in class org.springframework.data.redis.core.DefaultSetOperationsX
 
remove(String, Object...) - Method in class org.springframework.data.redis.core.DefaultZSetOperationsX
 
removeDataSource(Object) - Method in class org.openingo.spring.datasource.routing.RoutingDataSource
remove the dataSource with the dataSourceKey
removeRange(String, long, long) - Method in class org.springframework.data.redis.core.DefaultZSetOperationsX
 
removeRangeByScore(String, double, double) - Method in class org.springframework.data.redis.core.DefaultZSetOperationsX
 
rename(K, K) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Rename key oldKey to newKey.
rename(K, K) - Method in interface org.openingo.spring.extension.data.redis.commands.IValueCommands
Rename key oldKey to newKey.
rename(String) - Method in class org.springframework.data.redis.core.DefaultBoundGeoOperationsX
Renames the key.
rename(String) - Method in class org.springframework.data.redis.core.DefaultBoundListOperationsX
 
rename(String) - Method in class org.springframework.data.redis.core.DefaultBoundOperationsX
 
rename(String) - Method in class org.springframework.data.redis.core.DefaultBoundSetOperationsX
 
rename(String) - Method in class org.springframework.data.redis.core.DefaultBoundValueOperationsX
 
rename(String) - Method in class org.springframework.data.redis.core.DefaultBoundZSetOperationsX
 
report() - Method in class org.openingo.spring.http.request.HttpRequestReporter
Current Request report
report(String) - Method in class org.openingo.spring.http.request.HttpRequestReporter
Report information
REQUEST_REPORT_HEADER - Static variable in class org.openingo.spring.constants.Constants
 
resolveException(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class org.springframework.boot.web.servlet.error.DefaultErrorAttributesX
Try to resolve the given exception that got thrown during handler execution, returning a ModelAndView that represents a specific error page if appropriate.
responseOK(Map<String, Object>) - Method in class org.springframework.boot.web.servlet.error.DefaultErrorAttributesX
 
reverseRange(String, long, long) - Method in class org.springframework.data.redis.core.DefaultZSetOperationsX
 
reverseRangeByScore(String, double, double) - Method in class org.springframework.data.redis.core.DefaultZSetOperationsX
 
reverseRangeByScore(String, double, double, long, long) - Method in class org.springframework.data.redis.core.DefaultZSetOperationsX
 
reverseRangeByScoreWithScores(String, double, double) - Method in class org.springframework.data.redis.core.DefaultZSetOperationsX
 
reverseRangeByScoreWithScores(String, double, double, long, long) - Method in class org.springframework.data.redis.core.DefaultZSetOperationsX
 
reverseRangeWithScores(String, long, long) - Method in class org.springframework.data.redis.core.DefaultZSetOperationsX
 
reverseRank(String, Object) - Method in class org.springframework.data.redis.core.DefaultZSetOperationsX
 
rightPop(String) - Method in class org.springframework.data.redis.core.DefaultListOperationsX
 
rightPop(String, long, TimeUnit) - Method in class org.springframework.data.redis.core.DefaultListOperationsX
 
rightPopAndLeftPush(String, String) - Method in class org.springframework.data.redis.core.DefaultListOperationsX
 
rightPopAndLeftPush(String, String, long, TimeUnit) - Method in class org.springframework.data.redis.core.DefaultListOperationsX
 
rightPush(String, V) - Method in class org.springframework.data.redis.core.DefaultListOperationsX
 
rightPush(String, V, V) - Method in class org.springframework.data.redis.core.DefaultListOperationsX
 
rightPushAll(String, V...) - Method in class org.springframework.data.redis.core.DefaultListOperationsX
 
rightPushAll(String, Collection<V>) - Method in class org.springframework.data.redis.core.DefaultListOperationsX
 
rightPushIfPresent(String, V) - Method in class org.springframework.data.redis.core.DefaultListOperationsX
 
RoutingDataSource - Class in org.openingo.spring.datasource.routing
RoutingDataSource DataSource implementation that routes RoutingDataSource.getConnection() calls to one of various target DataSources based on a lookup key.
RoutingDataSource() - Constructor for class org.openingo.spring.datasource.routing.RoutingDataSource
 
RoutingDataSource(IDataSourceProvider) - Constructor for class org.openingo.spring.datasource.routing.RoutingDataSource
 
RoutingDataSource(IDataSourceProvider, ConcurrentHashMap<Object, IDataSourceProvider>) - Constructor for class org.openingo.spring.datasource.routing.RoutingDataSource
 
RoutingDataSourceHolder - Class in org.openingo.spring.datasource.holder
RoutingDataSourceHolder
rPop(K) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Removes and returns last element in list stored at key.
rPop(K) - Method in interface org.openingo.spring.extension.data.redis.commands.IListCommands
Removes and returns last element in list stored at key.
rPoplPush(K, K) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Remove the last element from list at sourceKey, append it to destinationKey and return its value.
rPoplPush(K, K) - Method in interface org.openingo.spring.extension.data.redis.commands.IListCommands
Remove the last element from list at sourceKey, append it to destinationKey and return its value.
rPush(K, V) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Append value to key.
rPush(K, V...) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Append values to key.
rPush(K, Collection<V>) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Append values to key.
rPush(K, V) - Method in interface org.openingo.spring.extension.data.redis.commands.IListCommands
Append value to key.
rPush(K, V...) - Method in interface org.openingo.spring.extension.data.redis.commands.IListCommands
Append values to key.
rPush(K, Collection<V>) - Method in interface org.openingo.spring.extension.data.redis.commands.IListCommands
Append values to key.
rPushx(K, V) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Append values to key only if the list exists.
rPushx(K, V) - Method in interface org.openingo.spring.extension.data.redis.commands.IListCommands
Append values to key only if the list exists.
run(Class<?>, String...) - Static method in class org.openingo.spring.boot.SpringApplicationX
Static helper that can be used to run a SpringApplication from the specified source using default settings.
run(Class<?>[], String[]) - Static method in class org.openingo.spring.boot.SpringApplicationX
Static helper that can be used to run a SpringApplication from the specified sources using default settings and user supplied arguments.

S

sAdd(K, V...) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Add given values to set at key.
sAdd(K, V...) - Method in interface org.openingo.spring.extension.data.redis.commands.ISetCommands
Add given values to set at key.
scan(String, ScanOptions) - Method in class org.springframework.data.redis.core.DefaultHashOperationsX
 
scan(String, ScanOptions) - Method in class org.springframework.data.redis.core.DefaultSetOperationsX
 
scan(String, ScanOptions) - Method in class org.springframework.data.redis.core.DefaultZSetOperationsX
 
sCard(K) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Get size of set at key.
sCard(K) - Method in interface org.openingo.spring.extension.data.redis.commands.ISetCommands
Get size of set at key.
score(String, Object) - Method in class org.springframework.data.redis.core.DefaultZSetOperationsX
 
sDiff(K, K) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Diff all sets for given key and otherKey.
sDiff(K, Collection<K>) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Diff all sets for given key and otherKeys.
sDiff(K, K) - Method in interface org.openingo.spring.extension.data.redis.commands.ISetCommands
Diff all sets for given key and otherKey.
sDiff(K, Collection<K>) - Method in interface org.openingo.spring.extension.data.redis.commands.ISetCommands
Diff all sets for given key and otherKeys.
sDiffStore(K, K, K) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Diff all sets for given key and otherKey and store result in destKey.
sDiffStore(K, Collection<K>, K) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Diff all sets for given key and otherKeys and store result in destKey.
sDiffStore(K, K, K) - Method in interface org.openingo.spring.extension.data.redis.commands.ISetCommands
Diff all sets for given key and otherKey and store result in destKey.
sDiffStore(K, Collection<K>, K) - Method in interface org.openingo.spring.extension.data.redis.commands.ISetCommands
Diff all sets for given key and otherKeys and store result in destKey.
serialize(T) - Method in class org.openingo.spring.extension.data.redis.serializer.FstRedisSerializer
 
ServiceException - Exception in org.openingo.spring.exception
ServiceException
ServiceException(String) - Constructor for exception org.openingo.spring.exception.ServiceException
Constructs a new runtime exception with the specified detail message.
ServiceException(String, Throwable) - Constructor for exception org.openingo.spring.exception.ServiceException
Constructs a new runtime exception with the specified detail message and cause.
ServiceException(Throwable) - Constructor for exception org.openingo.spring.exception.ServiceException
Constructs a new runtime exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
ServiceException(String, Throwable, boolean, boolean) - Constructor for exception org.openingo.spring.exception.ServiceException
Constructs a new runtime exception with the specified detail message, cause, suppression enabled or disabled, and writable stack trace enabled or disabled.
ServiceException(Object, String) - Constructor for exception org.openingo.spring.exception.ServiceException
Constructs a new runtime exception with the specified detail message.
ServiceException(Object, String, Throwable) - Constructor for exception org.openingo.spring.exception.ServiceException
Constructs a new runtime exception with the specified detail message and cause.
ServiceException(Object, Throwable) - Constructor for exception org.openingo.spring.exception.ServiceException
Constructs a new runtime exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
ServiceException(Object, String, Throwable, boolean, boolean) - Constructor for exception org.openingo.spring.exception.ServiceException
Constructs a new runtime exception with the specified detail message, cause, suppression enabled or disabled, and writable stack trace enabled or disabled.
set(int, int, int) - Method in class org.openingo.spring.datasource.provider.DruidDataSourceProvider
 
set(K, V) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Set value for key.
set(K, V) - Method in interface org.openingo.spring.extension.data.redis.commands.IValueCommands
Set value for key.
set(String, long, V) - Method in class org.springframework.data.redis.core.DefaultListOperationsX
 
set(String, V) - Method in class org.springframework.data.redis.core.DefaultValueOperationsX
 
set(String, V, long, TimeUnit) - Method in class org.springframework.data.redis.core.DefaultValueOperationsX
 
set(String, V, long) - Method in class org.springframework.data.redis.core.DefaultValueOperationsX
 
setAutoCloseSameKeyDataSource(Boolean) - Method in class org.openingo.spring.datasource.routing.RoutingDataSource
whether or not close the dataSource that has the same dataSource key
setBit(K, long, boolean) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Sets the bit at offset in value stored at key.
setBit(K, long, boolean) - Method in interface org.openingo.spring.extension.data.redis.commands.IValueCommands
Sets the bit at offset in value stored at key.
setBit(String, long, boolean) - Method in class org.springframework.data.redis.core.DefaultValueOperationsX
 
setConnectionInitSqls(String...) - Method in class org.openingo.spring.datasource.provider.DruidDataSourceProvider
 
setCurrentUsingDataSourceKey(Object) - Static method in class org.openingo.spring.datasource.holder.RoutingDataSourceHolder
Set current using dataSource Key
setDefaultTargetDataSource(IDataSourceProvider) - Method in class org.openingo.spring.datasource.routing.RoutingDataSource
Specify the default target DataSource, if any.
setEx(K, long, V) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Set the value and expiration timeout for key.
setEx(K, long, V) - Method in interface org.openingo.spring.extension.data.redis.commands.IValueCommands
Set the value and expiration timeout for key.
setFilters(String) - Method in class org.openingo.spring.datasource.provider.DruidDataSourceProvider
 
setIfAbsent(String, V) - Method in class org.springframework.data.redis.core.DefaultValueOperationsX
 
setIfAbsent(String, V, long, TimeUnit) - Method in class org.springframework.data.redis.core.DefaultValueOperationsX
 
setIfPresent(String, V) - Method in class org.springframework.data.redis.core.DefaultValueOperationsX
 
setIfPresent(String, V, long, TimeUnit) - Method in class org.springframework.data.redis.core.DefaultValueOperationsX
 
setNaming(String) - Static method in class org.openingo.spring.extension.data.redis.naming.KeyNamingKit
 
setProviderName(String) - Method in class org.openingo.spring.datasource.provider.DruidDataSourceProvider
 
setPublicKey(String) - Method in class org.openingo.spring.datasource.provider.DruidDataSourceProvider
 
setRange(K, V, long) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Overwrite parts of key starting at the specified offset with given value.
setRange(K, V, long) - Method in interface org.openingo.spring.extension.data.redis.commands.IValueCommands
Overwrite parts of key starting at the specified offset with given value.
setTargetDataSources(ConcurrentHashMap<Object, IDataSourceProvider>) - Method in class org.openingo.spring.datasource.routing.RoutingDataSource
Specify the map of target DataSources, with the lookup key as key.
sInter(K, K) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Returns the members intersecting all given sets at key and otherKey.
sInter(K, Collection<K>) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Returns the members intersecting all given sets at key and otherKeys.
sInter(K, K) - Method in interface org.openingo.spring.extension.data.redis.commands.ISetCommands
Returns the members intersecting all given sets at key and otherKey.
sInter(K, Collection<K>) - Method in interface org.openingo.spring.extension.data.redis.commands.ISetCommands
Returns the members intersecting all given sets at key and otherKeys.
sInterstore(K, K, K) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Intersect all given sets at key and otherKey and store result in destKey.
sInterStore(K, Collection<K>, K) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Intersect all given sets at key and otherKeys and store result in destKey.
sInterstore(K, K, K) - Method in interface org.openingo.spring.extension.data.redis.commands.ISetCommands
Intersect all given sets at key and otherKey and store result in destKey.
sInterStore(K, Collection<K>, K) - Method in interface org.openingo.spring.extension.data.redis.commands.ISetCommands
Intersect all given sets at key and otherKeys and store result in destKey.
sIsMember(K, Object) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Check if set at key contains value.
sIsMember(K, Object) - Method in interface org.openingo.spring.extension.data.redis.commands.ISetCommands
Check if set at key contains value.
size(String) - Method in class org.springframework.data.redis.core.DefaultHashOperationsX
 
size(String...) - Method in class org.springframework.data.redis.core.DefaultHyperLogLogOperationsX
 
size(String) - Method in class org.springframework.data.redis.core.DefaultListOperationsX
 
size(String) - Method in class org.springframework.data.redis.core.DefaultSetOperationsX
 
size(String) - Method in class org.springframework.data.redis.core.DefaultValueOperationsX
 
size(String) - Method in class org.springframework.data.redis.core.DefaultZSetOperationsX
 
sMembers(K) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Get all elements of set at key.
sMembers(K) - Method in interface org.openingo.spring.extension.data.redis.commands.ISetCommands
Get all elements of set at key.
sPop(K) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Remove and return a random member from set at key.
sPop(K) - Method in interface org.openingo.spring.extension.data.redis.commands.ISetCommands
Remove and return a random member from set at key.
SPRING_APPLICATION_X - Static variable in class org.openingo.spring.constants.Constants
 
springApplication - Static variable in class org.openingo.spring.boot.SpringApplicationX
Current Spring Application
SpringApplicationX - Class in org.openingo.spring.boot
SpringApplicationX 1.
SpringApplicationX() - Constructor for class org.openingo.spring.boot.SpringApplicationX
 
springApplicationX - Static variable in class org.openingo.spring.boot.SpringApplicationX
Current Spring ApplicationX
springBootVersion - Static variable in class org.openingo.spring.boot.SpringApplicationX
Spring Boot Version
springBootVersionX - Static variable in class org.openingo.spring.boot.SpringApplicationX
Spring Boot Version
SpringBootVersionX - Class in org.openingo.spring.boot
 
sRandMember(K) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Get random element from set at key.
sRandMember(K, long) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Get count random elements from set at key.
sRandMember(K) - Method in interface org.openingo.spring.extension.data.redis.commands.ISetCommands
Get random element from set at key.
sRandMember(K, long) - Method in interface org.openingo.spring.extension.data.redis.commands.ISetCommands
Get count random elements from set at key.
sRem(K, Object...) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Remove given values from set at key and return the number of removed elements.
sRem(K, Object...) - Method in interface org.openingo.spring.extension.data.redis.commands.ISetCommands
Remove given values from set at key and return the number of removed elements.
startProviding() - Method in class org.openingo.spring.datasource.provider.DruidDataSourceProvider
start the provider
startProviding() - Method in class org.openingo.spring.datasource.provider.HikariDataSourceProvider
start the provider
startProviding() - Method in interface org.openingo.spring.datasource.provider.IDataSourceProvider
start the provider
string - Static variable in class org.openingo.spring.extension.data.redis.serializer.FstRedisSerializer
 
stringRedisTemplateX() - Method in class org.openingo.spring.extension.data.redis.config.RedisConfig
StringRedisTemplateX
StringRedisTemplateX - Class in org.openingo.spring.extension.data.redis
StringRedisTemplateX lite RedisTemplateX lite< String> wrapper
StringRedisTemplateX() - Constructor for class org.openingo.spring.extension.data.redis.StringRedisTemplateX
 
strLen(K) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Get the length of the value stored at key.
strLen(K) - Method in interface org.openingo.spring.extension.data.redis.commands.IValueCommands
Get the length of the value stored at key.
sUnion(K, K) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Union all sets at given keys and otherKey.
sUnion(K, Collection<K>) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Union all sets at given keys and otherKeys.
sUnion(K, K) - Method in interface org.openingo.spring.extension.data.redis.commands.ISetCommands
Union all sets at given keys and otherKey.
sUnion(K, Collection<K>) - Method in interface org.openingo.spring.extension.data.redis.commands.ISetCommands
Union all sets at given keys and otherKeys.
sUnionStore(K, K, K) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Union all sets at given key and otherKey and store result in destKey.
sUnionStore(K, Collection<K>, K) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Union all sets at given key and otherKeys and store result in destKey.
sUnionStore(K, K, K) - Method in interface org.openingo.spring.extension.data.redis.commands.ISetCommands
Union all sets at given key and otherKey and store result in destKey.
sUnionStore(K, Collection<K>, K) - Method in interface org.openingo.spring.extension.data.redis.commands.ISetCommands
Union all sets at given key and otherKeys and store result in destKey.

T

TEST - Static variable in class org.openingo.spring.constants.EnvsConstants
 
trim(String, long, long) - Method in class org.springframework.data.redis.core.DefaultListOperationsX
 
TRUE - Static variable in class org.openingo.spring.constants.Constants
 
ttl(K) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Get the time to live for key in seconds.
ttl(K) - Method in interface org.openingo.spring.extension.data.redis.commands.IValueCommands
Get the time to live for key in seconds.
type(K) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Determine the type stored at key.
type(K) - Method in interface org.openingo.spring.extension.data.redis.commands.IValueCommands
Determine the type stored at key.

U

union(String, String...) - Method in class org.springframework.data.redis.core.DefaultHyperLogLogOperationsX
 
union(String, String) - Method in class org.springframework.data.redis.core.DefaultSetOperationsX
 
union(String, Collection<String>) - Method in class org.springframework.data.redis.core.DefaultSetOperationsX
 
unionAndStore(String, String, String) - Method in class org.springframework.data.redis.core.DefaultSetOperationsX
 
unionAndStore(String, Collection<String>, String) - Method in class org.springframework.data.redis.core.DefaultSetOperationsX
 
unionAndStore(String, String, String) - Method in class org.springframework.data.redis.core.DefaultZSetOperationsX
 
unionAndStore(String, Collection<String>, String) - Method in class org.springframework.data.redis.core.DefaultZSetOperationsX
 
unionAndStore(String, Collection<String>, String, RedisZSetCommands.Aggregate, RedisZSetCommands.Weights) - Method in class org.springframework.data.redis.core.DefaultZSetOperationsX
 
unwrap(Class<T>) - Method in class org.openingo.spring.datasource.routing.RoutingDataSource
 

V

valueRedisSerializer() - Method in class org.openingo.spring.extension.data.redis.config.RedisConfig
 
values(String) - Method in class org.springframework.data.redis.core.DefaultHashOperationsX
 

Z

zAdd(K, V, double) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Add member to a sorted set at key, or update its score if it already exists.
zAdd(K, Map<V, Double>) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Add scoreMembers to a sorted set at key, or update its score if it already exists.
zAdd(K, V, double) - Method in interface org.openingo.spring.extension.data.redis.commands.IZSetCommands
Add member to a sorted set at key, or update its score if it already exists.
zAdd(K, Map<V, Double>) - Method in interface org.openingo.spring.extension.data.redis.commands.IZSetCommands
Add scoreMembers to a sorted set at key, or update its score if it already exists.
zCard(K) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Returns the number of elements of the sorted set stored with given key.
zCard(K) - Method in interface org.openingo.spring.extension.data.redis.commands.IZSetCommands
Returns the number of elements of the sorted set stored with given key.
zCard(String) - Method in class org.springframework.data.redis.core.DefaultZSetOperationsX
 
zCount(K, double, double) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Count number of elements within sorted set with scores between min and max.
zCount(K, double, double) - Method in interface org.openingo.spring.extension.data.redis.commands.IZSetCommands
Count number of elements within sorted set with scores between min and max.
zIncrby(K, V, double) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Increment the score of element with member in sorted set by score.
zIncrby(K, V, double) - Method in interface org.openingo.spring.extension.data.redis.commands.IZSetCommands
Increment the score of element with member in sorted set by score.
zInterStore(K, K, K) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Intersect sorted sets at key and otherKey and store result in destination destKey.
zInterStore(K, Collection<K>, K) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Intersect sorted sets at key and otherKeys and store result in destination destKey.
zInterStore(K, Collection<K>, K, RedisZSetCommands.Aggregate, RedisZSetCommands.Weights) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Intersect sorted sets at key and otherKeys and store result in destination destKey.
zInterStore(K, K, K) - Method in interface org.openingo.spring.extension.data.redis.commands.IZSetCommands
Intersect sorted sets at key and otherKey and store result in destination destKey.
zInterStore(K, Collection<K>, K) - Method in interface org.openingo.spring.extension.data.redis.commands.IZSetCommands
Intersect sorted sets at key and otherKeys and store result in destination destKey.
zInterStore(K, Collection<K>, K, RedisZSetCommands.Aggregate) - Method in interface org.openingo.spring.extension.data.redis.commands.IZSetCommands
Intersect sorted sets at key and otherKeys and store result in destination destKey.
zInterStore(K, Collection<K>, K, RedisZSetCommands.Aggregate, RedisZSetCommands.Weights) - Method in interface org.openingo.spring.extension.data.redis.commands.IZSetCommands
Intersect sorted sets at key and otherKeys and store result in destination destKey.
zRange(K, long, long) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Get elements between start and end from sorted set.
zRange(K, long, long) - Method in interface org.openingo.spring.extension.data.redis.commands.IZSetCommands
Get elements between start and end from sorted set.
zRangeByLex(K, RedisZSetCommands.Range) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Get all elements with lexicographical ordering from ZSET at key with a value between RedisZSetCommands.Range#getMin() and RedisZSetCommands.Range#getMax().
zRangeByLex(K, RedisZSetCommands.Range, RedisZSetCommands.Limit) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Get all elements n elements, where n = RedisZSetCommands.Limit#getCount(), starting at RedisZSetCommands.Limit#getOffset() with lexicographical ordering from ZSET at key with a value between RedisZSetCommands.Range#getMin() and RedisZSetCommands.Range#getMax().
zRangeByLex(K, RedisZSetCommands.Range) - Method in interface org.openingo.spring.extension.data.redis.commands.IZSetCommands
Get all elements with lexicographical ordering from ZSET at key with a value between RedisZSetCommands.Range#getMin() and RedisZSetCommands.Range#getMax().
zRangeByLex(K, RedisZSetCommands.Range, RedisZSetCommands.Limit) - Method in interface org.openingo.spring.extension.data.redis.commands.IZSetCommands
Get all elements n elements, where n = RedisZSetCommands.Limit#getCount(), starting at RedisZSetCommands.Limit#getOffset() with lexicographical ordering from ZSET at key with a value between RedisZSetCommands.Range#getMin() and RedisZSetCommands.Range#getMax().
zRangeByScore(K, double, double) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Get elements where score is between min and max from sorted set.
zRangeByScore(K, double, double, long, long) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Get elements in range from min to max where score is between min and max from sorted set.
zRangeByScore(K, double, double) - Method in interface org.openingo.spring.extension.data.redis.commands.IZSetCommands
Get elements where score is between min and max from sorted set.
zRangeByScore(K, double, double, long, long) - Method in interface org.openingo.spring.extension.data.redis.commands.IZSetCommands
Get elements in range from min to max where score is between min and max from sorted set.
zRank(K, Object) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Determine the index of element with value in a sorted set.
zRank(K, Object) - Method in interface org.openingo.spring.extension.data.redis.commands.IZSetCommands
Determine the index of element with value in a sorted set.
zRem(K, Object...) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Remove values from sorted set.
zRem(K, Object...) - Method in interface org.openingo.spring.extension.data.redis.commands.IZSetCommands
Remove values from sorted set.
zRemRangeByRank(K, long, long) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Remove elements in range between start and end from sorted set with key.
zRemRangeByRank(K, long, long) - Method in interface org.openingo.spring.extension.data.redis.commands.IZSetCommands
Remove elements in range between start and end from sorted set with key.
zRemRangeByScore(K, double, double) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Remove elements with scores between min and max from sorted set with key.
zRemRangeByScore(K, double, double) - Method in interface org.openingo.spring.extension.data.redis.commands.IZSetCommands
Remove elements with scores between min and max from sorted set with key.
zRevRange(K, long, long) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Get elements in range from start to end from sorted set ordered from high to low.
zRevRange(K, double, double) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Get elements where score is between min and max from sorted set ordered from high to low.
zRevRange(K, long, long) - Method in interface org.openingo.spring.extension.data.redis.commands.IZSetCommands
Get elements in range from start to end from sorted set ordered from high to low.
zRevRange(K, double, double) - Method in interface org.openingo.spring.extension.data.redis.commands.IZSetCommands
Get elements where score is between min and max from sorted set ordered from high to low.
zRevRangeByScore(K, double, double, long, long) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Get elements in range from start to end where score is between min and max from sorted set ordered high -> low.
zRevRangeByScore(K, double, double, long, long) - Method in interface org.openingo.spring.extension.data.redis.commands.IZSetCommands
Get elements in range from start to end where score is between min and max from sorted set ordered high -> low.
zRevRank(K, Object) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Determine the index of element with member in a sorted set when scored high to low.
zRevRank(K, Object) - Method in interface org.openingo.spring.extension.data.redis.commands.IZSetCommands
Determine the index of element with member in a sorted set when scored high to low.
zScan(K, ScanOptions) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Iterate over elements in zset at key.
zScan(K, ScanOptions) - Method in interface org.openingo.spring.extension.data.redis.commands.IZSetCommands
Iterate over elements in zset at key.
zScore(K, Object) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Get the score of element with member from sorted set with key key.
zScore(K, Object) - Method in interface org.openingo.spring.extension.data.redis.commands.IZSetCommands
Get the score of element with member from sorted set with key key.
zUnionStore(K, K, K) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Union sorted sets at key and otherKeys and store result in destination destKey.
zUnionStore(K, Collection<K>, K) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Union sorted sets at key and otherKeys and store result in destination destKey.
zUnionStore(K, Collection<K>, K, RedisZSetCommands.Aggregate, RedisZSetCommands.Weights) - Method in class org.openingo.spring.extension.data.redis.commands.AbstractRedisCommands
Union sorted sets at key and otherKeys and store result in destination destKey.
zUnionStore(K, K, K) - Method in interface org.openingo.spring.extension.data.redis.commands.IZSetCommands
Union sorted sets at key and otherKeys and store result in destination destKey.
zUnionStore(K, Collection<K>, K) - Method in interface org.openingo.spring.extension.data.redis.commands.IZSetCommands
Union sorted sets at key and otherKeys and store result in destination destKey.
zUnionStore(K, Collection<K>, K, RedisZSetCommands.Aggregate) - Method in interface org.openingo.spring.extension.data.redis.commands.IZSetCommands
Union sorted sets at key and otherKeys and store result in destination destKey.
zUnionStore(K, Collection<K>, K, RedisZSetCommands.Aggregate, RedisZSetCommands.Weights) - Method in interface org.openingo.spring.extension.data.redis.commands.IZSetCommands
Union sorted sets at key and otherKeys and store result in destination destKey.
A B C D E F G H I K L M N O P R S T U V Z 
Skip navigation links

Copyright © 2020. All rights reserved.