- capitalize(String) - Static method in class com.alipay.sofa.common.utils.StringUtil
-
- cellphoneHide(String) - Static method in class com.alipay.sofa.common.security.SensitiveDataUtil
-
手机号码通用隐藏规则(包括港澳台地区),隐藏中间四位 适用于网站以及客户端
SensitiveDataUtil.cellphoneHide("13071835358") = 130******58
SensitiveDataUtil.cellphoneHide("3071835358") = 30****358
SensitiveDataUtil.cellphoneHide("071835358") = 07****58
SensitiveDataUtil.cellphoneHide("835358") = 8****8
- cellphoneHideSMS(String) - Static method in class com.alipay.sofa.common.security.SensitiveDataUtil
-
手机号码通用隐藏规则(包括港澳台地区), 适用于短信。
SensitiveDataUtil.cellphoneHideSMS("13071835358") = 130*58
SensitiveDataUtil.cellphoneHideSMS("3071835358") = 307*358
SensitiveDataUtil.cellphoneHideSMS("071835358") = 071*58
SensitiveDataUtil.cellphoneHideSMS("835358") = 8*8
- center(String, int) - Static method in class com.alipay.sofa.common.utils.StringUtil
-
- center(String, int, char) - Static method in class com.alipay.sofa.common.utils.StringUtil
-
- center(String, int, String) - Static method in class com.alipay.sofa.common.utils.StringUtil
-
- changeValueType(String, Class<T>) - Method in class com.alipay.sofa.common.config.source.AbstractConfigSource
-
- CHARSET_MONITOR_LOG - Static variable in class com.alipay.sofa.common.utils.CharsetUtil
-
- CharsetUtil - Class in com.alipay.sofa.common.utils
-
Util to determine Charsets, the implements fork from guava.
- CharsetUtil() - Constructor for class com.alipay.sofa.common.utils.CharsetUtil
-
- checkUTF8WellFormed(byte[], int) - Static method in class com.alipay.sofa.common.utils.CharsetUtil
-
Checks whether the given byte array is well formed in UTF-8 encoding format.
- checkUTF8WellFormed(byte[], int, int, int) - Static method in class com.alipay.sofa.common.utils.CharsetUtil
-
Checks whether a portion of the given byte array is well formed in UTF-8 encoding format.
- chomp(String) - Static method in class com.alipay.sofa.common.utils.StringUtil
-
- chomp(String, String) - Static method in class com.alipay.sofa.common.utils.StringUtil
-
- chop(String) - Static method in class com.alipay.sofa.common.utils.StringUtil
-
- CLASS_IS_NOT_ENUM - Static variable in interface com.alipay.sofa.common.profile.enumeration.internal.EnumConstant
-
- CLASS_NAME - Static variable in class com.alipay.sofa.common.thread.ThreadPoolGovernor
-
- ClassLoaderUtil - Class in com.alipay.sofa.common.utils
-
- ClassLoaderUtil() - Constructor for class com.alipay.sofa.common.utils.ClassLoaderUtil
-
- ClassUtil - Class in com.alipay.sofa.common.utils
-
- ClassUtil() - Constructor for class com.alipay.sofa.common.utils.ClassUtil
-
- ClassUtil.TypeInfo - Class in com.alipay.sofa.common.utils
-
- clear() - Method in class com.alipay.sofa.common.thread.VariableLinkedBlockingQueue
-
- clearGlobalSystemProperties() - Static method in class com.alipay.sofa.common.log.env.LogEnvUtils
-
- clone(Object[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
-
- clone(long[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
-
- clone(int[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
-
- clone(short[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
-
- clone(byte[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
-
- clone(double[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
-
- clone(float[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
-
- clone(boolean[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
-
- clone(char[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
-
- clone(Object) - Static method in class com.alipay.sofa.common.utils.ObjectUtil
-
- CLONE_NOT_SUPPORTED - Static variable in interface com.alipay.sofa.common.profile.enumeration.internal.EnumConstant
-
- com.alipay.sofa.common - package com.alipay.sofa.common
-
- com.alipay.sofa.common.code - package com.alipay.sofa.common.code
-
- com.alipay.sofa.common.config - package com.alipay.sofa.common.config
-
- com.alipay.sofa.common.config.converter - package com.alipay.sofa.common.config.converter
-
- com.alipay.sofa.common.config.listener - package com.alipay.sofa.common.config.listener
-
- com.alipay.sofa.common.config.log - package com.alipay.sofa.common.config.log
-
- com.alipay.sofa.common.config.source - package com.alipay.sofa.common.config.source
-
- com.alipay.sofa.common.log - package com.alipay.sofa.common.log
-
- com.alipay.sofa.common.log.adapter.level - package com.alipay.sofa.common.log.adapter.level
-
- com.alipay.sofa.common.log.env - package com.alipay.sofa.common.log.env
-
- com.alipay.sofa.common.log.factory - package com.alipay.sofa.common.log.factory
-
- com.alipay.sofa.common.log.global - package com.alipay.sofa.common.log.global
-
- com.alipay.sofa.common.log.proxy - package com.alipay.sofa.common.log.proxy
-
- com.alipay.sofa.common.log.spi - package com.alipay.sofa.common.log.spi
-
- com.alipay.sofa.common.profile.diagnostic - package com.alipay.sofa.common.profile.diagnostic
-
- com.alipay.sofa.common.profile.enumeration - package com.alipay.sofa.common.profile.enumeration
-
- com.alipay.sofa.common.profile.enumeration.internal - package com.alipay.sofa.common.profile.enumeration.internal
-
- com.alipay.sofa.common.security - package com.alipay.sofa.common.security
-
- com.alipay.sofa.common.space - package com.alipay.sofa.common.space
-
- com.alipay.sofa.common.thread - package com.alipay.sofa.common.thread
-
- com.alipay.sofa.common.thread.log - package com.alipay.sofa.common.thread.log
-
- com.alipay.sofa.common.thread.space - package com.alipay.sofa.common.thread.space
-
- com.alipay.sofa.common.thread.virtual - package com.alipay.sofa.common.thread.virtual
-
- com.alipay.sofa.common.tracer - package com.alipay.sofa.common.tracer
-
- com.alipay.sofa.common.utils - package com.alipay.sofa.common.utils
-
- COMMON_LOG_FILE - Static variable in class com.alipay.sofa.common.CommonToolConfigKeys
-
- COMMON_LOG_LEVEL - Static variable in class com.alipay.sofa.common.CommonToolConfigKeys
-
- COMMON_THREAD_LOG_PERIOD - Static variable in class com.alipay.sofa.common.CommonToolConfigKeys
-
- CommonLoggingConfigurations - Class in com.alipay.sofa.common.log
-
- CommonLoggingConfigurations() - Constructor for class com.alipay.sofa.common.log.CommonLoggingConfigurations
-
- CommonToolConfigKeys - Class in com.alipay.sofa.common
-
- CommonToolConfigKeys() - Constructor for class com.alipay.sofa.common.CommonToolConfigKeys
-
- compare(Ordered, Ordered) - Method in class com.alipay.sofa.common.utils.OrderComparator
-
- COMPARE_TYPE_MISMATCH - Static variable in interface com.alipay.sofa.common.profile.enumeration.internal.EnumConstant
-
- COMPARE_UNDERLYING_CLASS_MISMATCH - Static variable in interface com.alipay.sofa.common.profile.enumeration.internal.EnumConstant
-
- compareTo(Object) - Method in class com.alipay.sofa.common.profile.enumeration.Enum
-
- CONFIG_COMMON_DIGEST_LOGGER - Static variable in class com.alipay.sofa.common.config.log.ConfigLoggerFactory
-
- ConfigKey<T> - Class in com.alipay.sofa.common.config
-
- ConfigKey(String, String[], T, boolean, String) - Constructor for class com.alipay.sofa.common.config.ConfigKey
-
- ConfigLoggerFactory - Class in com.alipay.sofa.common.config.log
-
- ConfigLoggerFactory() - Constructor for class com.alipay.sofa.common.config.log.ConfigLoggerFactory
-
- ConfigManager - Interface in com.alipay.sofa.common.config
-
- ConfigSource - Interface in com.alipay.sofa.common.config
-
- ConfigSourceCacheWrapper - Class in com.alipay.sofa.common.config.source
-
- ConfigSourceCacheWrapper(AbstractConfigSource, CacheBuilder<String, String>) - Constructor for class com.alipay.sofa.common.config.source.ConfigSourceCacheWrapper
-
- ConfigSourceCacheWrapper(AbstractConfigSource, long) - Constructor for class com.alipay.sofa.common.config.source.ConfigSourceCacheWrapper
-
- ConfigSourceOrder - Class in com.alipay.sofa.common.config.source
-
- ConfigSourceOrder() - Constructor for class com.alipay.sofa.common.config.source.ConfigSourceOrder
-
- CONSOLE - Static variable in class com.alipay.sofa.common.log.factory.AbstractLoggerSpaceFactory
-
- CONSOLE_SUFFIX - Static variable in interface com.alipay.sofa.common.log.Constants
-
- Constants - Interface in com.alipay.sofa.common.log
-
Class to hold configuration keys.
- contains(Object[], Object) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
-
- contains(Object[], Object[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
-
- contains(long[], long) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
-
- contains(long[], long[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
-
- contains(int[], int) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
-
- contains(int[], int[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
-
- contains(short[], short) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
-
- contains(short[], short[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
-
- contains(byte[], byte) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
-
- contains(byte[], byte[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
-
- contains(double[], double) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
-
- contains(double[], double, double) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
-
- contains(double[], double[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
-
- contains(double[], double[], double) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
-
- contains(float[], float) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
-
- contains(float[], float, float) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
-
- contains(float[], float[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
-
- contains(float[], float[], float) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
-
- contains(boolean[], boolean) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
-
- contains(boolean[], boolean[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
-
- contains(char[], char) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
-
- contains(char[], char[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
-
- contains(String, char) - Static method in class com.alipay.sofa.common.utils.StringUtil
-
- contains(String, String) - Static method in class com.alipay.sofa.common.utils.StringUtil
-
- containsNone(String, char[]) - Static method in class com.alipay.sofa.common.utils.StringUtil
-
- containsNone(String, String) - Static method in class com.alipay.sofa.common.utils.StringUtil
-
- containsOnly(String, char[]) - Static method in class com.alipay.sofa.common.utils.StringUtil
-
- containsOnly(String, String) - Static method in class com.alipay.sofa.common.utils.StringUtil
-
- convert(String, String) - Static method in class com.alipay.sofa.common.code.LogCode2Description
-
- convert(SpaceId, String) - Static method in class com.alipay.sofa.common.code.LogCode2Description
-
- convert(String) - Method in class com.alipay.sofa.common.code.LogCode2Description
-
- convert(String, Object...) - Method in class com.alipay.sofa.common.code.LogCode2Description
-
- convert(String, Class<T>) - Method in interface com.alipay.sofa.common.config.Converter
-
Convert value to target type object.
- convert(String, Class<T>) - Method in class com.alipay.sofa.common.config.converter.DefaultConverter
-
- Converter - Interface in com.alipay.sofa.common.config
-
- convertObjectFromString(Class<?>, String) - Static method in class com.alipay.sofa.common.config.converter.DefaultConverter
-
TODO 需要考虑java的类型转换。
float 4 字节 32位IEEE 754单精度
double 8 字节 64位IEEE 754双精度
byte 1字节 -128到127
short 2 字节 -32,768到32,767
int 4 字节 -2,147,483,648到2,147,483,647
long 8 字节 -9,223,372,036,854,775,808到9,223,372,036, 854,775,807
char 2 字节 整个Unicode字符集
boolean 1 位 True或者false
- copyProperties(Object, Object) - Static method in class org.springframework.beans.LegacySpringBeanUtil
-
Copy the property values of the given source bean into the target bean.
- copyProperties(Object, Object, Class<?>) - Static method in class org.springframework.beans.LegacySpringBeanUtil
-
Copy the property values of the given source bean into the given target bean,
only setting properties defined in the given "editable" class (or interface).
- copyProperties(Object, Object, String...) - Static method in class org.springframework.beans.LegacySpringBeanUtil
-
Copy the property values of the given source bean into the given target bean,
ignoring the given "ignoreProperties".
- countMatches(String, String) - Static method in class com.alipay.sofa.common.utils.StringUtil
-
- create(String) - Static method in class com.alipay.sofa.common.code.LogCode2Description
-
- create(SpaceId) - Static method in class com.alipay.sofa.common.code.LogCode2Description
-
- create() - Static method in class com.alipay.sofa.common.profile.enumeration.Enum
-
- create(String) - Static method in class com.alipay.sofa.common.profile.enumeration.Enum
-
- create(int) - Static method in class com.alipay.sofa.common.profile.enumeration.IntegerEnum
-
- create(Number) - Static method in class com.alipay.sofa.common.profile.enumeration.IntegerEnum
-
- create(String, int) - Static method in class com.alipay.sofa.common.profile.enumeration.IntegerEnum
-
- create(String, Number) - Static method in class com.alipay.sofa.common.profile.enumeration.IntegerEnum
-
- CREATE_ENUM_TYPE_METHOD_NAME - Static variable in interface com.alipay.sofa.common.profile.enumeration.internal.EnumConstant
-
- CREATE_FLAG_SET_IS_UNSUPPORTED - Static variable in interface com.alipay.sofa.common.profile.enumeration.internal.EnumConstant
-
- createEnumType() - Static method in class com.alipay.sofa.common.profile.enumeration.IntegerEnum
-
- createName() - Method in class com.alipay.sofa.common.thread.SofaThreadPoolTaskExecutor
-
- createName() - Method in class com.alipay.sofa.common.thread.SofaThreadPoolTaskScheduler
-
- customizeHide(String, int, int, int) - Static method in class com.alipay.sofa.common.security.SensitiveDataUtil
-
自定义屏蔽位数和屏蔽位置
- get(String, ClassLoader) - Static method in class com.alipay.sofa.common.log.proxy.TemporaryILoggerFactoryPool
-
- get(SpaceId, ClassLoader) - Static method in class com.alipay.sofa.common.log.proxy.TemporaryILoggerFactoryPool
-
- getAbstractLoggerSpaceFactory() - Method in class com.alipay.sofa.common.log.LogSpace
-
- getAdapterLevel(String) - Static method in enum com.alipay.sofa.common.log.adapter.level.AdapterLevel
-
- getAlias() - Method in class com.alipay.sofa.common.config.ConfigKey
-
- getArrayClass(Class, int) - Static method in class com.alipay.sofa.common.utils.ClassUtil
-
- getArrayComponentType(Class) - Static method in class com.alipay.sofa.common.utils.ClassUtil
-
- getArrayComponentType() - Method in class com.alipay.sofa.common.utils.ClassUtil.TypeInfo
-
- getArrayDimension(Class) - Static method in class com.alipay.sofa.common.utils.ClassUtil
-
- getArrayDimension() - Method in class com.alipay.sofa.common.utils.ClassUtil.TypeInfo
-
- getAverageRunningTime() - Method in class com.alipay.sofa.common.thread.ThreadPoolStatistics
-
get the average running time
- getAverageStayInQueueTime() - Method in class com.alipay.sofa.common.thread.ThreadPoolStatistics
-
get the average stay in queue time
- getBriefMessage() - Method in interface com.alipay.sofa.common.profile.diagnostic.Profiler.Message
-
- getCallerClassLoader() - Static method in class com.alipay.sofa.common.utils.ClassLoaderUtil
-
- getClassName(Class) - Static method in class com.alipay.sofa.common.utils.ClassUtil
-
- getClassName(String) - Static method in class com.alipay.sofa.common.utils.ClassUtil
-
- getClassNameAsResource(Class) - Static method in class com.alipay.sofa.common.utils.ClassUtil
-
- getClassNameAsResource(String) - Static method in class com.alipay.sofa.common.utils.ClassUtil
-
- getClassNameForObject(Object) - Static method in class com.alipay.sofa.common.utils.ClassUtil
-
- getClassNameForObjectAsResource(Object) - Static method in class com.alipay.sofa.common.utils.ClassUtil
-
- getConfig(ConfigKey<T>) - Method in interface com.alipay.sofa.common.config.ConfigSource
-
Get config by configKey.
- getConfig(ConfigKey<T>, T) - Method in class com.alipay.sofa.common.config.DefaultConfigManager
-
- getConfig(ConfigKey<T>) - Method in class com.alipay.sofa.common.config.source.AbstractConfigSource
-
- getConfig() - Method in class com.alipay.sofa.common.thread.SofaScheduledThreadPoolExecutor
-
- getConfig() - Method in class com.alipay.sofa.common.thread.SofaThreadPoolExecutor
-
- getContextClassLoader() - Static method in class com.alipay.sofa.common.utils.ClassLoaderUtil
-
- getDefaultValue() - Method in class com.alipay.sofa.common.config.ConfigKey
-
- getDelegate() - Method in class com.alipay.sofa.common.thread.TimeWaitRejectedExecutionHandler
-
- getDequeueTime() - Method in class com.alipay.sofa.common.thread.ExecutingRunnable
-
- getDescription() - Method in class com.alipay.sofa.common.config.ConfigKey
-
- getDetailedMessage() - Method in interface com.alipay.sofa.common.profile.diagnostic.Profiler.Message
-
- getDuration() - Method in class com.alipay.sofa.common.profile.diagnostic.Profiler.Entry
-
- getDuration() - Static method in class com.alipay.sofa.common.profile.diagnostic.Profiler
-
- getDurationOfSelf() - Method in class com.alipay.sofa.common.profile.diagnostic.Profiler.Entry
-
- getEffectiveKey(ConfigKey) - Method in interface com.alipay.sofa.common.config.ConfigSource
-
The actual effective key to get the value.
- getEffectiveKey(ConfigKey) - Method in class com.alipay.sofa.common.config.source.AbstractConfigSource
-
- getEndTime() - Method in class com.alipay.sofa.common.profile.diagnostic.Profiler.Entry
-
- getEnqueueTime() - Method in class com.alipay.sofa.common.thread.ExecutingRunnable
-
- getEntry() - Static method in class com.alipay.sofa.common.profile.diagnostic.Profiler
-
- getEnumByName(Class, String) - Static method in class com.alipay.sofa.common.profile.enumeration.EnumUtil
-
- getEnumByValue(Class, Number) - Static method in class com.alipay.sofa.common.profile.enumeration.EnumUtil
-
- getEnumByValue(Class, int) - Static method in class com.alipay.sofa.common.profile.enumeration.EnumUtil
-
- getEnumByValue(Class, long) - Static method in class com.alipay.sofa.common.profile.enumeration.EnumUtil
-
- getEnumIterator(Class) - Static method in class com.alipay.sofa.common.profile.enumeration.EnumUtil
-
- getEnumMap(Class) - Static method in class com.alipay.sofa.common.profile.enumeration.EnumUtil
-
- getExecutingTasks() - Method in class com.alipay.sofa.common.thread.ThreadPoolStatistics
-
- getExternalConfigurations() - Static method in class com.alipay.sofa.common.log.CommonLoggingConfigurations
-
- getField(String, Object) - Static method in class com.alipay.sofa.common.utils.ClassUtil
-
Get field from specified object, will lookup in super class until found
- getFile(URL) - Static method in class com.alipay.sofa.common.utils.ResourceUtil
-
Resolve the given resource URL to a java.io.File,
i.e.
- getFile(URL, String) - Static method in class com.alipay.sofa.common.utils.ResourceUtil
-
Resolve the given resource URL to a java.io.File,
i.e.
- getFinishTime() - Method in class com.alipay.sofa.common.thread.ExecutingRunnable
-
- getGlobalConverter() - Static method in class com.alipay.sofa.common.config.converter.GlobalConverterHolder
-
- getGovernorPeriod() - Method in class com.alipay.sofa.common.thread.ThreadPoolGovernor
-
The period of the dump task
- getIdentity() - Method in class com.alipay.sofa.common.thread.ThreadPoolConfig
-
The unique identity for the thread pool, generate by the threadPoolName and the spaceName
- getInstance() - Static method in class com.alipay.sofa.common.config.SofaConfigs
-
- getInstance() - Static method in class com.alipay.sofa.common.thread.ThreadPoolGovernor
-
- getInstance() - Static method in class com.alipay.sofa.common.tracer.TracerIdAdapter
-
- getInterfaces(Class) - Static method in class com.alipay.sofa.common.utils.ClassUtil
-
- getInterfaces() - Method in class com.alipay.sofa.common.utils.ClassUtil.TypeInfo
-
- getKey() - Method in class com.alipay.sofa.common.config.ConfigKey
-
- getLevenshteinDistance(String, String) - Static method in class com.alipay.sofa.common.utils.StringUtil
-
- getLogConfEnvSuffix(String) - Static method in class com.alipay.sofa.common.log.env.LogEnvUtils
-
- getLogger(String) - Static method in class com.alipay.sofa.common.config.log.ConfigLoggerFactory
-
- getLogger(Class<?>) - Static method in class com.alipay.sofa.common.config.log.ConfigLoggerFactory
-
- getLogger(String) - Method in class com.alipay.sofa.common.log.factory.Log4j2LoggerSpaceFactory
-
- getLogger(String) - Method in class com.alipay.sofa.common.log.factory.LogbackLoggerSpaceFactory
-
- getLogger(String) - Method in class com.alipay.sofa.common.log.proxy.TemporaryILoggerFactory
-
- getLogger(String) - Static method in class com.alipay.sofa.common.utils.ThreadLoggerFactory
-
- getLogger(Class<?>) - Static method in class com.alipay.sofa.common.utils.ThreadLoggerFactory
-
- getLoggerBySpace(String, String) - Static method in class com.alipay.sofa.common.log.LoggerSpaceManager
-
Get logger from specified spaceName
The return logger is obtained from corresponding LoggerFactory which is configured by its own log configs
- getLoggerBySpace(String, String, ClassLoader) - Static method in class com.alipay.sofa.common.log.LoggerSpaceManager
-
Get logger from specified spaceName
The return logger is obtained from corresponding LoggerFactory which is configured by its own log configs
- getLoggerBySpace(String, SpaceId, Map<String, String>) - Static method in class com.alipay.sofa.common.log.LoggerSpaceManager
-
Get logger from specified spaceName
The return logger is obtained from corresponding LoggerFactory which is configured by its own log configs
- getLoggerBySpace(String, SpaceId, Map<String, String>) - Static method in class com.alipay.sofa.common.log.LoggerSpaceManager
-
Deprecated.
- getLoggerBySpace(String, SpaceId, Map<String, String>, ClassLoader) - Static method in class com.alipay.sofa.common.log.LoggerSpaceManager
-
Get logger from specified spaceName
The return logger is obtained from corresponding LoggerFactory which is configured by its own log configs
MultiAppLoggerSpaceManager requires manual initialization if special configurations is need
This method takes the responsibility for initializing
- getLoggerBySpace(String, SpaceId, Map<String, String>, ClassLoader) - Static method in class com.alipay.sofa.common.log.LoggerSpaceManager
-
Deprecated.
- getLoggerBySpace(String, String) - Static method in class com.alipay.sofa.common.log.MultiAppLoggerSpaceManager
-
Get logger from specified spaceName
The return logger is obtained from corresponding LoggerFactory which is configured by its own log configs
- getLoggerBySpace(String, SpaceId) - Static method in class com.alipay.sofa.common.log.MultiAppLoggerSpaceManager
-
Get logger from specified spaceName
The return logger is obtained from corresponding LoggerFactory which is configured by its own log configs
- getLoggerBySpace(String, SpaceId) - Static method in class com.alipay.sofa.common.log.MultiAppLoggerSpaceManager
-
Deprecated.
- getLoggerBySpace(String, String, ClassLoader) - Static method in class com.alipay.sofa.common.log.MultiAppLoggerSpaceManager
-
Get logger from specified spaceName
The return logger is obtained from corresponding LoggerFactory which is configured by its own log configs
- getLoggerBySpace(String, SpaceId, ClassLoader) - Static method in class com.alipay.sofa.common.log.MultiAppLoggerSpaceManager
-
Get logger from specified spaceName
The return logger is obtained from corresponding LoggerFactory which is configured by its own log configs
- getLoggerBySpace(String, SpaceId, ClassLoader) - Static method in class com.alipay.sofa.common.log.MultiAppLoggerSpaceManager
-
Deprecated.
- getLoggerBySpace(String) - Method in class com.alipay.sofa.common.log.proxy.TemporaryILoggerFactory.LoggerSelector
-
- getLoggerConsolePrefixWhiteSet() - Static method in class com.alipay.sofa.common.log.CommonLoggingConfigurations
-
- getLoggerConsoleWhiteSet() - Static method in class com.alipay.sofa.common.log.CommonLoggingConfigurations
-
- getLoggingToolName() - Method in class com.alipay.sofa.common.log.factory.AbstractLoggerSpaceFactoryBuilder
-
- getLoggingToolName() - Method in class com.alipay.sofa.common.log.factory.LoggerSpaceFactory4CommonsLoggingBuilder
-
- getLoggingToolName() - Method in class com.alipay.sofa.common.log.factory.LoggerSpaceFactory4Log4j2Builder
-
- getLoggingToolName() - Method in class com.alipay.sofa.common.log.factory.LoggerSpaceFactory4Log4jBuilder
-
- getLoggingToolName() - Method in class com.alipay.sofa.common.log.factory.LoggerSpaceFactory4LogbackBuilder
-
- getLogLevelMsg() - Method in enum com.alipay.sofa.common.log.adapter.level.AdapterLevel
-
- getMessage() - Method in class com.alipay.sofa.common.profile.diagnostic.Profiler.Entry
-
- getMessageLevel(Profiler.Entry) - Method in interface com.alipay.sofa.common.profile.diagnostic.Profiler.Message
-
- getMonitorScheduler() - Method in class com.alipay.sofa.common.thread.ThreadPoolGovernor
-
The thread pool to executor the monitor tasks
- getName() - Method in interface com.alipay.sofa.common.config.ConfigSource
-
- getName() - Method in class com.alipay.sofa.common.config.source.ConfigSourceCacheWrapper
-
- getName() - Method in class com.alipay.sofa.common.config.source.SystemEnvConfigSource
-
- getName() - Method in class com.alipay.sofa.common.config.source.SystemPropertyConfigSource
-
- getName() - Method in class com.alipay.sofa.common.log.proxy.LoggerProxy
-
- getName() - Method in class com.alipay.sofa.common.profile.enumeration.Enum
-
- getNextValue(Number, boolean) - Method in class com.alipay.sofa.common.profile.enumeration.Enum.EnumType
-
- getNonPrimitiveType(Class) - Static method in class com.alipay.sofa.common.utils.ClassUtil
-
- getOrCustomDefault(ConfigKey<T>, T) - Method in interface com.alipay.sofa.common.config.ConfigManager
-
- getOrCustomDefault(ConfigKey<T>, T) - Method in class com.alipay.sofa.common.config.DefaultConfigManager
-
- getOrCustomDefault(ConfigKey<T>, T) - Static method in class com.alipay.sofa.common.config.SofaConfigs
-
- getOrCustomDefaultWithCache(ConfigKey<T>, T) - Method in interface com.alipay.sofa.common.config.ConfigManager
-
- getOrCustomDefaultWithCache(ConfigKey<T>, T) - Method in class com.alipay.sofa.common.config.DefaultConfigManager
-
- getOrCustomDefaultWithCache(ConfigKey<T>, T) - Static method in class com.alipay.sofa.common.config.SofaConfigs
-
- getOrDefault(ConfigKey<T>) - Method in interface com.alipay.sofa.common.config.ConfigManager
-
- getOrDefault(ConfigKey<T>) - Method in class com.alipay.sofa.common.config.DefaultConfigManager
-
- getOrDefault(ConfigKey<T>) - Static method in class com.alipay.sofa.common.config.SofaConfigs
-
- getOrDefaultWithCache(ConfigKey<T>) - Method in interface com.alipay.sofa.common.config.ConfigManager
-
- getOrDefaultWithCache(ConfigKey<T>) - Method in class com.alipay.sofa.common.config.DefaultConfigManager
-
- getOrDefaultWithCache(ConfigKey<T>) - Static method in class com.alipay.sofa.common.config.SofaConfigs
-
- getOrder() - Method in class com.alipay.sofa.common.config.listener.LogConfigListener
-
- getOrder() - Method in class com.alipay.sofa.common.config.source.ConfigSourceCacheWrapper
-
- getOrder() - Method in class com.alipay.sofa.common.config.source.SystemEnvConfigSource
-
- getOrder() - Method in class com.alipay.sofa.common.config.source.SystemPropertyConfigSource
-
- getOrder() - Method in interface com.alipay.sofa.common.utils.Ordered
-
Get the order value of this object.
- getPackageName(Class) - Static method in class com.alipay.sofa.common.utils.ClassUtil
-
- getPackageName(String) - Static method in class com.alipay.sofa.common.utils.ClassUtil
-
- getPackageNameAsResource(Class) - Static method in class com.alipay.sofa.common.utils.ClassUtil
-
- getPackageNameAsResource(String) - Static method in class com.alipay.sofa.common.utils.ClassUtil
-
- getPackageNameForObject(Object) - Static method in class com.alipay.sofa.common.utils.ClassUtil
-
- getPackageNameForObjectAsResource(Object) - Static method in class com.alipay.sofa.common.utils.ClassUtil
-
- getPecentage() - Method in class com.alipay.sofa.common.profile.diagnostic.Profiler.Entry
-
- getPecentageOfAll() - Method in class com.alipay.sofa.common.profile.diagnostic.Profiler.Entry
-
- getPeriod() - Method in class com.alipay.sofa.common.thread.SofaThreadPoolExecutor
-
Deprecated.
- getPeriod() - Method in class com.alipay.sofa.common.thread.SofaThreadPoolTaskExecutor
-
- getPeriod() - Method in class com.alipay.sofa.common.thread.SofaThreadPoolTaskScheduler
-
- getPeriod() - Method in class com.alipay.sofa.common.thread.ThreadPoolConfig
-
The period to monitor the thread pool
- getPoolSize() - Method in class com.alipay.sofa.common.thread.ThreadPoolStatistics
-
- getPrimitiveType(Class) - Static method in class com.alipay.sofa.common.utils.ClassUtil
-
- getProcessId() - Static method in class com.alipay.sofa.common.utils.ProcessIdUtil
-
- getProperties() - Method in class com.alipay.sofa.common.log.factory.AbstractLoggerSpaceFactoryBuilder
-
- getProperties() - Method in class com.alipay.sofa.common.log.factory.LogbackLoggerSpaceFactory
-
- getProperty(String) - Method in class com.alipay.sofa.common.log.LogSpace
-
- getQueueSize() - Method in class com.alipay.sofa.common.thread.ThreadPoolStatistics
-
- getResource(ClassLoader, List<URL>, List<URL>) - Method in class com.alipay.sofa.common.log.factory.AbstractLoggerSpaceFactoryBuilder
-
Deprecated.
- getResource(String) - Static method in class com.alipay.sofa.common.utils.ClassLoaderUtil
-
- getResource(String, Class) - Static method in class com.alipay.sofa.common.utils.ClassLoaderUtil
-
- getResource(String, ClassLoader) - Static method in class com.alipay.sofa.common.utils.ClassLoaderUtil
-
- getResourceAsStream(String) - Static method in class com.alipay.sofa.common.utils.ClassLoaderUtil
-
- getResourceAsStream(String, Class) - Static method in class com.alipay.sofa.common.utils.ClassLoaderUtil
-
- getResourceAsStream(String, ClassLoader) - Static method in class com.alipay.sofa.common.utils.ClassLoaderUtil
-
- getResourceByPriority(List<URL>, List<URL>) - Method in class com.alipay.sofa.common.log.factory.AbstractLoggerSpaceFactoryBuilder
-
- getResources(String) - Static method in class com.alipay.sofa.common.utils.ClassLoaderUtil
-
- getResources(String, Class) - Static method in class com.alipay.sofa.common.utils.ClassLoaderUtil
-
- getResources(String, ClassLoader) - Static method in class com.alipay.sofa.common.utils.ClassLoaderUtil
-
- getRunningTime() - Method in class com.alipay.sofa.common.thread.ExecutingRunnable
-
- getShortClassName(Class) - Static method in class com.alipay.sofa.common.utils.ClassUtil
-
- getShortClassName(String) - Static method in class com.alipay.sofa.common.utils.ClassUtil
-
- getShortClassNameForObject(Object) - Static method in class com.alipay.sofa.common.utils.ClassUtil
-
- getSource() - Method in class com.alipay.sofa.common.log.factory.AbstractLoggerSpaceFactory
-
- getSpaceClassloader() - Method in class com.alipay.sofa.common.log.LogSpace
-
- getSpaceId() - Method in class com.alipay.sofa.common.log.factory.AbstractLoggerSpaceFactoryBuilder
-
- getSpaceId() - Method in class com.alipay.sofa.common.log.factory.LogbackLoggerSpaceFactory
-
- getSpaceLogConfigFileURL(ClassLoader, String) - Method in class com.alipay.sofa.common.log.factory.AbstractLoggerSpaceFactoryBuilder
-
- getSpaceName() - Method in class com.alipay.sofa.common.space.SpaceId
-
- getSpaceName() - Method in class com.alipay.sofa.common.thread.SofaThreadPoolTaskExecutor
-
- getSpaceName() - Method in class com.alipay.sofa.common.thread.SofaThreadPoolTaskScheduler
-
- getSpaceName() - Method in class com.alipay.sofa.common.thread.ThreadPoolConfig
-
The spaceName of the thread pool, it's unique
- getSpaceNameThreadPoolNumber(String) - Method in class com.alipay.sofa.common.thread.ThreadPoolGovernor
-
return the spaceName thread pool number,it will increase after witch get
return 0 when the spaceName has not registered
- getSpacesMap() - Static method in class com.alipay.sofa.common.log.MultiAppLoggerSpaceManager
-
Deprecated.
- getStartTime() - Method in class com.alipay.sofa.common.profile.diagnostic.Profiler.Entry
-
- getStatistics() - Method in class com.alipay.sofa.common.thread.SofaScheduledThreadPoolExecutor
-
- getStatistics() - Method in class com.alipay.sofa.common.thread.SofaThreadPoolExecutor
-
- getStayInQueueTime() - Method in class com.alipay.sofa.common.thread.ExecutingRunnable
-
- getStringConfig(ConfigKey) - Method in interface com.alipay.sofa.common.config.ConfigSource
-
Get the string value of key
- getStringConfig(ConfigKey) - Method in class com.alipay.sofa.common.config.source.AbstractConfigSource
-
- getSubEntries() - Method in class com.alipay.sofa.common.profile.diagnostic.Profiler.Entry
-
- getSuperclasses(Class) - Static method in class com.alipay.sofa.common.utils.ClassUtil
-
- getSuperclasses() - Method in class com.alipay.sofa.common.utils.ClassUtil.TypeInfo
-
- getTaskTimeout() - Method in class com.alipay.sofa.common.thread.SofaThreadPoolExecutor
-
Deprecated.
- getTaskTimeout() - Method in class com.alipay.sofa.common.thread.SofaThreadPoolTaskExecutor
-
- getTaskTimeout() - Method in class com.alipay.sofa.common.thread.SofaThreadPoolTaskScheduler
-
- getTaskTimeout() - Method in class com.alipay.sofa.common.thread.ThreadPoolConfig
-
The value to judge whether the task is decayed
- getTaskTimeoutMilli() - Method in class com.alipay.sofa.common.thread.ThreadPoolConfig
-
The milli value of the taskTimeout, generate by the taskTimeout and the
TimeUnit
- getThread() - Method in class com.alipay.sofa.common.thread.ExecutingRunnable
-
- getThreadPoolConfig() - Method in class com.alipay.sofa.common.thread.ThreadPoolMonitorWrapper
-
- getThreadPoolExecutor(String) - Method in class com.alipay.sofa.common.thread.ThreadPoolGovernor
-
- getThreadPoolExecutor() - Method in class com.alipay.sofa.common.thread.ThreadPoolMonitorWrapper
-
- getThreadPoolIdentities() - Method in class com.alipay.sofa.common.thread.space.ThreadPoolSpace
-
- getThreadPoolMonitorWrapper(String) - Method in class com.alipay.sofa.common.thread.ThreadPoolGovernor
-
- getThreadPoolName() - Method in class com.alipay.sofa.common.thread.SofaThreadPoolExecutor
-
Deprecated.
- getThreadPoolName() - Method in class com.alipay.sofa.common.thread.SofaThreadPoolTaskExecutor
-
- getThreadPoolName() - Method in class com.alipay.sofa.common.thread.SofaThreadPoolTaskScheduler
-
- getThreadPoolName() - Method in class com.alipay.sofa.common.thread.ThreadPoolConfig
-
The name of the thread pool,it's unique in one spaceName
- getThreadPoolNumber() - Method in class com.alipay.sofa.common.thread.space.ThreadPoolSpace
-
- getTimeUnit() - Method in class com.alipay.sofa.common.thread.SofaThreadPoolExecutor
-
Deprecated.
- getTimeUnit() - Method in class com.alipay.sofa.common.thread.SofaThreadPoolTaskExecutor
-
- getTimeUnit() - Method in class com.alipay.sofa.common.thread.SofaThreadPoolTaskScheduler
-
- getTimeUnit() - Method in class com.alipay.sofa.common.thread.ThreadPoolConfig
-
- getTotalTaskCount() - Method in class com.alipay.sofa.common.thread.ThreadPoolStatistics
-
return the total task count
- getTracerId(Thread) - Method in interface com.alipay.sofa.common.tracer.TracerIdRetriever
-
get trace id from the thread
- getType() - Method in class com.alipay.sofa.common.config.ConfigKey
-
- getType() - Method in class com.alipay.sofa.common.utils.ClassUtil.TypeInfo
-
- getTypeInfo(Class) - Static method in class com.alipay.sofa.common.utils.ClassUtil
-
- getUnderlyingClass() - Method in class com.alipay.sofa.common.profile.enumeration.Enum.EnumType
-
- getUnderlyingClass(Class) - Static method in class com.alipay.sofa.common.profile.enumeration.EnumUtil
-
- getValue() - Method in class com.alipay.sofa.common.profile.enumeration.Enum
-
- GlobalConverterHolder - Class in com.alipay.sofa.common.config.converter
-
- GlobalConverterHolder() - Constructor for class com.alipay.sofa.common.config.converter.GlobalConverterHolder
-
- IDCARDNO_DATA - Static variable in class com.alipay.sofa.common.security.SensitiveDataUtil
-
身份证号数据类型标识,可用于SensitiveDataUtil.filterHide方法的sensitiveDataType参数。
- idCardNoHide(String, boolean) - Static method in class com.alipay.sofa.common.security.SensitiveDataUtil
-
对大陆身份证号进行部分隐藏处理,只显示前1位和后1位,其他用*代替。
如果doValidate为true且传入的数据不是合法的大陆身份证号,将按敏感信息缺省隐藏方式处理,显示前1/3和后1/3,其他用*代替。
- idCardNoHide(String) - Static method in class com.alipay.sofa.common.security.SensitiveDataUtil
-
对大陆身份证号进行部分隐藏处理的简便方法,默认不做验证,由使用者自己保障。
- identityHashCode(Object) - Static method in class com.alipay.sofa.common.utils.ObjectUtil
-
- identityToString(Object) - Static method in class com.alipay.sofa.common.utils.ObjectUtil
-
- identityToString(Object, String) - Static method in class com.alipay.sofa.common.utils.ObjectUtil
-
- ILLEGAL_CLASS - Static variable in interface com.alipay.sofa.common.profile.enumeration.internal.EnumConstant
-
- ILLEGAL_FLAGS_OBJECT - Static variable in interface com.alipay.sofa.common.profile.enumeration.internal.EnumConstant
-
- ILLEGAL_INTERFACE - Static variable in interface com.alipay.sofa.common.profile.enumeration.internal.EnumConstant
-
- indexOf(Object[], Object) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
-
- indexOf(Object[], Object[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
-
- indexOf(Object[], Object, int) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
-
- indexOf(Object[], Object[], int) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
-
- indexOf(long[], long) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
-
- indexOf(long[], long[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
-
- indexOf(long[], long, int) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
-
- indexOf(long[], long[], int) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
-
- indexOf(int[], int) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
-
- indexOf(int[], int[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
-
- indexOf(int[], int, int) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
-
- indexOf(int[], int[], int) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
-
- indexOf(short[], short) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
-
- indexOf(short[], short[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
-
- indexOf(short[], short, int) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
-
- indexOf(short[], short[], int) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
-
- indexOf(byte[], byte) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
-
- indexOf(byte[], byte[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
-
- indexOf(byte[], byte, int) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
-
- indexOf(byte[], byte[], int) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
-
- indexOf(double[], double) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
-
- indexOf(double[], double, double) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
-
- indexOf(double[], double[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
-
- indexOf(double[], double[], double) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
-
- indexOf(double[], double, int) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
-
- indexOf(double[], double, int, double) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
-
- indexOf(double[], double[], int) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
-
- indexOf(double[], double[], int, double) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
-
- indexOf(float[], float) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
-
- indexOf(float[], float, float) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
-
- indexOf(float[], float[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
-
- indexOf(float[], float[], float) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
-
- indexOf(float[], float, int) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
-
- indexOf(float[], float, int, float) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
-
- indexOf(float[], float[], int) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
-
- indexOf(float[], float[], int, float) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
-
- indexOf(boolean[], boolean) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
-
- indexOf(boolean[], boolean[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
-
- indexOf(boolean[], boolean, int) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
-
- indexOf(boolean[], boolean[], int) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
-
- indexOf(char[], char) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
-
- indexOf(char[], char[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
-
- indexOf(char[], char, int) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
-
- indexOf(char[], char[], int) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
-
- indexOf(String, char) - Static method in class com.alipay.sofa.common.utils.StringUtil
-
- indexOf(String, char, int) - Static method in class com.alipay.sofa.common.utils.StringUtil
-
- indexOf(String, String) - Static method in class com.alipay.sofa.common.utils.StringUtil
-
- indexOf(String, String, int) - Static method in class com.alipay.sofa.common.utils.StringUtil
-
- indexOfAny(String, char[]) - Static method in class com.alipay.sofa.common.utils.StringUtil
-
- indexOfAny(String, String) - Static method in class com.alipay.sofa.common.utils.StringUtil
-
- indexOfAny(String, String[]) - Static method in class com.alipay.sofa.common.utils.StringUtil
-
- indexOfAnyBut(String, char[]) - Static method in class com.alipay.sofa.common.utils.StringUtil
-
- indexOfAnyBut(String, String) - Static method in class com.alipay.sofa.common.utils.StringUtil
-
- indexOfDifference(String, String) - Static method in class com.alipay.sofa.common.utils.StringUtil
-
- info(String) - Static method in class com.alipay.sofa.common.log.LogLog
-
- info(String) - Method in class com.alipay.sofa.common.log.proxy.LoggerProxy
-
- info(String, Object) - Method in class com.alipay.sofa.common.log.proxy.LoggerProxy
-
- info(String, Object, Object) - Method in class com.alipay.sofa.common.log.proxy.LoggerProxy
-
- info(String, Object...) - Method in class com.alipay.sofa.common.log.proxy.LoggerProxy
-
- info(String, Throwable) - Method in class com.alipay.sofa.common.log.proxy.LoggerProxy
-
- info(Marker, String) - Method in class com.alipay.sofa.common.log.proxy.LoggerProxy
-
- info(Marker, String, Object) - Method in class com.alipay.sofa.common.log.proxy.LoggerProxy
-
- info(Marker, String, Object, Object) - Method in class com.alipay.sofa.common.log.proxy.LoggerProxy
-
- info(Marker, String, Object...) - Method in class com.alipay.sofa.common.log.proxy.LoggerProxy
-
- info(Marker, String, Throwable) - Method in class com.alipay.sofa.common.log.proxy.LoggerProxy
-
- info(String, Object...) - Static method in class com.alipay.sofa.common.thread.log.ThreadLogger
-
- INFO_THREAD_LOGGER - Static variable in class com.alipay.sofa.common.thread.log.ThreadLogger
-
- init(String, Map<String, String>) - Static method in class com.alipay.sofa.common.log.MultiAppLoggerSpaceManager
-
Invoke this method before using if some special configurations for the log space are needed.
- init(SpaceId, Map<String, String>, ClassLoader) - Static method in class com.alipay.sofa.common.log.MultiAppLoggerSpaceManager
-
Invoke this method before using if some special configurations for the log space are needed.
- init(SpaceId, Map<String, String>, ClassLoader) - Static method in class com.alipay.sofa.common.log.MultiAppLoggerSpaceManager
-
Deprecated.
- initializeExecutor(ThreadFactory, RejectedExecutionHandler) - Method in class com.alipay.sofa.common.thread.SofaThreadPoolTaskExecutor
-
- initializeExecutor(ThreadFactory, RejectedExecutionHandler) - Method in class com.alipay.sofa.common.thread.SofaThreadPoolTaskScheduler
-
- initLoggingPath(String) - Static method in class com.alipay.sofa.common.log.global.Slite2LogPathInit
-
在中间件 starter 的 ApplicationContextInitializer 要调用此函数做判断,来达到设置日志路径的目的:
- INSTANCE - Static variable in class com.alipay.sofa.common.utils.OrderComparator
-
- IntegerEnum - Class in com.alipay.sofa.common.profile.enumeration
-
- IntegerEnum() - Constructor for class com.alipay.sofa.common.profile.enumeration.IntegerEnum
-
- intValue() - Method in class com.alipay.sofa.common.profile.enumeration.IntegerEnum
-
- intValue() - Method in interface com.alipay.sofa.common.profile.enumeration.internal.NumberType
-
- io(InputStream, OutputStream) - Static method in class com.alipay.sofa.common.utils.StreamUtil
-
- io(InputStream, OutputStream, int) - Static method in class com.alipay.sofa.common.utils.StreamUtil
-
- io(Reader, Writer) - Static method in class com.alipay.sofa.common.utils.StreamUtil
-
- io(Reader, Writer, int) - Static method in class com.alipay.sofa.common.utils.StreamUtil
-
- IS_DEFAULT_LOG_LEVEL - Static variable in interface com.alipay.sofa.common.log.Constants
-
- IS_DEFAULT_LOG_PATH - Static variable in interface com.alipay.sofa.common.log.Constants
-
- isAlpha(String) - Static method in class com.alipay.sofa.common.utils.StringUtil
-
- isAlphanumeric(String) - Static method in class com.alipay.sofa.common.utils.StringUtil
-
- isAlphanumericSpace(String) - Static method in class com.alipay.sofa.common.utils.StringUtil
-
- isAlphaSpace(String) - Static method in class com.alipay.sofa.common.utils.StringUtil
-
- isAssignable(Class, Class) - Static method in class com.alipay.sofa.common.utils.AssertUtil
-
Assert that superType.isAssignableFrom(subType) is true.
- isAssignable(Class, Class, String) - Static method in class com.alipay.sofa.common.utils.AssertUtil
-
Assert that superType.isAssignableFrom(subType) is true.
- isAssignable(Class[], Class[]) - Static method in class com.alipay.sofa.common.utils.ClassUtil
-
- isAssignable(Class, Class) - Static method in class com.alipay.sofa.common.utils.ClassUtil
-
- isBlank(String) - Static method in class com.alipay.sofa.common.utils.StringUtil
-
- isCommonsLoggingUsable(ClassLoader) - Static method in class com.alipay.sofa.common.log.env.LogEnvUtils
-
slf4j-jcl
commons-logger
默认使用 log4j 作为初始化实现
- isDebugEnabled() - Method in class com.alipay.sofa.common.log.proxy.LoggerProxy
-
- isDebugEnabled(Marker) - Method in class com.alipay.sofa.common.log.proxy.LoggerProxy
-
- isEmpty(Object[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
-
- isEmpty(long[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
-
- isEmpty(int[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
-
- isEmpty(short[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
-
- isEmpty(byte[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
-
- isEmpty(double[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
-
- isEmpty(float[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
-
- isEmpty(boolean[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
-
- isEmpty(char[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
-
- isEmpty(String) - Static method in class com.alipay.sofa.common.utils.StringUtil
-
- isErrorEnabled() - Method in class com.alipay.sofa.common.log.proxy.LoggerProxy
-
- isErrorEnabled(Marker) - Method in class com.alipay.sofa.common.log.proxy.LoggerProxy
-
- isGlobalMonitorLoggable() - Method in class com.alipay.sofa.common.thread.ThreadPoolGovernor
-
The log switch of the all monitor task
- isGovernorLoggable() - Method in class com.alipay.sofa.common.thread.ThreadPoolGovernor
-
The log switch of the dump task
- isInfoEnabled() - Method in class com.alipay.sofa.common.log.proxy.LoggerProxy
-
- isInfoEnabled(Marker) - Method in class com.alipay.sofa.common.log.proxy.LoggerProxy
-
- isInnerClass(Class) - Static method in class com.alipay.sofa.common.utils.ClassUtil
-
- isInstanceOf(Class, Object) - Static method in class com.alipay.sofa.common.utils.AssertUtil
-
Assert that the provided object is an instance of the provided class.
- isInstanceOf(Class, Object, String) - Static method in class com.alipay.sofa.common.utils.AssertUtil
-
Assert that the provided object is an instance of the provided class.
- isLog4j2Usable(ClassLoader) - Static method in class com.alipay.sofa.common.log.env.LogEnvUtils
-
- isLog4jUsable(ClassLoader) - Static method in class com.alipay.sofa.common.log.env.LogEnvUtils
-
- isLogbackUsable(ClassLoader) - Static method in class com.alipay.sofa.common.log.env.LogEnvUtils
-
- isLogStarterExist() - Static method in class com.alipay.sofa.common.log.env.LogEnvUtils
-
- isModifiable() - Method in class com.alipay.sofa.common.config.ConfigKey
-
- isNameDefined(Class, String) - Static method in class com.alipay.sofa.common.profile.enumeration.EnumUtil
-
- isNotBlank(String) - Static method in class com.alipay.sofa.common.utils.StringUtil
-
- isNotEmpty(Object[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
-
- isNotEmpty(long[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
-
- isNotEmpty(int[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
-
- isNotEmpty(short[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
-
- isNotEmpty(byte[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
-
- isNotEmpty(double[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
-
- isNotEmpty(float[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
-
- isNotEmpty(boolean[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
-
- isNotEmpty(char[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
-
- isNotEmpty(String) - Static method in class com.alipay.sofa.common.utils.StringUtil
-
- isNull(Object, String) - Static method in class com.alipay.sofa.common.utils.AssertUtil
-
Assert that an object is null .
- isNull(Object) - Static method in class com.alipay.sofa.common.utils.AssertUtil
-
Assert that an object is null .
- isNumeric(String) - Static method in class com.alipay.sofa.common.utils.StringUtil
-
- isNumericSpace(String) - Static method in class com.alipay.sofa.common.utils.StringUtil
-
- isPresent(String) - Static method in class com.alipay.sofa.common.utils.ClassUtil
-
- isPresent(String, ClassLoader) - Static method in class com.alipay.sofa.common.utils.ClassUtil
-
- isPrinted() - Method in class com.alipay.sofa.common.thread.ExecutingRunnable
-
- isReInitialize() - Method in interface com.alipay.sofa.common.log.spi.ReInitializeChecker
-
Deprecated.
- isSameLength(Object[], Object[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
-
- isSameLength(long[], long[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
-
- isSameLength(int[], int[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
-
- isSameLength(short[], short[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
-
- isSameLength(byte[], byte[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
-
- isSameLength(double[], double[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
-
- isSameLength(float[], float[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
-
- isSameLength(boolean[], boolean[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
-
- isSameLength(char[], char[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
-
- isSameType(Object, Object) - Static method in class com.alipay.sofa.common.utils.ObjectUtil
-
- isSofaCommonLoggingConfig(String) - Static method in class com.alipay.sofa.common.log.env.LogEnvUtils
-
- isSofaTracerTransmit() - Method in class com.alipay.sofa.common.thread.SofaScheduledThreadPoolExecutor
-
- isSofaTracerTransmit() - Method in class com.alipay.sofa.common.thread.SofaThreadPoolExecutor
-
- isSofaTracerTransmit() - Method in class com.alipay.sofa.common.thread.SofaThreadPoolTaskExecutor
-
- isSpaceInitialized(String) - Static method in class com.alipay.sofa.common.log.MultiAppLoggerSpaceManager
-
- isSpaceInitialized(SpaceId) - Static method in class com.alipay.sofa.common.log.MultiAppLoggerSpaceManager
-
- isSpaceInitialized(SpaceId) - Static method in class com.alipay.sofa.common.log.MultiAppLoggerSpaceManager
-
Deprecated.
- isSpaceInitialized() - Method in class com.alipay.sofa.common.log.proxy.TemporaryILoggerFactory.LoggerSelector
-
- isStarted() - Method in class com.alipay.sofa.common.thread.ThreadPoolMonitorWrapper
-
Return whether the monitor task is started
- isTraceEnabled() - Method in class com.alipay.sofa.common.log.proxy.LoggerProxy
-
- isTraceEnabled(Marker) - Method in class com.alipay.sofa.common.log.proxy.LoggerProxy
-
- isTrue(boolean, String) - Static method in class com.alipay.sofa.common.utils.AssertUtil
-
Assert a boolean expression, throwing IllegalArgumentException
if the test result is false.
- isTrue(boolean) - Static method in class com.alipay.sofa.common.utils.AssertUtil
-
Assert a boolean expression, throwing IllegalArgumentException
if the test result is false.
- isUseDefaultSystemProperties() - Static method in class com.alipay.sofa.common.log.env.LogEnvUtils
-
- isUTF8WellFormed(byte[]) - Static method in class com.alipay.sofa.common.utils.CharsetUtil
-
Determines whether the given byte array is well formed in UTF-8 encoding format according to Unicode 6.0.
- isUTF8WellFormed(byte[], int, int) - Static method in class com.alipay.sofa.common.utils.CharsetUtil
-
Determines whether a portion of the given byte array is well formed in UTF-8 encoding format according to Unicode 6.0.
- isValueDefined(Class, Number) - Static method in class com.alipay.sofa.common.profile.enumeration.EnumUtil
-
- isWarnEnabled() - Method in class com.alipay.sofa.common.log.proxy.LoggerProxy
-
- isWarnEnabled(Marker) - Method in class com.alipay.sofa.common.log.proxy.LoggerProxy
-
- isWhitespace(String) - Static method in class com.alipay.sofa.common.utils.StringUtil
-
- isZero(Number) - Method in class com.alipay.sofa.common.profile.enumeration.Enum.EnumType
-
- iterator() - Method in class com.alipay.sofa.common.thread.VariableLinkedBlockingQueue
-
Returns an iterator over the elements in this queue in proper sequence.
- schedule(Runnable, long, TimeUnit) - Method in class com.alipay.sofa.common.thread.SofaScheduledThreadPoolExecutor
-
- schedule(Callable<V>, long, TimeUnit) - Method in class com.alipay.sofa.common.thread.SofaScheduledThreadPoolExecutor
-
- scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in class com.alipay.sofa.common.thread.SofaScheduledThreadPoolExecutor
-
- scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in class com.alipay.sofa.common.thread.SofaScheduledThreadPoolExecutor
-
- select(String) - Method in class com.alipay.sofa.common.log.proxy.TemporaryILoggerFactory.LoggerSelector
-
- SensitiveDataUtil - Class in com.alipay.sofa.common.security
-
SensitiveDataUtil
示例:
银行卡号:
SensitiveDataUtil.bankCardNohide("612526198319131434") = "612526********1434"
身份证号:
SensitiveDataUtil.idCardNohide("362397201201012384") = "3****************4"
邮箱:
SensitiveDataUtil.emailHide("yaaachaa@163.com") = "yaa***@163.com"
SensitiveDataUtil.emailHideSMS("yaaachaa@163.com") = "yaa*@163.com"
SensitiveDataUtil.emailHideSMS("yaaachaa@netvigator.com") = "yaa*@netviga*"
电话号码(手机或固定电话)--网站以及客户端
SensitiveDataUtil.phoneOrTelNoHide("15087653459") = "150******59"
SensitiveDataUtil.phoneOrTelNoHide("0796-1234567") = "0796-***4567"
SensitiveDataUtil.phoneOrTelNoHide("01036852045") = "0103***2045"
手机号码通用隐藏规则(包括港澳台地区),隐藏中间四位--网站以及客户端
SensitiveDataUtil.cellphoneHide("13071835358") = 130******58
SensitiveDataUtil.cellphoneHide("3071835358") = 307****358
SensitiveDataUtil.cellphoneHide("071835358") = 071****58
SensitiveDataUtil.cellphoneHide("835358") = 8****8
适用于短信中
SensitiveDataUtil.cellphoneHideSMS("13071835358") = 130*58
SensitiveDataUtil.cellphoneHideSMS("3071835358") = 307*358
SensitiveDataUtil.cellphoneHideSMS("071835358") = 071*58
SensitiveDataUtil.cellphoneHideSMS("835358") = 8*8
支付宝登录名:
SensitiveDataUtil.alipayLogonIdHide("15087653459") = "150******59"
SensitiveDataUtil.alipayLogonIdHide("yaaachaa@163.com") = "yaa***@163.com"
非上述固定格式敏感信息的屏蔽方法:
SensitiveDataUtil.defualtHide("ttt") = "t*t"
自定义屏蔽规则展示:
SensitiveDataUtil.customizeHide("13568794561",3,4,4) = "135****4561"
对起始标签和结尾标签中间的内容按指定的敏感数据类型进行部分隐藏:
SensitiveDataUtil.filterHide(final String sourceStr,final String tagBegin, final String tagEnd,final int sensitiveDataType )
sourceStr为:
- SensitiveDataUtil(boolean) - Constructor for class com.alipay.sofa.common.security.SensitiveDataUtil
-
构造函数
- SensitiveDataUtil() - Constructor for class com.alipay.sofa.common.security.SensitiveDataUtil
-
构造函数,默认开启屏蔽开关
- setAbstractLoggerSpaceFactory(AbstractLoggerSpaceFactory) - Method in class com.alipay.sofa.common.log.LogSpace
-
- setCapacity(int) - Method in class com.alipay.sofa.common.thread.VariableLinkedBlockingQueue
-
Set a new capacity for the queue.
- setConsoleLevel(String) - Static method in class com.alipay.sofa.common.log.LogLog
-
- setConverter(Converter) - Static method in class com.alipay.sofa.common.config.converter.GlobalConverterHolder
-
- setDelegate(RejectedExecutionHandler) - Method in class com.alipay.sofa.common.thread.TimeWaitRejectedExecutionHandler
-
- setDequeueTime(long) - Method in class com.alipay.sofa.common.thread.ExecutingRunnable
-
- setEnqueueTime(long) - Method in class com.alipay.sofa.common.thread.ExecutingRunnable
-
- setField(String, Object, T) - Static method in class com.alipay.sofa.common.utils.ClassUtil
-
Set field of specified object to value, will try to operate on super class until success
- setFinishTime(long) - Method in class com.alipay.sofa.common.thread.ExecutingRunnable
-
- setGlobalMonitorLoggable(boolean) - Method in class com.alipay.sofa.common.thread.ThreadPoolGovernor
-
Update the log switch of the all monitor task
- setGovernorLoggable(boolean) - Method in class com.alipay.sofa.common.thread.ThreadPoolGovernor
-
Update the log switch of the dump task
- setGovernorPeriod(long) - Method in class com.alipay.sofa.common.thread.ThreadPoolGovernor
-
update the period of the dump task, then restart the task
- setHideFlag(boolean) - Static method in class com.alipay.sofa.common.security.SensitiveDataUtil
-
hideFlag setter
- setLevel(String, AdapterLevel) - Method in class com.alipay.sofa.common.log.factory.AbstractLoggerSpaceFactory
-
改变指定日志的级别,子类需要复写此方法来实现动态改变日志级别
- setLevel(String, AdapterLevel) - Method in class com.alipay.sofa.common.log.factory.Log4j2LoggerSpaceFactory
-
- setLevel(String, AdapterLevel) - Method in class com.alipay.sofa.common.log.factory.LogbackLoggerSpaceFactory
-
- setLoggerConsolePrefixWhiteSet(Set<String>) - Static method in class com.alipay.sofa.common.log.CommonLoggingConfigurations
-
- setLoggerConsoleWhiteSet(Set<String>) - Static method in class com.alipay.sofa.common.log.CommonLoggingConfigurations
-
- setLoggerLevel(String, String, AdapterLevel) - Static method in class com.alipay.sofa.common.log.LoggerSpaceManager
-
- setLoggerLevel(String, SpaceId, AdapterLevel) - Static method in class com.alipay.sofa.common.log.LoggerSpaceManager
-
- setLoggerLevel(String, SpaceId, AdapterLevel) - Static method in class com.alipay.sofa.common.log.LoggerSpaceManager
-
Deprecated.
- setLoggerLevel(String, String, AdapterLevel) - Static method in class com.alipay.sofa.common.log.MultiAppLoggerSpaceManager
-
- setLoggerLevel(String, SpaceId, AdapterLevel) - Static method in class com.alipay.sofa.common.log.MultiAppLoggerSpaceManager
-
- setLoggerLevel(String, SpaceId, AdapterLevel) - Static method in class com.alipay.sofa.common.log.MultiAppLoggerSpaceManager
-
Deprecated.
- setMonitorThreadPoolBySpaceName(String, long) - Method in class com.alipay.sofa.common.thread.ThreadPoolGovernor
-
update the monitor params and restart all thread pool in the spaceName
- setPeriod(long) - Method in class com.alipay.sofa.common.thread.SofaThreadPoolExecutor
-
Deprecated.
- setPeriod(long) - Method in class com.alipay.sofa.common.thread.SofaThreadPoolTaskExecutor
-
- setPeriod(long) - Method in class com.alipay.sofa.common.thread.SofaThreadPoolTaskScheduler
-
- setPeriod(long) - Method in class com.alipay.sofa.common.thread.ThreadPoolConfig
-
- setPrinted(boolean) - Method in class com.alipay.sofa.common.thread.ExecutingRunnable
-
- setProperty(String, String) - Method in class com.alipay.sofa.common.log.LogSpace
-
- setProperty(String, String) - Method in class com.alipay.sofa.common.log.SpaceInfo
-
Deprecated.
- setSofaTracerTransmit(boolean) - Method in class com.alipay.sofa.common.thread.SofaScheduledThreadPoolExecutor
-
- setSofaTracerTransmit(boolean) - Method in class com.alipay.sofa.common.thread.SofaThreadPoolExecutor
-
- setSofaTracerTransmit(boolean) - Method in class com.alipay.sofa.common.thread.SofaThreadPoolTaskExecutor
-
- setSofaTracerTransmit(boolean) - Method in class com.alipay.sofa.common.thread.SofaThreadPoolTaskScheduler
-
- setSpaceClassloader(ClassLoader) - Method in class com.alipay.sofa.common.log.LogSpace
-
- setSpaceName(String) - Method in class com.alipay.sofa.common.thread.SofaThreadPoolTaskExecutor
-
- setSpaceName(String) - Method in class com.alipay.sofa.common.thread.SofaThreadPoolTaskScheduler
-
- setSpaceName(String) - Method in class com.alipay.sofa.common.thread.ThreadPoolConfig
-
- setTaskTimeout(long) - Method in class com.alipay.sofa.common.thread.SofaThreadPoolExecutor
-
Deprecated.
- setTaskTimeout(long) - Method in class com.alipay.sofa.common.thread.SofaThreadPoolTaskExecutor
-
- setTaskTimeout(long) - Method in class com.alipay.sofa.common.thread.SofaThreadPoolTaskScheduler
-
- setTaskTimeout(long) - Method in class com.alipay.sofa.common.thread.ThreadPoolConfig
-
- setTaskTimeoutMilli(long) - Method in class com.alipay.sofa.common.thread.ThreadPoolConfig
-
- setThread(Thread) - Method in class com.alipay.sofa.common.thread.ExecutingRunnable
-
- setThreadPoolExecutor(SofaThreadPoolExecutor) - Method in class com.alipay.sofa.common.thread.TimeWaitRejectedExecutionHandler
-
- setThreadPoolName(String) - Method in class com.alipay.sofa.common.thread.SofaThreadPoolExecutor
-
Deprecated.
- setThreadPoolName(String) - Method in class com.alipay.sofa.common.thread.SofaThreadPoolTaskExecutor
-
- setThreadPoolName(String) - Method in class com.alipay.sofa.common.thread.SofaThreadPoolTaskScheduler
-
- setThreadPoolName(String) - Method in class com.alipay.sofa.common.thread.ThreadPoolConfig
-
- setTimeUnit(TimeUnit) - Method in class com.alipay.sofa.common.thread.ThreadPoolConfig
-
- setTimeWaitRunner(TimeWaitRunner) - Method in class com.alipay.sofa.common.thread.TimeWaitRejectedExecutionHandler
-
- shortValue() - Method in class com.alipay.sofa.common.profile.enumeration.Enum
-
- shortValue() - Method in interface com.alipay.sofa.common.profile.enumeration.internal.NumberType
-
- shouldAttachConsoleAppender(String) - Static method in class com.alipay.sofa.common.log.CommonLoggingConfigurations
-
- SIMPLE_CLASS_NAME - Static variable in class com.alipay.sofa.common.thread.SofaThreadPoolTaskExecutor
-
- SIMPLE_CLASS_NAME - Static variable in class com.alipay.sofa.common.thread.SofaThreadPoolTaskScheduler
-
- size() - Method in class com.alipay.sofa.common.thread.VariableLinkedBlockingQueue
-
Returns the number of elements in this queue.
- Slite2LogPathInit - Class in com.alipay.sofa.common.log.global
-
Slite2LogPathInit
- Slite2LogPathInit() - Constructor for class com.alipay.sofa.common.log.global.Slite2LogPathInit
-
- SOFA_LOG_FIRST_INITIALIZE - Static variable in interface com.alipay.sofa.common.log.Constants
-
- SOFA_MIDDLEWARE_ALL_LOG_CONSOLE_LEVEL - Static variable in interface com.alipay.sofa.common.log.Constants
-
- SOFA_MIDDLEWARE_ALL_LOG_CONSOLE_SWITCH - Static variable in interface com.alipay.sofa.common.log.Constants
-
- SOFA_MIDDLEWARE_CONFIG_CACHE_EXPIRE_TIME - Static variable in interface com.alipay.sofa.common.log.Constants
-
- SOFA_MIDDLEWARE_CONFIG_CACHE_MAX_SIZE - Static variable in interface com.alipay.sofa.common.log.Constants
-
- SOFA_MIDDLEWARE_CONFIG_PREFIX - Static variable in interface com.alipay.sofa.common.log.Constants
-
- SOFA_MIDDLEWARE_LOG_CONSOLE_LOG4J2_PATTERN - Static variable in interface com.alipay.sofa.common.log.Constants
-
- SOFA_MIDDLEWARE_LOG_CONSOLE_LOG4J2_PATTERN_DEFAULT - Static variable in interface com.alipay.sofa.common.log.Constants
-
- SOFA_MIDDLEWARE_LOG_CONSOLE_LOGBACK_PATTERN - Static variable in interface com.alipay.sofa.common.log.Constants
-
- SOFA_MIDDLEWARE_LOG_CONSOLE_LOGBACK_PATTERN_DEFAULT - Static variable in interface com.alipay.sofa.common.log.Constants
-
- SOFA_MIDDLEWARE_LOG_DISABLE - Static variable in interface com.alipay.sofa.common.log.Constants
-
- SOFA_MIDDLEWARE_LOG_DISABLE_PROP_KEY - Static variable in interface com.alipay.sofa.common.log.Constants
-
- SOFA_MIDDLEWARE_LOG_INTERNAL_LEVEL - Static variable in interface com.alipay.sofa.common.log.Constants
-
- SOFA_MIDDLEWARE_SINGLE_LOG_CONSOLE_LEVEL - Static variable in interface com.alipay.sofa.common.log.Constants
-
- SOFA_MIDDLEWARE_SINGLE_LOG_CONSOLE_SWITCH - Static variable in interface com.alipay.sofa.common.log.Constants
-
- SOFA_THREAD_POOL_LOGGING_CAPABILITY - Static variable in class com.alipay.sofa.common.thread.SofaThreadPoolConstants
-
- SofaConfigs - Class in com.alipay.sofa.common.config
-
- SofaConfigs() - Constructor for class com.alipay.sofa.common.config.SofaConfigs
-
- SofaScheduledThreadPoolExecutor - Class in com.alipay.sofa.common.thread
-
- SofaScheduledThreadPoolExecutor(int, ThreadFactory, RejectedExecutionHandler, String, String, long, long, TimeUnit) - Constructor for class com.alipay.sofa.common.thread.SofaScheduledThreadPoolExecutor
-
Basic constructor
- SofaScheduledThreadPoolExecutor(int, ThreadFactory, RejectedExecutionHandler, String, long, long, TimeUnit) - Constructor for class com.alipay.sofa.common.thread.SofaScheduledThreadPoolExecutor
-
- SofaScheduledThreadPoolExecutor(int, ThreadFactory, RejectedExecutionHandler, String, String) - Constructor for class com.alipay.sofa.common.thread.SofaScheduledThreadPoolExecutor
-
- SofaScheduledThreadPoolExecutor(int, ThreadFactory, RejectedExecutionHandler, String) - Constructor for class com.alipay.sofa.common.thread.SofaScheduledThreadPoolExecutor
-
- SofaScheduledThreadPoolExecutor(int, String, String) - Constructor for class com.alipay.sofa.common.thread.SofaScheduledThreadPoolExecutor
-
- SofaScheduledThreadPoolExecutor(int, String) - Constructor for class com.alipay.sofa.common.thread.SofaScheduledThreadPoolExecutor
-
- SofaScheduledThreadPoolExecutor(int) - Constructor for class com.alipay.sofa.common.thread.SofaScheduledThreadPoolExecutor
-
- SofaScheduledThreadPoolExecutor(int, ThreadFactory) - Constructor for class com.alipay.sofa.common.thread.SofaScheduledThreadPoolExecutor
-
- SofaScheduledThreadPoolExecutor(int, RejectedExecutionHandler) - Constructor for class com.alipay.sofa.common.thread.SofaScheduledThreadPoolExecutor
-
- SofaScheduledThreadPoolExecutor(int, ThreadFactory, RejectedExecutionHandler) - Constructor for class com.alipay.sofa.common.thread.SofaScheduledThreadPoolExecutor
-
- sofaScheduledThreadPoolExecutor - Variable in class com.alipay.sofa.common.thread.SofaThreadPoolTaskScheduler
-
- SofaThreadPoolConstants - Class in com.alipay.sofa.common.thread
-
The constants for the Sofa Thread Pool
- SofaThreadPoolConstants() - Constructor for class com.alipay.sofa.common.thread.SofaThreadPoolConstants
-
- SofaThreadPoolExecutor - Class in com.alipay.sofa.common.thread
-
- SofaThreadPoolExecutor(int, int, long, TimeUnit, BlockingQueue<Runnable>, ThreadFactory, RejectedExecutionHandler, String, String, long, long, TimeUnit) - Constructor for class com.alipay.sofa.common.thread.SofaThreadPoolExecutor
-
Basic constructor
- SofaThreadPoolExecutor(int, int, long, TimeUnit, BlockingQueue<Runnable>, ThreadFactory, RejectedExecutionHandler, String, long, long, TimeUnit) - Constructor for class com.alipay.sofa.common.thread.SofaThreadPoolExecutor
-
- SofaThreadPoolExecutor(int, int, long, TimeUnit, BlockingQueue<Runnable>, ThreadFactory, RejectedExecutionHandler, String, String) - Constructor for class com.alipay.sofa.common.thread.SofaThreadPoolExecutor
-
- SofaThreadPoolExecutor(int, int, long, TimeUnit, BlockingQueue<Runnable>, ThreadFactory, RejectedExecutionHandler, String) - Constructor for class com.alipay.sofa.common.thread.SofaThreadPoolExecutor
-
- SofaThreadPoolExecutor(int, int, long, TimeUnit, BlockingQueue<Runnable>, String, String) - Constructor for class com.alipay.sofa.common.thread.SofaThreadPoolExecutor
-
- SofaThreadPoolExecutor(int, int, long, TimeUnit, BlockingQueue<Runnable>, String) - Constructor for class com.alipay.sofa.common.thread.SofaThreadPoolExecutor
-
- SofaThreadPoolExecutor(int, int, long, TimeUnit, BlockingQueue<Runnable>) - Constructor for class com.alipay.sofa.common.thread.SofaThreadPoolExecutor
-
- SofaThreadPoolExecutor(int, int, long, TimeUnit, BlockingQueue<Runnable>, ThreadFactory) - Constructor for class com.alipay.sofa.common.thread.SofaThreadPoolExecutor
-
- SofaThreadPoolExecutor(int, int, long, TimeUnit, BlockingQueue<Runnable>, RejectedExecutionHandler) - Constructor for class com.alipay.sofa.common.thread.SofaThreadPoolExecutor
-
- SofaThreadPoolExecutor(int, int, long, TimeUnit, BlockingQueue<Runnable>, ThreadFactory, RejectedExecutionHandler) - Constructor for class com.alipay.sofa.common.thread.SofaThreadPoolExecutor
-
- sofaThreadPoolExecutor - Variable in class com.alipay.sofa.common.thread.SofaThreadPoolTaskExecutor
-
- SofaThreadPoolTaskExecutor - Class in com.alipay.sofa.common.thread
-
Sofa thread pool based on ThreadPoolTaskExecutor
- SofaThreadPoolTaskExecutor() - Constructor for class com.alipay.sofa.common.thread.SofaThreadPoolTaskExecutor
-
- SofaThreadPoolTaskScheduler - Class in com.alipay.sofa.common.thread
-
Sofa thread pool based on ThreadPoolTaskScheduler
- SofaThreadPoolTaskScheduler() - Constructor for class com.alipay.sofa.common.thread.SofaThreadPoolTaskScheduler
-
- SofaTracerCommandFactory - Class in com.alipay.sofa.common.thread
-
Factory to create SOFA-Tracer work command.
- SofaTracerCommandFactory() - Constructor for class com.alipay.sofa.common.thread.SofaTracerCommandFactory
-
- SofaTracerCommandFactory.SofaTracerExecutingRunnable - Class in com.alipay.sofa.common.thread
-
- SofaTracerExecutingRunnable(Runnable) - Constructor for class com.alipay.sofa.common.thread.SofaTracerCommandFactory.SofaTracerExecutingRunnable
-
- sofaTracerTransmit - Variable in class com.alipay.sofa.common.thread.SofaThreadPoolTaskExecutor
-
- sofaTracerTransmit - Variable in class com.alipay.sofa.common.thread.SofaThreadPoolTaskScheduler
-
- SofaVirtualThreadFactory - Class in com.alipay.sofa.common.thread.virtual
-
Delegate for virtual thread handling on JDK 21.
- SofaVirtualThreadFactory() - Constructor for class com.alipay.sofa.common.thread.virtual.SofaVirtualThreadFactory
-
- sort(List<? extends Ordered>) - Static method in class com.alipay.sofa.common.utils.OrderComparator
-
- sort(Ordered[]) - Static method in class com.alipay.sofa.common.utils.OrderComparator
-
- SpaceId - Class in com.alipay.sofa.common.log
-
Deprecated.
- SpaceId(String) - Constructor for class com.alipay.sofa.common.log.SpaceId
-
Deprecated.
- SpaceId - Class in com.alipay.sofa.common.space
-
Unified Space Id in sofa-common-tools to identify:
1.
- SpaceId(String) - Constructor for class com.alipay.sofa.common.space.SpaceId
-
- SpaceInfo - Class in com.alipay.sofa.common.log
-
Deprecated.
- SpaceInfo() - Constructor for class com.alipay.sofa.common.log.SpaceInfo
-
Deprecated.
- spaceName - Variable in class com.alipay.sofa.common.thread.SofaThreadPoolTaskExecutor
-
- spaceName - Variable in class com.alipay.sofa.common.thread.SofaThreadPoolTaskScheduler
-
- spaceName(String) - Method in class com.alipay.sofa.common.thread.ThreadPoolConfig.SofaThreadConfigBuilder
-
- SpaceNamedThreadFactory - Class in com.alipay.sofa.common.thread.space
-
- SpaceNamedThreadFactory(String, String) - Constructor for class com.alipay.sofa.common.thread.space.SpaceNamedThreadFactory
-
- SpaceNamedThreadFactory(String, String, boolean) - Constructor for class com.alipay.sofa.common.thread.space.SpaceNamedThreadFactory
-
- split(String) - Static method in class com.alipay.sofa.common.utils.StringUtil
-
- split(String, char) - Static method in class com.alipay.sofa.common.utils.StringUtil
-
- split(String, String) - Static method in class com.alipay.sofa.common.utils.StringUtil
-
- split(String, String, int) - Static method in class com.alipay.sofa.common.utils.StringUtil
-
- start() - Static method in class com.alipay.sofa.common.profile.diagnostic.Profiler
-
- start(String) - Static method in class com.alipay.sofa.common.profile.diagnostic.Profiler
-
- start(Profiler.Message) - Static method in class com.alipay.sofa.common.profile.diagnostic.Profiler
-
- startGovernorSchedule() - Method in class com.alipay.sofa.common.thread.ThreadPoolGovernor
-
Start the governor info dump task
- startMonitor() - Method in class com.alipay.sofa.common.thread.ThreadPoolMonitorWrapper
-
- startMonitorThreadPool(String) - Method in class com.alipay.sofa.common.thread.ThreadPoolGovernor
-
- startMonitorThreadPoolBySpaceName(String) - Method in class com.alipay.sofa.common.thread.ThreadPoolGovernor
-
start monitor all thread pool in the spaceName
- startSchedule() - Method in class com.alipay.sofa.common.thread.SofaScheduledThreadPoolExecutor
-
- startSchedule() - Method in class com.alipay.sofa.common.thread.SofaThreadPoolExecutor
-
- state(boolean, String) - Static method in class com.alipay.sofa.common.utils.AssertUtil
-
Assert a boolean expression, throwing IllegalStateException
if the test result is false.
- state(boolean) - Static method in class com.alipay.sofa.common.utils.AssertUtil
-
- stopGovernorSchedule() - Method in class com.alipay.sofa.common.thread.ThreadPoolGovernor
-
Stop the governor info dump task
- stopMonitor() - Method in class com.alipay.sofa.common.thread.ThreadPoolMonitorWrapper
-
- stopMonitorThreadPool(String) - Method in class com.alipay.sofa.common.thread.ThreadPoolGovernor
-
- stopMonitorThreadPoolBySpaceName(String) - Method in class com.alipay.sofa.common.thread.ThreadPoolGovernor
-
stop monitor all thread pool in the spaceName
- stopSchedule() - Method in class com.alipay.sofa.common.thread.SofaScheduledThreadPoolExecutor
-
- stopSchedule() - Method in class com.alipay.sofa.common.thread.SofaThreadPoolExecutor
-
- StreamUtil - Class in com.alipay.sofa.common.utils
-
- StreamUtil() - Constructor for class com.alipay.sofa.common.utils.StreamUtil
-
- StringUtil - Class in com.alipay.sofa.common.utils
-
- StringUtil() - Constructor for class com.alipay.sofa.common.utils.StringUtil
-
- substring(String, int) - Static method in class com.alipay.sofa.common.utils.StringUtil
-
- substring(String, int, int) - Static method in class com.alipay.sofa.common.utils.StringUtil
-
- substringAfter(String, String) - Static method in class com.alipay.sofa.common.utils.StringUtil
-
- substringAfterLast(String, String) - Static method in class com.alipay.sofa.common.utils.StringUtil
-
- substringBefore(String, String) - Static method in class com.alipay.sofa.common.utils.StringUtil
-
- substringBeforeLast(String, String) - Static method in class com.alipay.sofa.common.utils.StringUtil
-
- substringBetween(String, String) - Static method in class com.alipay.sofa.common.utils.StringUtil
-
- substringBetween(String, String, String) - Static method in class com.alipay.sofa.common.utils.StringUtil
-
- substringBetween(String, String, String, int) - Static method in class com.alipay.sofa.common.utils.StringUtil
-
- swapCase(String) - Static method in class com.alipay.sofa.common.utils.StringUtil
-
- synchronizedOutputStream(OutputStream) - Static method in class com.alipay.sofa.common.utils.StreamUtil
-
- synchronizedOutputStream(OutputStream, Object) - Static method in class com.alipay.sofa.common.utils.StreamUtil
-
- SYSTEM_ENV - Static variable in class com.alipay.sofa.common.config.source.ConfigSourceOrder
-
- SYSTEM_PROPERTY - Static variable in class com.alipay.sofa.common.config.source.ConfigSourceOrder
-
- SystemEnvConfigSource - Class in com.alipay.sofa.common.config.source
-
- SystemEnvConfigSource() - Constructor for class com.alipay.sofa.common.config.source.SystemEnvConfigSource
-
- SystemPropertyConfigSource - Class in com.alipay.sofa.common.config.source
-
- SystemPropertyConfigSource() - Constructor for class com.alipay.sofa.common.config.source.SystemPropertyConfigSource
-