- GEDID - Static variable in interface org.openingo.spring.boot.extension.gedid.engine.IDidEngine
-
- GEDID_ENGINE_CONFIG_PROPERTIES_PREFIX - Static variable in class org.openingo.spring.boot.constants.PropertiesConstants
-
gedid config properties prefix
- GEDID_ENGINE_ETCD_CONFIG_PROPERTIES_PREFIX - Static variable in class org.openingo.spring.boot.constants.PropertiesConstants
-
gedid etcd id engine config properties
- GEDID_ENGINE_REDIS_CONFIG_PROPERTIES_PREFIX - Static variable in class org.openingo.spring.boot.constants.PropertiesConstants
-
gedid redis id engine config properties
- GEDID_ENGINE_ZOOKEEPER_CONFIG_PROPERTIES_PREFIX - Static variable in class org.openingo.spring.boot.constants.PropertiesConstants
-
gedid zookeeper id engine config properties
- GeDidConfig - Class in org.openingo.spring.boot.extension.gedid.config
-
GeDidConfig
- GeDidConfig() - Constructor for class org.openingo.spring.boot.extension.gedid.config.GeDidConfig
-
- geoAdd(K, Point, M) - Method in interface org.openingo.spring.boot.extension.data.redis.commands.IGeoCommands
-
Add Point with given member name to key.
- geoAdd(K, RedisGeoCommands.GeoLocation<M>) - Method in interface org.openingo.spring.boot.extension.data.redis.commands.IGeoCommands
-
Add RedisGeoCommands.GeoLocation to key.
- geoAdd(K, Map<M, Point>) - Method in interface org.openingo.spring.boot.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.boot.extension.data.redis.commands.IGeoCommands
-
Add RedisGeoCommands.GeoLocations to key
- geoAdd(K, Point, V) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
-
Add Point with given member name to key.
- geoAdd(K, RedisGeoCommands.GeoLocation<V>) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
-
Add RedisGeoCommands.GeoLocation to key.
- geoAdd(K, Map<V, Point>) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
-
Add
Map of member /
Point pairs to key.
- geoAdd(K, Iterable<RedisGeoCommands.GeoLocation<V>>) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
-
Add RedisGeoCommands.GeoLocations to key
- geoDist(K, M, M) - Method in interface org.openingo.spring.boot.extension.data.redis.commands.IGeoCommands
-
Get the Distance between member1 and member2.
- geoDist(K, M, M, Metric) - Method in interface org.openingo.spring.boot.extension.data.redis.commands.IGeoCommands
-
Get the Distance between member1 and member2 in the given Metric.
- geoDist(K, V, V) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
-
Get the Distance between member1 and member2.
- geoDist(K, V, V, Metric) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
-
Get the Distance between member1 and member2 in the given Metric.
- geoHash(K, M...) - Method in interface org.openingo.spring.boot.extension.data.redis.commands.IGeoCommands
-
Get Geohash representation of the position for one or more members.
- geoHash(K, V...) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
-
Get Geohash representation of the position for one or more members.
- geoPos(K, M...) - Method in interface org.openingo.spring.boot.extension.data.redis.commands.IGeoCommands
-
Get the Point representation of positions for one or more members.
- geoPos(K, V...) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
-
Get the Point representation of positions for one or more members.
- geoRadius(K, Circle) - Method in interface org.openingo.spring.boot.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.boot.extension.data.redis.commands.IGeoCommands
-
Get the members within the boundaries of a given Circle applying RedisGeoCommands.GeoRadiusCommandArgs.
- geoRadius(K, Circle) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
-
Get the members within the boundaries of a given Circle.
- geoRadius(K, Circle, RedisGeoCommands.GeoRadiusCommandArgs) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
-
Get the members within the boundaries of a given Circle applying RedisGeoCommands.GeoRadiusCommandArgs.
- geoRadiusByMember(K, M, double) - Method in interface org.openingo.spring.boot.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.boot.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.boot.extension.data.redis.commands.IGeoCommands
-
Get the members within the circle defined by the members coordinates and given
radius applying Metric and RedisGeoCommands.GeoRadiusCommandArgs.
- geoRadiusByMember(K, V, double) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
-
Get the members within the circle defined by the members coordinates and given
radius.
- geoRadiusByMember(K, V, Distance) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
-
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.boot.extension.data.redis.RedisTemplateX
-
Get the members within the circle defined by the members coordinates and given
radius applying Metric and RedisGeoCommands.GeoRadiusCommandArgs.
- geoRemove(K, M...) - Method in interface org.openingo.spring.boot.extension.data.redis.commands.IGeoCommands
-
Remove the members.
- geoRemove(K, V...) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
-
Remove the members.
- get(K) - Method in interface org.openingo.spring.boot.extension.data.redis.commands.IValueCommands
-
Get the value of key.
- get() - Static method in class org.openingo.spring.boot.extension.data.redis.naming.KeyNamingKit
-
- get(K) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
-
Get the value of key.
- getBaseSleepTimeMs() - Method in class org.openingo.spring.boot.extension.gedid.config.ZookeeperIdEngineConfigProperties
-
- 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 interface org.openingo.spring.boot.extension.data.redis.commands.IValueCommands
-
Get the bit value at offset of value at key.
- getBit(K, long) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
-
Get the bit value at offset of value at key.
- getBlockingQueue(int) - Method in class org.openingo.spring.boot.extension.feign.hystrix.FeignHystrixConcurrencyStrategy
-
- getBlockUntilConnectedUnit() - Method in class org.openingo.spring.boot.extension.gedid.config.ZookeeperIdEngineConfigProperties
-
- getBlockUntilConnectedWait() - Method in class org.openingo.spring.boot.extension.gedid.config.ZookeeperIdEngineConfigProperties
-
- getBody() - Method in class org.openingo.spring.boot.extension.http.request.HttpRequestReporter
-
- getBy() - Method in class org.openingo.spring.boot.extension.data.redis.core.query.DefaultStringSortQuery
-
Returns the pattern of the external key used for sorting.
- getClazz() - Method in class org.openingo.spring.boot.extension.data.elasticsearch.builder.PageParamBuilder
-
- getCluster() - Method in class org.openingo.spring.boot.extension.gedid.config.RedisIdEngineConfigProperties
-
- getClusterConfiguration() - Method in class org.openingo.spring.boot.extension.gedid.config.RedisConnectionConfiguration
-
Create a RedisClusterConfiguration if necessary.
- getConnection() - Method in class org.openingo.spring.boot.extension.datasource.routing.RoutingDataSource
-
- getConnection(String, String) - Method in class org.openingo.spring.boot.extension.datasource.routing.RoutingDataSource
-
- getConnectString() - Method in class org.openingo.spring.boot.extension.gedid.config.ZookeeperIdEngineConfigProperties
-
- getCurrentUsingDataSourceKey() - Static method in class org.openingo.spring.boot.extension.datasource.holder.RoutingDataSourceHolder
-
Returns the current using dataSource key
- getCurrentUsingDataSourceProvider() - Method in class org.openingo.spring.boot.extension.datasource.routing.RoutingDataSource
-
Returns current using dataSource provider instance
default is defaultTargetDataSource
- getDatabase() - Method in class org.openingo.spring.boot.extension.gedid.config.RedisIdEngineConfigProperties
-
- getDataSource() - Method in class org.openingo.spring.boot.extension.datasource.provider.DruidDataSourceProvider
-
Returns provider's dataSource
- getDataSource() - Method in class org.openingo.spring.boot.extension.datasource.provider.HikariDataSourceProvider
-
Returns provider's dataSource
- getDataSource() - Method in interface org.openingo.spring.boot.extension.datasource.provider.IDataSourceProvider
-
Returns provider's dataSource
- getDocSource() - Method in class org.openingo.spring.boot.extension.data.elasticsearch.builder.DocBuilder
-
- getEmbellishedName(String) - Method in class org.openingo.spring.boot.extension.gedid.engine.etcd.EtcdIdEngine
-
- getEmbellishedName(String) - Method in interface org.openingo.spring.boot.extension.gedid.engine.IDidEngine
-
get the embellished business name
- getEmbellishedName(String) - Method in class org.openingo.spring.boot.extension.gedid.engine.redis.RedisIdEngine
-
- getEmbellishedName(String) - Method in class org.openingo.spring.boot.extension.gedid.engine.zookeeper.ZookeeperIdEngine
-
- getError(Map<String, Object>) - Method in class org.openingo.spring.boot.extension.http.request.error.DefaultErrorAttributesX
-
- getErrorAttributes(WebRequest, boolean) - Method in class org.openingo.spring.boot.extension.http.request.error.AbstractServiceErrorAttributes
-
Returns a
Map of the error attributes.
- getErrorAttributes(WebRequest, boolean) - Method in class org.openingo.spring.boot.extension.http.request.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.boot.exception.ServiceException
-
- getFilterBuilder() - Method in class org.openingo.spring.boot.extension.data.elasticsearch.builder.PageParamBuilder
-
- getFixedStartId(Long) - Method in class org.openingo.spring.boot.extension.gedid.engine.etcd.EtcdIdEngine
-
- getFixedStartId(T) - Method in interface org.openingo.spring.boot.extension.gedid.engine.IDidEngine
-
get fixed start id
- getFixedStartId(Long) - Method in class org.openingo.spring.boot.extension.gedid.engine.redis.RedisIdEngine
-
- getFixedStartId(String) - Method in class org.openingo.spring.boot.extension.gedid.engine.uuid.UuidEngine
-
- getFixedStartId(Long) - Method in class org.openingo.spring.boot.extension.gedid.engine.zookeeper.ZookeeperIdEngine
-
- getGetPattern() - Method in class org.openingo.spring.boot.extension.data.redis.core.query.DefaultStringSortQuery
-
Returns the external key(s) whose values are returned by the sort.
- getHandlerExecutionException() - Method in class org.openingo.spring.boot.extension.http.request.error.DefaultErrorAttributesX
-
Returns current handler execution 's instance, may be null.
- getHighlightColor() - Method in class org.openingo.spring.boot.extension.data.elasticsearch.builder.PageParamBuilder
-
- getHighlightFields() - Method in class org.openingo.spring.boot.extension.data.elasticsearch.builder.PageParamBuilder
-
- getHost() - Method in class org.openingo.spring.boot.extension.gedid.config.RedisIdEngineConfigProperties
-
- getHostName() - Method in class org.openingo.spring.boot.extension.gedid.config.RedisConnectionConfiguration.ConnectionInfo
-
- getInstance() - Static method in class org.openingo.spring.boot.extension.http.request.HttpRequestReporter
-
- getJedis() - Method in class org.openingo.spring.boot.extension.gedid.config.RedisIdEngineConfigProperties
-
- getKey() - Method in class org.openingo.spring.boot.extension.data.redis.core.query.DefaultStringSortQuery
-
Return the target key for sorting.
- getKeyName(String) - Method in class org.openingo.spring.boot.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.boot.extension.data.redis.naming.IKeyNamingPolicy
-
Get naming key
- getKeyNames(String...) - Method in interface org.openingo.spring.boot.extension.data.redis.naming.IKeyNamingPolicy
-
Get naming keys
- getKeyNames(Collection<String>) - Method in interface org.openingo.spring.boot.extension.data.redis.naming.IKeyNamingPolicy
-
Get naming keys
- getKeyword() - Method in class org.openingo.spring.boot.extension.data.elasticsearch.builder.PageParamBuilder
-
- getLettuce() - Method in class org.openingo.spring.boot.extension.gedid.config.RedisIdEngineConfigProperties
-
- getLimit() - Method in class org.openingo.spring.boot.extension.data.redis.core.query.DefaultStringSortQuery
-
Returns the sorting limit (range or pagination).
- getMaster() - Method in class org.openingo.spring.boot.extension.gedid.config.RedisIdEngineConfigProperties.Sentinel
-
- getMaxActive() - Method in class org.openingo.spring.boot.extension.gedid.config.RedisIdEngineConfigProperties.Pool
-
- getMaxIdle() - Method in class org.openingo.spring.boot.extension.gedid.config.RedisIdEngineConfigProperties.Pool
-
- getMaxRedirects() - Method in class org.openingo.spring.boot.extension.gedid.config.RedisIdEngineConfigProperties.Cluster
-
- getMaxRetries() - Method in class org.openingo.spring.boot.extension.gedid.config.ZookeeperIdEngineConfigProperties
-
- getMaxSleepMs() - Method in class org.openingo.spring.boot.extension.gedid.config.ZookeeperIdEngineConfigProperties
-
- getMaxWait() - Method in class org.openingo.spring.boot.extension.gedid.config.RedisIdEngineConfigProperties.Pool
-
- getMessage(Map<String, Object>) - Method in class org.openingo.spring.boot.extension.http.request.error.DefaultErrorAttributesX
-
Deprecated.
- getMinIdle() - Method in class org.openingo.spring.boot.extension.gedid.config.RedisIdEngineConfigProperties.Pool
-
- getNodes() - Method in class org.openingo.spring.boot.extension.gedid.config.RedisIdEngineConfigProperties.Cluster
-
- getNodes() - Method in class org.openingo.spring.boot.extension.gedid.config.RedisIdEngineConfigProperties.Sentinel
-
- getOrder() - Method in class org.openingo.spring.boot.extension.data.redis.core.query.DefaultStringSortQuery
-
Returns the sorting order.
- getPageable() - Method in class org.openingo.spring.boot.extension.data.elasticsearch.builder.PageParamBuilder
-
- getPassword() - Method in class org.openingo.spring.boot.extension.gedid.config.RedisConnectionConfiguration.ConnectionInfo
-
- getPassword() - Method in class org.openingo.spring.boot.extension.gedid.config.RedisIdEngineConfigProperties
-
- getPool() - Method in class org.openingo.spring.boot.extension.gedid.config.RedisIdEngineConfigProperties.Jedis
-
- getPool() - Method in class org.openingo.spring.boot.extension.gedid.config.RedisIdEngineConfigProperties.Lettuce
-
- getPoolConfig(RedisIdEngineConfigProperties.Pool) - Method in class org.openingo.spring.boot.extension.gedid.config.RedisConnectionConfiguration
-
- getPort() - Method in class org.openingo.spring.boot.extension.gedid.config.RedisConnectionConfiguration.ConnectionInfo
-
- getPort() - Method in class org.openingo.spring.boot.extension.gedid.config.RedisIdEngineConfigProperties
-
- getPresignedPostFormData(String) - Method in class org.openingo.spring.boot.extension.minio.MinioClientX
-
get presigned post form data
- getProceedingJoinPoint() - Static method in class org.openingo.spring.boot.extension.http.request.ProceedingJoinPointHolder
-
- getProviderName() - Method in class org.openingo.spring.boot.extension.datasource.provider.DruidDataSourceProvider
-
- getProviderName() - Method in class org.openingo.spring.boot.extension.datasource.provider.HikariDataSourceProvider
-
- getProviderName() - Method in interface org.openingo.spring.boot.extension.datasource.provider.IDataSourceProvider
-
- getQueryBuilder() - Method in class org.openingo.spring.boot.extension.data.elasticsearch.builder.PageParamBuilder
-
- getRange(K, long, long) - Method in interface org.openingo.spring.boot.extension.data.redis.commands.IValueCommands
-
Get a substring of value of key between begin and end.
- getRange(K, long, long) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
-
Get a substring of value of key between begin and end.
- getRedisTemplate() - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
-
- getRequestVariable(HystrixRequestVariableLifecycle<T>) - Method in class org.openingo.spring.boot.extension.feign.hystrix.FeignHystrixConcurrencyStrategy
-
- getSentinel() - Method in class org.openingo.spring.boot.extension.gedid.config.RedisIdEngineConfigProperties
-
- getSentinelConfig() - Method in class org.openingo.spring.boot.extension.gedid.config.RedisConnectionConfiguration
-
- getSessionAsyncSendTimeout(Integer) - Static method in class org.openingo.spring.boot.extension.websocket.InstantManager
-
Obtain the timeout (in milliseconds) for sending a message
asynchronously.
- getSet(K, V) - Method in interface org.openingo.spring.boot.extension.data.redis.commands.IValueCommands
-
Set value of key and return its old value.
- getSet(K, V) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
-
Set value of key and return its old value.
- getShutdownTimeout() - Method in class org.openingo.spring.boot.extension.gedid.config.RedisIdEngineConfigProperties.Lettuce
-
- getSortBuilder() - Method in class org.openingo.spring.boot.extension.data.elasticsearch.builder.PageParamBuilder
-
- getStandaloneConfig() - Method in class org.openingo.spring.boot.extension.gedid.config.RedisConnectionConfiguration
-
- getStatus(Map<String, Object>) - Method in class org.openingo.spring.boot.extension.http.request.error.DefaultErrorAttributesX
-
Current Request's status
- getThreadPool(HystrixThreadPoolKey, HystrixProperty<Integer>, HystrixProperty<Integer>, HystrixProperty<Integer>, TimeUnit, BlockingQueue<Runnable>) - Method in class org.openingo.spring.boot.extension.feign.hystrix.FeignHystrixConcurrencyStrategy
-
- getThreadPool(HystrixThreadPoolKey, HystrixThreadPoolProperties) - Method in class org.openingo.spring.boot.extension.feign.hystrix.FeignHystrixConcurrencyStrategy
-
- getTimeBetweenEvictionRuns() - Method in class org.openingo.spring.boot.extension.gedid.config.RedisIdEngineConfigProperties.Pool
-
- getTimeout() - Method in class org.openingo.spring.boot.extension.gedid.config.RedisIdEngineConfigProperties
-
- getUrl() - Method in class org.openingo.spring.boot.extension.gedid.config.RedisIdEngineConfigProperties
-
- 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.
- hasDataSource(Object) - Method in class org.openingo.spring.boot.extension.datasource.routing.RoutingDataSource
-
the dataSource has the dataSourceKey is exists or not.
- hDel(K, Object...) - Method in interface org.openingo.spring.boot.extension.data.redis.commands.IHashCommands
-
Delete given hash hashKeys.
- hDel(K, Object...) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
-
Delete given hash hashKeys.
- hExists(K, Object) - Method in interface org.openingo.spring.boot.extension.data.redis.commands.IHashCommands
-
Determine if given hash hashKey exists.
- hExists(K, Object) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
-
Determine if given hash hashKey exists.
- hGet(K, Object) - Method in interface org.openingo.spring.boot.extension.data.redis.commands.IHashCommands
-
Get value for given hashKey from hash at key.
- hGet(K, Object) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
-
Get value for given hashKey from hash at key.
- hGetAll(K) - Method in interface org.openingo.spring.boot.extension.data.redis.commands.IHashCommands
-
Get entire hash stored at key.
- hGetAll(K) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
-
Get entire hash stored at key.
- highlightColor(String) - Method in class org.openingo.spring.boot.extension.data.elasticsearch.builder.PageParamBuilder
-
- highlightFields(HighlightBuilder.Field...) - Method in class org.openingo.spring.boot.extension.data.elasticsearch.builder.PageParamBuilder
-
- HikariDataSourceProvider - Class in org.openingo.spring.boot.extension.datasource.provider
-
HikariDataSourceProvider
- HikariDataSourceProvider(HikariDataSource) - Constructor for class org.openingo.spring.boot.extension.datasource.provider.HikariDataSourceProvider
-
- HikariDataSourceProvider(String, String, String) - Constructor for class org.openingo.spring.boot.extension.datasource.provider.HikariDataSourceProvider
-
- HikariDataSourceProvider(String, String, String, String) - Constructor for class org.openingo.spring.boot.extension.datasource.provider.HikariDataSourceProvider
-
- hKeys(K) - Method in interface org.openingo.spring.boot.extension.data.redis.commands.IHashCommands
-
Get key set (fields) of hash at key.
- hKeys(K) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
-
Get key set (fields) of hash at key.
- hLen(K) - Method in interface org.openingo.spring.boot.extension.data.redis.commands.IHashCommands
-
Get size of hash at key.
- hLen(K) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
-
Get size of hash at key.
- hMget(K, Collection<Object>) - Method in interface org.openingo.spring.boot.extension.data.redis.commands.IHashCommands
-
Get values for given hashKeys from hash at key.
- hMget(K, Collection<Object>) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
-
Get values for given hashKeys from hash at key.
- hmset(K, Map<Object, Object>) - Method in interface org.openingo.spring.boot.extension.data.redis.commands.IHashCommands
-
Set multiple hash fields to multiple values using data provided in m.
- hmset(K, Map<Object, Object>) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
-
Set multiple hash fields to multiple values using data provided in m.
- hSet(K, Object, Object) - Method in interface org.openingo.spring.boot.extension.data.redis.commands.IHashCommands
-
Set the value of a hash hashKey.
- hSet(K, Object, Object) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
-
Set the value of a hash hashKey.
- HTTP_REQUEST_CORS_CONFIG_PROPERTIES_PREFIX - Static variable in class org.openingo.spring.boot.constants.PropertiesConstants
-
http request cors config properties prefix
- HTTP_REQUEST_ERROR_CONFIG_PROPERTIES_PREFIX - Static variable in class org.openingo.spring.boot.constants.PropertiesConstants
-
http request error config properties prefix
- HTTP_REQUEST_LOG_CONFIG_PROPERTIES_PREFIX - Static variable in class org.openingo.spring.boot.constants.PropertiesConstants
-
http request log config properties prefix
- HttpConfig - Class in org.openingo.spring.boot.extension.http.config
-
HttpConfig
- HttpConfig() - Constructor for class org.openingo.spring.boot.extension.http.config.HttpConfig
-
- HttpRequestCorsConfigProperties - Class in org.openingo.spring.boot.extension.http.config
-
HttpRequestCorsConfigProperties
- HttpRequestCorsConfigProperties() - Constructor for class org.openingo.spring.boot.extension.http.config.HttpRequestCorsConfigProperties
-
- HttpRequestErrorConfigProperties - Class in org.openingo.spring.boot.extension.http.config
-
HttpRequestErrorConfigProperties
- HttpRequestErrorConfigProperties() - Constructor for class org.openingo.spring.boot.extension.http.config.HttpRequestErrorConfigProperties
-
- HttpRequestLogAspect - Class in org.openingo.spring.boot.extension.http.request
-
HttpRequestLogAspect
- HttpRequestLogAspect() - Constructor for class org.openingo.spring.boot.extension.http.request.HttpRequestLogAspect
-
- HttpRequestLogConfigProperties - Class in org.openingo.spring.boot.extension.http.config
-
HttpRequestLogConfigProperties
- HttpRequestLogConfigProperties() - Constructor for class org.openingo.spring.boot.extension.http.config.HttpRequestLogConfigProperties
-
- HttpRequestReporter - Class in org.openingo.spring.boot.extension.http.request
-
HttpRequest Reporter
- HttpResponseBodyAdvice - Class in org.openingo.spring.boot.extension.http.response
-
HttpResponseBodyAdvice
- HttpResponseBodyAdvice() - Constructor for class org.openingo.spring.boot.extension.http.response.HttpResponseBodyAdvice
-
- HttpResponseInterceptor - Class in org.openingo.spring.boot.extension.http.response
-
HttpResponseInterceptor
- HttpResponseInterceptor() - Constructor for class org.openingo.spring.boot.extension.http.response.HttpResponseInterceptor
-
- httpWebMvcConfigurer() - Method in class org.openingo.spring.boot.extension.http.config.HttpConfig
-
the http mvn configure for some interceptors etc.
- HttpWebMvcConfigurer - Class in org.openingo.spring.boot.extension.http.mvc
-
HttpWebMvcConfigurer
- HttpWebMvcConfigurer() - Constructor for class org.openingo.spring.boot.extension.http.mvc.HttpWebMvcConfigurer
-
- hVals(K) - Method in interface org.openingo.spring.boot.extension.data.redis.commands.IHashCommands
-
Get entry set (values) of hash at key.
- hVals(K) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
-
Get entry set (values) of hash at key.
- randomRecommend(Class<T>, String, int) - Method in class org.openingo.spring.boot.extension.data.elasticsearch.RestHighLevelClientX
-
random Recommend some docs
- randomRecommend(Class<T>, String, int, QueryBuilder, HighlightBuilder) - Method in class org.openingo.spring.boot.extension.data.elasticsearch.RestHighLevelClientX
-
random Recommend some docs
- randomRecommend(Class<T>, String, int, QueryBuilder, HighlightBuilder, String, List<String>) - Method in class org.openingo.spring.boot.extension.data.elasticsearch.RestHighLevelClientX
-
random Recommend some docs
- REDIS_CONFIG_PROPERTIES_PREFIX - Static variable in class org.openingo.spring.boot.constants.PropertiesConstants
-
redis config properties prefix
- RedisConfig - Class in org.openingo.spring.boot.extension.data.redis.config
-
RedisConfig
- RedisConfig() - Constructor for class org.openingo.spring.boot.extension.data.redis.config.RedisConfig
-
- RedisConfigProperties - Class in org.openingo.spring.boot.extension.data.redis.config
-
RedisConfigProperties
- RedisConfigProperties() - Constructor for class org.openingo.spring.boot.extension.data.redis.config.RedisConfigProperties
-
- RedisConnectionConfiguration - Class in org.openingo.spring.boot.extension.gedid.config
-
Base Redis connection configuration.
- RedisConnectionConfiguration(RedisIdEngineConfigProperties, ObjectProvider<RedisSentinelConfiguration>, ObjectProvider<RedisClusterConfiguration>) - Constructor for class org.openingo.spring.boot.extension.gedid.config.RedisConnectionConfiguration
-
- RedisConnectionConfiguration.ConnectionInfo - Class in org.openingo.spring.boot.extension.gedid.config
-
- redisConnectionFactory() - Method in class org.openingo.spring.boot.extension.gedid.config.JedisConnectionConfiguration
-
- redisConnectionFactory() - Method in class org.openingo.spring.boot.extension.gedid.config.LettuceConnectionConfiguration
-
- redisConnectionFactory() - Method in class org.openingo.spring.boot.extension.gedid.config.RedisConnectionConfiguration
-
build the redis connection factory
- RedisIdEngine - Class in org.openingo.spring.boot.extension.gedid.engine.redis
-
RedisIdEngine
- RedisIdEngine(StringRedisTemplate) - Constructor for class org.openingo.spring.boot.extension.gedid.engine.redis.RedisIdEngine
-
- RedisIdEngineConfigProperties - Class in org.openingo.spring.boot.extension.gedid.config
-
RedisIdEngineConfigProperties
- RedisIdEngineConfigProperties() - Constructor for class org.openingo.spring.boot.extension.gedid.config.RedisIdEngineConfigProperties
-
- RedisIdEngineConfigProperties.Cluster - Class in org.openingo.spring.boot.extension.gedid.config
-
Cluster properties.
- RedisIdEngineConfigProperties.Jedis - Class in org.openingo.spring.boot.extension.gedid.config
-
Jedis client properties.
- RedisIdEngineConfigProperties.Lettuce - Class in org.openingo.spring.boot.extension.gedid.config
-
Lettuce client properties.
- RedisIdEngineConfigProperties.Pool - Class in org.openingo.spring.boot.extension.gedid.config
-
Pool properties.
- RedisIdEngineConfigProperties.Sentinel - Class in org.openingo.spring.boot.extension.gedid.config
-
Redis sentinel properties.
- redisStringKeyTemplate(RedisConnectionFactory) - Method in class org.openingo.spring.boot.extension.data.redis.config.RedisConfig
-
- redisStringKeyTemplateX(RedisTemplate<String, Object>) - Method in class org.openingo.spring.boot.extension.data.redis.config.RedisConfig
-
- RedisStringKeyTemplateX<V> - Class in org.openingo.spring.boot.extension.data.redis
-
StringRedisTemplateX
- RedisStringKeyTemplateX(RedisTemplate<String, V>) - Constructor for class org.openingo.spring.boot.extension.data.redis.RedisStringKeyTemplateX
-
- redisTemplateX(RedisTemplate<Object, Object>) - Method in class org.openingo.spring.boot.extension.data.redis.config.RedisConfig
-
- RedisTemplateX<K,V> - Class in org.openingo.spring.boot.extension.data.redis
-
RedisTemplateX
- RedisTemplateX(RedisTemplate<K, V>) - Constructor for class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
-
- remove() - Static method in class org.openingo.spring.boot.extension.data.redis.naming.KeyNamingKit
-
- removeDataSource(Object) - Method in class org.openingo.spring.boot.extension.datasource.routing.RoutingDataSource
-
remove the dataSource with the dataSourceKey
- rename(K, K) - Method in interface org.openingo.spring.boot.extension.data.redis.commands.IValueCommands
-
Rename key oldKey to newKey.
- rename(K, K) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
-
Rename key oldKey to newKey.
- report() - Method in class org.openingo.spring.boot.extension.http.request.HttpRequestReporter
-
Current Request report
- report(String) - Method in class org.openingo.spring.boot.extension.http.request.HttpRequestReporter
-
Report information
- REQUEST_REPORT_HEADER - Static variable in class org.openingo.spring.boot.constants.Constants
-
- requestHeadersCoverInterceptor() - Method in class org.openingo.spring.boot.extension.feign.config.FeignConfig
-
put a RequestInterceptor that cover request headers
- resolveException(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class org.openingo.spring.boot.extension.http.request.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.openingo.spring.boot.extension.http.request.error.DefaultErrorAttributesX
-
- restHighLevelClientX(RestHighLevelClient) - Method in class org.openingo.spring.boot.extension.data.elasticsearch.config.ElasticsearchRestHighLevelClientConfig
-
- RestHighLevelClientX - Class in org.openingo.spring.boot.extension.data.elasticsearch
-
RestHighLevelClientX
- RestHighLevelClientX(RestHighLevelClient) - Constructor for class org.openingo.spring.boot.extension.data.elasticsearch.RestHighLevelClientX
-
- RoutingDataSource - Class in org.openingo.spring.boot.extension.datasource.routing
-
- RoutingDataSource() - Constructor for class org.openingo.spring.boot.extension.datasource.routing.RoutingDataSource
-
- RoutingDataSource(IDataSourceProvider) - Constructor for class org.openingo.spring.boot.extension.datasource.routing.RoutingDataSource
-
- RoutingDataSource(IDataSourceProvider, ConcurrentHashMap<Object, IDataSourceProvider>) - Constructor for class org.openingo.spring.boot.extension.datasource.routing.RoutingDataSource
-
- RoutingDataSourceHolder - Class in org.openingo.spring.boot.extension.datasource.holder
-
RoutingDataSourceHolder
- rPop(K) - Method in interface org.openingo.spring.boot.extension.data.redis.commands.IListCommands
-
Removes and returns last element in list stored at key.
- rPop(K) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
-
Removes and returns last element in list stored at key.
- rPoplPush(K, K) - Method in interface org.openingo.spring.boot.extension.data.redis.commands.IListCommands
-
Remove the last element from list at sourceKey, append it to destinationKey and return its value.
- rPoplPush(K, K) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
-
Remove the last element from list at sourceKey, append it to destinationKey and return its value.
- rPush(K, V) - Method in interface org.openingo.spring.boot.extension.data.redis.commands.IListCommands
-
Append value to key.
- rPush(K, V...) - Method in interface org.openingo.spring.boot.extension.data.redis.commands.IListCommands
-
Append values to key.
- rPush(K, Collection<V>) - Method in interface org.openingo.spring.boot.extension.data.redis.commands.IListCommands
-
Append values to key.
- rPush(K, V) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
-
Append value to key.
- rPush(K, V...) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
-
Append values to key.
- rPush(K, Collection<V>) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
-
Append values to key.
- rPushx(K, V) - Method in interface org.openingo.spring.boot.extension.data.redis.commands.IListCommands
-
Append values to key only if the list exists.
- rPushx(K, V) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
-
Append values to key only if the list exists.
- run() - Method in interface org.openingo.spring.boot.extension.datasource.tx.TxRunnable
-
The general contract of the method run is that it may
take any action whatsoever.
- run() - Method in interface org.openingo.spring.boot.kit.safety.SafetyRunnable
-
The general contract of the method run is that it may
take any action whatsoever.
- 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.
- sAdd(K, V...) - Method in interface org.openingo.spring.boot.extension.data.redis.commands.ISetCommands
-
Add given values to set at key.
- sAdd(K, V...) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
-
Add given values to set at key.
- Safety - Class in org.openingo.spring.boot.kit.safety
-
Safety
- Safety() - Constructor for class org.openingo.spring.boot.kit.safety.Safety
-
- safetyCall(SafetyCallable<T>) - Method in class org.openingo.spring.boot.kit.safety.Safety
-
- SafetyCallable<T> - Interface in org.openingo.spring.boot.kit.safety
-
SafetyCallable
- safetyRun(SafetyRunnable) - Method in class org.openingo.spring.boot.kit.safety.Safety
-
- SafetyRunnable - Interface in org.openingo.spring.boot.kit.safety
-
SafetyRunnable
- saveOrUpdate(String, String, Map<String, Object>) - Method in class org.openingo.spring.boot.extension.data.elasticsearch.RestHighLevelClientX
-
- saveOrUpdate(String, String, Map<String, Object>, WriteRequest.RefreshPolicy) - Method in class org.openingo.spring.boot.extension.data.elasticsearch.RestHighLevelClientX
-
- saveOrUpdate(String, String, String) - Method in class org.openingo.spring.boot.extension.data.elasticsearch.RestHighLevelClientX
-
- saveOrUpdate(String, String, String, WriteRequest.RefreshPolicy) - Method in class org.openingo.spring.boot.extension.data.elasticsearch.RestHighLevelClientX
-
- saveOrUpdate(String, String, String, XContentType) - Method in class org.openingo.spring.boot.extension.data.elasticsearch.RestHighLevelClientX
-
- saveOrUpdate(String, String, String, XContentType, WriteRequest.RefreshPolicy) - Method in class org.openingo.spring.boot.extension.data.elasticsearch.RestHighLevelClientX
-
- saveOrUpdate(IndexRequest) - Method in class org.openingo.spring.boot.extension.data.elasticsearch.RestHighLevelClientX
-
- saveOrUpdate(IndexRequest, WriteRequest.RefreshPolicy) - Method in class org.openingo.spring.boot.extension.data.elasticsearch.RestHighLevelClientX
-
- saveOrUpdateByDocBuilders(List<DocBuilder>) - Method in class org.openingo.spring.boot.extension.data.elasticsearch.RestHighLevelClientX
-
- saveOrUpdateByDocBuilders(List<DocBuilder>, WriteRequest.RefreshPolicy) - Method in class org.openingo.spring.boot.extension.data.elasticsearch.RestHighLevelClientX
-
- saveOrUpdateByDocBuilders(List<DocBuilder>, WriteRequest.RefreshPolicy, RequestOptions) - Method in class org.openingo.spring.boot.extension.data.elasticsearch.RestHighLevelClientX
-
- saveOrUpdateDocs(List<IndexRequest>) - Method in class org.openingo.spring.boot.extension.data.elasticsearch.RestHighLevelClientX
-
- saveOrUpdateDocs(List<IndexRequest>, WriteRequest.RefreshPolicy) - Method in class org.openingo.spring.boot.extension.data.elasticsearch.RestHighLevelClientX
-
- saveOrUpdateDocs(List<IndexRequest>, WriteRequest.RefreshPolicy, RequestOptions) - Method in class org.openingo.spring.boot.extension.data.elasticsearch.RestHighLevelClientX
-
- sCard(K) - Method in interface org.openingo.spring.boot.extension.data.redis.commands.ISetCommands
-
Get size of set at key.
- sCard(K) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
-
Get size of set at key.
- sDiff(K, K) - Method in interface org.openingo.spring.boot.extension.data.redis.commands.ISetCommands
-
Diff all sets for given key and otherKey.
- sDiff(K, Collection<K>) - Method in interface org.openingo.spring.boot.extension.data.redis.commands.ISetCommands
-
Diff all sets for given key and otherKeys.
- sDiff(K, K) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
-
Diff all sets for given key and otherKey.
- sDiff(K, Collection<K>) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
-
Diff all sets for given key and otherKeys.
- sDiffStore(K, K, K) - Method in interface org.openingo.spring.boot.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.boot.extension.data.redis.commands.ISetCommands
-
Diff all sets for given key and otherKeys and store result in destKey.
- sDiffStore(K, K, K) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
-
Diff all sets for given key and otherKey and store result in destKey.
- sDiffStore(K, Collection<K>, K) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
-
Diff all sets for given key and otherKeys and store result in destKey.
- searchAnalyzer(String) - Method in class org.openingo.spring.boot.extension.data.elasticsearch.builder.index.MappingsProperty
-
- searchForPage(Class<T>, String, SearchSourceBuilder, int, int) - Method in class org.openingo.spring.boot.extension.data.elasticsearch.RestHighLevelClientX
-
search for page, automatic highlight the result ref the searchSourceBuilder.
- sendBinary(Integer, ByteBuffer) - Static method in class org.openingo.spring.boot.extension.websocket.InstantManager
-
Send the message, blocking until the message is sent.
- sendBinary(Integer, ByteBuffer, boolean) - Method in class org.openingo.spring.boot.extension.websocket.InstantManager
-
Sends part of a binary message to the remote endpoint.
- sendJson(Integer, Object) - Static method in class org.openingo.spring.boot.extension.websocket.InstantManager
-
Send the message, blocking until the message is sent.
- sendObject(Integer, Object) - Method in class org.openingo.spring.boot.extension.websocket.InstantManager
-
Encodes object as a message and sends it to the remote endpoint.
- sendText(Integer, String) - Static method in class org.openingo.spring.boot.extension.websocket.InstantManager
-
Send the message, blocking until the message is sent.
- sendText(Integer, String, boolean) - Static method in class org.openingo.spring.boot.extension.websocket.InstantManager
-
Sends part of a text message to the remote endpoint.
- Sentinel() - Constructor for class org.openingo.spring.boot.extension.gedid.config.RedisIdEngineConfigProperties.Sentinel
-
- serialize(T) - Method in class org.openingo.spring.boot.extension.data.redis.serializer.FstRedisSerializer
-
- serverEndpointExporter() - Method in class org.openingo.spring.boot.extension.websocket.config.WebsocketConfig
-
- ServiceException - Exception in org.openingo.spring.boot.exception
-
ServiceException
- ServiceException(String) - Constructor for exception org.openingo.spring.boot.exception.ServiceException
-
Constructs a new runtime exception with the specified detail message.
- ServiceException(String, Throwable) - Constructor for exception org.openingo.spring.boot.exception.ServiceException
-
Constructs a new runtime exception with the specified detail message and
cause.
- ServiceException(Throwable) - Constructor for exception org.openingo.spring.boot.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.boot.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.boot.exception.ServiceException
-
Constructs a new runtime exception with the specified detail message.
- ServiceException(Object, String, Throwable) - Constructor for exception org.openingo.spring.boot.exception.ServiceException
-
Constructs a new runtime exception with the specified detail message and
cause.
- ServiceException(Object, Throwable) - Constructor for exception org.openingo.spring.boot.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.boot.exception.ServiceException
-
Constructs a new runtime exception with the specified detail
message, cause, suppression enabled or disabled, and writable
stack trace enabled or disabled.
- SessionCallbackX<T> - Interface in org.openingo.spring.boot.extension.data.redis.callback
-
SessionCallbackX
Callback executing all operations against a surrogate 'session' (basically against the same underlying Redis
connection).
- set(K, V) - Method in interface org.openingo.spring.boot.extension.data.redis.commands.IValueCommands
-
Set value for key.
- set(String) - Static method in class org.openingo.spring.boot.extension.data.redis.naming.KeyNamingKit
-
- set(K, V) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
-
Set value for key.
- set(int, int, int) - Method in class org.openingo.spring.boot.extension.datasource.provider.DruidDataSourceProvider
-
- setApplicationContext(ApplicationContext) - Method in class org.openingo.spring.boot.extension.gedid.loader.DidLoaderConfiguration
-
- setApplicationContext(ApplicationContext) - Method in class org.openingo.spring.boot.extension.helper.BeanAccessor
-
- setAsyncSendTimeout(Integer, long) - Static method in class org.openingo.spring.boot.extension.websocket.InstantManager
-
Set the timeout (in milliseconds) for sending a message
asynchronously.
- setAutoCloseSameKeyDataSource(Boolean) - Method in class org.openingo.spring.boot.extension.datasource.routing.RoutingDataSource
-
whether or not close the dataSource that has the same dataSource key
- setBaseSleepTimeMs(Integer) - Method in class org.openingo.spring.boot.extension.gedid.config.ZookeeperIdEngineConfigProperties
-
- setBit(K, long, boolean) - Method in interface org.openingo.spring.boot.extension.data.redis.commands.IValueCommands
-
Sets the bit at offset in value stored at key.
- setBit(K, long, boolean) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
-
Sets the bit at offset in value stored at key.
- setBlockUntilConnectedUnit(TimeUnit) - Method in class org.openingo.spring.boot.extension.gedid.config.ZookeeperIdEngineConfigProperties
-
- setBlockUntilConnectedWait(Integer) - Method in class org.openingo.spring.boot.extension.gedid.config.ZookeeperIdEngineConfigProperties
-
- setCluster(RedisIdEngineConfigProperties.Cluster) - Method in class org.openingo.spring.boot.extension.gedid.config.RedisIdEngineConfigProperties
-
- setConnectionInitSqls(String...) - Method in class org.openingo.spring.boot.extension.datasource.provider.DruidDataSourceProvider
-
- setConnectString(String) - Method in class org.openingo.spring.boot.extension.gedid.config.ZookeeperIdEngineConfigProperties
-
- setCurrentUsingDataSourceKey(Object) - Static method in class org.openingo.spring.boot.extension.datasource.holder.RoutingDataSourceHolder
-
Set current using dataSource Key
- setDatabase(int) - Method in class org.openingo.spring.boot.extension.gedid.config.RedisIdEngineConfigProperties
-
- setDefaultTargetDataSource(IDataSourceProvider) - Method in class org.openingo.spring.boot.extension.datasource.routing.RoutingDataSource
-
Specify the default target DataSource, if any.
- setEnabled(boolean) - Method in class org.openingo.spring.boot.extension.gedid.config.ZookeeperIdEngineConfigProperties
-
- setEnableTransactionSupport(Boolean) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
-
- setEx(K, long, V) - Method in interface org.openingo.spring.boot.extension.data.redis.commands.IValueCommands
-
Set the value and expiration timeout for key.
- setEx(K, long, V, TimeUnit) - Method in interface org.openingo.spring.boot.extension.data.redis.commands.IValueCommands
-
Set the value and expiration timeout for key.
- setEx(K, long, V) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
-
Set the value and expiration timeout for key.
- setEx(K, long, V, TimeUnit) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
-
Set the value and expiration timeout for key.
- setFilters(String) - Method in class org.openingo.spring.boot.extension.datasource.provider.DruidDataSourceProvider
-
- setHost(String) - Method in class org.openingo.spring.boot.extension.gedid.config.RedisIdEngineConfigProperties
-
- setMaster(String) - Method in class org.openingo.spring.boot.extension.gedid.config.RedisIdEngineConfigProperties.Sentinel
-
- setMaxActive(int) - Method in class org.openingo.spring.boot.extension.gedid.config.RedisIdEngineConfigProperties.Pool
-
- setMaxIdle(int) - Method in class org.openingo.spring.boot.extension.gedid.config.RedisIdEngineConfigProperties.Pool
-
- setMaxRedirects(Integer) - Method in class org.openingo.spring.boot.extension.gedid.config.RedisIdEngineConfigProperties.Cluster
-
- setMaxRetries(Integer) - Method in class org.openingo.spring.boot.extension.gedid.config.ZookeeperIdEngineConfigProperties
-
- setMaxSleepMs(Integer) - Method in class org.openingo.spring.boot.extension.gedid.config.ZookeeperIdEngineConfigProperties
-
- setMaxWait(Duration) - Method in class org.openingo.spring.boot.extension.gedid.config.RedisIdEngineConfigProperties.Pool
-
- setMinIdle(int) - Method in class org.openingo.spring.boot.extension.gedid.config.RedisIdEngineConfigProperties.Pool
-
- setNodes(List<String>) - Method in class org.openingo.spring.boot.extension.gedid.config.RedisIdEngineConfigProperties.Cluster
-
- setNodes(List<String>) - Method in class org.openingo.spring.boot.extension.gedid.config.RedisIdEngineConfigProperties.Sentinel
-
- setNx(K, V) - Method in interface org.openingo.spring.boot.extension.data.redis.commands.IValueCommands
-
Set key to hold the string value if key is absent.
- setNx(K, V, long) - Method in interface org.openingo.spring.boot.extension.data.redis.commands.IValueCommands
-
Set key to hold the string value and expiration timeout if key is absent.
- setNx(K, V, long, TimeUnit) - Method in interface org.openingo.spring.boot.extension.data.redis.commands.IValueCommands
-
Set key to hold the string value and expiration timeout if key is absent.
- setNx(K, V) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
-
Set key to hold the string value if key is absent.
- setNx(K, V, long) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
-
Set key to hold the string value and expiration timeout if key is absent.
- setNx(K, V, long, TimeUnit) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
-
Set key to hold the string value and expiration timeout if key is absent.
- setPassword(String) - Method in class org.openingo.spring.boot.extension.gedid.config.RedisIdEngineConfigProperties
-
- setPool(RedisIdEngineConfigProperties.Pool) - Method in class org.openingo.spring.boot.extension.gedid.config.RedisIdEngineConfigProperties.Jedis
-
- setPool(RedisIdEngineConfigProperties.Pool) - Method in class org.openingo.spring.boot.extension.gedid.config.RedisIdEngineConfigProperties.Lettuce
-
- setPort(int) - Method in class org.openingo.spring.boot.extension.gedid.config.RedisIdEngineConfigProperties
-
- setProceedingJoinPoint(ProceedingJoinPoint) - Static method in class org.openingo.spring.boot.extension.http.request.ProceedingJoinPointHolder
-
- setProviderName(String) - Method in class org.openingo.spring.boot.extension.datasource.provider.DruidDataSourceProvider
-
- setPublicKey(String) - Method in class org.openingo.spring.boot.extension.datasource.provider.DruidDataSourceProvider
-
- setRange(K, V, long) - Method in interface org.openingo.spring.boot.extension.data.redis.commands.IValueCommands
-
Overwrite parts of key starting at the specified offset with given value.
- setRange(K, V, long) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
-
Overwrite parts of key starting at the specified offset with given value.
- setSentinel(RedisIdEngineConfigProperties.Sentinel) - Method in class org.openingo.spring.boot.extension.gedid.config.RedisIdEngineConfigProperties
-
- setShutdownTimeout(Duration) - Method in class org.openingo.spring.boot.extension.gedid.config.RedisIdEngineConfigProperties.Lettuce
-
- setSsl(boolean) - Method in class org.openingo.spring.boot.extension.gedid.config.RedisIdEngineConfigProperties
-
- setTargetDataSources(ConcurrentHashMap<Object, IDataSourceProvider>) - Method in class org.openingo.spring.boot.extension.datasource.routing.RoutingDataSource
-
Specify the map of target DataSources, with the lookup key as key.
- setTimeBetweenEvictionRuns(Duration) - Method in class org.openingo.spring.boot.extension.gedid.config.RedisIdEngineConfigProperties.Pool
-
- setTimeout(Duration) - Method in class org.openingo.spring.boot.extension.gedid.config.RedisIdEngineConfigProperties
-
- setUrl(String) - Method in class org.openingo.spring.boot.extension.gedid.config.RedisIdEngineConfigProperties
-
- setXx(K, V) - Method in interface org.openingo.spring.boot.extension.data.redis.commands.IValueCommands
-
Set key to hold the string value if key is present.
- setXx(K, V, long) - Method in interface org.openingo.spring.boot.extension.data.redis.commands.IValueCommands
-
Set key to hold the string value and expiration timeout if key is present.
- setXx(K, V, long, TimeUnit) - Method in interface org.openingo.spring.boot.extension.data.redis.commands.IValueCommands
-
Set key to hold the string value and expiration timeout if key is present.
- setXx(K, V) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
-
Set key to hold the string value if key is present.
- setXx(K, V, long) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
-
Set key to hold the string value and expiration timeout if key is present.
- setXx(K, V, long, TimeUnit) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
-
Set key to hold the string value and expiration timeout if key is present.
- silentDynamicValidate() - Method in interface org.openingo.spring.boot.kit.validator.DynamicValidator
-
dynamic validate at silently
- sInter(K, K) - Method in interface org.openingo.spring.boot.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.boot.extension.data.redis.commands.ISetCommands
-
Returns the members intersecting all given sets at key and otherKeys.
- sInter(K, K) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
-
Returns the members intersecting all given sets at key and otherKey.
- sInter(K, Collection<K>) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
-
Returns the members intersecting all given sets at key and otherKeys.
- sInterstore(K, K, K) - Method in interface org.openingo.spring.boot.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.boot.extension.data.redis.commands.ISetCommands
-
Intersect all given sets at key and otherKeys and store result in destKey.
- sInterstore(K, K, K) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
-
Intersect all given sets at key and otherKey and store result in destKey.
- sInterStore(K, Collection<K>, K) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
-
Intersect all given sets at key and otherKeys and store result in destKey.
- sIsMember(K, Object) - Method in interface org.openingo.spring.boot.extension.data.redis.commands.ISetCommands
-
Check if set at key contains value.
- sIsMember(K, Object) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
-
Check if set at key contains value.
- sMembers(K) - Method in interface org.openingo.spring.boot.extension.data.redis.commands.ISetCommands
-
Get all elements of set at key.
- sMembers(K) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
-
Get all elements of set at key.
- Snowflake - Class in org.openingo.spring.boot.extension.gedid.engine.snowflake
-
Snowflake
- Snowflake(Long, Long) - Constructor for class org.openingo.spring.boot.extension.gedid.engine.snowflake.Snowflake
-
构造函数
- SnowflakeIdEngine - Class in org.openingo.spring.boot.extension.gedid.engine.snowflake
-
SnowflakeIdEngine
- SnowflakeIdEngine() - Constructor for class org.openingo.spring.boot.extension.gedid.engine.snowflake.SnowflakeIdEngine
-
- SnowflakeIdEngine(Long, Long) - Constructor for class org.openingo.spring.boot.extension.gedid.engine.snowflake.SnowflakeIdEngine
-
- sort(String, SortOrder, String) - Method in class org.openingo.spring.boot.extension.data.elasticsearch.builder.PageParamBuilder
-
- sort(SortQuery<K>) - Method in interface org.openingo.spring.boot.extension.data.redis.commands.IRedisCommands
-
Sort the elements for query.
- sort(SortQuery<K>, RedisSerializer<T>) - Method in interface org.openingo.spring.boot.extension.data.redis.commands.IRedisCommands
-
Sort the elements for query applying RedisSerializer.
- sort(SortQuery<K>, BulkMapper<T, V>) - Method in interface org.openingo.spring.boot.extension.data.redis.commands.IRedisCommands
-
Sort the elements for query applying BulkMapper.
- sort(SortQuery<K>, BulkMapper<T, S>, RedisSerializer<S>) - Method in interface org.openingo.spring.boot.extension.data.redis.commands.IRedisCommands
-
Sort the elements for query applying BulkMapper and RedisSerializer.
- sort(SortQuery<K>, K) - Method in interface org.openingo.spring.boot.extension.data.redis.commands.IRedisCommands
-
Sort the elements for query and store result in storeKey.
- sort(SortQuery<K>) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
-
Sort the elements for query.
- sort(SortQuery<K>, RedisSerializer<T>) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
-
Sort the elements for query applying RedisSerializer.
- sort(SortQuery<K>, BulkMapper<T, V>) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
-
Sort the elements for query applying BulkMapper.
- sort(SortQuery<K>, BulkMapper<T, S>, RedisSerializer<S>) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
-
Sort the elements for query applying BulkMapper and RedisSerializer.
- sort(SortQuery<K>, K) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
-
Sort the elements for query and store result in storeKey.
- sPop(K) - Method in interface org.openingo.spring.boot.extension.data.redis.commands.ISetCommands
-
Remove and return a random member from set at key.
- sPop(K) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
-
Remove and return a random member from set at key.
- SPRING_APPLICATION_X - Static variable in class org.openingo.spring.boot.constants.Constants
-
application name
- 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
-
- SpringBootBanner - Class in org.openingo.spring.boot
-
SpringBootBanner
- SpringBootBanner() - Constructor for class org.openingo.spring.boot.SpringBootBanner
-
- 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 interface org.openingo.spring.boot.extension.data.redis.commands.ISetCommands
-
Get random element from set at key.
- sRandMember(K, long) - Method in interface org.openingo.spring.boot.extension.data.redis.commands.ISetCommands
-
Get count random elements from set at key.
- sRandMember(K) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
-
Get random element from set at key.
- sRandMember(K, long) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
-
Get count random elements from set at key.
- sRem(K, Object...) - Method in interface org.openingo.spring.boot.extension.data.redis.commands.ISetCommands
-
Remove given values from set at key and return the number of removed elements.
- sRem(K, Object...) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
-
Remove given values from set at key and return the number of removed elements.
- startProviding() - Method in class org.openingo.spring.boot.extension.datasource.provider.DruidDataSourceProvider
-
start the provider
- startProviding() - Method in class org.openingo.spring.boot.extension.datasource.provider.HikariDataSourceProvider
-
start the provider
- startProviding() - Method in interface org.openingo.spring.boot.extension.datasource.provider.IDataSourceProvider
-
start the provider
- store(boolean) - Method in class org.openingo.spring.boot.extension.data.elasticsearch.builder.index.MappingsProperty
-
- string - Static variable in class org.openingo.spring.boot.extension.data.redis.serializer.FstRedisSerializer
-
- strLen(K) - Method in interface org.openingo.spring.boot.extension.data.redis.commands.IValueCommands
-
Get the length of the value stored at key.
- strLen(K) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
-
Get the length of the value stored at key.
- sUnion(K, K) - Method in interface org.openingo.spring.boot.extension.data.redis.commands.ISetCommands
-
Union all sets at given keys and otherKey.
- sUnion(K, Collection<K>) - Method in interface org.openingo.spring.boot.extension.data.redis.commands.ISetCommands
-
Union all sets at given keys and otherKeys.
- sUnion(K, K) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
-
Union all sets at given keys and otherKey.
- sUnion(K, Collection<K>) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
-
Union all sets at given keys and otherKeys.
- sUnionStore(K, K, K) - Method in interface org.openingo.spring.boot.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.boot.extension.data.redis.commands.ISetCommands
-
Union all sets at given key and otherKeys and store result in destKey.
- sUnionStore(K, K, K) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
-
Union all sets at given key and otherKey and store result in destKey.
- sUnionStore(K, Collection<K>, K) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
-
Union all sets at given key and otherKeys and store result in destKey.
- supports(MethodParameter, Class<? extends HttpMessageConverter<?>>) - Method in class org.openingo.spring.boot.extension.http.response.HttpResponseBodyAdvice
-
Whether this component supports the given controller method return type
and the selected HttpMessageConverter type.
- sync() - Method in class org.openingo.spring.boot.extension.data.elasticsearch.RestHighLevelClientX
-
using sync way
- zAdd(K, V, double) - Method in interface org.openingo.spring.boot.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.boot.extension.data.redis.commands.IZSetCommands
-
Add scoreMembers to a sorted set at key, or update its score if it already exists.
- zAdd(K, V, double) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
-
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.boot.extension.data.redis.RedisTemplateX
-
Add scoreMembers to a sorted set at key, or update its score if it already exists.
- zCard(K) - Method in interface org.openingo.spring.boot.extension.data.redis.commands.IZSetCommands
-
Returns the number of elements of the sorted set stored with given key.
- zCard(K) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
-
Returns the number of elements of the sorted set stored with given key.
- zCount(K, double, double) - Method in interface org.openingo.spring.boot.extension.data.redis.commands.IZSetCommands
-
Count number of elements within sorted set with scores between min and max.
- zCount(K, double, double) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
-
Count number of elements within sorted set with scores between min and max.
- zIncrby(K, V, double) - Method in interface org.openingo.spring.boot.extension.data.redis.commands.IZSetCommands
-
Increment the score of element with member in sorted set by score.
- zIncrby(K, V, double) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
-
Increment the score of element with member in sorted set by score.
- zInterStore(K, K, K) - Method in interface org.openingo.spring.boot.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.boot.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.boot.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.boot.extension.data.redis.commands.IZSetCommands
-
Intersect sorted sets at key and otherKeys and store result in destination destKey.
- zInterStore(K, K, K) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
-
Intersect sorted sets at key and otherKey and store result in destination destKey.
- zInterStore(K, Collection<K>, K) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
-
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.boot.extension.data.redis.RedisTemplateX
-
Intersect sorted sets at key and otherKeys and store result in destination destKey.
- ZookeeperIdEngine - Class in org.openingo.spring.boot.extension.gedid.engine.zookeeper
-
ZookeeperIdEngine
- ZookeeperIdEngine(CuratorFramework, ZookeeperIdEngineMode) - Constructor for class org.openingo.spring.boot.extension.gedid.engine.zookeeper.ZookeeperIdEngine
-
- ZookeeperIdEngineConfigProperties - Class in org.openingo.spring.boot.extension.gedid.config
-
ZookeeperIdEngineConfigProperties
- ZookeeperIdEngineConfigProperties() - Constructor for class org.openingo.spring.boot.extension.gedid.config.ZookeeperIdEngineConfigProperties
-
- ZookeeperIdEngineMode - Enum in org.openingo.spring.boot.extension.gedid.engine.zookeeper
-
ZookeeperIdEngineMode
- zRange(K, long, long) - Method in interface org.openingo.spring.boot.extension.data.redis.commands.IZSetCommands
-
Get elements between start and end from sorted set.
- zRange(K, long, long) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
-
Get elements between start and end from sorted set.
- zRangeByLex(K, RedisZSetCommands.Range) - Method in interface org.openingo.spring.boot.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.boot.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().
- zRangeByLex(K, RedisZSetCommands.Range) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
-
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.boot.extension.data.redis.RedisTemplateX
-
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 interface org.openingo.spring.boot.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.boot.extension.data.redis.commands.IZSetCommands
-
Get elements in range from min to max where score is between min and max from
sorted set.
- zRangeByScore(K, double, double) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
-
Get elements where score is between min and max from sorted set.
- zRangeByScore(K, double, double, long, long) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
-
Get elements in range from min to max where score is between min and max from
sorted set.
- zRank(K, Object) - Method in interface org.openingo.spring.boot.extension.data.redis.commands.IZSetCommands
-
Determine the index of element with value in a sorted set.
- zRank(K, Object) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
-
Determine the index of element with value in a sorted set.
- zRem(K, Object...) - Method in interface org.openingo.spring.boot.extension.data.redis.commands.IZSetCommands
-
Remove values from sorted set.
- zRem(K, Object...) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
-
Remove values from sorted set.
- zRemRangeByRank(K, long, long) - Method in interface org.openingo.spring.boot.extension.data.redis.commands.IZSetCommands
-
Remove elements in range between start and end from sorted set with key.
- zRemRangeByRank(K, long, long) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
-
Remove elements in range between start and end from sorted set with key.
- zRemRangeByScore(K, double, double) - Method in interface org.openingo.spring.boot.extension.data.redis.commands.IZSetCommands
-
Remove elements with scores between min and max from sorted set with key.
- zRemRangeByScore(K, double, double) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
-
Remove elements with scores between min and max from sorted set with key.
- zRevRange(K, long, long) - Method in interface org.openingo.spring.boot.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.boot.extension.data.redis.commands.IZSetCommands
-
Get elements where score is between min and max from sorted set ordered from high to low.
- zRevRange(K, long, long) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
-
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.boot.extension.data.redis.RedisTemplateX
-
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 interface org.openingo.spring.boot.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.
- zRevRangeByScore(K, double, double, long, long) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
-
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 interface org.openingo.spring.boot.extension.data.redis.commands.IZSetCommands
-
Determine the index of element with member in a sorted set when scored high to low.
- zRevRank(K, Object) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
-
Determine the index of element with member in a sorted set when scored high to low.
- zScan(K, ScanOptions) - Method in interface org.openingo.spring.boot.extension.data.redis.commands.IZSetCommands
-
Iterate over elements in zset at key.
- zScan(K, ScanOptions) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
-
Iterate over elements in zset at key.
- zScore(K, Object) - Method in interface org.openingo.spring.boot.extension.data.redis.commands.IZSetCommands
-
Get the score of element with member from sorted set with key key.
- zScore(K, Object) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
-
Get the score of element with member from sorted set with key key.
- zUnionStore(K, K, K) - Method in interface org.openingo.spring.boot.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.boot.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.boot.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.boot.extension.data.redis.commands.IZSetCommands
-
Union sorted sets at key and otherKeys and store result in destination destKey.
- zUnionStore(K, K, K) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
-
Union sorted sets at key and otherKeys and store result in destination destKey.
- zUnionStore(K, Collection<K>, K) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
-
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.boot.extension.data.redis.RedisTemplateX
-
Union sorted sets at key and otherKeys and store result in destination destKey.