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

A

AbstractServiceErrorAttributes - Class in org.openingo.spring.boot.extension.http.request.error
AbstractServiceErrorAttributes
AbstractServiceErrorAttributes() - Constructor for class org.openingo.spring.boot.extension.http.request.error.AbstractServiceErrorAttributes
Create a new AbstractServiceErrorAttributes instance that included the "exception" attribute , can get the "exception" instance.
add(MappingsProperty) - Method in class org.openingo.spring.boot.extension.data.elasticsearch.builder.index.MappingsProperties
 
add(String, Object) - Method in class org.openingo.spring.boot.extension.data.elasticsearch.builder.index.MappingsProperty
 
addConstraintViolation(ConstraintValidatorContext, String) - Method in interface org.openingo.spring.boot.kit.validator.DynamicValidator
the custom validation add the constraintViolation with message template
addDataSource(Object, IDataSourceProvider) - Method in class org.openingo.spring.boot.extension.datasource.routing.RoutingDataSource
add a new dataSource
addDataSources(Map<Object, IDataSourceProvider>) - Method in class org.openingo.spring.boot.extension.datasource.routing.RoutingDataSource
add more dataSources
addEngine(IDidEngine<?>) - Method in class org.openingo.spring.boot.extension.gedid.loader.DidLoader
 
addInterceptors(InterceptorRegistry) - Method in class org.openingo.spring.boot.extension.http.mvc.HttpWebMvcConfigurer
Add Spring MVC lifecycle interceptors for pre- and post-processing of controller method invocations.
afterPropertiesSet() - Method in class org.openingo.spring.boot.extension.datasource.routing.RoutingDataSource
 
analyzer(String) - Method in class org.openingo.spring.boot.extension.data.elasticsearch.builder.index.MappingsProperty
 
ANNOTATION_NAME - Static variable in annotation type org.openingo.spring.boot.extension.http.response.annotation.AutoMappingRespResult
 
annotionValueReplace(InvocationHandler, String, Object) - Static method in class org.openingo.spring.boot.kit.ExtensionKit
Replace Annotation value
append(K, String) - Method in interface org.openingo.spring.boot.extension.data.redis.commands.IValueCommands
Append a value to key.
append(K, String) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
Append a value to key.
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.boot.extension.http.request.HttpRequestLogAspect
 
async() - Method in class org.openingo.spring.boot.extension.data.elasticsearch.RestHighLevelClientX
using async way
asyncSendBinary(Integer, ByteBuffer) - Static method in class org.openingo.spring.boot.extension.websocket.InstantManager
Send the message asynchronously, using the Future to signal to the client when the message has been sent.
asyncSendBinary(Integer, ByteBuffer, SendHandler) - Static method in class org.openingo.spring.boot.extension.websocket.InstantManager
Send the message asynchronously, using the SendHandler to signal to the client when the message has been sent.
asyncSendJson(Integer, Object) - Static method in class org.openingo.spring.boot.extension.websocket.InstantManager
Send the message, blocking until the message is sent.
asyncSendObject(Integer, Object) - Static method in class org.openingo.spring.boot.extension.websocket.InstantManager
Encodes object as a message and sends it asynchronously, using the Future to signal to the client when the message has been sent.
asyncSendObject(Integer, Object, SendHandler) - Static method in class org.openingo.spring.boot.extension.websocket.InstantManager
Encodes object as a message and sends it asynchronously, using the SendHandler to signal to the client when the message has been sent.
asyncSendText(Integer, String, SendHandler) - Method in class org.openingo.spring.boot.extension.websocket.InstantManager
Send the message asynchronously, using the SendHandler to signal to the client when the message has been sent.
asyncSendText(Integer, String) - Static method in class org.openingo.spring.boot.extension.websocket.InstantManager
Send the message asynchronously, using the Future to signal to the client when the message has been sent.
AutoMappingRespResult - Annotation Type in org.openingo.spring.boot.extension.http.response.annotation
AutoMappingRespResult

B

bean(Class<T>) - Method in class org.openingo.spring.boot.extension.helper.BeanAccessor
 
BeanAccessor - Class in org.openingo.spring.boot.extension.helper
BeanAccessor
BeanAccessor() - Constructor for class org.openingo.spring.boot.extension.helper.BeanAccessor
 
beforeBodyWrite(Object, MethodParameter, MediaType, Class<? extends HttpMessageConverter<?>>, ServerHttpRequest, ServerHttpResponse) - Method in class org.openingo.spring.boot.extension.http.response.HttpResponseBodyAdvice
Invoked after an HttpMessageConverter is selected and just before its write method is invoked.
bitField(K, BitFieldSubCommands) - Method in interface org.openingo.spring.boot.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(K, BitFieldSubCommands) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
Get / Manipulate specific integer fields of varying bit widths and arbitrary non (necessary) aligned offset stored at a given key.
blPop(K, long) - Method in interface org.openingo.spring.boot.extension.data.redis.commands.IListCommands
Removes and returns first element from lists stored at key .
blPop(K, long) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
Removes and returns first element from lists stored at key .
boundGeoOps(K) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
 
boundHashOps(K) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
 
boundListOps(K) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
 
boundSetOps(K) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
 
boundValueOps(K) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
 
boundZSetOps(K) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
 
brPop(K, long) - Method in interface org.openingo.spring.boot.extension.data.redis.commands.IListCommands
Removes and returns last element from lists stored at key.
brPop(K, long) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
Removes and returns last element from lists stored at key.
brPoplPush(K, K, long) - Method in interface org.openingo.spring.boot.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.
brPoplPush(K, K, long) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
Remove the last element from list at srcKey, append it to dstKey and return its value.
Blocks connection until element available or timeoutSeconds reached.
builder() - Static method in class org.openingo.spring.boot.extension.data.elasticsearch.builder.PageParamBuilder
 

C

call() - Method in interface org.openingo.spring.boot.extension.datasource.tx.TxCallable
Computes a result, or throws an exception if unable to do so.
call() - Method in interface org.openingo.spring.boot.kit.safety.SafetyCallable
Computes a result, or throws an exception if unable to do so.
clazz(Class<T>) - Method in class org.openingo.spring.boot.extension.data.elasticsearch.builder.PageParamBuilder
 
clearCurrentUsingDataSourceKey() - Static method in class org.openingo.spring.boot.extension.datasource.holder.RoutingDataSourceHolder
Manual remove current using dataSource Key
client() - Method in class org.openingo.spring.boot.extension.data.elasticsearch.RestHighLevelClientX
 
cloneDruidDataSource() - Method in class org.openingo.spring.boot.extension.datasource.provider.DruidDataSourceProvider
 
Cluster() - Constructor for class org.openingo.spring.boot.extension.gedid.config.RedisIdEngineConfigProperties.Cluster
 
configureDidLoader(DidLoader) - Method in interface org.openingo.spring.boot.extension.gedid.loader.DidLoaderConfigurer
configure the business
ConnectionInfo(URI, boolean, String) - Constructor for class org.openingo.spring.boot.extension.gedid.config.RedisConnectionConfiguration.ConnectionInfo
 
Constants - Class in org.openingo.spring.boot.constants
Constants
countExistingKeys(Collection<K>) - Method in interface org.openingo.spring.boot.extension.data.redis.commands.IValueCommands
Count the number of keys that exist.
countExistingKeys(Collection<K>) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
Count the number of keys that exist.
createIndex(String, Settings, MappingsProperties) - Method in class org.openingo.spring.boot.extension.data.elasticsearch.RestHighLevelClientX
 

D

DataSourceConfig - Class in org.openingo.spring.boot.extension.datasource.config
DataSourceConfig
DataSourceConfig() - Constructor for class org.openingo.spring.boot.extension.datasource.config.DataSourceConfig
 
DEBUG - Static variable in class org.openingo.spring.boot.constants.EnvsConstants
 
decorateErrorAttributes(Map<String, Object>, Map<String, Object>) - Method in class org.openingo.spring.boot.extension.http.request.error.AbstractServiceErrorAttributes
Decorate error attributes, add extension attributes etc.
decorateErrorAttributes(Map<String, Object>, Map<String, Object>) - Method in class org.openingo.spring.boot.extension.http.request.error.DefaultServiceErrorAttributes
Decorate error attributes, add extension attributes etc.
decorateExceptionCode(Exception) - Method in class org.openingo.spring.boot.extension.http.request.error.AbstractServiceErrorAttributes
Decorate exception error code, custom for your business logic.
decorateExceptionCode(Exception) - Method in class org.openingo.spring.boot.extension.http.request.error.DefaultServiceErrorAttributes
Decorate exception error code, custom for your business logic.
decorateExceptionMessage(Exception) - Method in class org.openingo.spring.boot.extension.http.request.error.AbstractServiceErrorAttributes
Decorate exception message for your self.
decorateExceptionMessage(Exception) - Method in class org.openingo.spring.boot.extension.http.request.error.DefaultServiceErrorAttributes
Decorate exception message for your self.
decr(K) - Method in interface org.openingo.spring.boot.extension.data.redis.commands.IValueCommands
Decrement an integer value stored as string value under key by one.
decr(K) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
Decrement an integer value stored as string value under key by one.
decrBy(K, long) - Method in interface org.openingo.spring.boot.extension.data.redis.commands.IValueCommands
Decrement an integer value stored as string value under key by delta.
decrBy(K, long) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
Decrement an integer value stored as string value under key by delta.
DefaultErrorAttributesX - Class in org.openingo.spring.boot.extension.http.request.error
DefaultErrorAttributesX
DefaultErrorAttributesX() - Constructor for class org.openingo.spring.boot.extension.http.request.error.DefaultErrorAttributesX
Create a new DefaultErrorAttributesX instance that included the "exception" attribute , can not get the "exception" instance.
DefaultErrorAttributesX(boolean) - Constructor for class org.openingo.spring.boot.extension.http.request.error.DefaultErrorAttributesX
Create a new DefaultErrorAttributesX instance.
DefaultKeyNamingPolicy - Class in org.openingo.spring.boot.extension.data.redis.naming
DefaultKeyNamingPolicy
DefaultKeyNamingPolicy() - Constructor for class org.openingo.spring.boot.extension.data.redis.naming.DefaultKeyNamingPolicy
 
DefaultServiceErrorAttributes - Class in org.openingo.spring.boot.extension.http.request.error
DefaultServiceErrorAttributes
DefaultServiceErrorAttributes() - Constructor for class org.openingo.spring.boot.extension.http.request.error.DefaultServiceErrorAttributes
 
DefaultSessionCallback<T> - Class in org.openingo.spring.boot.extension.data.redis.core
DefaultSessionCallback
DefaultSessionCallback(SessionCallbackX<T>) - Constructor for class org.openingo.spring.boot.extension.data.redis.core.DefaultSessionCallback
 
DefaultStringSortQuery - Class in org.openingo.spring.boot.extension.data.redis.core.query
DefaultStringSortQuery
DefaultStringSortQuery(IKeyNamingPolicy, SortQuery<String>) - Constructor for class org.openingo.spring.boot.extension.data.redis.core.query.DefaultStringSortQuery
 
del(K) - Method in interface org.openingo.spring.boot.extension.data.redis.commands.IValueCommands
Delete given key.
del(Collection<K>) - Method in interface org.openingo.spring.boot.extension.data.redis.commands.IValueCommands
Delete given keys.
del(K) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
Delete given key.
del(Collection<K>) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
Delete given keys.
deleteByDocId(String, String) - Method in class org.openingo.spring.boot.extension.data.elasticsearch.RestHighLevelClientX
 
deleteByDocId(String, String, WriteRequest.RefreshPolicy) - Method in class org.openingo.spring.boot.extension.data.elasticsearch.RestHighLevelClientX
 
deleteByDocIds(String, List<String>) - Method in class org.openingo.spring.boot.extension.data.elasticsearch.RestHighLevelClientX
 
deleteByDocIds(String, List<String>, WriteRequest.RefreshPolicy) - Method in class org.openingo.spring.boot.extension.data.elasticsearch.RestHighLevelClientX
 
deleteByDocIds(String, List<String>, WriteRequest.RefreshPolicy, RequestOptions) - Method in class org.openingo.spring.boot.extension.data.elasticsearch.RestHighLevelClientX
 
deserialize(byte[]) - Method in class org.openingo.spring.boot.extension.data.redis.serializer.FstRedisSerializer
 
destroy() - Method in class org.openingo.spring.boot.extension.datasource.provider.DruidDataSourceProvider
Destroy the provider
destroy() - Method in class org.openingo.spring.boot.extension.datasource.provider.HikariDataSourceProvider
Destroy the provider
destroy() - Method in interface org.openingo.spring.boot.extension.datasource.provider.IDataSourceProvider
Destroy the provider
determineCurrentLookupKey() - Method in class org.openingo.spring.boot.extension.datasource.routing.RoutingDataSource
Determine the current lookup key.
determineTargetDataSource() - Method in class org.openingo.spring.boot.extension.datasource.routing.RoutingDataSource
Retrieve the current target DataSource.
DEV - Static variable in class org.openingo.spring.boot.constants.EnvsConstants
 
DidException - Exception in org.openingo.spring.boot.exception
DidException
DidException(String) - Constructor for exception org.openingo.spring.boot.exception.DidException
 
DidLoader - Class in org.openingo.spring.boot.extension.gedid.loader
DidLoader
DidLoader() - Constructor for class org.openingo.spring.boot.extension.gedid.loader.DidLoader
 
DidLoaderConfiguration - Class in org.openingo.spring.boot.extension.gedid.loader
DidLoaderConfiguration
DidLoaderConfiguration(DidLoader) - Constructor for class org.openingo.spring.boot.extension.gedid.loader.DidLoaderConfiguration
 
DidLoaderConfigurer - Interface in org.openingo.spring.boot.extension.gedid.loader
DidLoaderConfigurer
discard() - Method in interface org.openingo.spring.boot.extension.data.redis.commands.IRedisTransactionsCommands
Discard all commands issued after IRedisTransactionsCommands.multi().
discard() - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
Discard all commands issued after RedisTemplateX.multi().
DocBuilder - Class in org.openingo.spring.boot.extension.data.elasticsearch.builder
DocBuilder
DocBuilder() - Constructor for class org.openingo.spring.boot.extension.data.elasticsearch.builder.DocBuilder
 
DruidDataSourceProvider - Class in org.openingo.spring.boot.extension.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.boot.extension.datasource.provider.DruidDataSourceProvider
 
DruidDataSourceProvider(String, String, String) - Constructor for class org.openingo.spring.boot.extension.datasource.provider.DruidDataSourceProvider
 
DruidDataSourceProvider(String, String, String, String) - Constructor for class org.openingo.spring.boot.extension.datasource.provider.DruidDataSourceProvider
 
DruidDataSourceProvider(String, String, String, String, String) - Constructor for class org.openingo.spring.boot.extension.datasource.provider.DruidDataSourceProvider
 
dynamicValidate() - Method in interface org.openingo.spring.boot.kit.validator.DynamicValidator
dynamic validate
dynamicValidate(T, String, Class<?>...) - Method in interface org.openingo.spring.boot.kit.validator.DynamicValidator
validate the data is invalid or not
DynamicValidator - Interface in org.openingo.spring.boot.kit.validator
dynamic validator

E

ElasticsearchRestHighLevelClientConfig - Class in org.openingo.spring.boot.extension.data.elasticsearch.config
ElasticsearchRestHighLevelClientConfig
ElasticsearchRestHighLevelClientConfig() - Constructor for class org.openingo.spring.boot.extension.data.elasticsearch.config.ElasticsearchRestHighLevelClientConfig
 
ENABLE - Static variable in class org.openingo.spring.boot.constants.PropertiesConstants
enable
EnableExtension - Annotation Type in org.openingo.spring.boot.annotation
EnableExtension
engineName() - Method in class org.openingo.spring.boot.extension.gedid.engine.etcd.EtcdIdEngine
 
engineName() - Method in interface org.openingo.spring.boot.extension.gedid.engine.IDidEngine
current engine's name
engineName() - Method in class org.openingo.spring.boot.extension.gedid.engine.redis.RedisIdEngine
 
engineName() - Method in class org.openingo.spring.boot.extension.gedid.engine.snowflake.SnowflakeIdEngine
 
engineName() - Method in class org.openingo.spring.boot.extension.gedid.engine.uuid.UuidEngine
 
engineName() - Method in class org.openingo.spring.boot.extension.gedid.engine.zookeeper.ZookeeperIdEngine
 
environment - Static variable in class org.openingo.spring.boot.SpringApplicationX
Spring Application environment ConfigurableEnvironment
EnvsConstants - Class in org.openingo.spring.boot.constants
EnvsConstants
EtcdIdEngine - Class in org.openingo.spring.boot.extension.gedid.engine.etcd
EtcdIdEngine
EtcdIdEngine(Client) - Constructor for class org.openingo.spring.boot.extension.gedid.engine.etcd.EtcdIdEngine
 
EtcdIdEngineConfigProperties - Class in org.openingo.spring.boot.extension.gedid.config
EtcdIdEngineConfigProperties
EtcdIdEngineConfigProperties() - Constructor for class org.openingo.spring.boot.extension.gedid.config.EtcdIdEngineConfigProperties
 
exec() - Method in interface org.openingo.spring.boot.extension.data.redis.commands.IRedisTransactionsCommands
Executes all queued commands in a transaction started with IRedisTransactionsCommands.multi().
exec(RedisSerializer<?>) - Method in interface org.openingo.spring.boot.extension.data.redis.commands.IRedisTransactionsCommands
Execute a transaction, using the provided RedisSerializer to deserialize any results that are byte[]s or Collections of byte[]s.
exec() - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
Executes all queued commands in a transaction started with RedisTemplateX.multi().
exec(RedisSerializer<?>) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
Execute a transaction, using the provided RedisSerializer to deserialize any results that are byte[]s or Collections of byte[]s.
execute() - Method in interface org.openingo.spring.boot.extension.data.redis.callback.SessionCallbackX
Executes all the given operations inside the same session.
execute(SessionCallbackX) - Method in interface org.openingo.spring.boot.extension.data.redis.commands.IRedisCommands
Executes a Redis session.
execute(RedisOperations<K, V>) - Method in class org.openingo.spring.boot.extension.data.redis.core.DefaultSessionCallback
Executes all the given operations inside the same session.
execute(SessionCallbackX) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
Executes a Redis session.
executePipelined(SessionCallbackX) - Method in interface org.openingo.spring.boot.extension.data.redis.commands.IRedisCommands
Executes the given Redis session on a pipelined connection.
executePipelined(SessionCallbackX, RedisSerializer<?>) - Method in interface org.openingo.spring.boot.extension.data.redis.commands.IRedisCommands
Executes the given Redis session on a pipelined connection, returning the results using a dedicated serializer.
executePipelined(SessionCallbackX) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
Executes the given Redis session on a pipelined connection.
executePipelined(SessionCallbackX, RedisSerializer<?>) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
Executes the given Redis session on a pipelined connection, returning the results using a dedicated serializer.
exists(K) - Method in interface org.openingo.spring.boot.extension.data.redis.commands.IValueCommands
Determine if given key exists.
exists(K) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
Determine if given key exists.
expire(K, long) - Method in interface org.openingo.spring.boot.extension.data.redis.commands.IValueCommands
Set time(Seconds) to live for given key..
expire(K, long) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
Set time(Seconds) to live for given key..
expireAt(K, Date) - Method in interface org.openingo.spring.boot.extension.data.redis.commands.IValueCommands
Set the expiration for given key as a date timestamp.
expireAt(K, Date) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
Set the expiration for given key as a date timestamp.
EXTENSION_PACKAGE - Static variable in class org.openingo.spring.boot.constants.PackageConstants
 
ExtensionConfigProperties - Class in org.openingo.spring.boot.config
ExtensionConfigProperties
ExtensionConfigProperties() - Constructor for class org.openingo.spring.boot.config.ExtensionConfigProperties
 
ExtensionKit - Class in org.openingo.spring.boot.kit
ExtensionKit
ExtensionScanner - Class in org.openingo.spring.boot.scanner
ExtensionScanner
ExtensionScanner() - Constructor for class org.openingo.spring.boot.scanner.ExtensionScanner
 

F

FALSE - Static variable in class org.openingo.spring.boot.constants.Constants
 
FeignConfig - Class in org.openingo.spring.boot.extension.feign.config
FeignConfig
FeignConfig() - Constructor for class org.openingo.spring.boot.extension.feign.config.FeignConfig
 
feignHystrixConcurrencyStrategy() - Method in class org.openingo.spring.boot.extension.feign.config.FeignConfig
rewrite hystrix strategy for concurrency
FeignHystrixConcurrencyStrategy - Class in org.openingo.spring.boot.extension.feign.hystrix
FeignHystrixConcurrencyStrategy
FeignHystrixConcurrencyStrategy() - Constructor for class org.openingo.spring.boot.extension.feign.hystrix.FeignHystrixConcurrencyStrategy
 
fielddata(boolean) - Method in class org.openingo.spring.boot.extension.data.elasticsearch.builder.index.MappingsProperty
 
fillInStackTrace() - Method in exception org.openingo.spring.boot.exception.ServiceException
 
filter(QueryBuilder) - Method in class org.openingo.spring.boot.extension.data.elasticsearch.builder.PageParamBuilder
 
findAsMapById(String, String) - Method in class org.openingo.spring.boot.extension.data.elasticsearch.RestHighLevelClientX
 
findAsMapByIds(String, List<String>) - Method in class org.openingo.spring.boot.extension.data.elasticsearch.RestHighLevelClientX
 
findById(Class<T>, String, String) - Method in class org.openingo.spring.boot.extension.data.elasticsearch.RestHighLevelClientX
 
findByIds(Class<T>, String, List<String>) - Method in class org.openingo.spring.boot.extension.data.elasticsearch.RestHighLevelClientX
 
follow(String, Long) - Method in class org.openingo.spring.boot.extension.gedid.engine.etcd.EtcdIdEngine
 
follow(String, T) - Method in interface org.openingo.spring.boot.extension.gedid.engine.IDidEngine
Follow The business with name.
follow(String, Long) - Method in class org.openingo.spring.boot.extension.gedid.engine.redis.RedisIdEngine
 
follow(String, Long) - Method in class org.openingo.spring.boot.extension.gedid.engine.snowflake.SnowflakeIdEngine
 
follow(String, String) - Method in class org.openingo.spring.boot.extension.gedid.engine.uuid.UuidEngine
 
follow(String, Long) - Method in class org.openingo.spring.boot.extension.gedid.engine.zookeeper.ZookeeperIdEngine
 
follow(String) - Method in class org.openingo.spring.boot.extension.gedid.loader.DidLoader
follow one business with uri
follow(String, T) - Method in class org.openingo.spring.boot.extension.gedid.loader.DidLoader
follow one business with businessUri
follow(URI) - Method in class org.openingo.spring.boot.extension.gedid.loader.DidLoader
follow one business with businessUri
follow(URI, T) - Method in class org.openingo.spring.boot.extension.gedid.loader.DidLoader
follow one business with businessUri
follow(String, String) - Method in class org.openingo.spring.boot.extension.gedid.loader.DidLoader
follow on business with engine name and business name
follow(String, String, T) - Method in class org.openingo.spring.boot.extension.gedid.loader.DidLoader
follow on business with engine name and business name
format(String) - Method in class org.openingo.spring.boot.extension.data.elasticsearch.builder.index.MappingsProperty
 
FstRedisSerializer<T> - Class in org.openingo.spring.boot.extension.data.redis.serializer
FstRedisSerializer
FstRedisSerializer() - Constructor for class org.openingo.spring.boot.extension.data.redis.serializer.FstRedisSerializer
 

G

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.

H

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.

I

IDataSourceProvider - Interface in org.openingo.spring.boot.extension.datasource.provider
IDataSourceProvider
IDidEngine<T> - Interface in org.openingo.spring.boot.extension.gedid.engine
IDidEngine
IGeoCommands<K,M> - Interface in org.openingo.spring.boot.extension.data.redis.commands
IGeoCommands
IHashCommands<K,V> - Interface in org.openingo.spring.boot.extension.data.redis.commands
IHashCommands
IHyperLogLogCommands<K,V> - Interface in org.openingo.spring.boot.extension.data.redis.commands
IHyperLogLogCommands
IKeyNamingPolicy - Interface in org.openingo.spring.boot.extension.data.redis.naming
IKeyNamingPolicy
IListCommands<K,V> - Interface in org.openingo.spring.boot.extension.data.redis.commands
IListCommands
incr(K) - Method in interface org.openingo.spring.boot.extension.data.redis.commands.IValueCommands
Increment an integer value stored as string value under key by one.
incr(K) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
Increment an integer value stored as string value under key by one.
incrBy(K, long) - Method in interface org.openingo.spring.boot.extension.data.redis.commands.IValueCommands
Increment an integer value stored as string value under key by delta.
incrBy(K, long) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
Increment an integer value stored as string value under key by delta.
InstantManager - Class in org.openingo.spring.boot.extension.websocket
InstantManager
IRedisCommands<K,V> - Interface in org.openingo.spring.boot.extension.data.redis.commands
IRedisCommands
IRedisTransactionsCommands<K,V> - Interface in org.openingo.spring.boot.extension.data.redis.commands
IRedisTransactionsCommands
isAlphabetic() - Method in class org.openingo.spring.boot.extension.data.redis.core.query.DefaultStringSortQuery
Indicates if the sorting is numeric (default) or alphabetical (lexicographical).
isDebugging - Static variable in class org.openingo.spring.boot.SpringApplicationX
Spring Application debugging status
isEnabled() - Method in class org.openingo.spring.boot.extension.gedid.config.ZookeeperIdEngineConfigProperties
 
ISerializer<T> - Interface in org.openingo.spring.boot.extension.data.redis.serializer
ISerializer
ISetCommands<K,V> - Interface in org.openingo.spring.boot.extension.data.redis.commands
ISetCommands
isRunningAsJar - Static variable in class org.openingo.spring.boot.SpringApplicationX
whether current application running as a jar or yet
isSsl() - Method in class org.openingo.spring.boot.extension.gedid.config.RedisIdEngineConfigProperties
 
isUseSsl() - Method in class org.openingo.spring.boot.extension.gedid.config.RedisConnectionConfiguration.ConnectionInfo
 
isWrapperFor(Class<?>) - Method in class org.openingo.spring.boot.extension.datasource.routing.RoutingDataSource
 
IValueCommands<K,V> - Interface in org.openingo.spring.boot.extension.data.redis.commands
IValueCommands
IZSetCommands<K,V> - Interface in org.openingo.spring.boot.extension.data.redis.commands
IZSetCommands

J

Jedis() - Constructor for class org.openingo.spring.boot.extension.gedid.config.RedisIdEngineConfigProperties.Jedis
 
JedisConnectionConfiguration - Class in org.openingo.spring.boot.extension.gedid.config
Redis connection configuration using Jedis.

K

KeyNamingKit - Class in org.openingo.spring.boot.extension.data.redis.naming
KeyNamingKit
keyNamingPolicy() - Method in class org.openingo.spring.boot.extension.data.redis.config.RedisConfig
if KeyNamingKit.getNaming() is "null" return key, otherwise return KeyNamingKit.getNaming()+KeyNamingKit.NAMING_SEPARATOR+key
keyword() - Method in class org.openingo.spring.boot.extension.data.elasticsearch.builder.index.MappingsProperty
 
keyword(int) - Method in class org.openingo.spring.boot.extension.data.elasticsearch.builder.index.MappingsProperty
 
keyword(String) - Method in class org.openingo.spring.boot.extension.data.elasticsearch.builder.PageParamBuilder
 
keyword0() - Method in class org.openingo.spring.boot.extension.data.elasticsearch.builder.index.MappingsProperty
 
KeywordKit - Class in org.openingo.spring.boot.extension.data.elasticsearch.kit
KeywordKit
keywords(String...) - Method in class org.openingo.spring.boot.extension.data.elasticsearch.builder.PageParamBuilder
 

L

Lettuce() - Constructor for class org.openingo.spring.boot.extension.gedid.config.RedisIdEngineConfigProperties.Lettuce
 
LettuceConnectionConfiguration - Class in org.openingo.spring.boot.extension.gedid.config
Redis connection configuration using Lettuce.
lIndex(K, long) - Method in interface org.openingo.spring.boot.extension.data.redis.commands.IListCommands
Get element at index form list at key.
lIndex(K, long) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
Get element at index form list at key.
lLen(K) - Method in interface org.openingo.spring.boot.extension.data.redis.commands.IListCommands
Get the size of list stored at key.
lLen(K) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
Get the size of list stored at key.
log() - Method in class org.openingo.spring.boot.extension.http.request.HttpRequestLogAspect
 
lPop(K) - Method in interface org.openingo.spring.boot.extension.data.redis.commands.IListCommands
Removes and returns first element in list stored at key.
lPop(K) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
Removes and returns first element in list stored at key.
lPush(K, V) - Method in interface org.openingo.spring.boot.extension.data.redis.commands.IListCommands
Prepend value to key.
lPush(K, V...) - Method in interface org.openingo.spring.boot.extension.data.redis.commands.IListCommands
Prepend values to key.
lPush(K, Collection<V>) - Method in interface org.openingo.spring.boot.extension.data.redis.commands.IListCommands
Prepend values to key.
lPush(K, V) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
Prepend value to key.
lPush(K, V...) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
Prepend values to key.
lPush(K, Collection<V>) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
Prepend values to key.
lPushx(K, V) - Method in interface org.openingo.spring.boot.extension.data.redis.commands.IListCommands
Prepend values to key only if the list exists.
lPushx(K, V) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
Prepend values to key only if the list exists.
lRange(K, long, long) - Method in interface org.openingo.spring.boot.extension.data.redis.commands.IListCommands
Get elements between begin and end from list at key.
lRange(K, long, long) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
Get elements between begin and end from list at key.
lRem(K, long, V) - Method in interface org.openingo.spring.boot.extension.data.redis.commands.IListCommands
Removes the first count occurrences of value from the list stored at key.
lRem(K, long, V) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
Removes the first count occurrences of value from the list stored at key.
lSet(K, long, V) - Method in interface org.openingo.spring.boot.extension.data.redis.commands.IListCommands
Set the value list element at index.
lSet(K, long, V) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
Set the value list element at index.
ltrim(K, long, long) - Method in interface org.openingo.spring.boot.extension.data.redis.commands.IListCommands
Trim list at key to elements between start and end.
ltrim(K, long, long) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
Trim list at key to elements between start and end.

M

mainApplicationClass - Static variable in class org.openingo.spring.boot.SpringApplicationX
Spring Application mainApplicationClass
manualTransactionManager(PlatformTransactionManager, TransactionDefinition) - Method in class org.openingo.spring.boot.extension.datasource.config.DataSourceConfig
 
ManualTransactionManager - Class in org.openingo.spring.boot.extension.datasource.tx
ManualTransactionManager
ManualTransactionManager(PlatformTransactionManager, TransactionDefinition) - Constructor for class org.openingo.spring.boot.extension.datasource.tx.ManualTransactionManager
 
mapKeyNaming(Map<? extends String, ? extends V>) - Method in interface org.openingo.spring.boot.extension.data.redis.naming.IKeyNamingPolicy
Map keys naming
MappingsProperties - Class in org.openingo.spring.boot.extension.data.elasticsearch.builder.index
MappingsProperties
MappingsProperty - Class in org.openingo.spring.boot.extension.data.elasticsearch.builder.index
MappingsProperty
matchAllQuery() - Method in class org.openingo.spring.boot.extension.data.elasticsearch.builder.PageParamBuilder
 
me() - Static method in class org.openingo.spring.boot.extension.data.elasticsearch.builder.index.MappingsProperties
 
me() - Static method in class org.openingo.spring.boot.extension.data.elasticsearch.builder.index.MappingsProperty
 
me(String) - Static method in class org.openingo.spring.boot.extension.data.elasticsearch.builder.index.MappingsProperty
 
mGet(Collection<K>) - Method in interface org.openingo.spring.boot.extension.data.redis.commands.IValueCommands
Get multiple keys.
mGet(Collection<K>) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
Get multiple keys.
MINIO_CONFIG_PROPERTIES_PREFIX - Static variable in class org.openingo.spring.boot.constants.PropertiesConstants
Minio config properties prefix
minioClient(MinioConfigProperties) - Method in class org.openingo.spring.boot.extension.minio.config.MinioConfig
 
minioClientX(MinioClient, MinioConfigProperties) - Method in class org.openingo.spring.boot.extension.minio.config.MinioConfig
 
MinioClientX - Class in org.openingo.spring.boot.extension.minio
MinioClientX
MinioClientX(MinioClient, MinioConfigProperties) - Constructor for class org.openingo.spring.boot.extension.minio.MinioClientX
 
MinioConfig - Class in org.openingo.spring.boot.extension.minio.config
MinioConfig
MinioConfig() - Constructor for class org.openingo.spring.boot.extension.minio.config.MinioConfig
 
MinioConfigProperties - Class in org.openingo.spring.boot.extension.minio.config
MinioConfigProperties
MinioConfigProperties() - Constructor for class org.openingo.spring.boot.extension.minio.config.MinioConfigProperties
 
move(K, int) - Method in interface org.openingo.spring.boot.extension.data.redis.commands.IRedisCommands
Move given key to database with index.
move(K, int) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
Move given key to database with index.
mSet(Object...) - Method in interface org.openingo.spring.boot.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.boot.extension.data.redis.commands.IValueCommands
Set multiple keys to multiple values using key-value pairs provided in tuple.
mSet(Object...) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
Set multiple keys to multiple values using key-value pairs.
mSet(Map<K, V>) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
Set multiple keys to multiple values using key-value pairs provided in tuple.
multi() - Method in interface org.openingo.spring.boot.extension.data.redis.commands.IRedisTransactionsCommands
Mark the start of a transaction block.
multi() - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
Mark the start of a transaction block.

N

name(String) - Method in class org.openingo.spring.boot.extension.data.elasticsearch.builder.index.MappingsProperty
 
name() - Method in class org.openingo.spring.boot.extension.data.elasticsearch.builder.index.MappingsProperty
 
NAMING_SEPARATOR - Static variable in class org.openingo.spring.boot.extension.data.redis.naming.KeyNamingKit
 
next(String) - Method in class org.openingo.spring.boot.extension.gedid.engine.etcd.EtcdIdEngine
 
next(String) - Method in interface org.openingo.spring.boot.extension.gedid.engine.IDidEngine
the next id
next(String) - Method in class org.openingo.spring.boot.extension.gedid.engine.redis.RedisIdEngine
 
next(String) - Method in class org.openingo.spring.boot.extension.gedid.engine.snowflake.SnowflakeIdEngine
 
next(String) - Method in class org.openingo.spring.boot.extension.gedid.engine.uuid.UuidEngine
 
next(String) - Method in class org.openingo.spring.boot.extension.gedid.engine.zookeeper.ZookeeperIdEngine
 
next(String) - Method in class org.openingo.spring.boot.extension.gedid.loader.DidLoader
fetch the next id for business name
nextId() - Method in class org.openingo.spring.boot.extension.gedid.engine.snowflake.Snowflake
获得下一个ID (该方法是线程安全的)
nextToLong(String) - Method in class org.openingo.spring.boot.extension.gedid.loader.DidLoader
convert next to Long
nextToString(String) - Method in class org.openingo.spring.boot.extension.gedid.loader.DidLoader
convert next to String
normalizer(String) - Method in class org.openingo.spring.boot.extension.data.elasticsearch.builder.index.MappingsProperty
 

O

object - Static variable in class org.openingo.spring.boot.extension.data.redis.serializer.FstRedisSerializer
 
opsForCluster() - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
 
opsForGeo() - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
 
opsForHash() - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
 
opsForHyperLogLog() - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
 
opsForList() - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
 
opsForSet() - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
 
opsForValue() - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
 
opsForZSet() - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
 
org.openingo.spring.boot - package org.openingo.spring.boot
 
org.openingo.spring.boot.annotation - package org.openingo.spring.boot.annotation
 
org.openingo.spring.boot.config - package org.openingo.spring.boot.config
 
org.openingo.spring.boot.constants - package org.openingo.spring.boot.constants
 
org.openingo.spring.boot.exception - package org.openingo.spring.boot.exception
 
org.openingo.spring.boot.extension.data.elasticsearch - package org.openingo.spring.boot.extension.data.elasticsearch
 
org.openingo.spring.boot.extension.data.elasticsearch.builder - package org.openingo.spring.boot.extension.data.elasticsearch.builder
 
org.openingo.spring.boot.extension.data.elasticsearch.builder.index - package org.openingo.spring.boot.extension.data.elasticsearch.builder.index
 
org.openingo.spring.boot.extension.data.elasticsearch.config - package org.openingo.spring.boot.extension.data.elasticsearch.config
 
org.openingo.spring.boot.extension.data.elasticsearch.kit - package org.openingo.spring.boot.extension.data.elasticsearch.kit
 
org.openingo.spring.boot.extension.data.redis - package org.openingo.spring.boot.extension.data.redis
 
org.openingo.spring.boot.extension.data.redis.callback - package org.openingo.spring.boot.extension.data.redis.callback
 
org.openingo.spring.boot.extension.data.redis.commands - package org.openingo.spring.boot.extension.data.redis.commands
 
org.openingo.spring.boot.extension.data.redis.config - package org.openingo.spring.boot.extension.data.redis.config
 
org.openingo.spring.boot.extension.data.redis.core - package org.openingo.spring.boot.extension.data.redis.core
 
org.openingo.spring.boot.extension.data.redis.core.query - package org.openingo.spring.boot.extension.data.redis.core.query
 
org.openingo.spring.boot.extension.data.redis.naming - package org.openingo.spring.boot.extension.data.redis.naming
 
org.openingo.spring.boot.extension.data.redis.serializer - package org.openingo.spring.boot.extension.data.redis.serializer
 
org.openingo.spring.boot.extension.datasource.config - package org.openingo.spring.boot.extension.datasource.config
 
org.openingo.spring.boot.extension.datasource.holder - package org.openingo.spring.boot.extension.datasource.holder
 
org.openingo.spring.boot.extension.datasource.provider - package org.openingo.spring.boot.extension.datasource.provider
 
org.openingo.spring.boot.extension.datasource.routing - package org.openingo.spring.boot.extension.datasource.routing
 
org.openingo.spring.boot.extension.datasource.tx - package org.openingo.spring.boot.extension.datasource.tx
 
org.openingo.spring.boot.extension.feign.config - package org.openingo.spring.boot.extension.feign.config
 
org.openingo.spring.boot.extension.feign.hystrix - package org.openingo.spring.boot.extension.feign.hystrix
 
org.openingo.spring.boot.extension.gedid.config - package org.openingo.spring.boot.extension.gedid.config
 
org.openingo.spring.boot.extension.gedid.engine - package org.openingo.spring.boot.extension.gedid.engine
 
org.openingo.spring.boot.extension.gedid.engine.etcd - package org.openingo.spring.boot.extension.gedid.engine.etcd
 
org.openingo.spring.boot.extension.gedid.engine.redis - package org.openingo.spring.boot.extension.gedid.engine.redis
 
org.openingo.spring.boot.extension.gedid.engine.snowflake - package org.openingo.spring.boot.extension.gedid.engine.snowflake
 
org.openingo.spring.boot.extension.gedid.engine.uuid - package org.openingo.spring.boot.extension.gedid.engine.uuid
 
org.openingo.spring.boot.extension.gedid.engine.zookeeper - package org.openingo.spring.boot.extension.gedid.engine.zookeeper
 
org.openingo.spring.boot.extension.gedid.loader - package org.openingo.spring.boot.extension.gedid.loader
 
org.openingo.spring.boot.extension.helper - package org.openingo.spring.boot.extension.helper
 
org.openingo.spring.boot.extension.http.config - package org.openingo.spring.boot.extension.http.config
 
org.openingo.spring.boot.extension.http.mvc - package org.openingo.spring.boot.extension.http.mvc
 
org.openingo.spring.boot.extension.http.request - package org.openingo.spring.boot.extension.http.request
 
org.openingo.spring.boot.extension.http.request.error - package org.openingo.spring.boot.extension.http.request.error
 
org.openingo.spring.boot.extension.http.response - package org.openingo.spring.boot.extension.http.response
 
org.openingo.spring.boot.extension.http.response.annotation - package org.openingo.spring.boot.extension.http.response.annotation
 
org.openingo.spring.boot.extension.minio - package org.openingo.spring.boot.extension.minio
 
org.openingo.spring.boot.extension.minio.config - package org.openingo.spring.boot.extension.minio.config
 
org.openingo.spring.boot.extension.websocket - package org.openingo.spring.boot.extension.websocket
 
org.openingo.spring.boot.extension.websocket.config - package org.openingo.spring.boot.extension.websocket.config
 
org.openingo.spring.boot.kit - package org.openingo.spring.boot.kit
 
org.openingo.spring.boot.kit.safety - package org.openingo.spring.boot.kit.safety
 
org.openingo.spring.boot.kit.validator - package org.openingo.spring.boot.kit.validator
 
org.openingo.spring.boot.scanner - package org.openingo.spring.boot.scanner
 

P

PackageConstants - Class in org.openingo.spring.boot.constants
PackageConstants
pageable(Integer, Integer) - Method in class org.openingo.spring.boot.extension.data.elasticsearch.builder.PageParamBuilder
 
PageParamBuilder<T> - Class in org.openingo.spring.boot.extension.data.elasticsearch.builder
PageParamBuilder
parserValidateRet(Set<ConstraintViolation<T>>) - Method in interface org.openingo.spring.boot.kit.validator.DynamicValidator
parser the validate result
parseUrl(String) - Method in class org.openingo.spring.boot.extension.gedid.config.RedisConnectionConfiguration
 
partialUpdate(String, String, Map<String, Object>) - Method in class org.openingo.spring.boot.extension.data.elasticsearch.RestHighLevelClientX
 
partialUpdate(String, String, Map<String, Object>, WriteRequest.RefreshPolicy) - Method in class org.openingo.spring.boot.extension.data.elasticsearch.RestHighLevelClientX
 
partialUpdate(String, String, String) - Method in class org.openingo.spring.boot.extension.data.elasticsearch.RestHighLevelClientX
 
partialUpdate(String, String, String, WriteRequest.RefreshPolicy) - Method in class org.openingo.spring.boot.extension.data.elasticsearch.RestHighLevelClientX
 
partialUpdate(String, String, String, XContentType) - Method in class org.openingo.spring.boot.extension.data.elasticsearch.RestHighLevelClientX
 
partialUpdate(String, String, String, XContentType, WriteRequest.RefreshPolicy) - Method in class org.openingo.spring.boot.extension.data.elasticsearch.RestHighLevelClientX
 
partialUpdate(UpdateRequest) - Method in class org.openingo.spring.boot.extension.data.elasticsearch.RestHighLevelClientX
 
partialUpdate(UpdateRequest, WriteRequest.RefreshPolicy) - Method in class org.openingo.spring.boot.extension.data.elasticsearch.RestHighLevelClientX
 
partialUpdate(List<UpdateRequest>) - Method in class org.openingo.spring.boot.extension.data.elasticsearch.RestHighLevelClientX
 
partialUpdate(List<UpdateRequest>, WriteRequest.RefreshPolicy) - Method in class org.openingo.spring.boot.extension.data.elasticsearch.RestHighLevelClientX
 
partialUpdate(List<UpdateRequest>, WriteRequest.RefreshPolicy, RequestOptions) - Method in class org.openingo.spring.boot.extension.data.elasticsearch.RestHighLevelClientX
 
partialUpdateByDocBuilders(List<DocBuilder>) - Method in class org.openingo.spring.boot.extension.data.elasticsearch.RestHighLevelClientX
 
partialUpdateByDocBuilders(List<DocBuilder>, WriteRequest.RefreshPolicy) - Method in class org.openingo.spring.boot.extension.data.elasticsearch.RestHighLevelClientX
 
partialUpdateByDocBuilders(List<DocBuilder>, WriteRequest.RefreshPolicy, RequestOptions) - Method in class org.openingo.spring.boot.extension.data.elasticsearch.RestHighLevelClientX
 
partialUpdateDocs(List<UpdateRequest>) - Method in class org.openingo.spring.boot.extension.data.elasticsearch.RestHighLevelClientX
 
partialUpdateDocs(List<UpdateRequest>, WriteRequest.RefreshPolicy) - Method in class org.openingo.spring.boot.extension.data.elasticsearch.RestHighLevelClientX
 
partialUpdateDocs(List<UpdateRequest>, WriteRequest.RefreshPolicy, RequestOptions) - Method in class org.openingo.spring.boot.extension.data.elasticsearch.RestHighLevelClientX
 
persist(K) - Method in interface org.openingo.spring.boot.extension.data.redis.commands.IValueCommands
Remove the expiration from given key.
persist(K) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
Remove the expiration from given key.
pExpire(K, long) - Method in interface org.openingo.spring.boot.extension.data.redis.commands.IValueCommands
Set time(Seconds) to live for given key..
pExpire(K, long) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
Set time(Seconds) to live for given key..
pfAdd(K, V...) - Method in interface org.openingo.spring.boot.extension.data.redis.commands.IHyperLogLogCommands
Adds the given values to the key.
pfAdd(K, V...) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
Adds the given values to the key.
pfCount(K...) - Method in interface org.openingo.spring.boot.extension.data.redis.commands.IHyperLogLogCommands
Gets the current number of elements within the key.
pfCount(K...) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
Gets the current number of elements within the key.
pfMerge(K, K...) - Method in interface org.openingo.spring.boot.extension.data.redis.commands.IHyperLogLogCommands
Merges all values of given sourceKeys into destination key.
pfMerge(K, K...) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
Merges all values of given sourceKeys into destination key.
Pool() - Constructor for class org.openingo.spring.boot.extension.gedid.config.RedisIdEngineConfigProperties.Pool
 
preDestroy() - Method in class org.openingo.spring.boot.extension.datasource.routing.RoutingDataSource
 
preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.openingo.spring.boot.extension.http.response.HttpResponseInterceptor
Intercept the execution of a handler.
ProceedingJoinPointHolder - Class in org.openingo.spring.boot.extension.http.request
ProceedingJoinPointHolder
PROD - Static variable in class org.openingo.spring.boot.constants.EnvsConstants
 
PropertiesConstants - Class in org.openingo.spring.boot.constants
PropertiesConstants
prototypeBean(Class<T>) - Method in class org.openingo.spring.boot.extension.helper.BeanAccessor
 

Q

query(QueryBuilder) - Method in class org.openingo.spring.boot.extension.data.elasticsearch.builder.PageParamBuilder
 

R

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 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.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.

S

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

T

TEST - Static variable in class org.openingo.spring.boot.constants.EnvsConstants
 
textType() - Method in class org.openingo.spring.boot.extension.data.elasticsearch.builder.index.MappingsProperty
 
throwValidationException(String) - Method in interface org.openingo.spring.boot.kit.validator.DynamicValidator
throw one validation 'ConstraintViolationException' exception
toJson() - Method in class org.openingo.spring.boot.extension.data.elasticsearch.builder.index.MappingsProperties
 
toKeyword(String...) - Static method in class org.openingo.spring.boot.extension.data.elasticsearch.kit.KeywordKit
keywords to keyword string with ' split
toKeyword(List<String>) - Static method in class org.openingo.spring.boot.extension.data.elasticsearch.kit.KeywordKit
keywords to keyword string with ' split
TRUE - Static variable in class org.openingo.spring.boot.constants.Constants
 
ttl(K) - Method in interface org.openingo.spring.boot.extension.data.redis.commands.IValueCommands
Get the time to live for key in seconds.
ttl(K) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
Get the time to live for key in seconds.
txCall(TxCallable<T>) - Method in class org.openingo.spring.boot.extension.datasource.tx.ManualTransactionManager
 
TxCallable<T> - Interface in org.openingo.spring.boot.extension.datasource.tx
TxCallable
txRun(TxRunnable) - Method in class org.openingo.spring.boot.extension.datasource.tx.ManualTransactionManager
 
TxRunnable - Interface in org.openingo.spring.boot.extension.datasource.tx
TxRunnable
type(String) - Method in class org.openingo.spring.boot.extension.data.elasticsearch.builder.index.MappingsProperty
 
type(K) - Method in interface org.openingo.spring.boot.extension.data.redis.commands.IValueCommands
Determine the type stored at key.
type(K) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
Determine the type stored at key.

U

unlink(K) - Method in interface org.openingo.spring.boot.extension.data.redis.commands.IRedisCommands
Unlink the key from the keyspace.
unlink(Collection<K>) - Method in interface org.openingo.spring.boot.extension.data.redis.commands.IRedisCommands
Unlink the keys from the keyspace.
unlink(K) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
Unlink the key from the keyspace.
unlink(Collection<K>) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
Unlink the keys from the keyspace.
unsupportedOperation(String) - Method in interface org.openingo.spring.boot.extension.gedid.engine.IDidEngine
throw onw unsupportedOperationException
unwatch() - Method in interface org.openingo.spring.boot.extension.data.redis.commands.IRedisTransactionsCommands
Flushes all the previously IRedisTransactionsCommands.watch(Object) keys.
unwatch() - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
Flushes all the previously RedisTemplateX.watch(Object) keys.
unwrap(Class<T>) - Method in class org.openingo.spring.boot.extension.datasource.routing.RoutingDataSource
 
UuidEngine - Class in org.openingo.spring.boot.extension.gedid.engine.uuid
UuidEngine
UuidEngine() - Constructor for class org.openingo.spring.boot.extension.gedid.engine.uuid.UuidEngine
 

V

validateField(boolean, String) - Method in interface org.openingo.spring.boot.kit.validator.DynamicValidator
validate accessor
validateField(String, String, String) - Method in interface org.openingo.spring.boot.kit.validator.DynamicValidator
validate using regex
ValidateGroup - Interface in org.openingo.spring.boot.kit.validator
ValidateGroup
ValidateGroup.Create - Interface in org.openingo.spring.boot.kit.validator
create logic group
ValidateGroup.Delete - Interface in org.openingo.spring.boot.kit.validator
delete logic group
ValidateGroup.Read - Interface in org.openingo.spring.boot.kit.validator
read logic group
ValidateGroup.Update - Interface in org.openingo.spring.boot.kit.validator
update logic group
validateSelf(T, Class<?>...) - Method in interface org.openingo.spring.boot.kit.validator.DynamicValidator
validate self
valueOf(String) - Static method in enum org.openingo.spring.boot.extension.gedid.engine.zookeeper.ZookeeperIdEngineMode
Returns the enum constant of this type with the specified name.
valueRedisSerializer() - Method in class org.openingo.spring.boot.extension.data.redis.config.RedisConfig
 
values() - Static method in enum org.openingo.spring.boot.extension.gedid.engine.zookeeper.ZookeeperIdEngineMode
Returns an array containing the constants of this enum type, in the order they are declared.

W

watch(K) - Method in interface org.openingo.spring.boot.extension.data.redis.commands.IRedisTransactionsCommands
Watch given key for modifications during transaction started with IRedisTransactionsCommands.multi().
watch(Collection<K>) - Method in interface org.openingo.spring.boot.extension.data.redis.commands.IRedisTransactionsCommands
Watch given keys for modifications during transaction started with IRedisTransactionsCommands.multi().
watch(K) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
Watch given key for modifications during transaction started with RedisTemplateX.multi().
watch(Collection<K>) - Method in class org.openingo.spring.boot.extension.data.redis.RedisTemplateX
Watch given keys for modifications during transaction started with RedisTemplateX.multi().
WEBSOCKET_CONFIG_PROPERTIES_PREFIX - Static variable in class org.openingo.spring.boot.constants.PropertiesConstants
websocket config properties prefix
WebsocketConfig - Class in org.openingo.spring.boot.extension.websocket.config
WebsocketConfig
WebsocketConfig() - Constructor for class org.openingo.spring.boot.extension.websocket.config.WebsocketConfig
 
WebsocketConfigProperties - Class in org.openingo.spring.boot.extension.websocket.config
WebsocketConfigProperties
WebsocketConfigProperties() - Constructor for class org.openingo.spring.boot.extension.websocket.config.WebsocketConfigProperties
 
websocketServerEndpoint() - Method in class org.openingo.spring.boot.extension.websocket.config.WebsocketConfig
 
WebsocketServerEndpoint - Class in org.openingo.spring.boot.extension.websocket
WebsocketServerEndpoint
WebsocketServerEndpoint() - Constructor for class org.openingo.spring.boot.extension.websocket.WebsocketServerEndpoint
 
wrapCallable(Callable<T>) - Method in class org.openingo.spring.boot.extension.feign.hystrix.FeignHystrixConcurrencyStrategy
 

Z

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.
A B C D E F G H I J K L M N O P Q R S T U V W Z 
Skip navigation links

Copyright © 2021. All rights reserved.