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

A

AbstractGenericPointcutAdvisor - Class in org.springframework.aop.support
Abstract generic PointcutAdvisor that allows for any Advice to be configured.
AbstractGenericPointcutAdvisor() - Constructor for class org.springframework.aop.support.AbstractGenericPointcutAdvisor
 
AbstractPointcutAdvisor - Class in org.springframework.aop.support
Abstract base class for PointcutAdvisor implementations.
AbstractPointcutAdvisor() - Constructor for class org.springframework.aop.support.AbstractPointcutAdvisor
 
accessibleConstructor(Class<T>, Class<?>...) - Static method in class org.springframework.util.ReflectionUtils
Obtain an accessible constructor for the given class and parameters.
actionInterceptorHandler - Variable in class org.apache.seata.rm.tcc.interceptor.TccActionInterceptorHandler
 
AdapterSolonSeaterInterceptor - Class in org.apache.seata.solon.annotation
 
AdapterSolonSeaterInterceptor() - Constructor for class org.apache.seata.solon.annotation.AdapterSolonSeaterInterceptor
 
addAdvice(Advice) - Method in interface org.springframework.aop.framework.Advised
Add the given AOP Alliance advice to the tail of the advice (interceptor) chain.
addAdvice(int, Advice) - Method in interface org.springframework.aop.framework.Advised
Add the given AOP Alliance Advice at the specified position in the advice chain.
addAdvice(Advice) - Method in class org.springframework.aop.framework.AdvisedSupport
 
addAdvice(int, Advice) - Method in class org.springframework.aop.framework.AdvisedSupport
Cannot add introductions this way unless the advice implements IntroductionInfo.
addAdvisor(Advisor) - Method in interface org.springframework.aop.framework.Advised
Add an advisor at the end of the advisor chain.
addAdvisor(int, Advisor) - Method in interface org.springframework.aop.framework.Advised
Add an Advisor at the specified position in the chain.
addAdvisor(Advisor) - Method in class org.springframework.aop.framework.AdvisedSupport
 
addAdvisor(int, Advisor) - Method in class org.springframework.aop.framework.AdvisedSupport
 
addAdvisors(Advisor...) - Method in class org.springframework.aop.framework.AdvisedSupport
Add all the given advisors to this proxy configuration.
addAdvisors(Collection<Advisor>) - Method in class org.springframework.aop.framework.AdvisedSupport
Add all the given advisors to this proxy configuration.
addInterface(Class<?>) - Method in class org.springframework.aop.framework.AdvisedSupport
Add a new proxied interface.
addInterface(Class<?>) - Method in class org.springframework.aop.support.DefaultIntroductionAdvisor
Add the specified interface to the list of interfaces to introduce.
addObjectToArray(A[], O) - Static method in class org.springframework.util.ObjectUtils
Append the given object to the given array, returning a new array consisting of the input array contents plus the given object.
addResourcePathToPackagePath(Class<?>, String) - Static method in class org.springframework.util.ClassUtils
Return a path suitable for use with ClassLoader.getResource (also suitable for use with Class.getResource by prepending a slash ('/') to the return value).
addStringToArray(String[], String) - Static method in class org.springframework.util.StringUtils
Append the given String to the given String array, returning a new array consisting of the input array contents plus the given String.
adviceChanged() - Method in class org.springframework.aop.framework.AdvisedSupport
Invoked when advice has changed.
adviceIncluded(Advice) - Method in class org.springframework.aop.framework.AdvisedSupport
Is the given advice included in any advisor within this proxy configuration?
Advised - Interface in org.springframework.aop.framework
Interface to be implemented by classes that hold the configuration of a factory of AOP proxies.
AdvisedSupport - Class in org.springframework.aop.framework
Base class for AOP proxy configuration managers.
AdvisedSupport() - Constructor for class org.springframework.aop.framework.AdvisedSupport
No-arg constructor for use as a JavaBean.
AdvisedSupport(Class<?>...) - Constructor for class org.springframework.aop.framework.AdvisedSupport
Create an AdvisedSupport instance with the given parameters.
Advisor - Interface in org.springframework.aop
Base interface holding AOP advice (action to take at a joinpoint) and a filter determining the applicability of the advice (such as a pointcut).
AdvisorAdapter - Interface in org.springframework.aop.framework.adapter
Interface allowing extension to the Spring AOP framework to allow handling of new Advisors and Advice types.
AdvisorAdapterRegistry - Interface in org.springframework.aop.framework.adapter
Interface for registries of Advisor adapters.
AdvisorChainFactory - Interface in org.springframework.aop.framework
Factory interface for advisor chains.
AfterAdvice - Interface in org.springframework.aop
Common marker interface for after advice, such as AfterReturningAdvice and ThrowsAdvice.
afterPropertiesSet() - Method in class org.apache.seata.solon.autoconfigure.config.DbStateMachineConfig
 
afterPropertiesSet() - Method in class org.apache.seata.solon.autoconfigure.properties.client.ServiceProperties
 
afterPropertiesSet() - Method in class org.apache.seata.solon.autoconfigure.suuport.ExecutorConfigurationSupport
Calls initialize() after the container applied all property values.
afterReturning(Object, Method, Object[], Object) - Method in interface org.springframework.aop.AfterReturningAdvice
Callback after a given method successfully returned.
AfterReturningAdvice - Interface in org.springframework.aop
After returning advice is invoked only on normal method return, not if an exception is thrown.
AfterReturningAdviceInterceptor - Class in org.springframework.aop.framework.adapter
Interceptor to wrap an AfterReturningAdvice.
AfterReturningAdviceInterceptor(AfterReturningAdvice) - Constructor for class org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor
Create a new AfterReturningAdviceInterceptor for the given advice.
and(ReflectionUtils.FieldFilter) - Method in interface org.springframework.util.ReflectionUtils.FieldFilter
Create a composite filter based on this filter and the provided filter.
and(ReflectionUtils.MethodFilter) - Method in interface org.springframework.util.ReflectionUtils.MethodFilter
Create a composite filter based on this filter and the provided filter.
AopConfigException - Exception in org.springframework.aop.framework
Exception that gets thrown on illegal AOP configuration arguments.
AopConfigException(String) - Constructor for exception org.springframework.aop.framework.AopConfigException
Constructor for AopConfigException.
AopConfigException(String, Throwable) - Constructor for exception org.springframework.aop.framework.AopConfigException
Constructor for AopConfigException.
AopUtils - Class in org.springframework.aop.support
Utility methods for AOP support code.
AopUtils() - Constructor for class org.springframework.aop.support.AopUtils
 
applyRelativePath(String, String) - Static method in class org.springframework.util.StringUtils
Apply the given relative path to the given Java resource path, assuming standard Java folder separation (i.e. "/" separators).
ARRAY_SUFFIX - Static variable in class org.springframework.util.ClassUtils
Suffix for array class names: "[]".
arrayToCommaDelimitedString(Object[]) - Static method in class org.springframework.util.StringUtils
Convert a String array into a comma delimited String (i.e., CSV).
arrayToDelimitedString(Object[], String) - Static method in class org.springframework.util.StringUtils
Convert a String array into a delimited String (e.g.
arrayToList(Object) - Static method in class org.springframework.util.CollectionUtils
Convert the supplied array into a List.
Assert - Class in org.springframework.util
Assertion utility class that assists in validating arguments.
Assert() - Constructor for class org.springframework.util.Assert
 

B

BeanUtils - Class in org.apache.seata.saga.util
 
BeanUtils() - Constructor for class org.apache.seata.saga.util.BeanUtils
 
before(Method, Object[], Object) - Method in interface org.springframework.aop.MethodBeforeAdvice
Callback before a given method is invoked.
BeforeAdvice - Interface in org.springframework.aop
Common marker interface for before advice, such as MethodBeforeAdvice.
beginTransaction(StateMachineInstance, ProcessContext) - Method in class org.apache.seata.saga.engine.store.db.DbAndReportTcStateLogStore
 
beginTransaction(TransactionInfo) - Method in class org.apache.seata.saga.engine.tm.DefaultSagaTransactionalTemplate
 
beginTransaction(TransactionInfo) - Method in interface org.apache.seata.saga.engine.tm.SagaTransactionalTemplate
 
bindXid(String) - Method in class org.apache.seata.solon.integration.intercept.SeataSolonRouterInterceptor
 
branchRegister(StateInstance, ProcessContext) - Method in class org.apache.seata.saga.engine.store.db.DbAndReportTcStateLogStore
 
branchRegister(String, String, String, String, String) - Method in class org.apache.seata.saga.engine.tm.DefaultSagaTransactionalTemplate
 
branchRegister(String, String, String, String, String) - Method in interface org.apache.seata.saga.engine.tm.SagaTransactionalTemplate
 
branchReport(StateInstance, ProcessContext) - Method in class org.apache.seata.saga.engine.store.db.DbAndReportTcStateLogStore
 
branchReport(String, long, BranchStatus, String) - Method in class org.apache.seata.saga.engine.tm.DefaultSagaTransactionalTemplate
 
branchReport(String, long, BranchStatus, String) - Method in interface org.apache.seata.saga.engine.tm.SagaTransactionalTemplate
 
BUFFER_SIZE - Static variable in class org.springframework.util.StreamUtils
The default buffer size used when copying bytes.
buildMessage(String, Throwable) - Static method in class org.springframework.core.NestedExceptionUtils
Build a message for the given base message and root cause.
buildProxy(DataSource, String) - Method in class org.apache.seata.solon.annotation.datasource.SeataAutoDataSourceProxyCreator
 

C

calculateShift(int, int) - Static method in class org.springframework.util.ConcurrentReferenceHashMap
Calculate a shift value that can be used to create a power-of-two value between the specified maximum and minimum values.
cancelRemainingTask(Runnable) - Method in class org.apache.seata.solon.autoconfigure.suuport.ExecutorConfigurationSupport
Cancel the given remaining task which never commended execution, as returned from ExecutorService.shutdownNow().
capitalize(String) - Static method in class org.springframework.util.StringUtils
Capitalize a String, changing the first letter to upper case as per Character.toUpperCase(char).
caseInsensitiveValueOf(E[], String) - Static method in class org.springframework.util.ObjectUtils
Case insensitive alternative to Enum.valueOf(Class, String).
CGLIB_CLASS_SEPARATOR - Static variable in class org.apache.seata.solon.autoconfigure.suuport.CustomizableThreadCreator
 
CGLIB_CLASS_SEPARATOR - Static variable in class org.springframework.aop.support.AopUtils
 
CGLIB_CLASS_SEPARATOR - Static variable in class org.springframework.util.ClassUtils
The CGLIB class separator: "$$".
CLASS_FILE_SUFFIX - Static variable in class org.springframework.util.ClassUtils
The ".class" file suffix.
ClassFilter - Interface in org.springframework.aop
Filter that restricts matching of a pointcut or introduction to a given set of target classes.
classForName(String) - Method in class org.apache.seata.saga.engine.invoker.SolonServiceInvoker
 
classNamesToString(Class<?>...) - Static method in class org.springframework.util.ClassUtils
Build a String that consists of the names of the classes/interfaces in the given array.
classNamesToString(Collection<Class<?>>) - Static method in class org.springframework.util.ClassUtils
Build a String that consists of the names of the classes/interfaces in the given collection.
classPackageAsResourcePath(Class<?>) - Static method in class org.springframework.util.ClassUtils
Given an input class object, return a string which consists of the class's package name as a pathname, i.e., all dots ('.') are replaced by slashes ('/').
ClassUtils - Class in org.springframework.util
Miscellaneous java.lang.Class utility methods.
ClassUtils() - Constructor for class org.springframework.util.ClassUtils
 
cleanPath(String) - Static method in class org.springframework.util.StringUtils
Normalize the path by suppressing sequences like "path/.." and inner simple dots.
cleanUp(GlobalTransaction) - Method in class org.apache.seata.saga.engine.tm.DefaultSagaTransactionalTemplate
 
cleanUp(GlobalTransaction) - Method in interface org.apache.seata.saga.engine.tm.SagaTransactionalTemplate
 
cleanXid(String) - Method in class org.apache.seata.solon.integration.intercept.SeataSolonRouterInterceptor
 
cleanXid(String) - Static method in class org.apache.seata.solon.integration.intercept.XidResource
 
clear() - Method in class org.springframework.util.ConcurrentReferenceHashMap
 
clear() - Method in class org.springframework.util.ConcurrentReferenceHashMap.Segment
Clear all items from this segment.
clearCache() - Static method in class org.springframework.util.ReflectionUtils
Clear the internal method/field cache.
clearUp(ProcessContext) - Method in class org.apache.seata.saga.engine.store.db.DbAndReportTcStateLogStore
 
CLIENT_PREFIX - Static variable in interface org.apache.seata.solon.autoconfigure.StarterConstants
 
CLIENT_RM_PREFIX - Static variable in interface org.apache.seata.solon.autoconfigure.StarterConstants
 
CLIENT_TM_PREFIX - Static variable in interface org.apache.seata.solon.autoconfigure.StarterConstants
 
collectionToCommaDelimitedString(Collection<?>) - Static method in class org.springframework.util.StringUtils
Convert a Collection into a delimited String (e.g., CSV).
collectionToDelimitedString(Collection<?>, String, String, String) - Static method in class org.springframework.util.StringUtils
Convert a Collection to a delimited String (e.g.
collectionToDelimitedString(Collection<?>, String) - Static method in class org.springframework.util.StringUtils
Convert a Collection into a delimited String (e.g.
CollectionUtils - Class in org.springframework.util
Miscellaneous collection utility methods.
CollectionUtils() - Constructor for class org.springframework.util.CollectionUtils
 
commaDelimitedListToSet(String) - Static method in class org.springframework.util.StringUtils
Convert a comma delimited list (e.g., a row from a CSV file) into a set.
commaDelimitedListToStringArray(String) - Static method in class org.springframework.util.StringUtils
Convert a comma delimited list (e.g., a row from a CSV file) into an array of strings.
commitTransaction(GlobalTransaction) - Method in class org.apache.seata.saga.engine.tm.DefaultSagaTransactionalTemplate
 
commitTransaction(GlobalTransaction) - Method in interface org.apache.seata.saga.engine.tm.SagaTransactionalTemplate
 
COMPRESS_PREFIX - Static variable in interface org.apache.seata.solon.autoconfigure.StarterConstants
 
concatenateStringArrays(String[], String[]) - Static method in class org.springframework.util.StringUtils
Concatenate the given String arrays into one, with overlapping array elements included twice.
ConcurrentReferenceHashMap<K,V> - Class in org.springframework.util
A ConcurrentHashMap that uses soft or weak references for both keys and values.
ConcurrentReferenceHashMap() - Constructor for class org.springframework.util.ConcurrentReferenceHashMap
Create a new ConcurrentReferenceHashMap instance.
ConcurrentReferenceHashMap(int) - Constructor for class org.springframework.util.ConcurrentReferenceHashMap
Create a new ConcurrentReferenceHashMap instance.
ConcurrentReferenceHashMap(int, float) - Constructor for class org.springframework.util.ConcurrentReferenceHashMap
Create a new ConcurrentReferenceHashMap instance.
ConcurrentReferenceHashMap(int, int) - Constructor for class org.springframework.util.ConcurrentReferenceHashMap
Create a new ConcurrentReferenceHashMap instance.
ConcurrentReferenceHashMap(int, ConcurrentReferenceHashMap.ReferenceType) - Constructor for class org.springframework.util.ConcurrentReferenceHashMap
Create a new ConcurrentReferenceHashMap instance.
ConcurrentReferenceHashMap(int, float, int) - Constructor for class org.springframework.util.ConcurrentReferenceHashMap
Create a new ConcurrentReferenceHashMap instance.
ConcurrentReferenceHashMap(int, float, int, ConcurrentReferenceHashMap.ReferenceType) - Constructor for class org.springframework.util.ConcurrentReferenceHashMap
Create a new ConcurrentReferenceHashMap instance.
ConcurrentReferenceHashMap.Entry<K,V> - Class in org.springframework.util
A single map entry.
ConcurrentReferenceHashMap.Reference<K,V> - Interface in org.springframework.util
A reference to an ConcurrentReferenceHashMap.Entry contained in the map.
ConcurrentReferenceHashMap.ReferenceManager - Class in org.springframework.util
Strategy class used to manage References.
ConcurrentReferenceHashMap.ReferenceType - Enum in org.springframework.util
Various reference types supported by this map.
ConcurrentReferenceHashMap.Restructure - Enum in org.springframework.util
The types of restructuring that can be performed.
ConcurrentReferenceHashMap.Segment - Class in org.springframework.util
A single segment used to divide the map to allow better concurrent performance.
CONFIG_APOLLO_PREFIX - Static variable in interface org.apache.seata.solon.autoconfigure.StarterConstants
 
CONFIG_CONSUL_PREFIX - Static variable in interface org.apache.seata.solon.autoconfigure.StarterConstants
 
CONFIG_CUSTOM_PREFIX - Static variable in interface org.apache.seata.solon.autoconfigure.StarterConstants
 
CONFIG_ETCD3_PREFIX - Static variable in interface org.apache.seata.solon.autoconfigure.StarterConstants
 
CONFIG_FILE_PREFIX - Static variable in interface org.apache.seata.solon.autoconfigure.StarterConstants
 
CONFIG_NACOS_PREFIX - Static variable in interface org.apache.seata.solon.autoconfigure.StarterConstants
 
CONFIG_PREFIX - Static variable in interface org.apache.seata.solon.autoconfigure.StarterConstants
 
CONFIG_ZK_PREFIX - Static variable in interface org.apache.seata.solon.autoconfigure.StarterConstants
 
ConfigApolloProperties - Class in org.apache.seata.solon.autoconfigure.properties.config
 
ConfigApolloProperties() - Constructor for class org.apache.seata.solon.autoconfigure.properties.config.ConfigApolloProperties
 
ConfigConsulProperties - Class in org.apache.seata.solon.autoconfigure.properties.config
 
ConfigConsulProperties() - Constructor for class org.apache.seata.solon.autoconfigure.properties.config.ConfigConsulProperties
 
ConfigCustomProperties - Class in org.apache.seata.solon.autoconfigure.properties.config
 
ConfigCustomProperties() - Constructor for class org.apache.seata.solon.autoconfigure.properties.config.ConfigCustomProperties
 
ConfigEtcd3Properties - Class in org.apache.seata.solon.autoconfigure.properties.config
 
ConfigEtcd3Properties() - Constructor for class org.apache.seata.solon.autoconfigure.properties.config.ConfigEtcd3Properties
 
ConfigFileProperties - Class in org.apache.seata.solon.autoconfigure.properties.config
 
ConfigFileProperties() - Constructor for class org.apache.seata.solon.autoconfigure.properties.config.ConfigFileProperties
 
ConfigNacosProperties - Class in org.apache.seata.solon.autoconfigure.properties.config
 
ConfigNacosProperties() - Constructor for class org.apache.seata.solon.autoconfigure.properties.config.ConfigNacosProperties
 
ConfigProperties - Class in org.apache.seata.solon.autoconfigure.properties.config
 
ConfigProperties() - Constructor for class org.apache.seata.solon.autoconfigure.properties.config.ConfigProperties
 
ConfigZooKeeperProperties - Class in org.apache.seata.solon.autoconfigure.properties.config
 
ConfigZooKeeperProperties() - Constructor for class org.apache.seata.solon.autoconfigure.properties.config.ConfigZooKeeperProperties
 
contains(Class<?>) - Method in exception org.springframework.core.NestedRuntimeException
Check whether this exception contains an exception of the given type: either it is of the given class itself or it contains a nested cause of the given type.
contains(Iterator<?>, Object) - Static method in class org.springframework.util.CollectionUtils
Check whether the given Iterator contains the given element.
contains(Enumeration<?>, Object) - Static method in class org.springframework.util.CollectionUtils
Check whether the given Enumeration contains the given element.
containsAny(Collection<?>, Collection<?>) - Static method in class org.springframework.util.CollectionUtils
Return true if any element in 'candidates' is contained in 'source'; otherwise returns false.
containsConstant(Enum<?>[], String) - Static method in class org.springframework.util.ObjectUtils
Check whether the given array of enum constants contains a constant with the given name, ignoring case when determining a match.
containsConstant(Enum<?>[], String, boolean) - Static method in class org.springframework.util.ObjectUtils
Check whether the given array of enum constants contains a constant with the given name.
containsElement(Object[], Object) - Static method in class org.springframework.util.ObjectUtils
Check whether the given array contains the given element.
containsInstance(Collection<?>, Object) - Static method in class org.springframework.util.CollectionUtils
Check whether the given Collection contains the given element instance.
containsKey(Object) - Method in class org.springframework.util.ConcurrentReferenceHashMap
 
containsWhitespace(CharSequence) - Static method in class org.springframework.util.StringUtils
Check whether the given CharSequence contains any whitespace characters.
containsWhitespace(String) - Static method in class org.springframework.util.StringUtils
Check whether the given String contains any whitespace characters.
convertClassNameToResourcePath(String) - Static method in class org.springframework.util.ClassUtils
Convert a "."
convertResourcePathToClassName(String) - Static method in class org.springframework.util.ClassUtils
Convert a "/"-based resource path to a "."
copy(byte[], OutputStream) - Static method in class org.springframework.util.StreamUtils
Copy the contents of the given byte array to the given OutputStream.
copy(String, Charset, OutputStream) - Static method in class org.springframework.util.StreamUtils
Copy the contents of the given String to the given OutputStream.
copy(InputStream, OutputStream) - Static method in class org.springframework.util.StreamUtils
Copy the contents of the given InputStream to the given OutputStream.
COPYABLE_FIELDS - Static variable in class org.springframework.util.ReflectionUtils
Pre-built FieldFilter that matches all non-static, non-final fields.
copyConfigurationFrom(AdvisedSupport) - Method in class org.springframework.aop.framework.AdvisedSupport
Call this method on a new instance created by the no-arg constructor to create an independent copy of the configuration from the given object.
copyConfigurationFrom(AdvisedSupport, TargetSource, List<Advisor>) - Method in class org.springframework.aop.framework.AdvisedSupport
Copy the AOP configuration from the given AdvisedSupport object, but allow substitution of a fresh TargetSource and a given interceptor chain.
copyFrom(ProxyConfig) - Method in class org.springframework.aop.framework.ProxyConfig
Copy configuration from the other config object.
copyRange(InputStream, OutputStream, long, long) - Static method in class org.springframework.util.StreamUtils
Copy a range of content of the given InputStream to the given OutputStream.
copyToByteArray(InputStream) - Static method in class org.springframework.util.StreamUtils
Copy the contents of the given InputStream into a new byte array.
copyToString(InputStream, Charset) - Static method in class org.springframework.util.StreamUtils
Copy the contents of the given InputStream into a String.
copyToString(ByteArrayOutputStream, Charset) - Static method in class org.springframework.util.StreamUtils
Copy the contents of the given ByteArrayOutputStream into a String.
countAdvicesOfType(Class<?>) - Method in class org.springframework.aop.framework.AdvisedSupport
Count advices of the given class.
countOccurrencesOf(String, String) - Static method in class org.springframework.util.StringUtils
Count the occurrences of the substring sub in string str.
createCompositeInterface(Class<?>[], ClassLoader) - Static method in class org.springframework.util.ClassUtils
Create a composite interface Class for the given interfaces, implementing the given interfaces in one single Class.
createExecutor(int, int, int, BlockingQueue<Runnable>, ThreadFactory, RejectedExecutionHandler) - Method in class org.apache.seata.solon.autoconfigure.suuport.ThreadPoolExecutorFactoryBean
Create a new instance of ThreadPoolExecutor or a subclass thereof.
createExpression(String) - Method in class org.apache.seata.saga.engine.expression.snel.SolonExpressionFactory
 
createProxyInvocationHandler() - Method in class org.apache.seata.solon.annotation.GlobalTransactionalInterceptor
 
createProxyInvocationHandler(Object) - Method in class org.apache.seata.solon.annotation.TccActionInterceptor
 
createQueue(int) - Method in class org.apache.seata.solon.autoconfigure.suuport.ThreadPoolExecutorFactoryBean
Create the BlockingQueue to use for the ThreadPoolExecutor.
createReference(ConcurrentReferenceHashMap.Entry<K, V>, int, ConcurrentReferenceHashMap.Reference<K, V>) - Method in class org.springframework.util.ConcurrentReferenceHashMap.ReferenceManager
Factory method used to create a new ConcurrentReferenceHashMap.Reference.
createReferenceManager() - Method in class org.springframework.util.ConcurrentReferenceHashMap
Factory method that returns the ConcurrentReferenceHashMap.ReferenceManager.
createThread(Runnable) - Method in class org.apache.seata.solon.autoconfigure.suuport.CustomizableThreadCreator
Template method for the creation of a new Thread.
createTwoPhaseBusinessActionParam(Annotation) - Method in class org.apache.seata.rm.tcc.interceptor.TccActionInterceptorHandler
 
CustomizableThreadCreator - Class in org.apache.seata.solon.autoconfigure.suuport
 
CustomizableThreadCreator() - Constructor for class org.apache.seata.solon.autoconfigure.suuport.CustomizableThreadCreator
Create a new CustomizableThreadCreator with default thread name prefix.
CustomizableThreadCreator(String) - Constructor for class org.apache.seata.solon.autoconfigure.suuport.CustomizableThreadCreator
Create a new CustomizableThreadCreator with the given thread name prefix.
CustomizableThreadFactory - Class in org.apache.seata.solon.autoconfigure.suuport
 
CustomizableThreadFactory() - Constructor for class org.apache.seata.solon.autoconfigure.suuport.CustomizableThreadFactory
Create a new CustomizableThreadFactory with default thread name prefix.
CustomizableThreadFactory(String) - Constructor for class org.apache.seata.solon.autoconfigure.suuport.CustomizableThreadFactory
Create a new CustomizableThreadFactory with the given thread name prefix.

D

DataSourceProxyHolder - Class in org.apache.seata.solon.annotation.datasource
the type data source proxy holder
DataSourceProxyHolder() - Constructor for class org.apache.seata.solon.annotation.datasource.DataSourceProxyHolder
 
DbAndReportTcStateLogStore - Class in org.apache.seata.saga.engine.store.db
State machine logs and definitions persist to database and report status to TC (Transaction Coordinator)
DbAndReportTcStateLogStore() - Constructor for class org.apache.seata.saga.engine.store.db.DbAndReportTcStateLogStore
 
DbStateMachineConfig - Class in org.apache.seata.solon.autoconfigure.config
DbStateMachineConfig
DbStateMachineConfig() - Constructor for class org.apache.seata.solon.autoconfigure.config.DbStateMachineConfig
 
dbStateMachineConfig(DataSource, DataSource, ThreadPoolExecutor, String, String, Boolean) - Method in class org.apache.seata.solon.autoconfigure.SeataSagaAutoConfiguration
Create state machine config bean.
declaresException(Method, Class<?>) - Static method in class org.springframework.util.ReflectionUtils
Determine whether the given method explicitly declares the given exception or one of its superclasses, which means that an exception of that type can be propagated as-is within a reflective invocation.
DefaultAdvisorAdapterRegistry - Class in org.springframework.aop.framework.adapter
Default implementation of the AdvisorAdapterRegistry interface.
DefaultAdvisorAdapterRegistry() - Constructor for class org.springframework.aop.framework.adapter.DefaultAdvisorAdapterRegistry
Create a new DefaultAdvisorAdapterRegistry, registering well-known adapters.
DefaultAdvisorChainFactory - Class in org.springframework.aop.framework
A simple but definitive way of working out an advice chain for a Method, given an Advised object.
DefaultAdvisorChainFactory() - Constructor for class org.springframework.aop.framework.DefaultAdvisorChainFactory
 
DefaultIntroductionAdvisor - Class in org.springframework.aop.support
Simple IntroductionAdvisor implementation that by default applies to any class.
DefaultIntroductionAdvisor(Advice) - Constructor for class org.springframework.aop.support.DefaultIntroductionAdvisor
Create a DefaultIntroductionAdvisor for the given advice.
DefaultIntroductionAdvisor(Advice, IntroductionInfo) - Constructor for class org.springframework.aop.support.DefaultIntroductionAdvisor
Create a DefaultIntroductionAdvisor for the given advice.
DefaultIntroductionAdvisor(DynamicIntroductionAdvice, Class<?>) - Constructor for class org.springframework.aop.support.DefaultIntroductionAdvisor
Create a DefaultIntroductionAdvisor for the given advice.
DefaultPointcutAdvisor - Class in org.springframework.aop.support
Convenient Pointcut-driven Advisor implementation.
DefaultPointcutAdvisor() - Constructor for class org.springframework.aop.support.DefaultPointcutAdvisor
Create an empty DefaultPointcutAdvisor.
DefaultPointcutAdvisor(Advice) - Constructor for class org.springframework.aop.support.DefaultPointcutAdvisor
Create a DefaultPointcutAdvisor that matches all methods.
DefaultPointcutAdvisor(Pointcut, Advice) - Constructor for class org.springframework.aop.support.DefaultPointcutAdvisor
Create a DefaultPointcutAdvisor, specifying Pointcut and Advice.
DefaultSagaTransactionalTemplate - Class in org.apache.seata.saga.engine.tm
Template of executing business logic with a global transaction for SAGA mode
DefaultSagaTransactionalTemplate() - Constructor for class org.apache.seata.saga.engine.tm.DefaultSagaTransactionalTemplate
 
DefaultStateMachineConfig - Class in org.apache.seata.saga.impl
State machine configuration base spring.
DefaultStateMachineConfig() - Constructor for class org.apache.seata.saga.impl.DefaultStateMachineConfig
 
delete(String, String) - Static method in class org.springframework.util.StringUtils
Delete all occurrences of the given substring.
deleteAny(String, String) - Static method in class org.springframework.util.StringUtils
Delete any character in a given String.
delimitedListToStringArray(String, String) - Static method in class org.springframework.util.StringUtils
Take a String that is a delimited list and convert it into a String array.
delimitedListToStringArray(String, String, String) - Static method in class org.springframework.util.StringUtils
Take a String that is a delimited list and convert it into a String array.
destroy() - Method in class org.apache.seata.solon.autoconfigure.suuport.ExecutorConfigurationSupport
Calls shutdown when the BeanFactory destroys the executor instance.
determineCommonAncestor(Class<?>, Class<?>) - Static method in class org.springframework.util.ClassUtils
Determine the common ancestor of the given classes, if any.
determineCurrentTarget() - Method in class org.apache.seata.solon.annotation.datasource.RoutingDataSourceProxyAT
 
determineCurrentTarget() - Method in class org.apache.seata.solon.annotation.datasource.RoutingDataSourceProxyXA
 
doesNotContain(String, String, String) - Static method in class org.springframework.util.Assert
Assert that the given text does not contain the given substring.
doesNotContain(String, String, Supplier<String>) - Static method in class org.springframework.util.Assert
Assert that the given text does not contain the given substring.
doesNotContain(String, String) - Static method in class org.springframework.util.Assert
Deprecated.
doFilter(Invocation) - Method in class org.apache.seata.solon.integration.intercept.SeataNamiFilter
 
doIntercept(Invocation) - Method in class org.apache.seata.solon.annotation.AdapterSolonSeaterInterceptor
 
doIntercept(Invocation) - Method in class org.apache.seata.solon.annotation.GlobalTransactionalInterceptor
 
doIntercept(Invocation) - Method in class org.apache.seata.solon.annotation.TccActionInterceptor
 
doIntercept(Context, Handler, RouterInterceptorChain) - Method in class org.apache.seata.solon.integration.intercept.SeataSolonRouterInterceptor
 
doInvoke(InvocationWrapper) - Method in class org.apache.seata.rm.tcc.interceptor.TccActionInterceptorHandler
 
doInvoke(ServiceTaskStateImpl, Object[]) - Method in class org.apache.seata.saga.engine.invoker.SolonServiceInvoker
 
doTask(int, Object, ConcurrentReferenceHashMap<K, V>.Task<T>) - Method in class org.springframework.util.ConcurrentReferenceHashMap.Segment
Apply an update operation to this segment.
doWith(Field) - Method in interface org.springframework.util.ReflectionUtils.FieldCallback
Perform an operation using the given field.
doWith(Method) - Method in interface org.springframework.util.ReflectionUtils.MethodCallback
Perform an operation using the given method.
doWithFields(Class<?>, ReflectionUtils.FieldCallback) - Static method in class org.springframework.util.ReflectionUtils
Invoke the given callback on all fields in the target class, going up the class hierarchy to get all declared fields.
doWithFields(Class<?>, ReflectionUtils.FieldCallback, ReflectionUtils.FieldFilter) - Static method in class org.springframework.util.ReflectionUtils
Invoke the given callback on all fields in the target class, going up the class hierarchy to get all declared fields.
doWithLocalFields(Class<?>, ReflectionUtils.FieldCallback) - Static method in class org.springframework.util.ReflectionUtils
Invoke the given callback on all locally declared fields in the given class.
doWithLocalMethods(Class<?>, ReflectionUtils.MethodCallback) - Static method in class org.springframework.util.ReflectionUtils
Perform the given callback operation on all matching methods of the given class, as locally declared or equivalent thereof (such as default methods on Java 8 based interfaces that the given class implements).
doWithMethods(Class<?>, ReflectionUtils.MethodCallback) - Static method in class org.springframework.util.ReflectionUtils
Perform the given callback operation on all matching methods of the given class and superclasses.
doWithMethods(Class<?>, ReflectionUtils.MethodCallback, ReflectionUtils.MethodFilter) - Static method in class org.springframework.util.ReflectionUtils
Perform the given callback operation on all matching methods of the given class and superclasses (or given interface and super-interfaces).
drain(InputStream) - Static method in class org.springframework.util.StreamUtils
Drain the remaining content of the given InputStream.
DynamicIntroductionAdvice - Interface in org.springframework.aop
Subinterface of AOP Alliance Advice that allows additional interfaces to be implemented by an Advice, and available via a proxy using that interceptor.

E

EMPTY_ADVICE - Static variable in interface org.springframework.aop.Advisor
Common placeholder for an empty Advice to be returned from Advisor.getAdvice() if no proper advice has been configured (yet).
EMPTY_TARGET_SOURCE - Static variable in class org.springframework.aop.framework.AdvisedSupport
Canonical TargetSource when there's no target, and behavior is supplied by the advisors.
emptyInput() - Static method in class org.springframework.util.StreamUtils
Return an efficient empty InputStream.
EmptyTargetSource - Class in org.springframework.aop.source
Canonical TargetSource when there is no target (or just the target class known), and behavior is supplied by interfaces and advisors only.
endsWithIgnoreCase(String, String) - Static method in class org.springframework.util.StringUtils
Test if the given String ends with the specified suffix, ignoring upper/lower case.
Entry(K, V) - Constructor for class org.springframework.util.ConcurrentReferenceHashMap.Entry
 
entrySet() - Method in class org.springframework.util.ConcurrentReferenceHashMap
 
equals(Object) - Method in class org.springframework.aop.source.EmptyTargetSource
 
equals(Object) - Method in class org.springframework.aop.source.SingletonTargetSource
Two invoker interceptors are equal if they have the same target or if the targets or the targets are equal.
equals(Object) - Method in class org.springframework.aop.support.AbstractPointcutAdvisor
 
equals(Object) - Method in class org.springframework.aop.support.DefaultIntroductionAdvisor
 
equals(Object) - Method in class org.springframework.util.ConcurrentReferenceHashMap.Entry
 
ExecutorConfigurationSupport - Class in org.apache.seata.solon.autoconfigure.suuport
 
ExecutorConfigurationSupport() - Constructor for class org.apache.seata.solon.autoconfigure.suuport.ExecutorConfigurationSupport
 

F

failureHandler() - Method in class org.apache.seata.solon.autoconfigure.SeataAutoConfiguration
 
findCommonElementType(Collection<?>) - Static method in class org.springframework.util.CollectionUtils
Find the common element type of the given Collection, if any.
findDeclaredMethod(Class<?>, String, Class<?>...) - Static method in class org.apache.seata.saga.util.BeanUtils
 
findDeclaredMethodWithMinimalParameters(Class<?>, String) - Static method in class org.apache.seata.saga.util.BeanUtils
 
findField(Class<?>, String) - Static method in class org.springframework.util.ReflectionUtils
Attempt to find a field on the supplied Class with the supplied name.
findField(Class<?>, String, Class<?>) - Static method in class org.springframework.util.ReflectionUtils
Attempt to find a field on the supplied Class with the supplied name and/or type.
findFirstMatch(Collection<?>, Collection<E>) - Static method in class org.springframework.util.CollectionUtils
Return the first element in 'candidates' that is contained in 'source'.
findInterfaces(Object) - Static method in class org.apache.seata.spring.util.SpringProxyUtils
 
findMethod(Class<?>, String, List<String>) - Method in class org.apache.seata.saga.engine.invoker.SolonServiceInvoker
 
findMethod(Class<?>, String) - Static method in class org.springframework.util.ReflectionUtils
Attempt to find a Method on the supplied class with the supplied name and no parameters.
findMethod(Class<?>, String, Class<?>...) - Static method in class org.springframework.util.ReflectionUtils
Attempt to find a Method on the supplied class with the supplied name and parameter types.
findMethodWithMinimalParameters(Method[], String) - Static method in class org.apache.seata.saga.engine.invoker.SolonServiceInvoker
 
findMethodWithMinimalParameters(Class<?>, String) - Static method in class org.apache.seata.saga.util.BeanUtils
 
findMethodWithMinimalParameters(Method[], String) - Static method in class org.apache.seata.saga.util.BeanUtils
 
findTargetClass(Object) - Static method in class org.apache.seata.spring.util.SpringProxyUtils
Find target class class.
findValueOfType(Collection<?>, Class<T>) - Static method in class org.springframework.util.CollectionUtils
Find a single value of the given type in the given Collection.
findValueOfType(Collection<?>, Class<?>[]) - Static method in class org.springframework.util.CollectionUtils
Find a single value of one of the given types in the given Collection: searching the Collection for a value of the first type, then searching for a value of the second type, etc.
firstElement(Set<T>) - Static method in class org.springframework.util.CollectionUtils
Retrieve the first element of the given Set, using SortedSet.first() or otherwise using the iterator.
firstElement(List<T>) - Static method in class org.springframework.util.CollectionUtils
Retrieve the first element of the given List, accessing the zero index.
forClass(Class<?>) - Static method in class org.springframework.aop.source.EmptyTargetSource
Return an EmptyTargetSource for the given target Class.
forClass(Class<?>, boolean) - Static method in class org.springframework.aop.source.EmptyTargetSource
Return an EmptyTargetSource for the given target Class.
forName(String, ClassLoader) - Static method in class org.springframework.util.ClassUtils
Replacement for Class.forName() that also returns Class instances for primitives (e.g.

G

get(Object) - Method in class org.springframework.util.ConcurrentReferenceHashMap
 
get() - Method in interface org.springframework.util.ConcurrentReferenceHashMap.Reference
Return the referenced entry, or null if the entry is no longer available.
getAccessKey() - Static method in class org.apache.seata.solon.annotation.GlobalTransactionLifecycle
 
getAccessKey() - Method in class org.apache.seata.solon.autoconfigure.config.DbStateMachineConfig
 
getAccessKey() - Method in class org.apache.seata.solon.autoconfigure.properties.config.ConfigNacosProperties
 
getAccessKey() - Method in class org.apache.seata.solon.autoconfigure.properties.registry.RegistryNacosProperties
 
getAccessKey() - Method in class org.apache.seata.solon.autoconfigure.properties.SeataProperties
 
getAclToken() - Method in class org.apache.seata.solon.autoconfigure.properties.config.ConfigConsulProperties
 
getAclToken() - Method in class org.apache.seata.solon.autoconfigure.properties.registry.RegistryConsulProperties
 
getAddressWaitTime() - Method in class org.apache.seata.solon.autoconfigure.properties.registry.RegistrySofaProperties
 
getAdvice() - Method in interface org.springframework.aop.Advisor
Return the advice part of this aspect.
getAdvice() - Method in class org.springframework.aop.support.AbstractGenericPointcutAdvisor
 
getAdvice() - Method in class org.springframework.aop.support.DefaultIntroductionAdvisor
 
getAdvisedSupport(Object) - Static method in class org.apache.seata.spring.util.SpringProxyUtils
Gets advised support.
getAdvisorChainFactory() - Method in class org.springframework.aop.framework.AdvisedSupport
Return the advisor chain factory to use (never null).
getAdvisorCount() - Method in interface org.springframework.aop.framework.Advised
Return the number of advisors applying to this proxy.
getAdvisorCount() - Method in class org.springframework.aop.framework.AdvisedSupport
 
getAdvisors() - Method in interface org.springframework.aop.framework.Advised
Return the advisors applying to this proxy.
getAdvisors() - Method in class org.springframework.aop.framework.AdvisedSupport
 
getAdvisorsInternal() - Method in class org.springframework.aop.framework.AdvisedSupport
Allows uncontrolled access to the List of Advisors.
getAllDeclaredMethods(Class<?>) - Static method in class org.springframework.util.ReflectionUtils
Get all declared methods on the leaf class and all superclasses.
getAllInterfaces(Object) - Static method in class org.apache.seata.spring.util.SpringProxyUtils
get the all interfaces of bean, if the bean is null, then return empty array
getAllInterfaces(Object) - Static method in class org.springframework.util.ClassUtils
Return all interfaces that the given instance implements as an array, including ones implemented by superclasses.
getAllInterfacesAsSet(Object) - Static method in class org.springframework.util.ClassUtils
Return all interfaces that the given instance implements as a Set, including ones implemented by superclasses.
getAllInterfacesForClass(Class<?>) - Static method in class org.springframework.util.ClassUtils
Return all interfaces that the given class implements as an array, including ones implemented by superclasses.
getAllInterfacesForClass(Class<?>, ClassLoader) - Static method in class org.springframework.util.ClassUtils
Return all interfaces that the given class implements as an array, including ones implemented by superclasses.
getAllInterfacesForClassAsSet(Class<?>) - Static method in class org.springframework.util.ClassUtils
Return all interfaces that the given class implements as a Set, including ones implemented by superclasses.
getAllInterfacesForClassAsSet(Class<?>, ClassLoader) - Static method in class org.springframework.util.ClassUtils
Return all interfaces that the given class implements as a Set, including ones implemented by superclasses.
getAnnotationClass() - Method in class org.apache.seata.rm.tcc.interceptor.TccActionInterceptorHandler
 
getApolloAccessKeySecret() - Method in class org.apache.seata.solon.autoconfigure.properties.config.ConfigApolloProperties
 
getApolloConfigService() - Method in class org.apache.seata.solon.autoconfigure.properties.config.ConfigApolloProperties
 
getApolloMeta() - Method in class org.apache.seata.solon.autoconfigure.properties.config.ConfigApolloProperties
 
getAppId() - Method in class org.apache.seata.solon.autoconfigure.properties.config.ConfigApolloProperties
 
getApplication() - Method in class org.apache.seata.solon.autoconfigure.properties.registry.RegistryEurekaProperties
 
getApplication() - Method in class org.apache.seata.solon.autoconfigure.properties.registry.RegistryNacosProperties
 
getApplication() - Method in class org.apache.seata.solon.autoconfigure.properties.registry.RegistrySofaProperties
 
getApplicationDataLimit() - Method in class org.apache.seata.solon.autoconfigure.properties.client.RmProperties
 
getApplicationDataLimitCheck() - Method in class org.apache.seata.solon.autoconfigure.properties.client.RmProperties
 
getApplicationId() - Method in class org.apache.seata.solon.annotation.GlobalTransactionLifecycle
 
getApplicationId() - Method in class org.apache.seata.solon.autoconfigure.config.DbStateMachineConfig
 
getApplicationId() - Method in class org.apache.seata.solon.autoconfigure.properties.SeataProperties
 
getArguments() - Method in class org.apache.seata.solon.annotation.SolonInvocationWrapper
 
getAsyncCommitBufferLimit() - Method in class org.apache.seata.solon.autoconfigure.properties.client.RmProperties
 
getBossThreadPrefix() - Method in class org.apache.seata.solon.autoconfigure.properties.core.ThreadFactoryProperties
 
getBossThreadSize() - Method in class org.apache.seata.solon.autoconfigure.properties.core.ThreadFactoryProperties
 
getBranchExecutionTimeoutXA() - Method in class org.apache.seata.solon.autoconfigure.properties.client.RmProperties
 
getBranchType() - Method in class org.apache.seata.rm.tcc.interceptor.TccActionInterceptorHandler
 
getClassFileName(Class<?>) - Static method in class org.springframework.util.ClassUtils
Determine the name of the class file, relative to the containing package: e.g.
getClassFilter() - Method in interface org.springframework.aop.IntroductionAdvisor
Return the filter determining which target classes this introduction should apply to.
getClassFilter() - Method in interface org.springframework.aop.Pointcut
Return the ClassFilter for this pointcut.
getClassFilter() - Method in class org.springframework.aop.support.DefaultIntroductionAdvisor
 
getClientApplication() - Method in class org.apache.seata.solon.autoconfigure.properties.registry.RegistryNacosProperties
 
getClientSelectorThreadPrefix() - Method in class org.apache.seata.solon.autoconfigure.properties.core.ThreadFactoryProperties
 
getClientSelectorThreadSize() - Method in class org.apache.seata.solon.autoconfigure.properties.core.ThreadFactoryProperties
 
getClientWorkerThreadPrefix() - Method in class org.apache.seata.solon.autoconfigure.properties.core.ThreadFactoryProperties
 
getCluster() - Method in class org.apache.seata.solon.autoconfigure.properties.config.ConfigApolloProperties
 
getCluster() - Method in class org.apache.seata.solon.autoconfigure.properties.registry.RegistryConsulProperties
 
getCluster() - Method in class org.apache.seata.solon.autoconfigure.properties.registry.RegistryEtcd3Properties
 
getCluster() - Method in class org.apache.seata.solon.autoconfigure.properties.registry.RegistryNacosProperties
 
getCluster() - Method in class org.apache.seata.solon.autoconfigure.properties.registry.RegistryNamingServerProperties
 
getCluster() - Method in class org.apache.seata.solon.autoconfigure.properties.registry.RegistryRedisProperties
 
getCluster() - Method in class org.apache.seata.solon.autoconfigure.properties.registry.RegistrySofaProperties
 
getCluster() - Method in class org.apache.seata.solon.autoconfigure.properties.registry.RegistryZooKeeperProperties
 
getCommitRetryCount() - Method in class org.apache.seata.solon.autoconfigure.properties.client.TmProperties
 
getCompressor() - Method in class org.apache.seata.solon.autoconfigure.properties.core.TransportProperties
 
getConnectionTwoPhaseHoldTimeoutXA() - Method in class org.apache.seata.solon.autoconfigure.properties.client.RmProperties
 
getConnectTimeout() - Method in class org.apache.seata.solon.autoconfigure.properties.config.ConfigZooKeeperProperties
 
getConnectTimeout() - Method in class org.apache.seata.solon.autoconfigure.properties.registry.RegistryZooKeeperProperties
 
getConstructorIfAvailable(Class<T>, Class<?>...) - Static method in class org.springframework.util.ClassUtils
Determine whether the given class has a public constructor with the given signature, and return it if available (else return null).
getContextJsonParserType() - Method in class org.apache.seata.solon.autoconfigure.properties.SeataTccProperties
 
getContextPath() - Method in class org.apache.seata.solon.autoconfigure.properties.config.ConfigNacosProperties
 
getContextPath() - Method in class org.apache.seata.solon.autoconfigure.properties.registry.RegistryNacosProperties
 
getCorePoolSize() - Method in class org.apache.seata.solon.autoconfigure.properties.SagaAsyncThreadPoolProperties
 
getCount() - Method in class org.springframework.util.ConcurrentReferenceHashMap.Segment
Return the total number of references in this segment.
getCurrentHooks() - Method in class org.apache.seata.saga.engine.tm.DefaultSagaTransactionalTemplate
 
getDatacenter() - Method in class org.apache.seata.solon.autoconfigure.properties.registry.RegistrySofaProperties
 
getDataId() - Method in class org.apache.seata.solon.autoconfigure.properties.config.ConfigNacosProperties
 
getDataSource() - Method in class org.apache.seata.solon.autoconfigure.config.DbStateMachineConfig
 
getDataSourceProxyMode() - Method in class org.apache.seata.solon.autoconfigure.properties.SeataProperties
 
getDataType() - Method in class org.apache.seata.solon.autoconfigure.properties.config.ConfigProperties
 
getDb() - Method in class org.apache.seata.solon.autoconfigure.properties.registry.RegistryRedisProperties
 
getDbType() - Method in class org.apache.seata.solon.autoconfigure.config.DbStateMachineConfig
 
getDbTypeFromDataSource(DataSource) - Static method in class org.apache.seata.solon.autoconfigure.config.DbStateMachineConfig
 
getDeclaredMethods(Class<?>) - Static method in class org.springframework.util.ReflectionUtils
Variant of Class.getDeclaredMethods() that uses a local cache in order to avoid the JVM's SecurityManager check and new Method instances.
getDefaultClassLoader() - Static method in class org.springframework.util.ClassUtils
Return the default ClassLoader to use: typically the thread context ClassLoader, if available; the ClassLoader that loaded the ClassUtils class will be used as fallback.
getDefaultGlobalTransactionTimeout() - Method in class org.apache.seata.solon.autoconfigure.properties.client.TmProperties
 
getDefaultTenantId() - Method in class org.apache.seata.saga.engine.store.db.DbAndReportTcStateLogStore
 
getDefaultThreadNamePrefix() - Method in class org.apache.seata.solon.autoconfigure.suuport.CustomizableThreadCreator
Build the default thread name prefix for this factory.
getDegradeCheckAllowTimes() - Method in class org.apache.seata.solon.autoconfigure.properties.client.TmProperties
 
getDegradeCheckPeriod() - Method in class org.apache.seata.solon.autoconfigure.properties.client.TmProperties
 
getDescriptiveType(Object) - Static method in class org.springframework.util.ClassUtils
Return a descriptive name for the given object's type: usually simply the class name, but component type class name + "[]" for arrays, and an appended list of implemented interfaces for JDK proxies.
getDisplayString(Object) - Static method in class org.springframework.util.ObjectUtils
Return a content-based String representation if obj is not null; otherwise returns an empty String.
getExceptionRate() - Method in class org.apache.seata.solon.autoconfigure.properties.core.LogProperties
 
getExcludesForAutoProxying() - Method in class org.apache.seata.solon.autoconfigure.properties.SeataProperties
 
getExcludesForScanning() - Method in class org.apache.seata.solon.autoconfigure.properties.SeataProperties
 
getExpressionString() - Method in class org.apache.seata.saga.engine.expression.snel.SolonElExpression
 
getField(Field, Object) - Static method in class org.springframework.util.ReflectionUtils
Get the field represented by the supplied field object on the specified target object.
getFilename(String) - Static method in class org.springframework.util.StringUtils
Extract the filename from the given Java resource path, e.g.
getFilenameExtension(String) - Static method in class org.springframework.util.StringUtils
Extract the filename extension from the given Java resource path, e.g.
getGlobalTransaction(StateMachineInstance, ProcessContext) - Method in class org.apache.seata.saga.engine.store.db.DbAndReportTcStateLogStore
 
getGroup() - Method in class org.apache.seata.solon.autoconfigure.properties.config.ConfigNacosProperties
 
getGroup() - Method in class org.apache.seata.solon.autoconfigure.properties.registry.RegistryNacosProperties
 
getGroup() - Method in class org.apache.seata.solon.autoconfigure.properties.registry.RegistrySofaProperties
 
getGrouplist() - Method in class org.apache.seata.solon.autoconfigure.properties.client.ServiceProperties
 
getHandlerMethodCount() - Method in class org.springframework.aop.framework.adapter.ThrowsAdviceInterceptor
Return the number of handler methods in this advice.
getHash(Object) - Method in class org.springframework.util.ConcurrentReferenceHashMap
Get the hash for a given object, apply an additional hash function to reduce collisions.
getHash() - Method in interface org.springframework.util.ConcurrentReferenceHashMap.Reference
Return the hash for the reference.
getHeartbeatPeriod() - Method in class org.apache.seata.solon.autoconfigure.properties.registry.RegistryNamingServerProperties
 
getIdentityHexString(Object) - Static method in class org.springframework.util.ObjectUtils
Return a hex String form of an object's identity hash code.
getInstance() - Static method in class org.springframework.aop.framework.adapter.GlobalAdvisorAdapterRegistry
Return the singleton DefaultAdvisorAdapterRegistry instance.
getInterceptor(Advisor) - Method in interface org.springframework.aop.framework.adapter.AdvisorAdapter
Return an AOP Alliance MethodInterceptor exposing the behavior of the given advice to an interception-based AOP framework.
getInterceptorOrder() - Method in class org.apache.seata.solon.autoconfigure.properties.client.TmProperties
 
getInterceptors(Advisor) - Method in interface org.springframework.aop.framework.adapter.AdvisorAdapterRegistry
Return an array of AOP Alliance MethodInterceptors to allow use of the given Advisor in an interception-based framework.
getInterceptors(Advisor) - Method in class org.springframework.aop.framework.adapter.DefaultAdvisorAdapterRegistry
 
getInterceptorsAndDynamicInterceptionAdvice(Method, Class<?>) - Method in class org.springframework.aop.framework.AdvisedSupport
Determine a list of MethodInterceptor objects for the given method, based on this configuration.
getInterceptorsAndDynamicInterceptionAdvice(Advised, Method, Class<?>) - Method in interface org.springframework.aop.framework.AdvisorChainFactory
Determine a list of MethodInterceptor objects for the given advisor chain configuration.
getInterceptorsAndDynamicInterceptionAdvice(Advised, Method, Class<?>) - Method in class org.springframework.aop.framework.DefaultAdvisorChainFactory
 
getInterfaceMethodIfPossible(Method) - Static method in class org.springframework.util.ClassUtils
getInterfaceMethodIfPossible(Method, Class<?>) - Static method in class org.springframework.util.ClassUtils
Determine a corresponding interface method for the given method handle, if possible.
getInterfaces() - Method in interface org.springframework.aop.IntroductionInfo
Return the additional interfaces introduced by this Advisor or Advice.
getInterfaces() - Method in class org.springframework.aop.support.DefaultIntroductionAdvisor
 
getKeepAliveTime() - Method in class org.apache.seata.solon.autoconfigure.properties.SagaAsyncThreadPoolProperties
 
getKey() - Method in class org.apache.seata.solon.autoconfigure.properties.config.ConfigConsulProperties
 
getKey() - Method in class org.apache.seata.solon.autoconfigure.properties.config.ConfigEtcd3Properties
 
getKey() - Method in class org.springframework.util.ConcurrentReferenceHashMap.Entry
 
getLoadFactor() - Method in class org.springframework.util.ConcurrentReferenceHashMap
 
getLogSerialization() - Method in class org.apache.seata.solon.autoconfigure.properties.client.UndoProperties
 
getLogTable() - Method in class org.apache.seata.solon.autoconfigure.properties.client.UndoProperties
 
getMaxPoolSize() - Method in class org.apache.seata.solon.autoconfigure.properties.SagaAsyncThreadPoolProperties
 
getMessage() - Method in exception org.springframework.core.NestedRuntimeException
Return the detail message, including the message from the nested exception if there is one.
getMetadataMaxAgeMs() - Method in class org.apache.seata.solon.autoconfigure.properties.registry.RegistryRaftProperties
 
getMethod() - Method in class org.apache.seata.solon.annotation.SolonInvocationWrapper
 
getMethod(Class<?>, String, Class<?>...) - Static method in class org.springframework.util.ClassUtils
Determine whether the given class has a public method with the given signature, and return it if available (else throws an IllegalStateException).
getMethodCountForName(Class<?>, String) - Static method in class org.springframework.util.ClassUtils
Return the number of methods with a given name (with any argument types), for the given class and/or its superclasses.
getMethodIfAvailable(Class<?>, String, Class<?>...) - Static method in class org.springframework.util.ClassUtils
Determine whether the given class has a public method with the given signature, and return it if available (else return null).
getMethodMatcher() - Method in interface org.springframework.aop.Pointcut
Return the MethodMatcher for this pointcut.
getMethodsToProxy() - Method in class org.apache.seata.rm.tcc.interceptor.TccActionInterceptorHandler
 
getMostSpecificCause(Throwable) - Static method in class org.springframework.core.NestedExceptionUtils
Retrieve the most specific cause of the given exception, that is, either the innermost cause (root cause) or the exception itself.
getMostSpecificCause() - Method in exception org.springframework.core.NestedRuntimeException
Retrieve the most specific cause of this exception, that is, either the innermost cause (root cause) or this exception itself.
getMostSpecificMethod(Method, Class<?>) - Static method in class org.springframework.util.ClassUtils
Given a method, which may come from an interface, and a target class used in the current reflective invocation, find the corresponding target method if there is one — for example, the method may be IFoo.bar(), and the target class may be DefaultFoo.
getName() - Method in class org.apache.seata.solon.autoconfigure.properties.config.ConfigCustomProperties
 
getName() - Method in class org.apache.seata.solon.autoconfigure.properties.config.ConfigFileProperties
 
getName() - Method in class org.apache.seata.solon.autoconfigure.properties.registry.RegistryCustomProperties
 
getNamespace() - Method in class org.apache.seata.solon.autoconfigure.properties.config.ConfigApolloProperties
 
getNamespace() - Method in class org.apache.seata.solon.autoconfigure.properties.config.ConfigNacosProperties
 
getNamespace() - Method in class org.apache.seata.solon.autoconfigure.properties.registry.RegistryNacosProperties
 
getNamespace() - Method in class org.apache.seata.solon.autoconfigure.properties.registry.RegistryNamingServerProperties
 
getNext() - Method in interface org.springframework.util.ConcurrentReferenceHashMap.Reference
Return the next reference in the chain, or null if none.
getNodePath() - Method in class org.apache.seata.solon.autoconfigure.properties.config.ConfigZooKeeperProperties
 
getObject() - Method in class org.apache.seata.solon.autoconfigure.suuport.ThreadPoolExecutorFactoryBean
 
getObjectType() - Method in class org.apache.seata.solon.autoconfigure.suuport.ThreadPoolExecutorFactoryBean
 
getOrDefault(Object, V) - Method in class org.springframework.util.ConcurrentReferenceHashMap
 
getOrder() - Method in class org.apache.seata.rm.tcc.interceptor.TccActionInterceptorHandler
 
getPackageName(Class<?>) - Static method in class org.springframework.util.ClassUtils
Determine the name of the package of the given class, e.g.
getPackageName(String) - Static method in class org.springframework.util.ClassUtils
Determine the name of the package of the given fully-qualified class name, e.g.
getParamsSerializer() - Method in class org.apache.seata.saga.engine.store.db.DbAndReportTcStateLogStore
 
getPassword() - Method in class org.apache.seata.solon.autoconfigure.properties.config.ConfigNacosProperties
 
getPassword() - Method in class org.apache.seata.solon.autoconfigure.properties.config.ConfigZooKeeperProperties
 
getPassword() - Method in class org.apache.seata.solon.autoconfigure.properties.registry.RegistryNacosProperties
 
getPassword() - Method in class org.apache.seata.solon.autoconfigure.properties.registry.RegistryRaftProperties
 
getPassword() - Method in class org.apache.seata.solon.autoconfigure.properties.registry.RegistryRedisProperties
 
getPassword() - Method in class org.apache.seata.solon.autoconfigure.properties.registry.RegistryZooKeeperProperties
 
getPointcut() - Method in interface org.springframework.aop.PointcutAdvisor
Get the Pointcut that drives this advisor.
getPointcut() - Method in class org.springframework.aop.support.DefaultPointcutAdvisor
 
getPosition() - Method in class org.apache.seata.rm.tcc.interceptor.TccActionInterceptorHandler
 
getPreferredNetworks() - Method in class org.apache.seata.solon.autoconfigure.properties.registry.RegistryProperties
 
getPrimitiveClass(String) - Method in class org.apache.seata.saga.engine.invoker.SolonServiceInvoker
 
getProtocol() - Method in class org.apache.seata.solon.autoconfigure.properties.core.TransportProperties
 
getProxiedInterfaces() - Method in interface org.springframework.aop.framework.Advised
Return the interfaces proxied by the AOP proxy.
getProxiedInterfaces() - Method in class org.springframework.aop.framework.AdvisedSupport
 
getProxy(BeanWrap, Object) - Method in class org.apache.seata.solon.annotation.datasource.SeataAutoDataSourceProxyCreator
 
getProxy() - Method in class org.apache.seata.solon.annotation.SolonInvocationWrapper
 
getQualifiedMethodName(Method) - Static method in class org.springframework.util.ClassUtils
Return the qualified name of the given method, consisting of fully qualified interface/class name + "." + method name.
getQualifiedMethodName(Method, Class<?>) - Static method in class org.springframework.util.ClassUtils
Return the qualified name of the given method, consisting of fully qualified interface/class name + "." + method name.
getQualifiedName(Class<?>) - Static method in class org.springframework.util.ClassUtils
Return the qualified name of the given class: usually simply the class name, but component type class name + "[]" for arrays.
getRamRoleName() - Method in class org.apache.seata.solon.autoconfigure.properties.config.ConfigNacosProperties
 
getRamRoleName() - Method in class org.apache.seata.solon.autoconfigure.properties.registry.RegistryNacosProperties
 
getReference(Object, ConcurrentReferenceHashMap.Restructure) - Method in class org.springframework.util.ConcurrentReferenceHashMap
Return a ConcurrentReferenceHashMap.Reference to the ConcurrentReferenceHashMap.Entry for the specified key, or null if not found.
getReference(Object, int, ConcurrentReferenceHashMap.Restructure) - Method in class org.springframework.util.ConcurrentReferenceHashMap.Segment
 
getRegion() - Method in class org.apache.seata.solon.autoconfigure.properties.registry.RegistrySofaProperties
 
getReportRetryCount() - Method in class org.apache.seata.solon.autoconfigure.properties.client.RmProperties
 
getRetryInterval() - Method in class org.apache.seata.solon.autoconfigure.properties.client.LockProperties
 
getRetryTimes() - Method in class org.apache.seata.solon.autoconfigure.properties.client.LockProperties
 
getRollbackRetryCount() - Method in class org.apache.seata.solon.autoconfigure.properties.client.TmProperties
 
getRootCause(Throwable) - Static method in class org.springframework.core.NestedExceptionUtils
Retrieve the innermost cause of the given exception, if any.
getRootCause() - Method in exception org.springframework.core.NestedRuntimeException
Retrieve the innermost cause of this exception, if any.
getRpcRmRequestTimeout() - Method in class org.apache.seata.solon.autoconfigure.properties.core.TransportProperties
 
getRpcTcRequestTimeout() - Method in class org.apache.seata.solon.autoconfigure.properties.core.TransportProperties
 
getRpcTmRequestTimeout() - Method in class org.apache.seata.solon.autoconfigure.properties.core.TransportProperties
 
getSagaJsonParser() - Method in class org.apache.seata.saga.engine.invoker.SolonServiceInvoker
 
getSagaJsonParser() - Method in class org.apache.seata.solon.autoconfigure.properties.client.RmProperties
 
getSagaTransactionalTemplate() - Method in class org.apache.seata.saga.engine.store.db.DbAndReportTcStateLogStore
 
getScanPackages() - Method in class org.apache.seata.solon.autoconfigure.properties.SeataProperties
 
getSecretKey() - Static method in class org.apache.seata.solon.annotation.GlobalTransactionLifecycle
 
getSecretKey() - Method in class org.apache.seata.solon.autoconfigure.config.DbStateMachineConfig
 
getSecretKey() - Method in class org.apache.seata.solon.autoconfigure.properties.config.ConfigNacosProperties
 
getSecretKey() - Method in class org.apache.seata.solon.autoconfigure.properties.registry.RegistryNacosProperties
 
getSecretKey() - Method in class org.apache.seata.solon.autoconfigure.properties.SeataProperties
 
getSegment(int) - Method in class org.springframework.util.ConcurrentReferenceHashMap
 
getSegmentsSize() - Method in class org.springframework.util.ConcurrentReferenceHashMap
 
getSerialization() - Method in class org.apache.seata.solon.autoconfigure.properties.core.TransportProperties
 
getServer() - Method in class org.apache.seata.solon.autoconfigure.properties.core.TransportProperties
 
getServerAddr() - Method in class org.apache.seata.solon.autoconfigure.properties.config.ConfigConsulProperties
 
getServerAddr() - Method in class org.apache.seata.solon.autoconfigure.properties.config.ConfigEtcd3Properties
 
getServerAddr() - Method in class org.apache.seata.solon.autoconfigure.properties.config.ConfigNacosProperties
 
getServerAddr() - Method in class org.apache.seata.solon.autoconfigure.properties.config.ConfigZooKeeperProperties
 
getServerAddr() - Method in class org.apache.seata.solon.autoconfigure.properties.registry.RegistryConsulProperties
 
getServerAddr() - Method in class org.apache.seata.solon.autoconfigure.properties.registry.RegistryEtcd3Properties
 
getServerAddr() - Method in class org.apache.seata.solon.autoconfigure.properties.registry.RegistryNacosProperties
 
getServerAddr() - Method in class org.apache.seata.solon.autoconfigure.properties.registry.RegistryNamingServerProperties
 
getServerAddr() - Method in class org.apache.seata.solon.autoconfigure.properties.registry.RegistryRaftProperties
 
getServerAddr() - Method in class org.apache.seata.solon.autoconfigure.properties.registry.RegistryRedisProperties
 
getServerAddr() - Method in class org.apache.seata.solon.autoconfigure.properties.registry.RegistrySofaProperties
 
getServerAddr() - Method in class org.apache.seata.solon.autoconfigure.properties.registry.RegistryZooKeeperProperties
 
getServerExecutorThreadPrefix() - Method in class org.apache.seata.solon.autoconfigure.properties.core.ThreadFactoryProperties
 
getServiceUrl() - Method in class org.apache.seata.solon.autoconfigure.properties.registry.RegistryEurekaProperties
 
getSessionTimeout() - Method in class org.apache.seata.solon.autoconfigure.properties.config.ConfigZooKeeperProperties
 
getSessionTimeout() - Method in class org.apache.seata.solon.autoconfigure.properties.registry.RegistryZooKeeperProperties
 
getShortName(String) - Static method in class org.apache.seata.solon.autoconfigure.suuport.CustomizableThreadCreator
 
getShortName(String) - Static method in class org.springframework.util.ClassUtils
Get the class name without the qualified package name.
getShortName(Class<?>) - Static method in class org.springframework.util.ClassUtils
Get the class name without the qualified package name.
getShortNameAsProperty(Class<?>) - Static method in class org.springframework.util.ClassUtils
Return the short string name of a Java class in uncapitalized JavaBeans property format.
getSize() - Method in class org.springframework.util.ConcurrentReferenceHashMap.Segment
Return the size of the current references array.
getSlbPattern() - Method in class org.apache.seata.solon.autoconfigure.properties.registry.RegistryNacosProperties
 
getSqlParserType() - Method in class org.apache.seata.solon.autoconfigure.properties.client.RmProperties
 
getStateInstance(String, String) - Method in class org.apache.seata.saga.engine.store.db.DbAndReportTcStateLogStore
 
getStateMachineInstance(String) - Method in class org.apache.seata.saga.engine.store.db.DbAndReportTcStateLogStore
 
getStateMachineInstanceByBusinessKey(String, String) - Method in class org.apache.seata.saga.engine.store.db.DbAndReportTcStateLogStore
 
getStaticMethod(Class<?>, String, Class<?>...) - Static method in class org.springframework.util.ClassUtils
Return a public static method of a class.
getTableMetaCheckerInterval() - Method in class org.apache.seata.solon.autoconfigure.properties.client.RmProperties
 
getTablePrefix() - Method in class org.apache.seata.solon.autoconfigure.config.DbStateMachineConfig
 
getTarget() - Method in class org.apache.seata.solon.annotation.SolonInvocationWrapper
 
getTarget() - Method in class org.springframework.aop.source.EmptyTargetSource
Always returns null.
getTarget() - Method in class org.springframework.aop.source.SingletonTargetSource
 
getTarget() - Method in interface org.springframework.aop.TargetSource
Return a target instance.
getTargetClass(Object) - Static method in class org.apache.seata.spring.util.SpringProxyUtils
Get the class type of the proxy target object, if hadn't a target object, return the interface of the proxy
getTargetClass() - Method in class org.springframework.aop.framework.AdvisedSupport
 
getTargetClass() - Method in class org.springframework.aop.source.EmptyTargetSource
Always returns the specified target Class, or null if none.
getTargetClass() - Method in class org.springframework.aop.source.SingletonTargetSource
 
getTargetClass() - Method in interface org.springframework.aop.TargetClassAware
Return the target class behind the implementing object (typically a proxy configuration or an actual proxy).
getTargetClass() - Method in interface org.springframework.aop.TargetSource
Return the type of targets returned by this TargetSource.
getTargetInterface(Object) - Static method in class org.apache.seata.spring.util.SpringProxyUtils
Get the target class , get the interface of its agent if it is a Proxy
getTargetSource() - Method in interface org.springframework.aop.framework.Advised
Return the TargetSource used by this Advised object.
getTargetSource() - Method in class org.springframework.aop.framework.AdvisedSupport
 
getTccActionInterceptorOrder() - Method in class org.apache.seata.solon.autoconfigure.properties.client.RmProperties
 
getThreadGroup() - Method in class org.apache.seata.solon.autoconfigure.suuport.CustomizableThreadCreator
Return the thread group that threads should be created in (or null for the default group).
getThreadNamePrefix() - Method in class org.apache.seata.solon.autoconfigure.suuport.CustomizableThreadCreator
Return the thread name prefix to use for the names of newly created threads.
getThreadPriority() - Method in class org.apache.seata.solon.autoconfigure.suuport.CustomizableThreadCreator
Return the priority of the threads that this factory creates.
getThreshold() - Method in class org.apache.seata.solon.autoconfigure.properties.client.UndoCompressProperties
 
getTimeout() - Method in class org.apache.seata.solon.autoconfigure.properties.registry.RegistryRedisProperties
 
getTokenValidityInMilliseconds() - Method in class org.apache.seata.solon.autoconfigure.properties.registry.RegistryRaftProperties
 
getTransactionalAnnotationByMethod(Method, Object) - Static method in class org.apache.seata.rm.tcc.utils.MethodUtils
Retrieve the Transactional annotation of a business method
getTxServiceGroup() - Method in class org.apache.seata.solon.annotation.GlobalTransactionLifecycle
 
getTxServiceGroup() - Method in class org.apache.seata.solon.autoconfigure.config.DbStateMachineConfig
 
getTxServiceGroup() - Method in class org.apache.seata.solon.autoconfigure.properties.SeataProperties
 
getType() - Method in class org.apache.seata.solon.autoconfigure.properties.client.LoadBalanceProperties
 
getType() - Method in class org.apache.seata.solon.autoconfigure.properties.client.UndoCompressProperties
 
getType() - Method in class org.apache.seata.solon.autoconfigure.properties.config.ConfigProperties
 
getType() - Method in class org.apache.seata.solon.autoconfigure.properties.core.TransportProperties
 
getType() - Method in class org.apache.seata.solon.autoconfigure.properties.registry.RegistryProperties
 
getUniqueDeclaredMethods(Class<?>) - Static method in class org.springframework.util.ReflectionUtils
Get the unique set of declared methods on the leaf class and all superclasses.
getUniqueDeclaredMethods(Class<?>, ReflectionUtils.MethodFilter) - Static method in class org.springframework.util.ReflectionUtils
Get the unique set of declared methods on the leaf class and all superclasses.
getUserClass(Object) - Static method in class org.springframework.util.ClassUtils
Return the user-defined class for the given instance: usually simply the class of the given instance, but the original class in case of a CGLIB-generated subclass.
getUserClass(Class<?>) - Static method in class org.springframework.util.ClassUtils
Return the user-defined class for the given class: usually simply the given class, but the original class in case of a CGLIB-generated subclass.
getUsername() - Method in class org.apache.seata.solon.autoconfigure.properties.config.ConfigNacosProperties
 
getUsername() - Method in class org.apache.seata.solon.autoconfigure.properties.config.ConfigZooKeeperProperties
 
getUsername() - Method in class org.apache.seata.solon.autoconfigure.properties.registry.RegistryNacosProperties
 
getUsername() - Method in class org.apache.seata.solon.autoconfigure.properties.registry.RegistryRaftProperties
 
getUsername() - Method in class org.apache.seata.solon.autoconfigure.properties.registry.RegistryZooKeeperProperties
 
getValue(Object) - Method in class org.apache.seata.saga.engine.expression.snel.SolonElExpression
 
getValue() - Method in class org.springframework.util.ConcurrentReferenceHashMap.Entry
 
getVgroupMapping() - Method in class org.apache.seata.solon.autoconfigure.properties.client.ServiceProperties
 
getVirtualNodes() - Method in class org.apache.seata.solon.autoconfigure.properties.client.LoadBalanceProperties
 
getWait() - Method in class org.apache.seata.solon.autoconfigure.properties.core.ShutdownProperties
 
getWeight() - Method in class org.apache.seata.solon.autoconfigure.properties.registry.RegistryEurekaProperties
 
getWorkerThreadPrefix() - Method in class org.apache.seata.solon.autoconfigure.properties.core.ThreadFactoryProperties
 
getWorkerThreadSize() - Method in class org.apache.seata.solon.autoconfigure.properties.core.ThreadFactoryProperties
 
GlobalAdvisorAdapterRegistry - Class in org.springframework.aop.framework.adapter
Singleton to publish a shared DefaultAdvisorAdapterRegistry instance.
GlobalTransactionalInterceptor - Class in org.apache.seata.solon.annotation
GlobalTransactional annotation interceptor
GlobalTransactionalInterceptor() - Constructor for class org.apache.seata.solon.annotation.GlobalTransactionalInterceptor
 
GlobalTransactionLifecycle - Class in org.apache.seata.solon.annotation
The type Global transaction lifecycle (old: The type Global transaction scanner.)
GlobalTransactionLifecycle(String, String, boolean, FailureHandler) - Constructor for class org.apache.seata.solon.annotation.GlobalTransactionLifecycle
Instantiates a new Global transaction scanner.
GlobalTransactionLifecycle(String, String, int, boolean, FailureHandler) - Constructor for class org.apache.seata.solon.annotation.GlobalTransactionLifecycle
Instantiates a new Global transaction scanner.
globalTransactionLifecycle(SeataProperties, FailureHandler) - Method in class org.apache.seata.solon.autoconfigure.SeataAutoConfiguration
 

H

handleInvocationTargetException(InvocationTargetException) - Static method in class org.springframework.util.ReflectionUtils
Handle the given invocation target exception.
handleReflectionException(Exception) - Static method in class org.springframework.util.ReflectionUtils
Handle the given reflection exception.
hasAtLeastOneMethodWithName(Class<?>, String) - Static method in class org.springframework.util.ClassUtils
Does the given class or one of its superclasses at least have one or more methods with the supplied name (with any argument types)?
hasConstructor(Class<?>, Class<?>...) - Static method in class org.springframework.util.ClassUtils
Determine whether the given class has a public constructor with the given signature.
hashCode() - Method in class org.springframework.aop.source.EmptyTargetSource
 
hashCode() - Method in class org.springframework.aop.source.SingletonTargetSource
SingletonTargetSource uses the hash code of the target object.
hashCode() - Method in class org.springframework.aop.support.AbstractPointcutAdvisor
 
hashCode() - Method in class org.springframework.aop.support.DefaultIntroductionAdvisor
 
hashCode() - Method in class org.springframework.util.ConcurrentReferenceHashMap.Entry
 
hashCode(boolean) - Static method in class org.springframework.util.ObjectUtils
Deprecated.
as of Spring Framework 5.0, in favor of the native JDK 8 variant
hashCode(double) - Static method in class org.springframework.util.ObjectUtils
Deprecated.
as of Spring Framework 5.0, in favor of the native JDK 8 variant
hashCode(float) - Static method in class org.springframework.util.ObjectUtils
Deprecated.
as of Spring Framework 5.0, in favor of the native JDK 8 variant
hashCode(long) - Static method in class org.springframework.util.ObjectUtils
Deprecated.
as of Spring Framework 5.0, in favor of the native JDK 8 variant
hasLength(String, String) - Static method in class org.springframework.util.Assert
Assert that the given String is not empty; that is, it must not be null and not the empty String.
hasLength(String, Supplier<String>) - Static method in class org.springframework.util.Assert
Assert that the given String is not empty; that is, it must not be null and not the empty String.
hasLength(String) - Static method in class org.springframework.util.Assert
Deprecated.
as of 4.3.7, in favor of Assert.hasLength(String, String)
hasLength(CharSequence) - Static method in class org.springframework.util.StringUtils
Check that the given CharSequence is neither null nor of length 0.
hasLength(String) - Static method in class org.springframework.util.StringUtils
Check that the given String is neither null nor of length 0.
hasMethod(Class<?>, Method) - Static method in class org.springframework.util.ClassUtils
Determine whether the given class has a public method with the given signature.
hasMethod(Class<?>, String, Class<?>...) - Static method in class org.springframework.util.ClassUtils
Determine whether the given class has a public method with the given signature.
hasText(String, String) - Static method in class org.springframework.util.Assert
Assert that the given String contains valid text content; that is, it must not be null and must contain at least one non-whitespace character.
hasText(String, Supplier<String>) - Static method in class org.springframework.util.Assert
Assert that the given String contains valid text content; that is, it must not be null and must contain at least one non-whitespace character.
hasText(String) - Static method in class org.springframework.util.Assert
Deprecated.
as of 4.3.7, in favor of Assert.hasText(String, String)
hasText(CharSequence) - Static method in class org.springframework.util.StringUtils
Check whether the given CharSequence contains actual text.
hasText(String) - Static method in class org.springframework.util.StringUtils
Check whether the given String contains actual text.
hasUniqueObject(Collection<?>) - Static method in class org.springframework.util.CollectionUtils
Determine whether the given Collection only contains a single unique object.
HTTP_PREFIX - Static variable in interface org.apache.seata.solon.autoconfigure.StarterConstants
 

I

identityToString(Object) - Static method in class org.springframework.util.ObjectUtils
Return a String representation of an object's overall identity.
implementsInterface(Class<?>) - Method in interface org.springframework.aop.DynamicIntroductionAdvice
Does this introduction advice implement the given interface?
indexOf(Advisor) - Method in interface org.springframework.aop.framework.Advised
Return the index (from 0) of the given advisor, or -1 if no such advisor applies to this proxy.
indexOf(Advice) - Method in interface org.springframework.aop.framework.Advised
Return the index (from 0) of the given AOP Alliance Advice, or -1 if no such advice is an advice for this proxy.
indexOf(Advisor) - Method in class org.springframework.aop.framework.AdvisedSupport
 
indexOf(Advice) - Method in class org.springframework.aop.framework.AdvisedSupport
 
init() - Method in class org.apache.seata.saga.impl.DefaultStateMachineConfig
 
initBeanMap() - Static method in class org.apache.seata.solon.autoconfigure.properties.PropertiesHelper
 
initClient() - Method in class org.apache.seata.solon.annotation.GlobalTransactionLifecycle
 
initialize() - Method in class org.apache.seata.solon.autoconfigure.suuport.ExecutorConfigurationSupport
Set up the ExecutorService.
initializeExecutor(ThreadFactory, RejectedExecutionHandler) - Method in class org.apache.seata.solon.autoconfigure.suuport.ExecutorConfigurationSupport
Create the target ExecutorService instance.
initializeExecutor(ThreadFactory, RejectedExecutionHandler) - Method in class org.apache.seata.solon.autoconfigure.suuport.ThreadPoolExecutorFactoryBean
 
INSTANCE - Static variable in class org.springframework.aop.source.EmptyTargetSource
The canonical (Singleton) instance of this EmptyTargetSource.
IntroductionAdvisor - Interface in org.springframework.aop
Superinterface for advisors that perform one or more AOP introductions.
IntroductionAwareMethodMatcher - Interface in org.springframework.aop
A specialized type of MethodMatcher that takes into account introductions when matching methods.
IntroductionInfo - Interface in org.springframework.aop
Interface supplying the information necessary to describe an introduction.
invoke(ServiceTaskState, Object...) - Method in class org.apache.seata.saga.engine.invoker.SolonServiceInvoker
 
invoke(MethodInvocation) - Method in class org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor
 
invoke(MethodInvocation) - Method in class org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor
 
invoke(MethodInvocation) - Method in class org.springframework.aop.framework.adapter.ThrowsAdviceInterceptor
 
invokeMethod(Object, Method, Object...) - Method in class org.apache.seata.saga.engine.invoker.SolonServiceInvoker
 
invokeMethod(Method, Object) - Static method in class org.springframework.util.ReflectionUtils
Invoke the specified Method against the supplied target object with no arguments.
invokeMethod(Method, Object, Object...) - Static method in class org.springframework.util.ReflectionUtils
Invoke the specified Method against the supplied target object with the supplied arguments.
isAopProxy(Object) - Static method in class org.springframework.aop.support.AopUtils
Check whether the given object is a JDK dynamic proxy or a CGLIB proxy.
isArray(Object) - Static method in class org.springframework.util.ObjectUtils
Determine whether the given object is an array: either an Object array or a primitive array.
isAssignable(Class<?>, Class<?>, String) - Static method in class org.springframework.util.Assert
Assert that superType.isAssignableFrom(subType) is true.
isAssignable(Class<?>, Class<?>, Supplier<String>) - Static method in class org.springframework.util.Assert
Assert that superType.isAssignableFrom(subType) is true.
isAssignable(Class<?>, Class<?>) - Static method in class org.springframework.util.Assert
Assert that superType.isAssignableFrom(subType) is true.
isAssignable(Class<?>, Class<?>) - Static method in class org.springframework.util.ClassUtils
Check if the right-hand side type may be assigned to the left-hand side type, assuming setting by reflection.
isAssignableValue(Class<?>, Object) - Static method in class org.springframework.util.ClassUtils
Determine if the given type is assignable from the given value, assuming setting by reflection.
isCacheSafe(Class<?>, ClassLoader) - Static method in class org.springframework.util.ClassUtils
Check whether the given class is cache-safe in the given context, i.e. whether it is loaded by the given ClassLoader or a parent of it.
isCglibProxy(Object) - Static method in class org.springframework.util.ClassUtils
Deprecated.
as of 5.2, in favor of custom (possibly narrower) checks such as for a Spring AOP proxy
isCglibProxyClass(Class<?>) - Static method in class org.springframework.util.ClassUtils
Deprecated.
as of 5.2, in favor of custom (possibly narrower) checks or simply a check for containing ClassUtils.CGLIB_CLASS_SEPARATOR
isCglibProxyClassName(String) - Static method in class org.springframework.util.ClassUtils
Deprecated.
as of 5.2, in favor of custom (possibly narrower) checks or simply a check for containing ClassUtils.CGLIB_CLASS_SEPARATOR
isCglibRenamedMethod(Method) - Static method in class org.springframework.util.ReflectionUtils
Determine whether the given method is a CGLIB 'renamed' method, following the pattern "CGLIB$methodName$0".
isCheckedException(Throwable) - Static method in class org.springframework.util.ObjectUtils
Return whether the given throwable is a checked exception: that is, neither a RuntimeException nor an Error.
isCompatibleWithThrowsClause(Throwable, Class<?>...) - Static method in class org.springframework.util.ObjectUtils
Check whether the given exception is compatible with the specified exception types, as declared in a throws clause.
isDaemon() - Method in class org.apache.seata.solon.autoconfigure.suuport.CustomizableThreadCreator
Return whether this factory should create daemon threads.
isDataValidation() - Method in class org.apache.seata.solon.autoconfigure.properties.client.UndoProperties
 
isDegradeCheck() - Method in class org.apache.seata.solon.autoconfigure.properties.client.TmProperties
 
isDisableGlobalTransaction() - Method in class org.apache.seata.solon.autoconfigure.properties.client.ServiceProperties
 
isEmpty(Collection<?>) - Static method in class org.springframework.util.CollectionUtils
Return true if the supplied Collection is null or empty.
isEmpty(Map<?, ?>) - Static method in class org.springframework.util.CollectionUtils
Return true if the supplied Map is null or empty.
isEmpty() - Method in class org.springframework.util.ConcurrentReferenceHashMap
 
isEmpty(Object[]) - Static method in class org.springframework.util.ObjectUtils
Determine whether the given array is empty: i.e.
isEmpty(Object) - Static method in class org.springframework.util.ObjectUtils
Determine whether the given object is empty.
isEmpty(Object) - Static method in class org.springframework.util.StringUtils
isEnable() - Method in class org.apache.seata.solon.autoconfigure.properties.client.UndoCompressProperties
 
isEnableAutoDataSourceProxy() - Method in class org.apache.seata.solon.autoconfigure.properties.SeataProperties
 
isEnableClientBatchSendRequest() - Method in class org.apache.seata.solon.autoconfigure.properties.core.TransportProperties
 
isEnabled() - Method in class org.apache.seata.solon.autoconfigure.properties.SeataProperties
 
isEnabled() - Method in class org.apache.seata.solon.autoconfigure.properties.SeataSagaProperties
 
isEnableRmClientBatchSendRequest() - Method in class org.apache.seata.solon.autoconfigure.properties.core.TransportProperties
 
isEnableTcServerBatchSendResponse() - Method in class org.apache.seata.solon.autoconfigure.properties.core.TransportProperties
 
isEnableTmClientBatchSendRequest() - Method in class org.apache.seata.solon.autoconfigure.properties.core.TransportProperties
 
isEqualsMethod(Method) - Static method in class org.springframework.util.ReflectionUtils
Determine whether the given method is an "equals" method.
isExposeProxy() - Method in class org.apache.seata.solon.autoconfigure.properties.SeataProperties
 
isExposeProxy() - Method in interface org.springframework.aop.framework.Advised
Return whether the factory should expose the proxy as a ThreadLocal.
isExposeProxy() - Method in class org.springframework.aop.framework.ProxyConfig
Return whether the AOP proxy will expose the AOP proxy for each invocation.
isFrozen() - Method in interface org.springframework.aop.framework.Advised
Return whether the Advised configuration is frozen, in which case no advice changes can be made.
isFrozen() - Method in class org.springframework.aop.framework.ProxyConfig
Return whether the config is frozen, and no advice changes can be made.
isHashCodeMethod(Method) - Static method in class org.springframework.util.ReflectionUtils
Determine whether the given method is a "hashCode" method.
isHeartbeat() - Method in class org.apache.seata.solon.autoconfigure.properties.core.TransportProperties
 
isInnerClass(Class<?>) - Static method in class org.springframework.util.ClassUtils
Determine if the supplied class is an inner class, i.e. a non-static member of an enclosing class.
isInstanceOf(Class<?>, Object, String) - Static method in class org.springframework.util.Assert
Assert that the provided object is an instance of the provided class.
isInstanceOf(Class<?>, Object, Supplier<String>) - Static method in class org.springframework.util.Assert
Assert that the provided object is an instance of the provided class.
isInstanceOf(Class<?>, Object) - Static method in class org.springframework.util.Assert
Assert that the provided object is an instance of the provided class.
isInterfaceProxied(Class<?>) - Method in interface org.springframework.aop.framework.Advised
Determine whether the given interface is proxied.
isInterfaceProxied(Class<?>) - Method in class org.springframework.aop.framework.AdvisedSupport
 
isJavaLanguageInterface(Class<?>) - Static method in class org.springframework.util.ClassUtils
Determine whether the given interface is a common Java language interface: Serializable, Externalizable, Closeable, AutoCloseable, Cloneable, Comparable - all of which can be ignored when looking for 'primary' user-level interfaces.
isJdkDynamicProxy(Object) - Static method in class org.springframework.aop.support.AopUtils
 
isLambdaClass(Class<?>) - Static method in class org.springframework.util.ClassUtils
Determine if the supplied Class is a JVM-generated implementation class for a lambda expression or method reference.
isNull(Object, String) - Static method in class org.springframework.util.Assert
Assert that an object is null.
isNull(Object, Supplier<String>) - Static method in class org.springframework.util.Assert
Assert that an object is null.
isNull(Object) - Static method in class org.springframework.util.Assert
Deprecated.
as of 4.3.7, in favor of Assert.isNull(Object, String)
isObjectMethod(Method) - Static method in class org.springframework.util.ReflectionUtils
Determine whether the given method is originally declared by Object.
isOnlyCareUpdateColumns() - Method in class org.apache.seata.solon.autoconfigure.properties.client.UndoProperties
 
isOpaque() - Method in class org.springframework.aop.framework.ProxyConfig
Return whether proxies created by this configuration should be prevented from being cast to Advised.
isOptimize() - Method in class org.springframework.aop.framework.ProxyConfig
Return whether proxies should perform aggressive optimizations.
isPerInstance() - Method in interface org.springframework.aop.Advisor
Return whether this advice is associated with a particular instance (for example, creating a mixin) or shared with all instances of the advised class obtained from the same Spring bean factory.
isPerInstance() - Method in class org.springframework.aop.support.AbstractPointcutAdvisor
 
isPerInstance() - Method in class org.springframework.aop.support.DefaultIntroductionAdvisor
 
isPreFiltered() - Method in interface org.springframework.aop.framework.Advised
Return whether this proxy configuration is pre-filtered so that it only contains applicable advisors (matching this proxy's target class).
isPreFiltered() - Method in class org.springframework.aop.framework.AdvisedSupport
 
isPresent(String, ClassLoader) - Static method in class org.springframework.util.ClassUtils
Determine whether the Class identified by the supplied name is present and can be loaded.
isPrimitive(Class<?>) - Method in class org.apache.seata.saga.engine.invoker.SolonServiceInvoker
 
isPrimitiveArray(Class<?>) - Static method in class org.springframework.util.ClassUtils
Check if the given class represents an array of primitives, i.e. boolean, byte, char, short, int, long, float, or double.
isPrimitiveOrWrapper(Class<?>) - Static method in class org.springframework.util.ClassUtils
Check if the given class represents a primitive (i.e. boolean, byte, char, short, int, long, float, or double), void, or a wrapper for those types (i.e.
isPrimitiveWrapper(Class<?>) - Static method in class org.springframework.util.ClassUtils
Check if the given class represents a primitive wrapper, i.e.
isPrimitiveWrapperArray(Class<?>) - Static method in class org.springframework.util.ClassUtils
Check if the given class represents an array of primitive wrappers, i.e.
isProxy(Object) - Static method in class org.apache.seata.spring.util.SpringProxyUtils
Is proxy boolean.
isProxyTargetClass() - Method in interface org.springframework.aop.framework.Advised
Are we proxying the full target class instead of specified interfaces?
isProxyTargetClass() - Method in class org.springframework.aop.framework.ProxyConfig
Return whether to proxy the target class directly as well as any interfaces.
isPublicStaticFinal(Field) - Static method in class org.springframework.util.ReflectionUtils
Determine whether the given field is a "public static final" constant.
isReportSuccessEnable() - Method in class org.apache.seata.solon.autoconfigure.properties.client.RmProperties
 
isRetryPolicyBranchRollbackOnConflict() - Method in class org.apache.seata.solon.autoconfigure.properties.client.LockProperties
 
isRuntime() - Method in interface org.springframework.aop.MethodMatcher
Is this MethodMatcher dynamic, that is, must a final call be made on the MethodMatcher.matches(java.lang.reflect.Method, Class, Object[]) method at runtime even if the 2-arg matches method returns true?
isSagaBranchRegisterEnable() - Method in class org.apache.seata.solon.autoconfigure.properties.client.RmProperties
 
isSagaCompensatePersistModeUpdate() - Method in class org.apache.seata.solon.autoconfigure.properties.client.RmProperties
 
isSagaRetryPersistModeUpdate() - Method in class org.apache.seata.solon.autoconfigure.properties.client.RmProperties
 
isShareBossWorker() - Method in class org.apache.seata.solon.autoconfigure.properties.core.ThreadFactoryProperties
 
isSingleton() - Method in class org.apache.seata.solon.autoconfigure.suuport.ThreadPoolExecutorFactoryBean
 
isStatic() - Method in class org.springframework.aop.source.EmptyTargetSource
Always returns true.
isStatic() - Method in class org.springframework.aop.source.SingletonTargetSource
 
isStatic() - Method in interface org.springframework.aop.TargetSource
Will all calls to TargetSource.getTarget() return the same object?
isTableMetaCheckEnable() - Method in class org.apache.seata.solon.autoconfigure.properties.client.RmProperties
 
isToStringMethod(Method) - Static method in class org.springframework.util.ReflectionUtils
Determine whether the given method is a "toString" method.
isTrue(boolean, String) - Static method in class org.springframework.util.Assert
Assert a boolean expression, throwing an IllegalArgumentException if the expression evaluates to false.
isTrue(boolean, Supplier<String>) - Static method in class org.springframework.util.Assert
Assert a boolean expression, throwing an IllegalArgumentException if the expression evaluates to false.
isTrue(boolean) - Static method in class org.springframework.util.Assert
Deprecated.
as of 4.3.7, in favor of Assert.isTrue(boolean, String)
isUseJdkProxy() - Method in class org.apache.seata.solon.autoconfigure.properties.SeataProperties
 
isUserLevelMethod(Method) - Static method in class org.springframework.util.ClassUtils
Determine whether the given method is declared by the user or at least pointing to a user-declared method.
isVisible(Class<?>, ClassLoader) - Static method in class org.springframework.util.ClassUtils
Check whether the given class is visible in the given ClassLoader.

L

lastElement(Set<T>) - Static method in class org.springframework.util.CollectionUtils
Retrieve the last element of the given Set, using SortedSet.last() or otherwise iterating over all elements (assuming a linked set).
lastElement(List<T>) - Static method in class org.springframework.util.CollectionUtils
Retrieve the last element of the given List, accessing the highest index.
LOAD_BALANCE_PREFIX - Static variable in interface org.apache.seata.solon.autoconfigure.StarterConstants
 
LOAD_BALANCE_PREFIX_KEBAB_STYLE - Static variable in interface org.apache.seata.solon.autoconfigure.StarterConstants
 
LoadBalanceProperties - Class in org.apache.seata.solon.autoconfigure.properties.client
 
LoadBalanceProperties() - Constructor for class org.apache.seata.solon.autoconfigure.properties.client.LoadBalanceProperties
 
LOCK_PREFIX - Static variable in interface org.apache.seata.solon.autoconfigure.StarterConstants
 
LockProperties - Class in org.apache.seata.solon.autoconfigure.properties.client
 
LockProperties() - Constructor for class org.apache.seata.solon.autoconfigure.properties.client.LockProperties
 
LOG_PREFIX - Static variable in interface org.apache.seata.solon.autoconfigure.StarterConstants
 
LogProperties - Class in org.apache.seata.solon.autoconfigure.properties.core
 
LogProperties() - Constructor for class org.apache.seata.solon.autoconfigure.properties.core.LogProperties
 

M

makeAccessible(Constructor<?>) - Static method in class org.springframework.util.ReflectionUtils
Make the given constructor accessible, explicitly setting it accessible if necessary.
makeAccessible(Method) - Static method in class org.springframework.util.ReflectionUtils
Make the given method accessible, explicitly setting it accessible if necessary.
makeAccessible(Field) - Static method in class org.springframework.util.ReflectionUtils
Make the given field accessible, explicitly setting it accessible if necessary.
MAP_CAPACITY - Static variable in interface org.apache.seata.solon.autoconfigure.StarterConstants
 
matches(Class<?>) - Method in interface org.springframework.aop.ClassFilter
Should the pointcut apply to the given interface or target class?
matches(Method, Class<?>, boolean) - Method in interface org.springframework.aop.IntroductionAwareMethodMatcher
Perform static checking whether the given method matches.
matches(Method, Class<?>) - Method in interface org.springframework.aop.MethodMatcher
Perform static checking whether the given method matches.
matches(Method, Class<?>, Object...) - Method in interface org.springframework.aop.MethodMatcher
Check whether there a runtime (dynamic) match for this method, which must have matched statically.
matches(Class<?>) - Method in class org.springframework.aop.support.DefaultIntroductionAdvisor
 
matches(Field) - Method in interface org.springframework.util.ReflectionUtils.FieldFilter
Determine whether the given field matches.
matches(Method) - Method in interface org.springframework.util.ReflectionUtils.MethodFilter
Determine whether the given method matches.
matchesCharacter(String, char) - Static method in class org.springframework.util.StringUtils
Test if the given String matches the given single character.
matchesTypeName(Class<?>, String) - Static method in class org.springframework.util.ClassUtils
Check whether the given class matches the user-specified type name.
mergeArrayIntoCollection(Object, Collection<E>) - Static method in class org.springframework.util.CollectionUtils
Merge the given array into the given Collection.
mergePropertiesIntoMap(Properties, Map<K, V>) - Static method in class org.springframework.util.CollectionUtils
Merge the given Properties instance into the given Map, copying all properties (key-value pairs) over.
mergeStringArrays(String[], String[]) - Static method in class org.springframework.util.StringUtils
Deprecated.
as of 4.3.15, in favor of manual merging via LinkedHashSet (with every entry included at most once, even entries within the first array)
MethodBeforeAdvice - Interface in org.springframework.aop
Advice invoked before a method is invoked.
MethodBeforeAdviceInterceptor - Class in org.springframework.aop.framework.adapter
Interceptor to wrap a MethodBeforeAdvice.
MethodBeforeAdviceInterceptor(MethodBeforeAdvice) - Constructor for class org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor
Create a new MethodBeforeAdviceInterceptor for the given advice.
MethodMatcher - Interface in org.springframework.aop
Part of a Pointcut: Checks whether the target method is eligible for advice.
MethodUtils - Class in org.apache.seata.rm.tcc.utils
 
MethodUtils() - Constructor for class org.apache.seata.rm.tcc.utils.MethodUtils
 
METRICS_PREFIX - Static variable in interface org.apache.seata.solon.autoconfigure.StarterConstants
 

N

NestedExceptionUtils - Class in org.springframework.core
Helper class for implementing exception classes which are capable of holding nested exceptions.
NestedExceptionUtils() - Constructor for class org.springframework.core.NestedExceptionUtils
 
NestedRuntimeException - Exception in org.springframework.core
Handy class for wrapping runtime Exceptions with a root cause.
NestedRuntimeException(String) - Constructor for exception org.springframework.core.NestedRuntimeException
Construct a NestedRuntimeException with the specified detail message.
NestedRuntimeException(String, Throwable) - Constructor for exception org.springframework.core.NestedRuntimeException
Construct a NestedRuntimeException with the specified detail message and nested exception.
newHashMap(int) - Static method in class org.springframework.util.CollectionUtils
Instantiate a new HashMap with an initial capacity that can accommodate the specified number of elements without any immediate resize/rehash operations to be expected.
newLinkedHashMap(int) - Static method in class org.springframework.util.CollectionUtils
Instantiate a new LinkedHashMap with an initial capacity that can accommodate the specified number of elements without any immediate resize/rehash operations to be expected.
newThread(Runnable) - Method in class org.apache.seata.solon.autoconfigure.suuport.CustomizableThreadFactory
 
nextThreadName() - Method in class org.apache.seata.solon.autoconfigure.suuport.CustomizableThreadCreator
Return the thread name to use for a newly created Thread.
nonClosing(InputStream) - Static method in class org.springframework.util.StreamUtils
Return a variant of the given InputStream where calling close() has no effect.
nonClosing(OutputStream) - Static method in class org.springframework.util.StreamUtils
Return a variant of the given OutputStream where calling close() has no effect.
noNullElements(Object[], String) - Static method in class org.springframework.util.Assert
Assert that an array contains no null elements.
noNullElements(Object[], Supplier<String>) - Static method in class org.springframework.util.Assert
Assert that an array contains no null elements.
noNullElements(Object[]) - Static method in class org.springframework.util.Assert
Deprecated.
noNullElements(Collection<?>, String) - Static method in class org.springframework.util.Assert
Assert that a collection contains no null elements.
noNullElements(Collection<?>, Supplier<String>) - Static method in class org.springframework.util.Assert
Assert that a collection contains no null elements.
notEmpty(Object[], String) - Static method in class org.springframework.util.Assert
Assert that an array contains elements; that is, it must not be null and must contain at least one element.
notEmpty(Object[], Supplier<String>) - Static method in class org.springframework.util.Assert
Assert that an array contains elements; that is, it must not be null and must contain at least one element.
notEmpty(Object[]) - Static method in class org.springframework.util.Assert
Deprecated.
as of 4.3.7, in favor of Assert.notEmpty(Object[], String)
notEmpty(Collection<?>, String) - Static method in class org.springframework.util.Assert
Assert that a collection contains elements; that is, it must not be null and must contain at least one element.
notEmpty(Collection<?>, Supplier<String>) - Static method in class org.springframework.util.Assert
Assert that a collection contains elements; that is, it must not be null and must contain at least one element.
notEmpty(Collection<?>) - Static method in class org.springframework.util.Assert
Deprecated.
as of 4.3.7, in favor of Assert.notEmpty(Collection, String)
notEmpty(Map<?, ?>, String) - Static method in class org.springframework.util.Assert
Assert that a Map contains entries; that is, it must not be null and must contain at least one entry.
notEmpty(Map<?, ?>, Supplier<String>) - Static method in class org.springframework.util.Assert
Assert that a Map contains entries; that is, it must not be null and must contain at least one entry.
notEmpty(Map<?, ?>) - Static method in class org.springframework.util.Assert
Deprecated.
as of 4.3.7, in favor of Assert.notEmpty(Map, String)
notNull(Object, String) - Static method in class org.springframework.util.Assert
Assert that an object is not null.
notNull(Object, Supplier<String>) - Static method in class org.springframework.util.Assert
Assert that an object is not null.
notNull(Object) - Static method in class org.springframework.util.Assert
Deprecated.
as of 4.3.7, in favor of Assert.notNull(Object, String)
nullSafeClassName(Object) - Static method in class org.springframework.util.ObjectUtils
Determine the class name for the given object.
nullSafeConciseToString(Object) - Static method in class org.springframework.util.ObjectUtils
Generate a null-safe, concise string representation of the supplied object as described below.
nullSafeEquals(Object, Object) - Static method in class org.springframework.util.ObjectUtils
Determine if the given objects are equal, returning true if both are null or false if only one is null.
nullSafeHashCode(Object) - Static method in class org.springframework.util.ObjectUtils
Return as hash code for the given object; typically the value of Object#hashCode()}.
nullSafeHashCode(Object[]) - Static method in class org.springframework.util.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(boolean[]) - Static method in class org.springframework.util.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(byte[]) - Static method in class org.springframework.util.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(char[]) - Static method in class org.springframework.util.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(double[]) - Static method in class org.springframework.util.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(float[]) - Static method in class org.springframework.util.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(int[]) - Static method in class org.springframework.util.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(long[]) - Static method in class org.springframework.util.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(short[]) - Static method in class org.springframework.util.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeToString(Object) - Static method in class org.springframework.util.ObjectUtils
Return a String representation of the specified Object.
nullSafeToString(Object[]) - Static method in class org.springframework.util.ObjectUtils
Return a String representation of the contents of the specified array.
nullSafeToString(boolean[]) - Static method in class org.springframework.util.ObjectUtils
Return a String representation of the contents of the specified array.
nullSafeToString(byte[]) - Static method in class org.springframework.util.ObjectUtils
Return a String representation of the contents of the specified array.
nullSafeToString(char[]) - Static method in class org.springframework.util.ObjectUtils
Return a String representation of the contents of the specified array.
nullSafeToString(double[]) - Static method in class org.springframework.util.ObjectUtils
Return a String representation of the contents of the specified array.
nullSafeToString(float[]) - Static method in class org.springframework.util.ObjectUtils
Return a String representation of the contents of the specified array.
nullSafeToString(int[]) - Static method in class org.springframework.util.ObjectUtils
Return a String representation of the contents of the specified array.
nullSafeToString(long[]) - Static method in class org.springframework.util.ObjectUtils
Return a String representation of the contents of the specified array.
nullSafeToString(short[]) - Static method in class org.springframework.util.ObjectUtils
Return a String representation of the contents of the specified array.

O

ObjectUtils - Class in org.springframework.util
Miscellaneous object utility methods.
ObjectUtils() - Constructor for class org.springframework.util.ObjectUtils
 
onChangeEvent(ConfigurationChangeEvent) - Method in class org.apache.seata.solon.annotation.GlobalTransactionLifecycle
 
onInit(HttpUtils, String) - Method in class org.apache.seata.solon.integration.intercept.SeataHttpExtension
 
order() - Method in class org.apache.seata.rm.tcc.interceptor.TccActionInterceptorHandler
 
org.apache.seata.rm.tcc.interceptor - package org.apache.seata.rm.tcc.interceptor
 
org.apache.seata.rm.tcc.utils - package org.apache.seata.rm.tcc.utils
 
org.apache.seata.saga.engine.expression.snel - package org.apache.seata.saga.engine.expression.snel
 
org.apache.seata.saga.engine.invoker - package org.apache.seata.saga.engine.invoker
 
org.apache.seata.saga.engine.store.db - package org.apache.seata.saga.engine.store.db
 
org.apache.seata.saga.engine.tm - package org.apache.seata.saga.engine.tm
 
org.apache.seata.saga.impl - package org.apache.seata.saga.impl
 
org.apache.seata.saga.util - package org.apache.seata.saga.util
 
org.apache.seata.solon.annotation - package org.apache.seata.solon.annotation
 
org.apache.seata.solon.annotation.datasource - package org.apache.seata.solon.annotation.datasource
 
org.apache.seata.solon.autoconfigure - package org.apache.seata.solon.autoconfigure
 
org.apache.seata.solon.autoconfigure.config - package org.apache.seata.solon.autoconfigure.config
 
org.apache.seata.solon.autoconfigure.properties - package org.apache.seata.solon.autoconfigure.properties
 
org.apache.seata.solon.autoconfigure.properties.client - package org.apache.seata.solon.autoconfigure.properties.client
 
org.apache.seata.solon.autoconfigure.properties.config - package org.apache.seata.solon.autoconfigure.properties.config
 
org.apache.seata.solon.autoconfigure.properties.core - package org.apache.seata.solon.autoconfigure.properties.core
 
org.apache.seata.solon.autoconfigure.properties.registry - package org.apache.seata.solon.autoconfigure.properties.registry
 
org.apache.seata.solon.autoconfigure.provider - package org.apache.seata.solon.autoconfigure.provider
 
org.apache.seata.solon.autoconfigure.suuport - package org.apache.seata.solon.autoconfigure.suuport
 
org.apache.seata.solon.integration - package org.apache.seata.solon.integration
 
org.apache.seata.solon.integration.intercept - package org.apache.seata.solon.integration.intercept
 
org.apache.seata.spring.util - package org.apache.seata.spring.util
 
org.springframework.aop - package org.springframework.aop
 
org.springframework.aop.framework - package org.springframework.aop.framework
 
org.springframework.aop.framework.adapter - package org.springframework.aop.framework.adapter
 
org.springframework.aop.source - package org.springframework.aop.source
 
org.springframework.aop.support - package org.springframework.aop.support
 
org.springframework.core - package org.springframework.core
 
org.springframework.util - package org.springframework.util
 
overrideThreadContextClassLoader(ClassLoader) - Static method in class org.springframework.util.ClassUtils
Override the thread context ClassLoader with the environment's bean ClassLoader if necessary, i.e. if the bean ClassLoader is not equivalent to the thread context ClassLoader already.

P

parseAnnotationCache - Variable in class org.apache.seata.rm.tcc.interceptor.TccActionInterceptorHandler
 
parseLocale(String) - Static method in class org.springframework.util.StringUtils
Parse the given String value into a Locale, accepting the Locale.toString() format as well as BCP 47 language tags as specified by Locale.forLanguageTag(java.lang.String).
parseLocaleString(String) - Static method in class org.springframework.util.StringUtils
Parse the given String representation into a Locale.
parserCommonFenceConfig(Annotation) - Method in class org.apache.seata.rm.tcc.interceptor.TccActionInterceptorHandler
 
parseTimeZoneString(String) - Static method in class org.springframework.util.StringUtils
Parse the given timeZoneString value into a TimeZone.
pathEquals(String, String) - Static method in class org.springframework.util.StringUtils
Compare two paths after normalization of them.
Pointcut - Interface in org.springframework.aop
Core Spring pointcut abstraction.
PointcutAdvisor - Interface in org.springframework.aop
Superinterface for all Advisors that are driven by a pointcut.
pollForPurge() - Method in class org.springframework.util.ConcurrentReferenceHashMap.ReferenceManager
Return any reference that has been garbage collected and can be purged from the underlying structure or null if no references need purging.
proceed() - Method in class org.apache.seata.solon.annotation.SolonInvocationWrapper
 
PropertiesHelper - Class in org.apache.seata.solon.autoconfigure.properties
 
PropertiesHelper() - Constructor for class org.apache.seata.solon.autoconfigure.properties.PropertiesHelper
 
PROPERTY_BEAN_MAP - Static variable in interface org.apache.seata.solon.autoconfigure.StarterConstants
 
provide(Configuration) - Method in class org.apache.seata.solon.autoconfigure.provider.SolonConfigurationProvider
 
ProxyConfig - Class in org.springframework.aop.framework
Convenience superclass for configuration used in creating proxies, to ensure that all proxy creators have consistent properties.
ProxyConfig() - Constructor for class org.springframework.aop.framework.ProxyConfig
 
purgeUnreferencedEntries() - Method in class org.springframework.util.ConcurrentReferenceHashMap
Remove any entries that have been garbage collected and are no longer referenced.
put(K, V) - Method in class org.springframework.util.ConcurrentReferenceHashMap
 
putIfAbsent(K, V) - Method in class org.springframework.util.ConcurrentReferenceHashMap
 

Q

queryStateInstanceListByMachineInstanceId(String) - Method in class org.apache.seata.saga.engine.store.db.DbAndReportTcStateLogStore
 
queryStateMachineInstanceByParentId(String) - Method in class org.apache.seata.saga.engine.store.db.DbAndReportTcStateLogStore
 
quote(String) - Static method in class org.springframework.util.StringUtils
Quote the given String with single quotes.
quoteIfString(Object) - Static method in class org.springframework.util.StringUtils
Turn the given Object into a String with single quotes if it is a String; keeping the Object as-is else.

R

recordStateFinished(StateInstance, ProcessContext) - Method in class org.apache.seata.saga.engine.store.db.DbAndReportTcStateLogStore
 
recordStateMachineFinished(StateMachineInstance, ProcessContext) - Method in class org.apache.seata.saga.engine.store.db.DbAndReportTcStateLogStore
 
recordStateMachineRestarted(StateMachineInstance, ProcessContext) - Method in class org.apache.seata.saga.engine.store.db.DbAndReportTcStateLogStore
 
recordStateMachineStarted(StateMachineInstance, ProcessContext) - Method in class org.apache.seata.saga.engine.store.db.DbAndReportTcStateLogStore
 
recordStateStarted(StateInstance, ProcessContext) - Method in class org.apache.seata.saga.engine.store.db.DbAndReportTcStateLogStore
 
ReferenceManager() - Constructor for class org.springframework.util.ConcurrentReferenceHashMap.ReferenceManager
 
ReflectionUtils - Class in org.springframework.util
Simple utility class for working with the reflection API and handling reflection exceptions.
ReflectionUtils() - Constructor for class org.springframework.util.ReflectionUtils
 
ReflectionUtils.FieldCallback - Interface in org.springframework.util
Callback interface invoked on each field in the hierarchy.
ReflectionUtils.FieldFilter - Interface in org.springframework.util
Callback optionally used to filter fields to be operated on by a field callback.
ReflectionUtils.MethodCallback - Interface in org.springframework.util
Action to take on each method.
ReflectionUtils.MethodFilter - Interface in org.springframework.util
Callback optionally used to filter methods to be operated on by a method callback.
REGEX_SPLIT_CHAR - Static variable in interface org.apache.seata.solon.autoconfigure.StarterConstants
 
registerAdvisorAdapter(AdvisorAdapter) - Method in interface org.springframework.aop.framework.adapter.AdvisorAdapterRegistry
Register the given AdvisorAdapter.
registerAdvisorAdapter(AdvisorAdapter) - Method in class org.springframework.aop.framework.adapter.DefaultAdvisorAdapterRegistry
 
registerSpringShutdownHook() - Method in class org.apache.seata.solon.annotation.GlobalTransactionLifecycle
 
REGISTRY_CONSUL_PREFIX - Static variable in interface org.apache.seata.solon.autoconfigure.StarterConstants
 
REGISTRY_CUSTOM_PREFIX - Static variable in interface org.apache.seata.solon.autoconfigure.StarterConstants
 
REGISTRY_ETCD3_PREFIX - Static variable in interface org.apache.seata.solon.autoconfigure.StarterConstants
 
REGISTRY_EUREKA_PREFIX - Static variable in interface org.apache.seata.solon.autoconfigure.StarterConstants
 
REGISTRY_NACOS_PREFIX - Static variable in interface org.apache.seata.solon.autoconfigure.StarterConstants
 
REGISTRY_NAMINGSERVER_PREFIX - Static variable in interface org.apache.seata.solon.autoconfigure.StarterConstants
 
REGISTRY_PREFERED_NETWORKS - Static variable in interface org.apache.seata.solon.autoconfigure.StarterConstants
 
REGISTRY_PREFIX - Static variable in interface org.apache.seata.solon.autoconfigure.StarterConstants
 
REGISTRY_RAFT_PREFIX - Static variable in interface org.apache.seata.solon.autoconfigure.StarterConstants
 
REGISTRY_REDIS_PREFIX - Static variable in interface org.apache.seata.solon.autoconfigure.StarterConstants
 
REGISTRY_SOFA_PREFIX - Static variable in interface org.apache.seata.solon.autoconfigure.StarterConstants
 
REGISTRY_ZK_PREFIX - Static variable in interface org.apache.seata.solon.autoconfigure.StarterConstants
 
RegistryConsulProperties - Class in org.apache.seata.solon.autoconfigure.properties.registry
 
RegistryConsulProperties() - Constructor for class org.apache.seata.solon.autoconfigure.properties.registry.RegistryConsulProperties
 
RegistryCustomProperties - Class in org.apache.seata.solon.autoconfigure.properties.registry
 
RegistryCustomProperties() - Constructor for class org.apache.seata.solon.autoconfigure.properties.registry.RegistryCustomProperties
 
RegistryEtcd3Properties - Class in org.apache.seata.solon.autoconfigure.properties.registry
 
RegistryEtcd3Properties() - Constructor for class org.apache.seata.solon.autoconfigure.properties.registry.RegistryEtcd3Properties
 
RegistryEurekaProperties - Class in org.apache.seata.solon.autoconfigure.properties.registry
 
RegistryEurekaProperties() - Constructor for class org.apache.seata.solon.autoconfigure.properties.registry.RegistryEurekaProperties
 
RegistryNacosProperties - Class in org.apache.seata.solon.autoconfigure.properties.registry
 
RegistryNacosProperties() - Constructor for class org.apache.seata.solon.autoconfigure.properties.registry.RegistryNacosProperties
 
RegistryNamingServerProperties - Class in org.apache.seata.solon.autoconfigure.properties.registry
 
RegistryNamingServerProperties() - Constructor for class org.apache.seata.solon.autoconfigure.properties.registry.RegistryNamingServerProperties
 
RegistryProperties - Class in org.apache.seata.solon.autoconfigure.properties.registry
 
RegistryProperties() - Constructor for class org.apache.seata.solon.autoconfigure.properties.registry.RegistryProperties
 
RegistryRaftProperties - Class in org.apache.seata.solon.autoconfigure.properties.registry
 
RegistryRaftProperties() - Constructor for class org.apache.seata.solon.autoconfigure.properties.registry.RegistryRaftProperties
 
RegistryRedisProperties - Class in org.apache.seata.solon.autoconfigure.properties.registry
 
RegistryRedisProperties() - Constructor for class org.apache.seata.solon.autoconfigure.properties.registry.RegistryRedisProperties
 
RegistrySofaProperties - Class in org.apache.seata.solon.autoconfigure.properties.registry
 
RegistrySofaProperties() - Constructor for class org.apache.seata.solon.autoconfigure.properties.registry.RegistrySofaProperties
 
RegistryZooKeeperProperties - Class in org.apache.seata.solon.autoconfigure.properties.registry
 
RegistryZooKeeperProperties() - Constructor for class org.apache.seata.solon.autoconfigure.properties.registry.RegistryZooKeeperProperties
 
release() - Method in interface org.springframework.util.ConcurrentReferenceHashMap.Reference
Release this entry and ensure that it will be returned from ReferenceManager#pollForPurge().
releaseTarget(Object) - Method in class org.springframework.aop.source.EmptyTargetSource
Nothing to release.
releaseTarget(Object) - Method in class org.springframework.aop.source.SingletonTargetSource
 
releaseTarget(Object) - Method in interface org.springframework.aop.TargetSource
Release the given target object obtained from the TargetSource.getTarget() method, if any.
reloadTransaction(String) - Method in class org.apache.seata.saga.engine.tm.DefaultSagaTransactionalTemplate
 
reloadTransaction(String) - Method in interface org.apache.seata.saga.engine.tm.SagaTransactionalTemplate
 
remove(Object) - Method in class org.springframework.util.ConcurrentReferenceHashMap
 
remove(Object, Object) - Method in class org.springframework.util.ConcurrentReferenceHashMap
 
removeAdvice(Advice) - Method in interface org.springframework.aop.framework.Advised
Remove the Advisor containing the given advice.
removeAdvice(Advice) - Method in class org.springframework.aop.framework.AdvisedSupport
 
removeAdvisor(Advisor) - Method in interface org.springframework.aop.framework.Advised
Remove the given advisor.
removeAdvisor(int) - Method in interface org.springframework.aop.framework.Advised
Remove the advisor at the given index.
removeAdvisor(Advisor) - Method in class org.springframework.aop.framework.AdvisedSupport
 
removeAdvisor(int) - Method in class org.springframework.aop.framework.AdvisedSupport
 
removeDuplicateStrings(String[]) - Static method in class org.springframework.util.StringUtils
Remove duplicate strings from the given array.
removeInterface(Class<?>) - Method in class org.springframework.aop.framework.AdvisedSupport
Remove a proxied interface.
replace(K, V, V) - Method in class org.springframework.util.ConcurrentReferenceHashMap
 
replace(K, V) - Method in class org.springframework.util.ConcurrentReferenceHashMap
 
replace(String, String, String) - Static method in class org.springframework.util.StringUtils
Replace all occurrences of a substring within a string with another string.
replaceAdvisor(Advisor, Advisor) - Method in interface org.springframework.aop.framework.Advised
Replace the given advisor.
replaceAdvisor(Advisor, Advisor) - Method in class org.springframework.aop.framework.AdvisedSupport
 
reportTransaction(GlobalTransaction, GlobalStatus) - Method in class org.apache.seata.saga.engine.tm.DefaultSagaTransactionalTemplate
 
reportTransaction(GlobalTransaction, GlobalStatus) - Method in interface org.apache.seata.saga.engine.tm.SagaTransactionalTemplate
 
reportTransactionFinished(StateMachineInstance, ProcessContext) - Method in class org.apache.seata.saga.engine.store.db.DbAndReportTcStateLogStore
 
resolveClassName(String, ClassLoader) - Static method in class org.springframework.util.ClassUtils
Resolve the given class name into a Class instance.
resolvePrimitiveClassName(String) - Static method in class org.springframework.util.ClassUtils
Resolve the given class name as primitive class, if appropriate, according to the JVM's naming rules for primitive classes.
resolvePrimitiveIfNecessary(Class<?>) - Static method in class org.springframework.util.ClassUtils
Resolve the given class if it is a primitive class, returning the corresponding primitive wrapper type instead.
restructureIfNecessary(boolean) - Method in class org.springframework.util.ConcurrentReferenceHashMap.Segment
Restructure the underlying data structure when it becomes necessary.
rethrowException(Throwable) - Static method in class org.springframework.util.ReflectionUtils
Rethrow the given exception, which is presumably the target exception of an InvocationTargetException.
rethrowRuntimeException(Throwable) - Static method in class org.springframework.util.ReflectionUtils
Rethrow the given exception, which is presumably the target exception of an InvocationTargetException.
RmProperties - Class in org.apache.seata.solon.autoconfigure.properties.client
 
RmProperties() - Constructor for class org.apache.seata.solon.autoconfigure.properties.client.RmProperties
 
rollbackTransaction(GlobalTransaction, Throwable) - Method in class org.apache.seata.saga.engine.tm.DefaultSagaTransactionalTemplate
 
rollbackTransaction(GlobalTransaction, Throwable) - Method in interface org.apache.seata.saga.engine.tm.SagaTransactionalTemplate
 
RoutingDataSourceProxyAT - Class in org.apache.seata.solon.annotation.datasource
 
RoutingDataSourceProxyAT(DataSource) - Constructor for class org.apache.seata.solon.annotation.datasource.RoutingDataSourceProxyAT
 
RoutingDataSourceProxyAT(DataSource, String) - Constructor for class org.apache.seata.solon.annotation.datasource.RoutingDataSourceProxyAT
 
RoutingDataSourceProxyXA - Class in org.apache.seata.solon.annotation.datasource
 
RoutingDataSourceProxyXA(DataSource) - Constructor for class org.apache.seata.solon.annotation.datasource.RoutingDataSourceProxyXA
 
RoutingDataSourceProxyXA(DataSource, String) - Constructor for class org.apache.seata.solon.annotation.datasource.RoutingDataSourceProxyXA
 

S

SAGA_ASYNC_THREAD_POOL_EXECUTOR_BEAN_NAME - Static variable in class org.apache.seata.solon.autoconfigure.SeataSagaAutoConfiguration
 
SAGA_ASYNC_THREAD_POOL_PREFIX - Static variable in interface org.apache.seata.solon.autoconfigure.StarterConstants
 
SAGA_DATA_SOURCE_BEAN_NAME - Static variable in class org.apache.seata.solon.autoconfigure.SeataSagaAutoConfiguration
 
SAGA_PREFIX - Static variable in interface org.apache.seata.solon.autoconfigure.StarterConstants
 
SAGA_REJECTED_EXECUTION_HANDLER_BEAN_NAME - Static variable in class org.apache.seata.solon.autoconfigure.SeataSagaAutoConfiguration
 
SAGA_STATE_MACHINE_PREFIX - Static variable in interface org.apache.seata.solon.autoconfigure.StarterConstants
 
sagaAsyncThreadPoolExecutor(SagaAsyncThreadPoolProperties, RejectedExecutionHandler) - Method in class org.apache.seata.solon.autoconfigure.SagaAsyncThreadPoolExecutorConfiguration
Create state machine async thread pool executor bean.
SagaAsyncThreadPoolExecutorConfiguration - Class in org.apache.seata.solon.autoconfigure
The saga async thread pool executor configuration.
SagaAsyncThreadPoolExecutorConfiguration() - Constructor for class org.apache.seata.solon.autoconfigure.SagaAsyncThreadPoolExecutorConfiguration
 
SagaAsyncThreadPoolProperties - Class in org.apache.seata.solon.autoconfigure.properties
Saga state machine async thread pool properties.
SagaAsyncThreadPoolProperties() - Constructor for class org.apache.seata.solon.autoconfigure.properties.SagaAsyncThreadPoolProperties
 
sagaRejectedExecutionHandler() - Method in class org.apache.seata.solon.autoconfigure.SagaAsyncThreadPoolExecutorConfiguration
Create rejected execution handler bean.
SagaTransactionalTemplate - Interface in org.apache.seata.saga.engine.tm
Template of executing business logic with a global transaction for SAGA mode
SEATA_PREFIX - Static variable in interface org.apache.seata.solon.autoconfigure.StarterConstants
 
SeataAutoConfiguration - Class in org.apache.seata.solon.autoconfigure
 
SeataAutoConfiguration() - Constructor for class org.apache.seata.solon.autoconfigure.SeataAutoConfiguration
 
SeataAutoDataSourceProxyCreator - Class in org.apache.seata.solon.annotation.datasource
 
SeataAutoDataSourceProxyCreator(String) - Constructor for class org.apache.seata.solon.annotation.datasource.SeataAutoDataSourceProxyCreator
 
SeataHttpExtension - Class in org.apache.seata.solon.integration.intercept
 
SeataHttpExtension() - Constructor for class org.apache.seata.solon.integration.intercept.SeataHttpExtension
 
SeataNamiFilter - Class in org.apache.seata.solon.integration.intercept
 
SeataNamiFilter() - Constructor for class org.apache.seata.solon.integration.intercept.SeataNamiFilter
 
SeataPlugin - Class in org.apache.seata.solon.integration
Seata for solon plugin (like module lifecycle)
SeataPlugin() - Constructor for class org.apache.seata.solon.integration.SeataPlugin
 
SeataProperties - Class in org.apache.seata.solon.autoconfigure.properties
 
SeataProperties() - Constructor for class org.apache.seata.solon.autoconfigure.properties.SeataProperties
 
SeataSagaAutoConfiguration - Class in org.apache.seata.solon.autoconfigure
 
SeataSagaAutoConfiguration() - Constructor for class org.apache.seata.solon.autoconfigure.SeataSagaAutoConfiguration
 
SeataSagaProperties - Class in org.apache.seata.solon.autoconfigure.properties
 
SeataSagaProperties() - Constructor for class org.apache.seata.solon.autoconfigure.properties.SeataSagaProperties
 
SeataSolonRouterInterceptor - Class in org.apache.seata.solon.integration.intercept
 
SeataSolonRouterInterceptor() - Constructor for class org.apache.seata.solon.integration.intercept.SeataSolonRouterInterceptor
 
SeataTccProperties - Class in org.apache.seata.solon.autoconfigure.properties
 
SeataTccProperties() - Constructor for class org.apache.seata.solon.autoconfigure.properties.SeataTccProperties
 
Segment(int, int) - Constructor for class org.springframework.util.ConcurrentReferenceHashMap.Segment
 
SERVER_PREFIX - Static variable in interface org.apache.seata.solon.autoconfigure.StarterConstants
 
SERVER_RAFT_PREFIX - Static variable in interface org.apache.seata.solon.autoconfigure.StarterConstants
 
SERVER_RECOVERY_PREFIX - Static variable in interface org.apache.seata.solon.autoconfigure.StarterConstants
 
SERVER_UNDO_PREFIX - Static variable in interface org.apache.seata.solon.autoconfigure.StarterConstants
 
SERVICE_PREFIX - Static variable in interface org.apache.seata.solon.autoconfigure.StarterConstants
 
ServiceProperties - Class in org.apache.seata.solon.autoconfigure.properties.client
 
ServiceProperties() - Constructor for class org.apache.seata.solon.autoconfigure.properties.client.ServiceProperties
 
SESSION_PREFIX - Static variable in interface org.apache.seata.solon.autoconfigure.StarterConstants
 
setAccessKey(String) - Static method in class org.apache.seata.solon.annotation.GlobalTransactionLifecycle
Sets access key.
setAccessKey(String) - Method in class org.apache.seata.solon.autoconfigure.config.DbStateMachineConfig
 
setAccessKey(String) - Method in class org.apache.seata.solon.autoconfigure.properties.config.ConfigNacosProperties
 
setAccessKey(String) - Method in class org.apache.seata.solon.autoconfigure.properties.registry.RegistryNacosProperties
 
setAccessKey(String) - Method in class org.apache.seata.solon.autoconfigure.properties.SeataProperties
 
setAclToken(String) - Method in class org.apache.seata.solon.autoconfigure.properties.config.ConfigConsulProperties
 
setAclToken(String) - Method in class org.apache.seata.solon.autoconfigure.properties.registry.RegistryConsulProperties
 
setAddressWaitTime(String) - Method in class org.apache.seata.solon.autoconfigure.properties.registry.RegistrySofaProperties
 
setAdvice(Advice) - Method in class org.springframework.aop.support.AbstractGenericPointcutAdvisor
Specify the advice that this advisor should apply.
setAdvisorChainFactory(AdvisorChainFactory) - Method in class org.springframework.aop.framework.AdvisedSupport
Set the advisor chain factory to use.
setAllowCoreThreadTimeOut(boolean) - Method in class org.apache.seata.solon.autoconfigure.suuport.ThreadPoolExecutorFactoryBean
Specify whether to allow core threads to time out.
setApolloAccessKeySecret(String) - Method in class org.apache.seata.solon.autoconfigure.properties.config.ConfigApolloProperties
 
setApolloConfigService(String) - Method in class org.apache.seata.solon.autoconfigure.properties.config.ConfigApolloProperties
 
setApolloMeta(String) - Method in class org.apache.seata.solon.autoconfigure.properties.config.ConfigApolloProperties
 
setAppId(String) - Method in class org.apache.seata.solon.autoconfigure.properties.config.ConfigApolloProperties
 
setApplication(String) - Method in class org.apache.seata.solon.autoconfigure.properties.registry.RegistryEurekaProperties
 
setApplication(String) - Method in class org.apache.seata.solon.autoconfigure.properties.registry.RegistryNacosProperties
 
setApplication(String) - Method in class org.apache.seata.solon.autoconfigure.properties.registry.RegistrySofaProperties
 
setApplicationDataLimit(Integer) - Method in class org.apache.seata.solon.autoconfigure.properties.client.RmProperties
 
setApplicationDataLimitCheck(Boolean) - Method in class org.apache.seata.solon.autoconfigure.properties.client.RmProperties
 
setApplicationId(String) - Method in class org.apache.seata.solon.autoconfigure.config.DbStateMachineConfig
 
setApplicationId(String) - Method in class org.apache.seata.solon.autoconfigure.properties.SeataProperties
 
setAsyncCommitBufferLimit(int) - Method in class org.apache.seata.solon.autoconfigure.properties.client.RmProperties
 
setAwaitTerminationMillis(long) - Method in class org.apache.seata.solon.autoconfigure.suuport.ExecutorConfigurationSupport
setAwaitTerminationSeconds(int) - Method in class org.apache.seata.solon.autoconfigure.suuport.ExecutorConfigurationSupport
Set the maximum number of seconds that this executor is supposed to block on shutdown in order to wait for remaining tasks to complete their execution before the rest of the container continues to shut down.
setBeanName(String) - Method in class org.apache.seata.solon.autoconfigure.suuport.ExecutorConfigurationSupport
 
setBossThreadPrefix(String) - Method in class org.apache.seata.solon.autoconfigure.properties.core.ThreadFactoryProperties
 
setBossThreadSize(int) - Method in class org.apache.seata.solon.autoconfigure.properties.core.ThreadFactoryProperties
 
setBranchExecutionTimeoutXA(int) - Method in class org.apache.seata.solon.autoconfigure.properties.client.RmProperties
 
setClientApplication(String) - Method in class org.apache.seata.solon.autoconfigure.properties.registry.RegistryNacosProperties
 
setClientSelectorThreadPrefix(String) - Method in class org.apache.seata.solon.autoconfigure.properties.core.ThreadFactoryProperties
 
setClientSelectorThreadSize(int) - Method in class org.apache.seata.solon.autoconfigure.properties.core.ThreadFactoryProperties
 
setClientWorkerThreadPrefix(String) - Method in class org.apache.seata.solon.autoconfigure.properties.core.ThreadFactoryProperties
 
setCluster(String) - Method in class org.apache.seata.solon.autoconfigure.properties.config.ConfigApolloProperties
 
setCluster(String) - Method in class org.apache.seata.solon.autoconfigure.properties.registry.RegistryConsulProperties
 
setCluster(String) - Method in class org.apache.seata.solon.autoconfigure.properties.registry.RegistryEtcd3Properties
 
setCluster(String) - Method in class org.apache.seata.solon.autoconfigure.properties.registry.RegistryNacosProperties
 
setCluster(String) - Method in class org.apache.seata.solon.autoconfigure.properties.registry.RegistryNamingServerProperties
 
setCluster(String) - Method in class org.apache.seata.solon.autoconfigure.properties.registry.RegistryRedisProperties
 
setCluster(String) - Method in class org.apache.seata.solon.autoconfigure.properties.registry.RegistrySofaProperties
 
setCluster(String) - Method in class org.apache.seata.solon.autoconfigure.properties.registry.RegistryZooKeeperProperties
 
setCommitRetryCount(int) - Method in class org.apache.seata.solon.autoconfigure.properties.client.TmProperties
 
setCompressor(String) - Method in class org.apache.seata.solon.autoconfigure.properties.core.TransportProperties
 
setConnectionTwoPhaseHoldTimeoutXA(int) - Method in class org.apache.seata.solon.autoconfigure.properties.client.RmProperties
 
setConnectTimeout(int) - Method in class org.apache.seata.solon.autoconfigure.properties.config.ConfigZooKeeperProperties
 
setConnectTimeout(int) - Method in class org.apache.seata.solon.autoconfigure.properties.registry.RegistryZooKeeperProperties
 
setContextJsonParserType(String) - Method in class org.apache.seata.solon.autoconfigure.properties.SeataTccProperties
 
setContextPath(String) - Method in class org.apache.seata.solon.autoconfigure.properties.config.ConfigNacosProperties
 
setContextPath(String) - Method in class org.apache.seata.solon.autoconfigure.properties.registry.RegistryNacosProperties
 
setCorePoolSize(int) - Method in class org.apache.seata.solon.autoconfigure.properties.SagaAsyncThreadPoolProperties
 
setCorePoolSize(int) - Method in class org.apache.seata.solon.autoconfigure.suuport.ThreadPoolExecutorFactoryBean
Set the ThreadPoolExecutor's core pool size.
setDaemon(boolean) - Method in class org.apache.seata.solon.autoconfigure.suuport.CustomizableThreadCreator
Set whether this factory is supposed to create daemon threads, just executing as long as the application itself is running.
setDatacenter(String) - Method in class org.apache.seata.solon.autoconfigure.properties.registry.RegistrySofaProperties
 
setDataId(String) - Method in class org.apache.seata.solon.autoconfigure.properties.config.ConfigNacosProperties
 
setDataSource(DataSource) - Method in class org.apache.seata.solon.autoconfigure.config.DbStateMachineConfig
 
setDataSourceProxyMode(String) - Method in class org.apache.seata.solon.autoconfigure.properties.SeataProperties
 
setDataType(String) - Method in class org.apache.seata.solon.autoconfigure.properties.config.ConfigProperties
 
setDataValidation(boolean) - Method in class org.apache.seata.solon.autoconfigure.properties.client.UndoProperties
 
setDb(int) - Method in class org.apache.seata.solon.autoconfigure.properties.registry.RegistryRedisProperties
 
setDbType(String) - Method in class org.apache.seata.solon.autoconfigure.config.DbStateMachineConfig
 
setDefaultGlobalTransactionTimeout(int) - Method in class org.apache.seata.solon.autoconfigure.properties.client.TmProperties
 
setDefaultTenantId(String) - Method in class org.apache.seata.saga.engine.store.db.DbAndReportTcStateLogStore
 
setDegradeCheck(boolean) - Method in class org.apache.seata.solon.autoconfigure.properties.client.TmProperties
 
setDegradeCheckAllowTimes(int) - Method in class org.apache.seata.solon.autoconfigure.properties.client.TmProperties
 
setDegradeCheckPeriod(int) - Method in class org.apache.seata.solon.autoconfigure.properties.client.TmProperties
 
setDisableGlobalTransaction(boolean) - Method in class org.apache.seata.solon.autoconfigure.properties.client.ServiceProperties
 
setEnable(boolean) - Method in class org.apache.seata.solon.autoconfigure.properties.client.UndoCompressProperties
 
setEnableAutoDataSourceProxy(boolean) - Method in class org.apache.seata.solon.autoconfigure.properties.SeataProperties
 
setEnableClientBatchSendRequest(boolean) - Method in class org.apache.seata.solon.autoconfigure.properties.core.TransportProperties
 
setEnabled(boolean) - Method in class org.apache.seata.solon.autoconfigure.properties.SeataProperties
 
setEnabled(boolean) - Method in class org.apache.seata.solon.autoconfigure.properties.SeataSagaProperties
 
setEnableRmClientBatchSendRequest(boolean) - Method in class org.apache.seata.solon.autoconfigure.properties.core.TransportProperties
 
setEnableTcServerBatchSendResponse(boolean) - Method in class org.apache.seata.solon.autoconfigure.properties.core.TransportProperties
 
setEnableTmClientBatchSendRequest(boolean) - Method in class org.apache.seata.solon.autoconfigure.properties.core.TransportProperties
 
setExceptionRate(int) - Method in class org.apache.seata.solon.autoconfigure.properties.core.LogProperties
 
setExceptionSerializer(Serializer<Exception, byte[]>) - Method in class org.apache.seata.saga.engine.store.db.DbAndReportTcStateLogStore
 
setExcludesForAutoProxying(String[]) - Method in class org.apache.seata.solon.autoconfigure.properties.SeataProperties
 
setExcludesForScanning(String[]) - Method in class org.apache.seata.solon.autoconfigure.properties.SeataProperties
 
setExposeProxy(boolean) - Method in class org.apache.seata.solon.autoconfigure.properties.SeataProperties
 
setExposeProxy(boolean) - Method in interface org.springframework.aop.framework.Advised
Set whether the proxy should be exposed by the AOP framework as a ThreadLocal for retrieval via the AopContext class.
setExposeProxy(boolean) - Method in class org.springframework.aop.framework.ProxyConfig
Set whether the proxy should be exposed by the AOP framework as a ThreadLocal for retrieval via the AopContext class.
setExposeUnconfigurableExecutor(boolean) - Method in class org.apache.seata.solon.autoconfigure.suuport.ThreadPoolExecutorFactoryBean
Specify whether this FactoryBean should expose an unconfigurable decorator for the created executor.
setField(Field, Object, Object) - Static method in class org.springframework.util.ReflectionUtils
Set the field represented by the supplied field object on the specified target object to the specified value.
setFrozen(boolean) - Method in class org.springframework.aop.framework.ProxyConfig
Set whether this config should be frozen.
setGroup(String) - Method in class org.apache.seata.solon.autoconfigure.properties.config.ConfigNacosProperties
 
setGroup(String) - Method in class org.apache.seata.solon.autoconfigure.properties.registry.RegistryNacosProperties
 
setGroup(String) - Method in class org.apache.seata.solon.autoconfigure.properties.registry.RegistrySofaProperties
 
setGrouplist(Map<String, String>) - Method in class org.apache.seata.solon.autoconfigure.properties.client.ServiceProperties
 
setHeartbeat(boolean) - Method in class org.apache.seata.solon.autoconfigure.properties.core.TransportProperties
 
setHeartbeatPeriod(int) - Method in class org.apache.seata.solon.autoconfigure.properties.registry.RegistryNamingServerProperties
 
setInterceptorOrder(int) - Method in class org.apache.seata.solon.autoconfigure.properties.client.TmProperties
 
setInterfaces(Class<?>...) - Method in class org.springframework.aop.framework.AdvisedSupport
Set the interfaces to be proxied.
setKeepAliveSeconds(int) - Method in class org.apache.seata.solon.autoconfigure.suuport.ThreadPoolExecutorFactoryBean
Set the ThreadPoolExecutor's keep-alive seconds.
setKeepAliveTime(int) - Method in class org.apache.seata.solon.autoconfigure.properties.SagaAsyncThreadPoolProperties
 
setKey(String) - Method in class org.apache.seata.solon.autoconfigure.properties.config.ConfigConsulProperties
 
setKey(String) - Method in class org.apache.seata.solon.autoconfigure.properties.config.ConfigEtcd3Properties
 
setLogSerialization(String) - Method in class org.apache.seata.solon.autoconfigure.properties.client.UndoProperties
 
setLogTable(String) - Method in class org.apache.seata.solon.autoconfigure.properties.client.UndoProperties
 
setMaxPoolSize(int) - Method in class org.apache.seata.solon.autoconfigure.properties.SagaAsyncThreadPoolProperties
 
setMaxPoolSize(int) - Method in class org.apache.seata.solon.autoconfigure.suuport.ThreadPoolExecutorFactoryBean
Set the ThreadPoolExecutor's maximum pool size.
setMetadataMaxAgeMs(Long) - Method in class org.apache.seata.solon.autoconfigure.properties.registry.RegistryRaftProperties
 
setName(String) - Method in class org.apache.seata.solon.autoconfigure.properties.config.ConfigCustomProperties
 
setName(String) - Method in class org.apache.seata.solon.autoconfigure.properties.config.ConfigFileProperties
 
setName(String) - Method in class org.apache.seata.solon.autoconfigure.properties.registry.RegistryCustomProperties
 
setNamespace(String) - Method in class org.apache.seata.solon.autoconfigure.properties.config.ConfigApolloProperties
 
setNamespace(String) - Method in class org.apache.seata.solon.autoconfigure.properties.config.ConfigNacosProperties
 
setNamespace(String) - Method in class org.apache.seata.solon.autoconfigure.properties.registry.RegistryNacosProperties
 
setNamespace(String) - Method in class org.apache.seata.solon.autoconfigure.properties.registry.RegistryNamingServerProperties
 
setNodePath(String) - Method in class org.apache.seata.solon.autoconfigure.properties.config.ConfigZooKeeperProperties
 
setOnlyCareUpdateColumns(boolean) - Method in class org.apache.seata.solon.autoconfigure.properties.client.UndoProperties
 
setOpaque(boolean) - Method in class org.springframework.aop.framework.ProxyConfig
Set whether proxies created by this configuration should be prevented from being cast to Advised to query proxy status.
setOptimize(boolean) - Method in class org.springframework.aop.framework.ProxyConfig
Set whether proxies should perform aggressive optimizations.
setOrder(int) - Method in class org.springframework.aop.support.AbstractPointcutAdvisor
 
setParamsSerializer(Serializer<Object, String>) - Method in class org.apache.seata.saga.engine.store.db.DbAndReportTcStateLogStore
 
setPassword(String) - Method in class org.apache.seata.solon.autoconfigure.properties.config.ConfigNacosProperties
 
setPassword(String) - Method in class org.apache.seata.solon.autoconfigure.properties.config.ConfigZooKeeperProperties
 
setPassword(String) - Method in class org.apache.seata.solon.autoconfigure.properties.registry.RegistryNacosProperties
 
setPassword(String) - Method in class org.apache.seata.solon.autoconfigure.properties.registry.RegistryRaftProperties
 
setPassword(String) - Method in class org.apache.seata.solon.autoconfigure.properties.registry.RegistryRedisProperties
 
setPassword(String) - Method in class org.apache.seata.solon.autoconfigure.properties.registry.RegistryZooKeeperProperties
 
setPointcut(Pointcut) - Method in class org.springframework.aop.support.DefaultPointcutAdvisor
Specify the pointcut targeting the advice.
setPreferredNetworks(String) - Method in class org.apache.seata.solon.autoconfigure.properties.registry.RegistryProperties
 
setPreFiltered(boolean) - Method in interface org.springframework.aop.framework.Advised
Set whether this proxy configuration is pre-filtered so that it only contains applicable advisors (matching this proxy's target class).
setPreFiltered(boolean) - Method in class org.springframework.aop.framework.AdvisedSupport
 
setPrestartAllCoreThreads(boolean) - Method in class org.apache.seata.solon.autoconfigure.suuport.ThreadPoolExecutorFactoryBean
Specify whether to start all core threads, causing them to idly wait for work.
setProtocol(String) - Method in class org.apache.seata.solon.autoconfigure.properties.core.TransportProperties
 
setProxyTargetClass(boolean) - Method in class org.springframework.aop.framework.ProxyConfig
Set whether to proxy the target class directly, instead of just proxying specific interfaces.
setQueueCapacity(int) - Method in class org.apache.seata.solon.autoconfigure.suuport.ThreadPoolExecutorFactoryBean
Set the capacity for the ThreadPoolExecutor's BlockingQueue.
setRamRoleName(String) - Method in class org.apache.seata.solon.autoconfigure.properties.config.ConfigNacosProperties
 
setRamRoleName(String) - Method in class org.apache.seata.solon.autoconfigure.properties.registry.RegistryNacosProperties
 
setRegion(String) - Method in class org.apache.seata.solon.autoconfigure.properties.registry.RegistrySofaProperties
 
setRejectedExecutionHandler(RejectedExecutionHandler) - Method in class org.apache.seata.solon.autoconfigure.suuport.ExecutorConfigurationSupport
Set the RejectedExecutionHandler to use for the ExecutorService.
setReportRetryCount(int) - Method in class org.apache.seata.solon.autoconfigure.properties.client.RmProperties
 
setReportSuccessEnable(boolean) - Method in class org.apache.seata.solon.autoconfigure.properties.client.RmProperties
 
setRetryInterval(int) - Method in class org.apache.seata.solon.autoconfigure.properties.client.LockProperties
 
setRetryPolicyBranchRollbackOnConflict(boolean) - Method in class org.apache.seata.solon.autoconfigure.properties.client.LockProperties
 
setRetryTimes(int) - Method in class org.apache.seata.solon.autoconfigure.properties.client.LockProperties
 
setRollbackRetryCount(int) - Method in class org.apache.seata.solon.autoconfigure.properties.client.TmProperties
 
setRpcRmRequestTimeout(long) - Method in class org.apache.seata.solon.autoconfigure.properties.core.TransportProperties
 
setRpcTcRequestTimeout(long) - Method in class org.apache.seata.solon.autoconfigure.properties.core.TransportProperties
 
setRpcTmRequestTimeout(long) - Method in class org.apache.seata.solon.autoconfigure.properties.core.TransportProperties
 
setSagaBranchRegisterEnable(boolean) - Method in class org.apache.seata.solon.autoconfigure.properties.client.RmProperties
 
setSagaCompensatePersistModeUpdate(boolean) - Method in class org.apache.seata.solon.autoconfigure.properties.client.RmProperties
 
setSagaJsonParser(String) - Method in class org.apache.seata.saga.engine.invoker.SolonServiceInvoker
 
setSagaJsonParser(String) - Method in class org.apache.seata.solon.autoconfigure.properties.client.RmProperties
 
setSagaRetryPersistModeUpdate(boolean) - Method in class org.apache.seata.solon.autoconfigure.properties.client.RmProperties
 
setSagaTransactionalTemplate(SagaTransactionalTemplate) - Method in class org.apache.seata.saga.engine.store.db.DbAndReportTcStateLogStore
 
setSagaTransactionalTemplate(SagaTransactionalTemplate) - Method in class org.apache.seata.solon.autoconfigure.config.DbStateMachineConfig
 
setScanPackages(String[]) - Method in class org.apache.seata.solon.autoconfigure.properties.SeataProperties
 
setSecretKey(String) - Static method in class org.apache.seata.solon.annotation.GlobalTransactionLifecycle
Sets secret key.
setSecretKey(String) - Method in class org.apache.seata.solon.autoconfigure.config.DbStateMachineConfig
 
setSecretKey(String) - Method in class org.apache.seata.solon.autoconfigure.properties.config.ConfigNacosProperties
 
setSecretKey(String) - Method in class org.apache.seata.solon.autoconfigure.properties.registry.RegistryNacosProperties
 
setSecretKey(String) - Method in class org.apache.seata.solon.autoconfigure.properties.SeataProperties
 
setSeqGenerator(SeqGenerator) - Method in class org.apache.seata.saga.engine.store.db.DbAndReportTcStateLogStore
 
setSerialization(String) - Method in class org.apache.seata.solon.autoconfigure.properties.core.TransportProperties
 
setServer(String) - Method in class org.apache.seata.solon.autoconfigure.properties.core.TransportProperties
 
setServerAddr(String) - Method in class org.apache.seata.solon.autoconfigure.properties.config.ConfigConsulProperties
 
setServerAddr(String) - Method in class org.apache.seata.solon.autoconfigure.properties.config.ConfigEtcd3Properties
 
setServerAddr(String) - Method in class org.apache.seata.solon.autoconfigure.properties.config.ConfigNacosProperties
 
setServerAddr(String) - Method in class org.apache.seata.solon.autoconfigure.properties.config.ConfigZooKeeperProperties
 
setServerAddr(String) - Method in class org.apache.seata.solon.autoconfigure.properties.registry.RegistryConsulProperties
 
setServerAddr(String) - Method in class org.apache.seata.solon.autoconfigure.properties.registry.RegistryEtcd3Properties
 
setServerAddr(String) - Method in class org.apache.seata.solon.autoconfigure.properties.registry.RegistryNacosProperties
 
setServerAddr(String) - Method in class org.apache.seata.solon.autoconfigure.properties.registry.RegistryNamingServerProperties
 
setServerAddr(String) - Method in class org.apache.seata.solon.autoconfigure.properties.registry.RegistryRaftProperties
 
setServerAddr(String) - Method in class org.apache.seata.solon.autoconfigure.properties.registry.RegistryRedisProperties
 
setServerAddr(String) - Method in class org.apache.seata.solon.autoconfigure.properties.registry.RegistrySofaProperties
 
setServerAddr(String) - Method in class org.apache.seata.solon.autoconfigure.properties.registry.RegistryZooKeeperProperties
 
setServerExecutorThreadPrefix(String) - Method in class org.apache.seata.solon.autoconfigure.properties.core.ThreadFactoryProperties
 
setServiceUrl(String) - Method in class org.apache.seata.solon.autoconfigure.properties.registry.RegistryEurekaProperties
 
setSessionTimeout(int) - Method in class org.apache.seata.solon.autoconfigure.properties.config.ConfigZooKeeperProperties
 
setSessionTimeout(int) - Method in class org.apache.seata.solon.autoconfigure.properties.registry.RegistryZooKeeperProperties
 
setShareBossWorker(boolean) - Method in class org.apache.seata.solon.autoconfigure.properties.core.ThreadFactoryProperties
 
setSlbPattern(String) - Method in class org.apache.seata.solon.autoconfigure.properties.registry.RegistryNacosProperties
 
setSqlParserType(String) - Method in class org.apache.seata.solon.autoconfigure.properties.client.RmProperties
 
setTableMetaCheckEnable(boolean) - Method in class org.apache.seata.solon.autoconfigure.properties.client.RmProperties
 
setTableMetaCheckerInterval(long) - Method in class org.apache.seata.solon.autoconfigure.properties.client.RmProperties
 
setTablePrefix(String) - Method in class org.apache.seata.saga.engine.store.db.DbAndReportTcStateLogStore
 
setTablePrefix(String) - Method in class org.apache.seata.solon.autoconfigure.config.DbStateMachineConfig
 
setTarget(Object) - Method in class org.springframework.aop.framework.AdvisedSupport
Set the given object as target.
setTargetClass(Class<?>) - Method in class org.springframework.aop.framework.AdvisedSupport
Set a target class to be proxied, indicating that the proxy should be castable to the given class.
setTargetSource(TargetSource) - Method in interface org.springframework.aop.framework.Advised
Change the TargetSource used by this Advised object.
setTargetSource(TargetSource) - Method in class org.springframework.aop.framework.AdvisedSupport
 
setTccActionInterceptorOrder(int) - Method in class org.apache.seata.solon.autoconfigure.properties.client.RmProperties
 
setThreadFactory(ThreadFactory) - Method in class org.apache.seata.solon.autoconfigure.suuport.ExecutorConfigurationSupport
Set the ThreadFactory to use for the ExecutorService's thread pool.
setThreadGroup(ThreadGroup) - Method in class org.apache.seata.solon.autoconfigure.suuport.CustomizableThreadCreator
Specify the thread group that threads should be created in.
setThreadGroupName(String) - Method in class org.apache.seata.solon.autoconfigure.suuport.CustomizableThreadCreator
Specify the name of the thread group that threads should be created in.
setThreadNamePrefix(String) - Method in class org.apache.seata.solon.autoconfigure.suuport.CustomizableThreadCreator
Specify the prefix to use for the names of newly created threads.
setThreadNamePrefix(String) - Method in class org.apache.seata.solon.autoconfigure.suuport.ExecutorConfigurationSupport
 
setThreadPoolExecutor(ThreadPoolExecutor) - Method in class org.apache.seata.saga.engine.invoker.SolonServiceInvoker
 
setThreadPriority(int) - Method in class org.apache.seata.solon.autoconfigure.suuport.CustomizableThreadCreator
Set the priority of the threads that this factory creates.
setThreshold(String) - Method in class org.apache.seata.solon.autoconfigure.properties.client.UndoCompressProperties
 
setTimeout(int) - Method in class org.apache.seata.solon.autoconfigure.properties.registry.RegistryRedisProperties
 
setTokenValidityInMilliseconds(Long) - Method in class org.apache.seata.solon.autoconfigure.properties.registry.RegistryRaftProperties
 
setTxServiceGroup(String) - Method in class org.apache.seata.solon.autoconfigure.config.DbStateMachineConfig
 
setTxServiceGroup(String) - Method in class org.apache.seata.solon.autoconfigure.properties.SeataProperties
 
setType(String) - Method in class org.apache.seata.solon.autoconfigure.properties.client.LoadBalanceProperties
 
setType(String) - Method in class org.apache.seata.solon.autoconfigure.properties.client.UndoCompressProperties
 
setType(String) - Method in class org.apache.seata.solon.autoconfigure.properties.config.ConfigProperties
 
setType(String) - Method in class org.apache.seata.solon.autoconfigure.properties.core.TransportProperties
 
setType(String) - Method in class org.apache.seata.solon.autoconfigure.properties.registry.RegistryProperties
 
setUseJdkProxy(boolean) - Method in class org.apache.seata.solon.autoconfigure.properties.SeataProperties
 
setUsername(String) - Method in class org.apache.seata.solon.autoconfigure.properties.config.ConfigNacosProperties
 
setUsername(String) - Method in class org.apache.seata.solon.autoconfigure.properties.config.ConfigZooKeeperProperties
 
setUsername(String) - Method in class org.apache.seata.solon.autoconfigure.properties.registry.RegistryNacosProperties
 
setUsername(String) - Method in class org.apache.seata.solon.autoconfigure.properties.registry.RegistryRaftProperties
 
setUsername(String) - Method in class org.apache.seata.solon.autoconfigure.properties.registry.RegistryZooKeeperProperties
 
setValue(Object, Object) - Method in class org.apache.seata.saga.engine.expression.snel.SolonElExpression
 
setValue(V) - Method in class org.springframework.util.ConcurrentReferenceHashMap.Entry
 
setVgroupMapping(Map<String, String>) - Method in class org.apache.seata.solon.autoconfigure.properties.client.ServiceProperties
 
setVirtualNodes(int) - Method in class org.apache.seata.solon.autoconfigure.properties.client.LoadBalanceProperties
 
setWait(int) - Method in class org.apache.seata.solon.autoconfigure.properties.core.ShutdownProperties
 
setWaitForTasksToCompleteOnShutdown(boolean) - Method in class org.apache.seata.solon.autoconfigure.suuport.ExecutorConfigurationSupport
Set whether to wait for scheduled tasks to complete on shutdown, not interrupting running tasks and executing all tasks in the queue.
setWeight(String) - Method in class org.apache.seata.solon.autoconfigure.properties.registry.RegistryEurekaProperties
 
setWorkerThreadPrefix(String) - Method in class org.apache.seata.solon.autoconfigure.properties.core.ThreadFactoryProperties
 
setWorkerThreadSize(String) - Method in class org.apache.seata.solon.autoconfigure.properties.core.ThreadFactoryProperties
 
shallowCopyFieldState(Object, Object) - Static method in class org.springframework.util.ReflectionUtils
Given the source object and the destination, which must be the same class or a subclass, copy all fields, including inherited fields.
shutdown() - Method in class org.apache.seata.solon.autoconfigure.suuport.ExecutorConfigurationSupport
Perform a full shutdown on the underlying ExecutorService, according to the corresponding configuration settings.
SHUTDOWN_PREFIX - Static variable in interface org.apache.seata.solon.autoconfigure.StarterConstants
 
ShutdownProperties - Class in org.apache.seata.solon.autoconfigure.properties.core
 
ShutdownProperties() - Constructor for class org.apache.seata.solon.autoconfigure.properties.core.ShutdownProperties
 
SingletonTargetSource - Class in org.springframework.aop.source
Implementation of the TargetSource interface that holds a given object.
SingletonTargetSource(Object) - Constructor for class org.springframework.aop.source.SingletonTargetSource
Create a new SingletonTargetSource for the given target.
size() - Method in class org.springframework.util.ConcurrentReferenceHashMap
 
SolonConfigurationProvider - Class in org.apache.seata.solon.autoconfigure.provider
 
SolonConfigurationProvider() - Constructor for class org.apache.seata.solon.autoconfigure.provider.SolonConfigurationProvider
 
SolonElExpression - Class in org.apache.seata.saga.engine.expression.snel
 
SolonElExpression(String) - Constructor for class org.apache.seata.saga.engine.expression.snel.SolonElExpression
 
SolonExpressionFactory - Class in org.apache.seata.saga.engine.expression.snel
 
SolonExpressionFactory() - Constructor for class org.apache.seata.saga.engine.expression.snel.SolonExpressionFactory
 
SolonInvocationWrapper - Class in org.apache.seata.solon.annotation
Solon invocation wrapper
SolonInvocationWrapper(Invocation) - Constructor for class org.apache.seata.solon.annotation.SolonInvocationWrapper
 
SolonServiceInvoker - Class in org.apache.seata.saga.engine.invoker
 
SolonServiceInvoker() - Constructor for class org.apache.seata.saga.engine.invoker.SolonServiceInvoker
 
sortStringArray(String[]) - Static method in class org.springframework.util.StringUtils
Sort the given String array if necessary.
SPECIAL_KEY_GROUPLIST - Static variable in interface org.apache.seata.solon.autoconfigure.StarterConstants
The following special keys need to be normalized.
SPECIAL_KEY_SERVICE - Static variable in interface org.apache.seata.solon.autoconfigure.StarterConstants
 
SPECIAL_KEY_VGROUP_MAPPING - Static variable in interface org.apache.seata.solon.autoconfigure.StarterConstants
 
split(String, String) - Static method in class org.springframework.util.StringUtils
Split a String at the first occurrence of the delimiter.
splitArrayElementsIntoProperties(String[], String) - Static method in class org.springframework.util.StringUtils
Take an array of strings and split each element based on the given delimiter.
splitArrayElementsIntoProperties(String[], String, String) - Static method in class org.springframework.util.StringUtils
Take an array of strings and split each element based on the given delimiter.
SpringProxyUtils - Class in org.apache.seata.spring.util
Proxy tools base on spring
start() - Method in class org.apache.seata.solon.annotation.GlobalTransactionLifecycle
 
start(AppContext) - Method in class org.apache.seata.solon.integration.SeataPlugin
 
StarterConstants - Interface in org.apache.seata.solon.autoconfigure
 
startsWithIgnoreCase(String, String) - Static method in class org.springframework.util.StringUtils
Test if the given String starts with the specified prefix, ignoring upper/lower case.
state(boolean, String) - Static method in class org.springframework.util.Assert
Assert a boolean expression, throwing an IllegalStateException if the expression evaluates to false.
state(boolean, Supplier<String>) - Static method in class org.springframework.util.Assert
Assert a boolean expression, throwing an IllegalStateException if the expression evaluates to false.
state(boolean) - Static method in class org.springframework.util.Assert
Deprecated.
as of 4.3.7, in favor of Assert.state(boolean, String)
stateMachineEngine(StateMachineConfig) - Method in class org.apache.seata.solon.autoconfigure.SeataSagaAutoConfiguration
 
stop() - Method in class org.apache.seata.solon.annotation.GlobalTransactionLifecycle
 
STORE_DB_PREFIX - Static variable in interface org.apache.seata.solon.autoconfigure.StarterConstants
 
STORE_FILE_PREFIX - Static variable in interface org.apache.seata.solon.autoconfigure.StarterConstants
 
STORE_LOCK_PREFIX - Static variable in interface org.apache.seata.solon.autoconfigure.StarterConstants
 
STORE_PREFIX - Static variable in interface org.apache.seata.solon.autoconfigure.StarterConstants
 
STORE_REDIS_PREFIX - Static variable in interface org.apache.seata.solon.autoconfigure.StarterConstants
 
STORE_REDIS_SENTINEL_PREFIX - Static variable in interface org.apache.seata.solon.autoconfigure.StarterConstants
 
STORE_REDIS_SINGLE_PREFIX - Static variable in interface org.apache.seata.solon.autoconfigure.StarterConstants
 
STORE_SESSION_PREFIX - Static variable in interface org.apache.seata.solon.autoconfigure.StarterConstants
 
StreamUtils - Class in org.springframework.util
Simple utility methods for dealing with streams.
StreamUtils() - Constructor for class org.springframework.util.StreamUtils
 
StringUtils - Class in org.springframework.util
Miscellaneous String utility methods.
StringUtils() - Constructor for class org.springframework.util.StringUtils
 
stripFilenameExtension(String) - Static method in class org.springframework.util.StringUtils
Strip the filename extension from the given Java resource path, e.g.
substringMatch(CharSequence, int, CharSequence) - Static method in class org.springframework.util.StringUtils
Test whether the given string matches the given substring at the given index.
supportsAdvice(Advice) - Method in interface org.springframework.aop.framework.adapter.AdvisorAdapter
Does this adapter understand this advice object?

T

targetBean - Variable in class org.apache.seata.rm.tcc.interceptor.TccActionInterceptorHandler
 
TargetClassAware - Interface in org.springframework.aop
Minimal interface for exposing the target class behind a proxy.
TargetSource - Interface in org.springframework.aop
A TargetSource is used to obtain the current "target" of an AOP invocation, which will be invoked via reflection if no around advice chooses to end the interceptor chain itself.
TCC_FENCE_PREFIX - Static variable in interface org.apache.seata.solon.autoconfigure.StarterConstants
 
TCC_PREFIX - Static variable in interface org.apache.seata.solon.autoconfigure.StarterConstants
 
TccActionInterceptor - Class in org.apache.seata.solon.annotation
GlobalTransactional annotation interceptor
TccActionInterceptor() - Constructor for class org.apache.seata.solon.annotation.TccActionInterceptor
 
TccActionInterceptorHandler - Class in org.apache.seata.rm.tcc.interceptor
 
TccActionInterceptorHandler(Object, Set<String>) - Constructor for class org.apache.seata.rm.tcc.interceptor.TccActionInterceptorHandler
 
THREAD_FACTORY_PREFIX - Static variable in interface org.apache.seata.solon.autoconfigure.StarterConstants
 
THREAD_FACTORY_PREFIX_KEBAB_STYLE - Static variable in interface org.apache.seata.solon.autoconfigure.StarterConstants
 
ThreadFactoryProperties - Class in org.apache.seata.solon.autoconfigure.properties.core
 
ThreadFactoryProperties() - Constructor for class org.apache.seata.solon.autoconfigure.properties.core.ThreadFactoryProperties
 
ThreadPoolExecutorFactoryBean - Class in org.apache.seata.solon.autoconfigure.suuport
 
ThreadPoolExecutorFactoryBean() - Constructor for class org.apache.seata.solon.autoconfigure.suuport.ThreadPoolExecutorFactoryBean
 
ThrowsAdvice - Interface in org.springframework.aop
Tag interface for throws advice.
ThrowsAdviceInterceptor - Class in org.springframework.aop.framework.adapter
Interceptor to wrap an after-throwing advice.
ThrowsAdviceInterceptor(Object) - Constructor for class org.springframework.aop.framework.adapter.ThrowsAdviceInterceptor
Create a new ThrowsAdviceInterceptor for the given ThrowsAdvice.
TmProperties - Class in org.apache.seata.solon.autoconfigure.properties.client
 
TmProperties() - Constructor for class org.apache.seata.solon.autoconfigure.properties.client.TmProperties
 
toArray(Enumeration<E>, A[]) - Static method in class org.springframework.util.CollectionUtils
Marshal the elements from the given enumeration into an array of the given type.
toClassArray(Collection<Class<?>>) - Static method in class org.springframework.util.ClassUtils
Copy the given Collection into a Class array.
toIterator(Enumeration<E>) - Static method in class org.springframework.util.CollectionUtils
Adapt an Enumeration to an Iterator.
toJavaObject(Object, Class) - Method in class org.apache.seata.saga.engine.invoker.SolonServiceInvoker
 
tokenizeToStringArray(String, String) - Static method in class org.springframework.util.StringUtils
Tokenize the given String into a String array via a StringTokenizer.
tokenizeToStringArray(String, String, boolean, boolean) - Static method in class org.springframework.util.StringUtils
Tokenize the given String into a String array via a StringTokenizer.
toLanguageTag(Locale) - Static method in class org.springframework.util.StringUtils
Deprecated.
as of 5.0.4, in favor of Locale.toLanguageTag()
toObjectArray(Object) - Static method in class org.springframework.util.ObjectUtils
Convert the given array (which may be a primitive array) to an object array (if necessary of primitive wrapper objects).
toProxyConfigString() - Method in interface org.springframework.aop.framework.Advised
As toString() will normally be delegated to the target, this returns the equivalent for the AOP proxy.
toProxyConfigString() - Method in class org.springframework.aop.framework.AdvisedSupport
 
toString() - Method in class org.springframework.aop.framework.AdvisedSupport
For debugging/diagnostic use.
toString() - Method in class org.springframework.aop.framework.ProxyConfig
 
toString() - Method in class org.springframework.aop.source.EmptyTargetSource
 
toString() - Method in class org.springframework.aop.source.SingletonTargetSource
 
toString() - Method in class org.springframework.aop.support.AbstractGenericPointcutAdvisor
 
toString() - Method in class org.springframework.aop.support.DefaultIntroductionAdvisor
 
toString() - Method in class org.springframework.aop.support.DefaultPointcutAdvisor
 
toString() - Method in class org.springframework.util.ConcurrentReferenceHashMap.Entry
 
toStringArray(Collection<String>) - Static method in class org.springframework.util.StringUtils
Copy the given Collection into a String array.
toStringArray(Enumeration<String>) - Static method in class org.springframework.util.StringUtils
Copy the given Enumeration into a String array.
TRANSPORT_PREFIX - Static variable in interface org.apache.seata.solon.autoconfigure.StarterConstants
 
TransportProperties - Class in org.apache.seata.solon.autoconfigure.properties.core
 
TransportProperties() - Constructor for class org.apache.seata.solon.autoconfigure.properties.core.TransportProperties
 
triggerAfterBegin(GlobalTransaction) - Method in class org.apache.seata.saga.engine.tm.DefaultSagaTransactionalTemplate
 
triggerAfterCommit(GlobalTransaction) - Method in class org.apache.seata.saga.engine.tm.DefaultSagaTransactionalTemplate
 
triggerAfterCompletion(GlobalTransaction) - Method in class org.apache.seata.saga.engine.tm.DefaultSagaTransactionalTemplate
 
triggerAfterCompletion(GlobalTransaction) - Method in interface org.apache.seata.saga.engine.tm.SagaTransactionalTemplate
 
triggerAfterRollback(GlobalTransaction) - Method in class org.apache.seata.saga.engine.tm.DefaultSagaTransactionalTemplate
 
triggerBeforeBegin(GlobalTransaction) - Method in class org.apache.seata.saga.engine.tm.DefaultSagaTransactionalTemplate
 
triggerBeforeCommit(GlobalTransaction) - Method in class org.apache.seata.saga.engine.tm.DefaultSagaTransactionalTemplate
 
triggerBeforeRollback(GlobalTransaction) - Method in class org.apache.seata.saga.engine.tm.DefaultSagaTransactionalTemplate
 
trimAllWhitespace(CharSequence) - Static method in class org.springframework.util.StringUtils
Trim all whitespace from the given CharSequence: leading, trailing, and in between characters.
trimAllWhitespace(String) - Static method in class org.springframework.util.StringUtils
Trim all whitespace from the given String: leading, trailing, and in between characters.
trimArrayElements(String[]) - Static method in class org.springframework.util.StringUtils
Trim the elements of the given String array, calling String.trim() on each non-null element.
trimLeadingCharacter(String, char) - Static method in class org.springframework.util.StringUtils
Trim all occurrences of the supplied leading character from the given String.
trimLeadingWhitespace(String) - Static method in class org.springframework.util.StringUtils
Trim leading whitespace from the given String.
trimTrailingCharacter(String, char) - Static method in class org.springframework.util.StringUtils
Trim all occurrences of the supplied trailing character from the given String.
trimTrailingWhitespace(String) - Static method in class org.springframework.util.StringUtils
Trim trailing whitespace from the given String.
trimWhitespace(String) - Static method in class org.springframework.util.StringUtils
Trim leading and trailing whitespace from the given String.
TRUE - Static variable in interface org.springframework.aop.ClassFilter
Canonical instance of a ClassFilter that matches all classes.
TRUE - Static variable in interface org.springframework.aop.MethodMatcher
Canonical instance that matches all methods.
TRUE - Static variable in interface org.springframework.aop.Pointcut
Canonical Pointcut instance that always matches.
truncate(CharSequence) - Static method in class org.springframework.util.StringUtils
Truncate the supplied CharSequence.
truncate(CharSequence, int) - Static method in class org.springframework.util.StringUtils
Truncate the supplied CharSequence.
type() - Method in class org.apache.seata.rm.tcc.interceptor.TccActionInterceptorHandler
 

U

uncapitalize(String) - Static method in class org.springframework.util.StringUtils
Uncapitalize a String, changing the first letter to lower case as per Character.toLowerCase(char).
UNDO_PREFIX - Static variable in interface org.apache.seata.solon.autoconfigure.StarterConstants
 
UndoCompressProperties - Class in org.apache.seata.solon.autoconfigure.properties.client
 
UndoCompressProperties() - Constructor for class org.apache.seata.solon.autoconfigure.properties.client.UndoCompressProperties
 
UndoProperties - Class in org.apache.seata.solon.autoconfigure.properties.client
 
UndoProperties() - Constructor for class org.apache.seata.solon.autoconfigure.properties.client.UndoProperties
 
UnknownAdviceTypeException - Exception in org.springframework.aop.framework.adapter
Exception thrown when an attempt is made to use an unsupported Advisor or Advice type.
UnknownAdviceTypeException(Object) - Constructor for exception org.springframework.aop.framework.adapter.UnknownAdviceTypeException
Create a new UnknownAdviceTypeException for the given advice object.
UnknownAdviceTypeException(String) - Constructor for exception org.springframework.aop.framework.adapter.UnknownAdviceTypeException
Create a new UnknownAdviceTypeException with the given message.
unqualify(String) - Static method in class org.springframework.util.StringUtils
Unqualify a string qualified by a '.' dot character.
unqualify(String, char) - Static method in class org.springframework.util.StringUtils
Unqualify a string qualified by a separator character.
unwrapOptional(Object) - Static method in class org.springframework.util.ObjectUtils
Unwrap the given object which is potentially a Optional.
uriDecode(String, Charset) - Static method in class org.springframework.util.StringUtils
Decode the given encoded URI component value.
USER_DECLARED_METHODS - Static variable in class org.springframework.util.ReflectionUtils
Pre-built ReflectionUtils.MethodFilter that matches all non-bridge non-synthetic methods which are not declared on java.lang.Object.

V

validateInterfaces() - Method in interface org.springframework.aop.IntroductionAdvisor
Can the advised interfaces be implemented by the introduction advice?
validateInterfaces() - Method in class org.springframework.aop.support.DefaultIntroductionAdvisor
 
valueOf(String) - Static method in enum org.springframework.util.ConcurrentReferenceHashMap.ReferenceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.util.ConcurrentReferenceHashMap.Restructure
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.springframework.util.ConcurrentReferenceHashMap.ReferenceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.util.ConcurrentReferenceHashMap.Restructure
Returns an array containing the constants of this enum type, in the order they are declared.

W

wrap(Object) - Method in interface org.springframework.aop.framework.adapter.AdvisorAdapterRegistry
Return an Advisor wrapping the given advice.
wrap(Object) - Method in class org.springframework.aop.framework.adapter.DefaultAdvisorAdapterRegistry
 
wrapIfNecessary(Object) - Method in class org.apache.seata.solon.annotation.AdapterSolonSeaterInterceptor
处理 Bean,如果需要则创建代理

X

XidResource - Class in org.apache.seata.solon.integration.intercept
Xid handler.
XidResource() - Constructor for class org.apache.seata.solon.integration.intercept.XidResource
 
A B C D E F G H I L M N O P Q R S T U V W X 
Skip navigation links

Copyright © 2025. All rights reserved.