Index

A B C D E F G H I J K L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

abbreviate(String, int) - Static method in class com.alipay.sofa.common.utils.StringUtil
 
abbreviate(String, int, int) - Static method in class com.alipay.sofa.common.utils.StringUtil
 
AbstractConfigListener - Class in com.alipay.sofa.common.config.listener
AbstractConfigListener provides empty implements of ConfigListener.
AbstractConfigListener() - Constructor for class com.alipay.sofa.common.config.listener.AbstractConfigListener
 
AbstractConfigSource - Class in com.alipay.sofa.common.config.source
 
AbstractConfigSource() - Constructor for class com.alipay.sofa.common.config.source.AbstractConfigSource
 
AbstractLoggerSpaceFactory - Class in com.alipay.sofa.common.log.factory
updated by yangguanchao on 17/04/28.
AbstractLoggerSpaceFactory(String) - Constructor for class com.alipay.sofa.common.log.factory.AbstractLoggerSpaceFactory
 
AbstractLoggerSpaceFactoryBuilder - Class in com.alipay.sofa.common.log.factory
Created by [email protected] on 16/9/22.
AbstractLoggerSpaceFactoryBuilder(SpaceId, LogSpace) - Constructor for class com.alipay.sofa.common.log.factory.AbstractLoggerSpaceFactoryBuilder
 
AdapterLevel - Enum Class in com.alipay.sofa.common.log.adapter.level
AdapterLevel
addAllConsoleLogger(Set<String>) - Static method in class com.alipay.sofa.common.log.CommonLoggingConfigurations
 
addAllConsolePrefixWhiteLoggerName(Set<String>) - Static method in class com.alipay.sofa.common.log.CommonLoggingConfigurations
 
addConfigListener(ManagementListener) - Method in interface com.alipay.sofa.common.config.ConfigManager
 
addConfigListener(ManagementListener) - Method in class com.alipay.sofa.common.config.DefaultConfigManager
 
addConfigListener(ManagementListener) - Static method in class com.alipay.sofa.common.config.SofaConfigs
 
addConfigSource(ConfigSource) - Method in interface com.alipay.sofa.common.config.ConfigManager
 
addConfigSource(ConfigSource) - Method in class com.alipay.sofa.common.config.DefaultConfigManager
 
addConfigSource(ConfigSource) - Static method in class com.alipay.sofa.common.config.SofaConfigs
 
addThreadPool(String) - Method in class com.alipay.sofa.common.thread.space.ThreadPoolSpace
 
addTotalRunningTime(long) - Method in class com.alipay.sofa.common.thread.ThreadPoolStatistics
add total running time
addTotalStayInQueueTime(long) - Method in class com.alipay.sofa.common.thread.ThreadPoolStatistics
add total stay in queue time
addTotalTaskCount() - Method in class com.alipay.sofa.common.thread.ThreadPoolStatistics
increase total task count
afterConfigLoaded(ConfigKey, ConfigSource, List<ConfigSource>) - Method in class com.alipay.sofa.common.config.listener.AbstractConfigListener
 
afterConfigLoaded(ConfigKey, ConfigSource, List<ConfigSource>) - Method in class com.alipay.sofa.common.config.listener.LogConfigListener
 
afterConfigLoaded(ConfigKey, ConfigSource, List<ConfigSource>) - Method in interface com.alipay.sofa.common.config.ManagementListener
Do something when loaded config
afterExecute(Runnable, Throwable) - Method in class com.alipay.sofa.common.thread.SofaScheduledThreadPoolExecutor
 
afterExecute(Runnable, Throwable) - Method in class com.alipay.sofa.common.thread.SofaThreadPoolExecutor
 
alignLeft(String, int) - Static method in class com.alipay.sofa.common.utils.StringUtil
 
alignLeft(String, int, char) - Static method in class com.alipay.sofa.common.utils.StringUtil
 
alignLeft(String, int, String) - Static method in class com.alipay.sofa.common.utils.StringUtil
 
alignRight(String, int) - Static method in class com.alipay.sofa.common.utils.StringUtil
 
alignRight(String, int, char) - Static method in class com.alipay.sofa.common.utils.StringUtil
 
alignRight(String, int, String) - Static method in class com.alipay.sofa.common.utils.StringUtil
 
alipayLogonIdHide(String) - Static method in class com.alipay.sofa.common.security.SensitiveDataUtil
对支付宝登陆帐号进行部分隐藏处理:如果是手机号,显示前3和后2位;如果是email,只显示用户名的前3位+*+@域名;如果都不是, 隐藏中间四位。
alipayLogonIdHideSMS(String) - Static method in class com.alipay.sofa.common.security.SensitiveDataUtil
对支付宝登陆帐号进行部分隐藏处理,适用于短信。
appendConsoleLoggerName(String) - Static method in class com.alipay.sofa.common.log.CommonLoggingConfigurations
 
appendConsolePrefixWhiteLoggerName(String) - Static method in class com.alipay.sofa.common.log.CommonLoggingConfigurations
 
appendIdentityToString(StringBuffer, Object) - Static method in class com.alipay.sofa.common.utils.ObjectUtil
 
ArrayUtil - Class in com.alipay.sofa.common.utils
 
ArrayUtil() - Constructor for class com.alipay.sofa.common.utils.ArrayUtil
 
assertUTF8WellFormed(byte[]) - Static method in class com.alipay.sofa.common.utils.CharsetUtil
Asserts the given byte array is well formed in UTF-8 encoding format.
assertUTF8WellFormed(byte[], int, int) - Static method in class com.alipay.sofa.common.utils.CharsetUtil
Asserts that a portion of the given byte array is well formed in UTF-8 encoding format.
AssertUtil - Class in com.alipay.sofa.common.utils
Created by [email protected] on 16/9/19.
AssertUtil() - Constructor for class com.alipay.sofa.common.utils.AssertUtil
 

B

BANKCARDNO_DATA - Static variable in class com.alipay.sofa.common.security.SensitiveDataUtil
银行卡号数据类型标识,可用于SensitiveDataUtil.filterHide方法的sensitiveDataType参数。
bankCardNoHide(String) - Static method in class com.alipay.sofa.common.security.SensitiveDataUtil
对银行卡号进行部分隐藏处理的简便方法,默认不做验证,由使用者自己保障。
bankCardNoHide(String, boolean) - Static method in class com.alipay.sofa.common.security.SensitiveDataUtil
对银行卡号进行部分隐藏处理, 如果银行卡位数大于等于16位只显示前6位和后4位,其他用*代替。
如果银行卡位数小于16位,则使用缺省脱敏方式。
如果doValidate为true且传入的数据不是合法的银行号,将按敏感信息缺省隐藏方式处理,显示前1/3和后1/3,其他用*代替。
beforeConfigLoading(ConfigKey, List<ConfigSource>) - Method in class com.alipay.sofa.common.config.listener.AbstractConfigListener
 
beforeConfigLoading(ConfigKey, List<ConfigSource>) - Method in interface com.alipay.sofa.common.config.ManagementListener
Do some thing before loading config
beforeExecute(Thread, Runnable) - Method in class com.alipay.sofa.common.thread.SofaScheduledThreadPoolExecutor
 
beforeExecute(Thread, Runnable) - Method in class com.alipay.sofa.common.thread.SofaThreadPoolExecutor
 
BRIEF_MESSAGE - Static variable in class com.alipay.sofa.common.profile.diagnostic.Profiler.MessageLevel
 
build() - Method in class com.alipay.sofa.common.thread.ThreadPoolConfig.SofaThreadConfigBuilder
 
build(String, ClassLoader) - Method in class com.alipay.sofa.common.log.factory.AbstractLoggerSpaceFactoryBuilder
 
build(String, ClassLoader) - Method in interface com.alipay.sofa.common.log.factory.LoggerSpaceFactoryBuilder
 
build(String, T, boolean, String) - Static method in class com.alipay.sofa.common.config.ConfigKey
 
build(String, T, boolean, String, String[]) - Static method in class com.alipay.sofa.common.config.ConfigKey
 
buildIdentity(String, String) - Static method in class com.alipay.sofa.common.thread.ThreadPoolConfig
The generate method of the identity
buildLoggerSelector() - Method in class com.alipay.sofa.common.log.proxy.TemporaryILoggerFactory
 
byteValue() - Method in class com.alipay.sofa.common.profile.enumeration.Enum
 
byteValue() - Method in interface com.alipay.sofa.common.profile.enumeration.internal.NumberType
 

C

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
 
clearLoggerConsoleProperties() - Static method in class com.alipay.sofa.common.log.CommonLoggingConfigurations
 
clone(boolean[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
clone(byte[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
clone(char[]) - 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(int[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
clone(long[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
clone(short[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
clone(Object) - Static method in class com.alipay.sofa.common.utils.ObjectUtil
 
clone(Object[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
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.proxy - package com.alipay.sofa.common.log.proxy
 
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.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, long) - Constructor for class com.alipay.sofa.common.config.source.ConfigSourceCacheWrapper
 
ConfigSourceCacheWrapper(AbstractConfigSource, CacheBuilder<String, String>) - 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
 
configureByResource(URL, LoggerContext) - Static method in class com.alipay.sofa.common.log.factory.LogbackLoggerSpaceFactory
 
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(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(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(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(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(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[]) - 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, float) - 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(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(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(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(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(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, 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
 
convert(String, Object...) - Method in class com.alipay.sofa.common.code.LogCode2Description
 
convert(String, String) - Static method in class com.alipay.sofa.common.code.LogCode2Description
 
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() - 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(SpaceId) - Static method in class com.alipay.sofa.common.code.LogCode2Description
 
create(Number) - Static method in class com.alipay.sofa.common.profile.enumeration.IntegerEnum
 
create(String) - Static method in class com.alipay.sofa.common.code.LogCode2Description
 
create(String) - Static method in class com.alipay.sofa.common.profile.enumeration.Enum
 
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
自定义屏蔽位数和屏蔽位置

D

debug(String) - Static method in class com.alipay.sofa.common.log.LogLog
 
debug(String) - Method in class com.alipay.sofa.common.log.proxy.LoggerProxy
 
debug(String, Object) - Method in class com.alipay.sofa.common.log.proxy.LoggerProxy
 
debug(String, Object...) - Method in class com.alipay.sofa.common.log.proxy.LoggerProxy
 
debug(String, Object...) - Static method in class com.alipay.sofa.common.thread.log.ThreadLogger
 
debug(String, Object, Object) - Method in class com.alipay.sofa.common.log.proxy.LoggerProxy
 
debug(String, Throwable) - Method in class com.alipay.sofa.common.log.proxy.LoggerProxy
 
debug(Marker, String) - Method in class com.alipay.sofa.common.log.proxy.LoggerProxy
 
debug(Marker, String, Object) - Method in class com.alipay.sofa.common.log.proxy.LoggerProxy
 
debug(Marker, String, Object...) - Method in class com.alipay.sofa.common.log.proxy.LoggerProxy
 
debug(Marker, String, Object, Object) - Method in class com.alipay.sofa.common.log.proxy.LoggerProxy
 
debug(Marker, String, Throwable) - Method in class com.alipay.sofa.common.log.proxy.LoggerProxy
 
DEBUG - Enum constant in enum class com.alipay.sofa.common.log.adapter.level.AdapterLevel
A general debugging event.
DEFAULT_CONVERTER - Static variable in class com.alipay.sofa.common.config.converter.GlobalConverterHolder
 
DEFAULT_EXPIRE_AFTER_SECOND - Static variable in class com.alipay.sofa.common.config.SofaConfigs
 
DEFAULT_GLOBAL_MONITOR_LOGGER_ENABLE - Static variable in class com.alipay.sofa.common.thread.SofaThreadPoolConstants
 
DEFAULT_GOVERNOR_INTERVAL - Static variable in class com.alipay.sofa.common.thread.SofaThreadPoolConstants
 
DEFAULT_GOVERNOR_LOGGER_ENABLE - Static variable in class com.alipay.sofa.common.thread.SofaThreadPoolConstants
 
DEFAULT_LOG - Static variable in interface com.alipay.sofa.common.log.Constants
 
DEFAULT_MAX_SIZE - Static variable in class com.alipay.sofa.common.config.SofaConfigs
 
DEFAULT_MAX_SIZE - Static variable in class com.alipay.sofa.common.config.source.ConfigSourceCacheWrapper
 
DEFAULT_MIDDLEWARE_SPACE_LOG_LEVEL - Static variable in interface com.alipay.sofa.common.log.Constants
 
DEFAULT_PERIOD - Static variable in class com.alipay.sofa.common.thread.SofaThreadPoolConstants
 
DEFAULT_PRIORITY - Static variable in interface com.alipay.sofa.common.log.Constants
 
DEFAULT_PROCESSID - Static variable in class com.alipay.sofa.common.utils.ProcessIdUtil
 
DEFAULT_TASK_TIMEOUT - Static variable in class com.alipay.sofa.common.thread.SofaThreadPoolConstants
 
DefaultConfigManager - Class in com.alipay.sofa.common.config
 
DefaultConfigManager(long, long) - Constructor for class com.alipay.sofa.common.config.DefaultConfigManager
 
DefaultConverter - Class in com.alipay.sofa.common.config.converter
 
DefaultConverter() - Constructor for class com.alipay.sofa.common.config.converter.DefaultConverter
 
defaultHide(String) - Static method in class com.alipay.sofa.common.security.SensitiveDataUtil
敏感信息缺省隐藏方式处理:显示前1/3和后1/3,其他*号代替。内容长度不能被3整除时,显示前ceil[length/3.0]和后floor[ length/3.0]
defaultIfBlank(String) - Static method in class com.alipay.sofa.common.utils.StringUtil
 
defaultIfBlank(String, String) - Static method in class com.alipay.sofa.common.utils.StringUtil
 
defaultIfEmpty(boolean[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
defaultIfEmpty(boolean[], boolean[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
defaultIfEmpty(byte[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
defaultIfEmpty(byte[], byte[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
defaultIfEmpty(char[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
defaultIfEmpty(char[], char[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
defaultIfEmpty(double[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
defaultIfEmpty(double[], double[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
defaultIfEmpty(float[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
defaultIfEmpty(float[], float[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
defaultIfEmpty(int[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
defaultIfEmpty(int[], int[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
defaultIfEmpty(long[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
defaultIfEmpty(long[], long[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
defaultIfEmpty(short[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
defaultIfEmpty(short[], short[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
defaultIfEmpty(Object[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
defaultIfEmpty(Object[], Class) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
defaultIfEmpty(Object[], Object[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
defaultIfEmpty(String) - Static method in class com.alipay.sofa.common.utils.StringUtil
 
defaultIfEmpty(String, String) - Static method in class com.alipay.sofa.common.utils.StringUtil
 
defaultIfNull(boolean[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
defaultIfNull(boolean[], boolean[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
defaultIfNull(byte[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
defaultIfNull(byte[], byte[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
defaultIfNull(char[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
defaultIfNull(char[], char[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
defaultIfNull(double[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
defaultIfNull(double[], double[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
defaultIfNull(float[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
defaultIfNull(float[], float[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
defaultIfNull(int[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
defaultIfNull(int[], int[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
defaultIfNull(long[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
defaultIfNull(long[], long[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
defaultIfNull(short[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
defaultIfNull(short[], short[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
defaultIfNull(Object[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
defaultIfNull(Object[], Class) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
defaultIfNull(Object[], Object[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
defaultIfNull(Object, Object) - Static method in class com.alipay.sofa.common.utils.ObjectUtil
 
defaultIfNull(String) - Static method in class com.alipay.sofa.common.utils.StringUtil
 
defaultIfNull(String, String) - Static method in class com.alipay.sofa.common.utils.StringUtil
 
deleteWhitespace(String) - Static method in class com.alipay.sofa.common.utils.StringUtil
 
DETAILED_MESSAGE - Static variable in class com.alipay.sofa.common.profile.diagnostic.Profiler.MessageLevel
 
difference(String, String) - Static method in class com.alipay.sofa.common.utils.StringUtil
 
doBuild(String, ClassLoader, URL) - Method in class com.alipay.sofa.common.log.factory.AbstractLoggerSpaceFactoryBuilder
 
doBuild(String, ClassLoader, URL) - Method in class com.alipay.sofa.common.log.factory.LoggerSpaceFactory4CommonsLoggingBuilder
 
doBuild(String, ClassLoader, URL) - Method in class com.alipay.sofa.common.log.factory.LoggerSpaceFactory4Log4j2Builder
 
doBuild(String, ClassLoader, URL) - Method in class com.alipay.sofa.common.log.factory.LoggerSpaceFactory4Log4jBuilder
 
doBuild(String, ClassLoader, URL) - Method in class com.alipay.sofa.common.log.factory.LoggerSpaceFactory4LogbackBuilder
 
doGetConfig(String) - Method in class com.alipay.sofa.common.config.source.AbstractConfigSource
 
doGetConfig(String) - Method in class com.alipay.sofa.common.config.source.ConfigSourceCacheWrapper
 
doGetConfig(String) - Method in class com.alipay.sofa.common.config.source.SystemEnvConfigSource
 
doGetConfig(String) - Method in class com.alipay.sofa.common.config.source.SystemPropertyConfigSource
 
doubleValue() - Method in class com.alipay.sofa.common.profile.enumeration.IntegerEnum
 
doubleValue() - Method in interface com.alipay.sofa.common.profile.enumeration.internal.NumberType
 
doWithRunnable(Runnable) - Method in class com.alipay.sofa.common.utils.TimeWaitRunner
 
drainTo(Collection<? super E>) - Method in class com.alipay.sofa.common.thread.VariableLinkedBlockingQueue
 
drainTo(Collection<? super E>, int) - Method in class com.alipay.sofa.common.thread.VariableLinkedBlockingQueue
 
dump() - Static method in class com.alipay.sofa.common.profile.diagnostic.Profiler
 
dump(String) - Static method in class com.alipay.sofa.common.profile.diagnostic.Profiler
 
dump(String, String) - Static method in class com.alipay.sofa.common.profile.diagnostic.Profiler
 
DUPLICATED_ENUM_NAME - Static variable in interface com.alipay.sofa.common.profile.enumeration.internal.EnumConstant
 

E

EMAIL_DATA - Static variable in class com.alipay.sofa.common.security.SensitiveDataUtil
EMAIL数据类型标识,可用于SensitiveDataUtil.filterHide方法的sensitiveDataType参数。
emailHide(String) - Static method in class com.alipay.sofa.common.security.SensitiveDataUtil
对Email进行部分隐藏处理的简便方法,默认不做验证,由使用者自己保障。
emailHide(String, boolean) - Static method in class com.alipay.sofa.common.security.SensitiveDataUtil
对Email进行部分隐藏处理,只显示用户名的前3位+***+@域名。如用户名不足3位,将显示用户名全部+***+@域名。
如果doValidate为true且传入的数据不是email(不含‘@’),将按敏感信息缺省隐藏方式处理,显示前1/3和后1/3。
emailHideSMS(String) - Static method in class com.alipay.sofa.common.security.SensitiveDataUtil
对短信中的Email进行部分隐藏处理的简便方法,默认不做验证,由使用者自己保障。 SensitiveDataUtil.emailHideSMS("[email protected]") = ddd*@hide.* SensitiveDataUtil.emailHideSMS("[email protected]") = ddd*@netviga* SensitiveDataUtil.emailHideSMS("[email protected]") = d*@netviga* SensitiveDataUtil.emailHideSMS("[email protected]") = ddd*@outlook.*
emailHideSMS(String, boolean) - Static method in class com.alipay.sofa.common.security.SensitiveDataUtil
对短信中的Email进行部分隐藏处理,只显示用户名的前3位+*+@域名。如用户名不足3位,将显示用户名全部+*+@域名。
如果doValidate为true且传入的数据不是email(不含‘@’),将按敏感信息缺省隐藏方式处理,显示前1/3和后1/3。
EMPTY_BOOLEAN_ARRAY - Static variable in class com.alipay.sofa.common.utils.ArrayUtil
 
EMPTY_BOOLEAN_OBJECT_ARRAY - Static variable in class com.alipay.sofa.common.utils.ArrayUtil
 
EMPTY_BYTE_ARRAY - Static variable in class com.alipay.sofa.common.utils.ArrayUtil
 
EMPTY_BYTE_OBJECT_ARRAY - Static variable in class com.alipay.sofa.common.utils.ArrayUtil
 
EMPTY_CHAR_ARRAY - Static variable in class com.alipay.sofa.common.utils.ArrayUtil
 
EMPTY_CHARACTER_OBJECT_ARRAY - Static variable in class com.alipay.sofa.common.utils.ArrayUtil
 
EMPTY_CLASS_ARRAY - Static variable in class com.alipay.sofa.common.utils.ArrayUtil
 
EMPTY_DOUBLE_ARRAY - Static variable in class com.alipay.sofa.common.utils.ArrayUtil
 
EMPTY_DOUBLE_OBJECT_ARRAY - Static variable in class com.alipay.sofa.common.utils.ArrayUtil
 
EMPTY_FLOAT_ARRAY - Static variable in class com.alipay.sofa.common.utils.ArrayUtil
 
EMPTY_FLOAT_OBJECT_ARRAY - Static variable in class com.alipay.sofa.common.utils.ArrayUtil
 
EMPTY_INT_ARRAY - Static variable in class com.alipay.sofa.common.utils.ArrayUtil
 
EMPTY_INTEGER_OBJECT_ARRAY - Static variable in class com.alipay.sofa.common.utils.ArrayUtil
 
EMPTY_LONG_ARRAY - Static variable in class com.alipay.sofa.common.utils.ArrayUtil
 
EMPTY_LONG_OBJECT_ARRAY - Static variable in class com.alipay.sofa.common.utils.ArrayUtil
 
EMPTY_OBJECT_ARRAY - Static variable in class com.alipay.sofa.common.utils.ArrayUtil
 
EMPTY_SHORT_ARRAY - Static variable in class com.alipay.sofa.common.utils.ArrayUtil
 
EMPTY_SHORT_OBJECT_ARRAY - Static variable in class com.alipay.sofa.common.utils.ArrayUtil
 
EMPTY_STRING - Static variable in class com.alipay.sofa.common.utils.StringUtil
 
EMPTY_STRING_ARRAY - Static variable in class com.alipay.sofa.common.utils.ArrayUtil
 
ensureClassLoaded() - Method in class com.alipay.sofa.common.profile.enumeration.Enum
 
enter(Profiler.Message) - Static method in class com.alipay.sofa.common.profile.diagnostic.Profiler
 
enter(String) - Static method in class com.alipay.sofa.common.profile.diagnostic.Profiler
 
Enum - Class in com.alipay.sofa.common.profile.enumeration
 
Enum() - Constructor for class com.alipay.sofa.common.profile.enumeration.Enum
 
ENUM_CLASS_IS_NULL - Static variable in interface com.alipay.sofa.common.profile.enumeration.internal.EnumConstant
 
ENUM_IS_NOT_A_FLAG - Static variable in interface com.alipay.sofa.common.profile.enumeration.internal.EnumConstant
 
ENUM_NAME_IS_EMPTY - Static variable in interface com.alipay.sofa.common.profile.enumeration.internal.EnumConstant
 
ENUM_VALUE_IS_NULL - Static variable in interface com.alipay.sofa.common.profile.enumeration.internal.EnumConstant
 
Enum.EnumType - Class in com.alipay.sofa.common.profile.enumeration
 
EnumConstant - Interface in com.alipay.sofa.common.profile.enumeration.internal
 
EnumType() - Constructor for class com.alipay.sofa.common.profile.enumeration.Enum.EnumType
 
EnumUtil - Class in com.alipay.sofa.common.profile.enumeration
 
EnumUtil() - Constructor for class com.alipay.sofa.common.profile.enumeration.EnumUtil
 
equals(Object) - Method in class com.alipay.sofa.common.profile.enumeration.Enum
 
equals(Object) - Method in class com.alipay.sofa.common.space.SpaceId
 
equals(Object) - Method in class com.alipay.sofa.common.thread.ExecutingRunnable
 
equals(Object, Object) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
equals(Object, Object) - Static method in class com.alipay.sofa.common.utils.ObjectUtil
 
equals(String, String) - Static method in class com.alipay.sofa.common.utils.StringUtil
 
equalsIgnoreCase(String, String) - Static method in class com.alipay.sofa.common.utils.StringUtil
 
error(String) - Method in class com.alipay.sofa.common.log.proxy.LoggerProxy
 
error(String, Object) - Method in class com.alipay.sofa.common.log.proxy.LoggerProxy
 
error(String, Object...) - Method in class com.alipay.sofa.common.log.proxy.LoggerProxy
 
error(String, Object...) - Static method in class com.alipay.sofa.common.thread.log.ThreadLogger
 
error(String, Object, Object) - Method in class com.alipay.sofa.common.log.proxy.LoggerProxy
 
error(String, Throwable) - Static method in class com.alipay.sofa.common.log.LogLog
 
error(String, Throwable) - Method in class com.alipay.sofa.common.log.proxy.LoggerProxy
 
error(Marker, String) - Method in class com.alipay.sofa.common.log.proxy.LoggerProxy
 
error(Marker, String, Object) - Method in class com.alipay.sofa.common.log.proxy.LoggerProxy
 
error(Marker, String, Object...) - Method in class com.alipay.sofa.common.log.proxy.LoggerProxy
 
error(Marker, String, Object, Object) - Method in class com.alipay.sofa.common.log.proxy.LoggerProxy
 
error(Marker, String, Throwable) - Method in class com.alipay.sofa.common.log.proxy.LoggerProxy
 
ERROR - Enum constant in enum class com.alipay.sofa.common.log.adapter.level.AdapterLevel
An error in the application, possibly recoverable.
execute(Runnable) - Method in class com.alipay.sofa.common.thread.SofaThreadPoolExecutor
 
ExecutingRunnable - Class in com.alipay.sofa.common.thread
The wrapper to the Runnable to save it's execute Thread
ExecutingRunnable(Runnable) - Constructor for class com.alipay.sofa.common.thread.ExecutingRunnable
 

F

FAILED_CREATING_ENUM_TYPE - Static variable in interface com.alipay.sofa.common.profile.enumeration.internal.EnumConstant
 
filterHide(String, String, String, int) - Static method in class com.alipay.sofa.common.security.SensitiveDataUtil
过滤字符串中的敏感信息:对起始标签tagBegin和结尾标签tagEnd 中间的内容按指定的敏感数据类型sensitiveInfoType进行部分隐藏。
FLAG_SET_INNER_CLASS_NAME - Static variable in interface com.alipay.sofa.common.profile.enumeration.internal.EnumConstant
 
FLAG_SET_IS_IMMUTABLE - Static variable in interface com.alipay.sofa.common.profile.enumeration.internal.EnumConstant
 
Flags - Interface in com.alipay.sofa.common.profile.enumeration
 
FLAGS_IS_NULL - Static variable in interface com.alipay.sofa.common.profile.enumeration.internal.EnumConstant
 
FLAT_SET_VALUE_IS_NULL - Static variable in interface com.alipay.sofa.common.profile.enumeration.internal.EnumConstant
 
floatValue() - Method in class com.alipay.sofa.common.profile.enumeration.IntegerEnum
 
floatValue() - Method in interface com.alipay.sofa.common.profile.enumeration.internal.NumberType
 

G

get(SpaceId, ClassLoader) - Static method in class com.alipay.sofa.common.log.proxy.TemporaryILoggerFactoryPool
 
get(String, 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 class 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() - Method in class com.alipay.sofa.common.utils.ClassUtil.TypeInfo
 
getArrayComponentType(Class) - Static method in class com.alipay.sofa.common.utils.ClassUtil
 
getArrayDimension() - Method in class com.alipay.sofa.common.utils.ClassUtil.TypeInfo
 
getArrayDimension(Class) - Static method in class com.alipay.sofa.common.utils.ClassUtil
 
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() - Method in class com.alipay.sofa.common.thread.SofaScheduledThreadPoolExecutor
 
getConfig() - Method in class com.alipay.sofa.common.thread.SofaThreadPoolExecutor
 
getConfig(ConfigKey<T>) - Method in interface com.alipay.sofa.common.config.ConfigSource
Get config by configKey.
getConfig(ConfigKey<T>) - Method in class com.alipay.sofa.common.config.source.AbstractConfigSource
 
getConfig(ConfigKey<T>, T) - Method in class com.alipay.sofa.common.config.DefaultConfigManager
 
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, 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
 
getEnumByValue(Class, Number) - 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
Return the running tasks of the ThreadPoolExecutor
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() - Method in class com.alipay.sofa.common.utils.ClassUtil.TypeInfo
 
getInterfaces(Class) - Static method in class com.alipay.sofa.common.utils.ClassUtil
 
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(Class<?>) - Static method in class com.alipay.sofa.common.config.log.ConfigLoggerFactory
 
getLogger(Class<?>) - Static method in class com.alipay.sofa.common.utils.ThreadLoggerFactory
 
getLogger(String) - 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
 
getLoggerBySpace(String) - Method in class com.alipay.sofa.common.log.proxy.TemporaryILoggerFactory.LoggerSelector
 
getLoggerBySpace(String, SpaceId) - Static method in class com.alipay.sofa.common.log.MultiAppLoggerSpaceManager
Deprecated.
getLoggerBySpace(String, SpaceId, ClassLoader) - Static method in class com.alipay.sofa.common.log.MultiAppLoggerSpaceManager
Deprecated.
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
Deprecated.
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, 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, 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>, 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, 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) - 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, 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, 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
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 class 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.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
Return the pool size og the ThreadPoolExecutor
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
Return the queue size of the ThreadPoolExecutor
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() - Method in class com.alipay.sofa.common.utils.ClassUtil.TypeInfo
 
getSuperclasses(Class) - Static method in class com.alipay.sofa.common.utils.ClassUtil
 
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
Return the ThreadPoolConfig
getThreadPoolExecutor() - Method in class com.alipay.sofa.common.thread.ThreadPoolMonitorWrapper
Return the origin ThreadPoolExecutor
getThreadPoolExecutor(String) - Method in class com.alipay.sofa.common.thread.ThreadPoolGovernor
Get the ThreadPoolExecutor by it's identity
getThreadPoolIdentities() - Method in class com.alipay.sofa.common.thread.space.ThreadPoolSpace
 
getThreadPoolMonitorWrapper(String) - Method in class com.alipay.sofa.common.thread.ThreadPoolGovernor
Get the ThreadPoolMonitorWrapper by it's identity
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.SofaThreadPoolTaskExecutor
 
getTimeUnit() - Method in class com.alipay.sofa.common.thread.SofaThreadPoolTaskScheduler
 
getTimeUnit() - Method in class com.alipay.sofa.common.thread.ThreadPoolConfig
The TimeUnit for the period
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
 

H

hashCode() - Method in class com.alipay.sofa.common.profile.enumeration.Enum
 
hashCode() - Method in class com.alipay.sofa.common.space.SpaceId
 
hashCode() - Method in class com.alipay.sofa.common.thread.ExecutingRunnable
 
hashCode(Object) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
hashCode(Object) - Static method in class com.alipay.sofa.common.utils.ObjectUtil
 
hasKey(String) - Method in class com.alipay.sofa.common.config.source.AbstractConfigSource
 
hasKey(String) - Method in class com.alipay.sofa.common.config.source.ConfigSourceCacheWrapper
 
hasKey(String) - Method in class com.alipay.sofa.common.config.source.SystemEnvConfigSource
 
hasKey(String) - Method in class com.alipay.sofa.common.config.source.SystemPropertyConfigSource
 
hasText(String) - Static method in class com.alipay.sofa.common.utils.AssertUtil
Assert that the given String has valid text content; that is, it must not be null and must contain at least one non-whitespace character.
hasText(String, String) - Static method in class com.alipay.sofa.common.utils.AssertUtil
Assert that the given String has valid text content; that is, it must not be null and must contain at least one non-whitespace character.
HIGHEST_PRECEDENCE - Static variable in interface com.alipay.sofa.common.utils.Ordered
Useful constant for the highest precedence value.

I

IDCARDNO_DATA - Static variable in class com.alipay.sofa.common.security.SensitiveDataUtil
身份证号数据类型标识,可用于SensitiveDataUtil.filterHide方法的sensitiveDataType参数。
idCardNoHide(String) - Static method in class com.alipay.sofa.common.security.SensitiveDataUtil
对大陆身份证号进行部分隐藏处理的简便方法,默认不做验证,由使用者自己保障。
idCardNoHide(String, boolean) - Static method in class com.alipay.sofa.common.security.SensitiveDataUtil
对大陆身份证号进行部分隐藏处理,只显示前1位和后1位,其他用*代替。
如果doValidate为true且传入的数据不是合法的大陆身份证号,将按敏感信息缺省隐藏方式处理,显示前1/3和后1/3,其他用*代替。
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(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(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(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(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, 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[]) - 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, 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(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(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(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(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(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...) - 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(String, Object, 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...) - 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, Throwable) - Method in class com.alipay.sofa.common.log.proxy.LoggerProxy
 
INFO - Enum constant in enum class com.alipay.sofa.common.log.adapter.level.AdapterLevel
An event for informational purposes.
INFO_THREAD_LOGGER - Static variable in class com.alipay.sofa.common.thread.log.ThreadLogger
 
init(SpaceId, Map<String, String>, ClassLoader) - Static method in class com.alipay.sofa.common.log.MultiAppLoggerSpaceManager
Deprecated.
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(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.
initializeExecutor(ThreadFactory, RejectedExecutionHandler) - Method in class com.alipay.sofa.common.thread.SofaThreadPoolTaskExecutor
 
initializeExecutor(ThreadFactory, RejectedExecutionHandler) - Method in class com.alipay.sofa.common.thread.SofaThreadPoolTaskScheduler
 
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.ClassUtil
 
isAssignable(Class, Class) - 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, String) - Static method in class com.alipay.sofa.common.utils.AssertUtil
Assert that superType.isAssignableFrom(subType) is true.
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(boolean[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
isEmpty(byte[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
isEmpty(char[]) - 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(int[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
isEmpty(long[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
isEmpty(short[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
isEmpty(Object[]) - 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(boolean[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
isNotEmpty(byte[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
isNotEmpty(char[]) - 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(int[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
isNotEmpty(long[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
isNotEmpty(short[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
isNotEmpty(Object[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
isNotEmpty(String) - Static method in class com.alipay.sofa.common.utils.StringUtil
 
isNull(Object) - Static method in class com.alipay.sofa.common.utils.AssertUtil
Assert that an object is null .
isNull(Object, String) - 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
 
isSameLength(boolean[], boolean[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
isSameLength(byte[], byte[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
isSameLength(char[], char[]) - 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(int[], int[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
isSameLength(long[], long[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
isSameLength(short[], short[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
isSameLength(Object[], Object[]) - 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
 
isSpaceInitialized() - Method in class com.alipay.sofa.common.log.proxy.TemporaryILoggerFactory.LoggerSelector
 
isSpaceInitialized(SpaceId) - Static method in class com.alipay.sofa.common.log.MultiAppLoggerSpaceManager
Deprecated.
isSpaceInitialized(SpaceId) - Static method in class com.alipay.sofa.common.log.MultiAppLoggerSpaceManager
 
isSpaceInitialized(String) - Static method in class com.alipay.sofa.common.log.MultiAppLoggerSpaceManager
 
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) - Static method in class com.alipay.sofa.common.utils.AssertUtil
Assert a boolean expression, throwing IllegalArgumentException if the test result is false.
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.
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.

J

join(Object[]) - Static method in class com.alipay.sofa.common.utils.StringUtil
 
join(Object[], char) - Static method in class com.alipay.sofa.common.utils.StringUtil
 
join(Object[], String) - Static method in class com.alipay.sofa.common.utils.StringUtil
 
join(Iterator, char) - Static method in class com.alipay.sofa.common.utils.StringUtil
 
join(Iterator, String) - Static method in class com.alipay.sofa.common.utils.StringUtil
 

K

keepCompatible(Map<String, String>, boolean) - Static method in class com.alipay.sofa.common.log.env.LogEnvUtils
keep compatible with previous version.

L

lastIndexOf(boolean[], boolean) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
lastIndexOf(boolean[], boolean[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
lastIndexOf(boolean[], boolean[], int) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
lastIndexOf(boolean[], boolean, int) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
lastIndexOf(byte[], byte) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
lastIndexOf(byte[], byte[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
lastIndexOf(byte[], byte[], int) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
lastIndexOf(byte[], byte, int) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
lastIndexOf(char[], char) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
lastIndexOf(char[], char[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
lastIndexOf(char[], char[], int) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
lastIndexOf(char[], char, int) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
lastIndexOf(double[], double) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
lastIndexOf(double[], double[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
lastIndexOf(double[], double[], double) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
lastIndexOf(double[], double[], int) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
lastIndexOf(double[], double[], int, double) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
lastIndexOf(double[], double, double) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
lastIndexOf(double[], double, int) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
lastIndexOf(double[], double, int, double) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
lastIndexOf(float[], float) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
lastIndexOf(float[], float[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
lastIndexOf(float[], float[], float) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
lastIndexOf(float[], float[], int) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
lastIndexOf(float[], float[], int, float) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
lastIndexOf(float[], float, float) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
lastIndexOf(float[], float, int) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
lastIndexOf(float[], float, int, float) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
lastIndexOf(int[], int) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
lastIndexOf(int[], int[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
lastIndexOf(int[], int[], int) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
lastIndexOf(int[], int, int) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
lastIndexOf(long[], long) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
lastIndexOf(long[], long[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
lastIndexOf(long[], long[], int) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
lastIndexOf(long[], long, int) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
lastIndexOf(short[], short) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
lastIndexOf(short[], short[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
lastIndexOf(short[], short[], int) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
lastIndexOf(short[], short, int) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
lastIndexOf(Object[], Object) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
lastIndexOf(Object[], Object[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
lastIndexOf(Object[], Object[], int) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
lastIndexOf(Object[], Object, int) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
lastIndexOf(String, char) - Static method in class com.alipay.sofa.common.utils.StringUtil
 
lastIndexOf(String, char, int) - Static method in class com.alipay.sofa.common.utils.StringUtil
 
lastIndexOf(String, String) - Static method in class com.alipay.sofa.common.utils.StringUtil
 
lastIndexOf(String, String, int) - Static method in class com.alipay.sofa.common.utils.StringUtil
 
lastIndexOfAny(String, String[]) - Static method in class com.alipay.sofa.common.utils.StringUtil
 
left(String, int) - Static method in class com.alipay.sofa.common.utils.StringUtil
 
LegacySpringBeanUtil - Class in org.springframework.beans
Legacy implement for BeanUtils.copyProperties(Object, Object), fork from spring-framework 5.2.24,
LegacySpringBeanUtil() - Constructor for class org.springframework.beans.LegacySpringBeanUtil
 
loadClass(String) - Static method in class com.alipay.sofa.common.utils.ClassLoaderUtil
 
loadClass(String, Class) - Static method in class com.alipay.sofa.common.utils.ClassLoaderUtil
 
loadClass(String, ClassLoader) - Static method in class com.alipay.sofa.common.utils.ClassLoaderUtil
 
loadExternalConfiguration(String, String) - Static method in class com.alipay.sofa.common.log.CommonLoggingConfigurations
Subsequent same invocation will override previous value
loadServiceClass(String) - Static method in class com.alipay.sofa.common.utils.ClassLoaderUtil
 
loadServiceClass(String, Class) - Static method in class com.alipay.sofa.common.utils.ClassLoaderUtil
 
loadServiceClass(String, ClassLoader) - Static method in class com.alipay.sofa.common.utils.ClassLoaderUtil
 
loadServiceClass(String, String) - Static method in class com.alipay.sofa.common.utils.ClassLoaderUtil
 
loadServiceClass(String, String, Class) - Static method in class com.alipay.sofa.common.utils.ClassLoaderUtil
 
loadServiceClass(String, String, ClassLoader) - Static method in class com.alipay.sofa.common.utils.ClassLoaderUtil
 
LOG_CONFIG_PREFIX - Static variable in interface com.alipay.sofa.common.log.Constants
 
LOG_CONFIG_PROPERTIES - Static variable in interface com.alipay.sofa.common.log.Constants
 
LOG_DIRECTORY - Static variable in interface com.alipay.sofa.common.log.Constants
 
LOG_ENCODING_PROP_KEY - Static variable in interface com.alipay.sofa.common.log.Constants
 
LOG_ENV_SUFFIX - Static variable in interface com.alipay.sofa.common.log.Constants
 
LOG_LEVEL - Static variable in interface com.alipay.sofa.common.log.Constants
 
LOG_LEVEL_PREFIX - Static variable in interface com.alipay.sofa.common.log.Constants
 
LOG_PATH - Static variable in interface com.alipay.sofa.common.log.Constants
 
LOG_PATH_PREFIX - Static variable in interface com.alipay.sofa.common.log.Constants
 
LOG_PREFIX - Static variable in class com.alipay.sofa.common.CommonToolConfigKeys
 
LOG_START - Static variable in interface com.alipay.sofa.common.log.Constants
 
LOG_VALUE_SUFFIX_KEY - Static variable in interface com.alipay.sofa.common.log.Constants
 
LOG_XML_CONFIG_FILE_ENV_PATTERN - Static variable in interface com.alipay.sofa.common.log.Constants
 
LOG_XML_CONFIG_FILE_NAME - Static variable in interface com.alipay.sofa.common.log.Constants
 
LOG4J_COMMONS_LOGGING_MIDDLEWARE_LOG_DISABLE - Static variable in interface com.alipay.sofa.common.log.Constants
 
LOG4J_COMMONS_LOGGING_MIDDLEWARE_LOG_DISABLE_PROP_KEY - Static variable in interface com.alipay.sofa.common.log.Constants
 
LOG4J_MIDDLEWARE_LOG_DISABLE - Static variable in interface com.alipay.sofa.common.log.Constants
 
LOG4J_MIDDLEWARE_LOG_DISABLE_PROP_KEY - Static variable in interface com.alipay.sofa.common.log.Constants
 
LOG4J2_MIDDLEWARE_LOG_DISABLE - Static variable in interface com.alipay.sofa.common.log.Constants
 
LOG4J2_MIDDLEWARE_LOG_DISABLE_PROP_KEY - Static variable in interface com.alipay.sofa.common.log.Constants
 
Log4j2LoggerSpaceFactory - Class in com.alipay.sofa.common.log.factory
 
Log4j2LoggerSpaceFactory(SpaceId, Properties, URL, String) - Constructor for class com.alipay.sofa.common.log.factory.Log4j2LoggerSpaceFactory
 
LOGBACK_MIDDLEWARE_LOG_DISABLE - Static variable in interface com.alipay.sofa.common.log.Constants
 
LOGBACK_MIDDLEWARE_LOG_DISABLE_PROP_KEY - Static variable in interface com.alipay.sofa.common.log.Constants
 
LogbackLoggerSpaceFactory - Class in com.alipay.sofa.common.log.factory
 
LogbackLoggerSpaceFactory(SpaceId, LoggerContext, Properties, URL, String) - Constructor for class com.alipay.sofa.common.log.factory.LogbackLoggerSpaceFactory
 
LogCode2Description - Class in com.alipay.sofa.common.code
 
LogConfigListener - Class in com.alipay.sofa.common.config.listener
 
LogConfigListener() - Constructor for class com.alipay.sofa.common.config.listener.LogConfigListener
 
LogEnvUtils - Class in com.alipay.sofa.common.log.env
日志环境工具类:根据不同的环境选择不同的日志实现
LOGGER_CONSOLE_PREFIX_WHITE_SET_KEY - Static variable in interface com.alipay.sofa.common.log.Constants
 
LOGGER_CONSOLE_WHITE_SET_KEY - Static variable in interface com.alipay.sofa.common.log.Constants
 
LoggerProxy - Class in com.alipay.sofa.common.log.proxy
Created by [email protected] on 2016/12/1.
LoggerProxy(TemporaryILoggerFactory.LoggerSelector, String) - Constructor for class com.alipay.sofa.common.log.proxy.LoggerProxy
 
LoggerSelector() - Constructor for class com.alipay.sofa.common.log.proxy.TemporaryILoggerFactory.LoggerSelector
 
LoggerSpaceFactory4CommonsLoggingBuilder - Class in com.alipay.sofa.common.log.factory
日志环境工具类:根据不同的环境选择不同的日志实现:日志实现仍然使用log4j,不过兼容了 commons-logging 日志打印的情况
LoggerSpaceFactory4CommonsLoggingBuilder(SpaceId, LogSpace) - Constructor for class com.alipay.sofa.common.log.factory.LoggerSpaceFactory4CommonsLoggingBuilder
 
LoggerSpaceFactory4Log4j2Builder - Class in com.alipay.sofa.common.log.factory
Created by [email protected] on 16/9/14.
LoggerSpaceFactory4Log4j2Builder(SpaceId, LogSpace) - Constructor for class com.alipay.sofa.common.log.factory.LoggerSpaceFactory4Log4j2Builder
 
LoggerSpaceFactory4Log4jBuilder - Class in com.alipay.sofa.common.log.factory
日志环境工具类:根据不同的环境选择不同的日志实现
LoggerSpaceFactory4Log4jBuilder(SpaceId, LogSpace) - Constructor for class com.alipay.sofa.common.log.factory.LoggerSpaceFactory4Log4jBuilder
 
LoggerSpaceFactory4LogbackBuilder - Class in com.alipay.sofa.common.log.factory
Created by [email protected] on 16/9/14.
LoggerSpaceFactory4LogbackBuilder(SpaceId, LogSpace) - Constructor for class com.alipay.sofa.common.log.factory.LoggerSpaceFactory4LogbackBuilder
 
LoggerSpaceFactoryBuilder - Interface in com.alipay.sofa.common.log.factory
Created by [email protected] on 16/9/14.
LoggerSpaceManager - Class in com.alipay.sofa.common.log
Single Application logger space manager.
LoggerSpaceManager() - Constructor for class com.alipay.sofa.common.log.LoggerSpaceManager
 
LOGGING_CONFIG_PATH - Static variable in interface com.alipay.sofa.common.log.Constants
 
LOGGING_PATH_DEFAULT - Static variable in interface com.alipay.sofa.common.log.Constants
 
LogLog - Class in com.alipay.sofa.common.log
This class used to output log statements from within the sofa-common-tools package.
LogLog() - Constructor for class com.alipay.sofa.common.log.LogLog
 
LogSpace - Class in com.alipay.sofa.common.log
 
LogSpace() - Constructor for class com.alipay.sofa.common.log.LogSpace
 
LogSpace(Map<String, String>, ClassLoader) - Constructor for class com.alipay.sofa.common.log.LogSpace
 
longValue() - Method in class com.alipay.sofa.common.profile.enumeration.IntegerEnum
 
longValue() - Method in interface com.alipay.sofa.common.profile.enumeration.internal.NumberType
 
LOWEST_PRECEDENCE - Static variable in interface com.alipay.sofa.common.utils.Ordered
Useful constant for the lowest precedence value.

M

ManagementListener - Interface in com.alipay.sofa.common.config
 
MessageLevel() - Constructor for class com.alipay.sofa.common.profile.diagnostic.Profiler.MessageLevel
 
mid(String, int, int) - Static method in class com.alipay.sofa.common.utils.StringUtil
 
MODE_ASSERT - Static variable in class com.alipay.sofa.common.utils.CharsetUtil
 
MODE_MONITOR - Static variable in class com.alipay.sofa.common.utils.CharsetUtil
 
monitorUTF8WellFormed(byte[]) - Static method in class com.alipay.sofa.common.utils.CharsetUtil
Monitor the given byte array is well formed in UTF-8 encoding format.
monitorUTF8WellFormed(byte[], int, int) - Static method in class com.alipay.sofa.common.utils.CharsetUtil
Monitor that a portion of the given byte array is well formed in UTF-8 encoding format.
MultiAppLoggerSpaceManager - Class in com.alipay.sofa.common.log
Generic usage steps: 1.
MultiAppLoggerSpaceManager() - Constructor for class com.alipay.sofa.common.log.MultiAppLoggerSpaceManager
 

N

NamedThreadFactory - Class in com.alipay.sofa.common.thread
 
NamedThreadFactory(String) - Constructor for class com.alipay.sofa.common.thread.NamedThreadFactory
 
NamedThreadFactory(String, boolean) - Constructor for class com.alipay.sofa.common.thread.NamedThreadFactory
 
nameHide(String) - Static method in class com.alipay.sofa.common.security.SensitiveDataUtil
只适用于中文姓名
needHide() - Static method in class com.alipay.sofa.common.security.SensitiveDataUtil
hideFlag getter
newBuilder() - Static method in class com.alipay.sofa.common.thread.ThreadPoolConfig
 
newInstance(String) - Static method in class com.alipay.sofa.common.utils.ClassLoaderUtil
 
newInstance(String, Class) - Static method in class com.alipay.sofa.common.utils.ClassLoaderUtil
 
newInstance(String, ClassLoader) - Static method in class com.alipay.sofa.common.utils.ClassLoaderUtil
 
newServiceInstance(String) - Static method in class com.alipay.sofa.common.utils.ClassLoaderUtil
 
newServiceInstance(String, Class) - Static method in class com.alipay.sofa.common.utils.ClassLoaderUtil
 
newServiceInstance(String, ClassLoader) - Static method in class com.alipay.sofa.common.utils.ClassLoaderUtil
 
newServiceInstance(String, String) - Static method in class com.alipay.sofa.common.utils.ClassLoaderUtil
 
newServiceInstance(String, String, Class) - Static method in class com.alipay.sofa.common.utils.ClassLoaderUtil
 
newServiceInstance(String, String, ClassLoader) - Static method in class com.alipay.sofa.common.utils.ClassLoaderUtil
 
newThread(Runnable) - Method in class com.alipay.sofa.common.thread.NamedThreadFactory
 
newThread(Runnable) - Method in class com.alipay.sofa.common.thread.space.SpaceNamedThreadFactory
 
NO_MESSAGE - Static variable in class com.alipay.sofa.common.profile.diagnostic.Profiler.MessageLevel
 
noNullElements(Object[]) - Static method in class com.alipay.sofa.common.utils.AssertUtil
Assert that an array has no null elements.
noNullElements(Object[], String) - Static method in class com.alipay.sofa.common.utils.AssertUtil
Assert that an array has no null elements.
notEmpty(Object[]) - Static method in class com.alipay.sofa.common.utils.AssertUtil
Assert that an array has elements; that is, it must not be null and must have at least one element.
notEmpty(Object[], String) - Static method in class com.alipay.sofa.common.utils.AssertUtil
Assert that an array has elements; that is, it must not be null and must have at least one element.
notEmpty(Collection) - Static method in class com.alipay.sofa.common.utils.AssertUtil
Assert that a collection has elements; that is, it must not be null and must have at least one element.
notEmpty(Collection, String) - Static method in class com.alipay.sofa.common.utils.AssertUtil
Assert that a collection has elements; that is, it must not be null and must have at least one element.
notEmpty(Map) - Static method in class com.alipay.sofa.common.utils.AssertUtil
Assert that a Map has entries; that is, it must not be null and must have at least one entry.
notEmpty(Map, String) - Static method in class com.alipay.sofa.common.utils.AssertUtil
Assert that a Map has entries; that is, it must not be null and must have at least one entry.
notNull(Object) - Static method in class com.alipay.sofa.common.utils.AssertUtil
Assert that an object is not null .
notNull(Object, String) - Static method in class com.alipay.sofa.common.utils.AssertUtil
Assert that an object is not null .
NULL - Static variable in class com.alipay.sofa.common.utils.ObjectUtil
 
NumberType - Interface in com.alipay.sofa.common.profile.enumeration.internal
 

O

ObjectUtil - Class in com.alipay.sofa.common.utils
 
ObjectUtil() - Constructor for class com.alipay.sofa.common.utils.ObjectUtil
 
offer(E) - Method in class com.alipay.sofa.common.thread.VariableLinkedBlockingQueue
Inserts the specified element at the tail of this queue if possible, returning immediately if this queue is full.
offer(E, long, TimeUnit) - Method in class com.alipay.sofa.common.thread.VariableLinkedBlockingQueue
Inserts the specified element at the tail of this queue, waiting if necessary up to the specified wait time for space to become available.
OLD_LOG_PATH - Static variable in interface com.alipay.sofa.common.log.Constants
 
onLoadDefaultValue(ConfigKey, Object) - Method in class com.alipay.sofa.common.config.listener.AbstractConfigListener
 
onLoadDefaultValue(ConfigKey, Object) - Method in class com.alipay.sofa.common.config.listener.LogConfigListener
 
onLoadDefaultValue(ConfigKey, Object) - Method in interface com.alipay.sofa.common.config.ManagementListener
Do something when loaded defaultValue
OrderComparator - Class in com.alipay.sofa.common.utils
 
OrderComparator() - Constructor for class com.alipay.sofa.common.utils.OrderComparator
 
Ordered - Interface in com.alipay.sofa.common.utils
 
org.springframework.beans - package org.springframework.beans
 
originRunnable - Variable in class com.alipay.sofa.common.thread.ExecutingRunnable
 
overlay(String, String, int, int) - Static method in class com.alipay.sofa.common.utils.StringUtil
 

P

paresJson2ListMap(String) - Static method in class com.alipay.sofa.common.config.converter.DefaultConverter
Pares json to list map list.
peek() - Method in class com.alipay.sofa.common.thread.VariableLinkedBlockingQueue
 
period - Variable in class com.alipay.sofa.common.thread.SofaThreadPoolTaskExecutor
 
period - Variable in class com.alipay.sofa.common.thread.SofaThreadPoolTaskScheduler
 
period(long) - Method in class com.alipay.sofa.common.thread.ThreadPoolConfig.SofaThreadConfigBuilder
 
PHONENO_DATA - Static variable in class com.alipay.sofa.common.security.SensitiveDataUtil
电话号码数据类型标识,可用于SensitiveDataUtil.filterHide方法的sensitiveDataType参数。
phoneOrTelNoHide(String) - Static method in class com.alipay.sofa.common.security.SensitiveDataUtil
对电话号码(手机号或座机号码)进行部分隐藏处理的简便方法,默认不做验证,由使用者自己保障。
phoneOrTelNoHide(String, boolean) - Static method in class com.alipay.sofa.common.security.SensitiveDataUtil
对电话号码(手机号或座机号码)进行部分隐藏处理,手机号只显示前3位和后4位,固定电话号码只显示区号和后4位,其他用*代替。
不支持带分机的电话号码 ,并限于大陆地区手机号
如果doValidate为true且传入的数据不是合法的电话号码,将按敏感信息缺省隐藏方式处理,显示前1/3和后1/3,其他用*代替。
poll() - Method in class com.alipay.sofa.common.thread.VariableLinkedBlockingQueue
 
poll(long, TimeUnit) - Method in class com.alipay.sofa.common.thread.VariableLinkedBlockingQueue
 
PRIORITY_KEY - Static variable in interface com.alipay.sofa.common.log.Constants
 
PROCESS_MARKER - Static variable in interface com.alipay.sofa.common.log.Constants
 
processGlobalSystemLogProperties() - Static method in class com.alipay.sofa.common.log.env.LogEnvUtils
Processing global configuration for sofa-common-logging, priorities as follows: 1.
ProcessIdUtil - Class in com.alipay.sofa.common.utils
org.apache.logging.log4j.util.ProcessIdUtil
ProcessIdUtil() - Constructor for class com.alipay.sofa.common.utils.ProcessIdUtil
 
Profiler - Class in com.alipay.sofa.common.profile.diagnostic
 
Profiler() - Constructor for class com.alipay.sofa.common.profile.diagnostic.Profiler
 
Profiler.Entry - Class in com.alipay.sofa.common.profile.diagnostic
 
Profiler.Message - Interface in com.alipay.sofa.common.profile.diagnostic
 
Profiler.MessageLevel - Class in com.alipay.sofa.common.profile.diagnostic
 
properties() - Method in class com.alipay.sofa.common.log.LogSpace
 
put(E) - Method in class com.alipay.sofa.common.thread.VariableLinkedBlockingQueue
Adds the specified element to the tail of this queue, waiting if necessary for space to become available.
putAll(Map<String, String>) - Method in class com.alipay.sofa.common.log.LogSpace
 

R

RADIX_BIN - Static variable in interface com.alipay.sofa.common.profile.enumeration.internal.NumberType
 
RADIX_HEX - Static variable in interface com.alipay.sofa.common.profile.enumeration.internal.NumberType
 
RADIX_OCT - Static variable in interface com.alipay.sofa.common.profile.enumeration.internal.NumberType
 
readResolve() - Method in class com.alipay.sofa.common.profile.enumeration.Enum
 
readText(InputStream) - Static method in class com.alipay.sofa.common.utils.StreamUtil
 
readText(InputStream, String) - Static method in class com.alipay.sofa.common.utils.StreamUtil
 
readText(InputStream, String, int) - Static method in class com.alipay.sofa.common.utils.StreamUtil
 
readText(Reader) - Static method in class com.alipay.sofa.common.utils.StreamUtil
 
readText(Reader, int) - Static method in class com.alipay.sofa.common.utils.StreamUtil
 
registerThreadPoolExecutor(ThreadPoolExecutor, ThreadPoolConfig, ThreadPoolStatistics) - Method in class com.alipay.sofa.common.thread.ThreadPoolGovernor
Register the ThreadPoolExecutor with ThreadPoolConfig and ThreadPoolStatistics to the governor
rejectedExecution(Runnable, ThreadPoolExecutor) - Method in class com.alipay.sofa.common.thread.TimeWaitRejectedExecutionHandler
 
release() - Static method in class com.alipay.sofa.common.profile.diagnostic.Profiler
 
remainingCapacity() - Method in class com.alipay.sofa.common.thread.VariableLinkedBlockingQueue
Returns the number of elements that this queue can ideally (in the absence of memory or resource constraints) accept without blocking.
remove(Object) - Method in class com.alipay.sofa.common.thread.VariableLinkedBlockingQueue
 
removeCodeSpace(SpaceId) - Static method in class com.alipay.sofa.common.code.LogCode2Description
 
removeCodeSpace(String) - Static method in class com.alipay.sofa.common.code.LogCode2Description
 
removeILoggerFactoryBySpaceId(SpaceId) - Static method in class com.alipay.sofa.common.log.LoggerSpaceManager
Deprecated.
removeILoggerFactoryBySpaceId(SpaceId) - Static method in class com.alipay.sofa.common.log.MultiAppLoggerSpaceManager
Deprecated.
removeILoggerFactoryBySpaceId(SpaceId) - Static method in class com.alipay.sofa.common.log.LoggerSpaceManager
Delete the ILoggerFactory specified by spaceId
removeILoggerFactoryBySpaceId(SpaceId) - Static method in class com.alipay.sofa.common.log.MultiAppLoggerSpaceManager
 
removeILoggerFactoryBySpaceName(String) - Static method in class com.alipay.sofa.common.log.LoggerSpaceManager
 
removeILoggerFactoryBySpaceName(String) - Static method in class com.alipay.sofa.common.log.MultiAppLoggerSpaceManager
 
removeThreadPool(String) - Method in class com.alipay.sofa.common.thread.space.ThreadPoolSpace
 
repeat(String, int) - Static method in class com.alipay.sofa.common.utils.StringUtil
 
replace(String, String, String) - Static method in class com.alipay.sofa.common.utils.StringUtil
 
replace(String, String, String, int) - Static method in class com.alipay.sofa.common.utils.StringUtil
 
replaceChars(String, char, char) - Static method in class com.alipay.sofa.common.utils.StringUtil
 
replaceChars(String, String, String) - Static method in class com.alipay.sofa.common.utils.StringUtil
 
replaceOnce(String, String, String) - Static method in class com.alipay.sofa.common.utils.StringUtil
 
reportDebug(String) - Static method in class com.alipay.sofa.common.utils.ReportUtil
print Debug message
reportError(String) - Static method in class com.alipay.sofa.common.utils.ReportUtil
 
reportError(String, Throwable) - Static method in class com.alipay.sofa.common.utils.ReportUtil
 
reportInfo(String) - Static method in class com.alipay.sofa.common.utils.ReportUtil
print Info message
ReportUtil - Class in com.alipay.sofa.common.utils
ReportUtil
ReportUtil() - Constructor for class com.alipay.sofa.common.utils.ReportUtil
 
reportWarn(String) - Static method in class com.alipay.sofa.common.utils.ReportUtil
print Warn message
reportWarn(String, Throwable) - Static method in class com.alipay.sofa.common.utils.ReportUtil
 
reschedule() - Method in class com.alipay.sofa.common.thread.SofaScheduledThreadPoolExecutor
 
reschedule() - Method in class com.alipay.sofa.common.thread.SofaThreadPoolExecutor
 
reset() - Static method in class com.alipay.sofa.common.profile.diagnostic.Profiler
 
resetAverageStatics() - Method in class com.alipay.sofa.common.thread.ThreadPoolStatistics
reset each statics, it may cause the result inaccurate
ResourceUtil - Class in com.alipay.sofa.common.utils
 
ResourceUtil() - Constructor for class com.alipay.sofa.common.utils.ResourceUtil
 
restartMonitor() - Method in class com.alipay.sofa.common.thread.ThreadPoolMonitorWrapper
Restart to monitor the ThreadPoolExecutor
restartMonitorThreadPool(String) - Method in class com.alipay.sofa.common.thread.ThreadPoolGovernor
Restart the monitor the ThreadPoolExecutor registered in the governor
reverse(boolean[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
reverse(byte[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
reverse(char[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
reverse(double[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
reverse(float[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
reverse(int[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
reverse(long[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
reverse(short[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
reverse(Object[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
reverse(String) - Static method in class com.alipay.sofa.common.utils.StringUtil
 
reverseDelimited(String, char) - Static method in class com.alipay.sofa.common.utils.StringUtil
 
reverseDelimited(String, String, String) - Static method in class com.alipay.sofa.common.utils.StringUtil
 
right(String, int) - Static method in class com.alipay.sofa.common.utils.StringUtil
 
run() - Method in class com.alipay.sofa.common.thread.ExecutingRunnable
 
run() - Method in class com.alipay.sofa.common.thread.ThreadPoolMonitorRunner
 

S

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("[email protected]") = "yaa***@163.com" SensitiveDataUtil.emailHideSMS("[email protected]") = "yaa*@163.com" SensitiveDataUtil.emailHideSMS("[email protected]") = "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("[email protected]") = "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() - Constructor for class com.alipay.sofa.common.security.SensitiveDataUtil
构造函数,默认开启屏蔽开关
SensitiveDataUtil(boolean) - 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
 
setLoggerLevel(String, SpaceId, AdapterLevel) - Static method in class com.alipay.sofa.common.log.LoggerSpaceManager
Deprecated.
setLoggerLevel(String, SpaceId, AdapterLevel) - Static method in class com.alipay.sofa.common.log.MultiAppLoggerSpaceManager
Deprecated.
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.MultiAppLoggerSpaceManager
 
setLoggerLevel(String, String, AdapterLevel) - Static method in class com.alipay.sofa.common.log.LoggerSpaceManager
 
setLoggerLevel(String, String, AdapterLevel) - Static method in class com.alipay.sofa.common.log.MultiAppLoggerSpaceManager
 
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.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
 
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.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.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.
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 - Variable in class com.alipay.sofa.common.thread.SofaThreadPoolTaskScheduler
 
SofaScheduledThreadPoolExecutor - Class in com.alipay.sofa.common.thread
Sofa thread pool based on ScheduledThreadPoolExecutor
SofaScheduledThreadPoolExecutor(int) - Constructor for class com.alipay.sofa.common.thread.SofaScheduledThreadPoolExecutor
 
SofaScheduledThreadPoolExecutor(int, 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, RejectedExecutionHandler) - Constructor for class com.alipay.sofa.common.thread.SofaScheduledThreadPoolExecutor
 
SofaScheduledThreadPoolExecutor(int, ThreadFactory) - Constructor for class com.alipay.sofa.common.thread.SofaScheduledThreadPoolExecutor
 
SofaScheduledThreadPoolExecutor(int, ThreadFactory, RejectedExecutionHandler) - 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, 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, String, long, long, TimeUnit) - Constructor for class com.alipay.sofa.common.thread.SofaScheduledThreadPoolExecutor
Basic constructor
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 - Variable in class com.alipay.sofa.common.thread.SofaThreadPoolTaskExecutor
 
SofaThreadPoolExecutor - Class in com.alipay.sofa.common.thread
Sofa thread pool based on ThreadPoolExecutor
SofaThreadPoolExecutor(int, int, long, TimeUnit, BlockingQueue<Runnable>) - 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>, String, String) - 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) - 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(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>, 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, String, long, long, TimeUnit) - Constructor for class com.alipay.sofa.common.thread.SofaThreadPoolExecutor
Basic constructor
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
 
sort(Ordered[]) - Static method in class com.alipay.sofa.common.utils.OrderComparator
 
sort(List<? extends Ordered>) - Static method in class com.alipay.sofa.common.utils.OrderComparator
 
SpaceId - Class in com.alipay.sofa.common.log
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.log.SpaceId
Deprecated.
 
SpaceId(String) - Constructor for class com.alipay.sofa.common.space.SpaceId
 
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(Profiler.Message) - Static method in class com.alipay.sofa.common.profile.diagnostic.Profiler
 
start(String) - 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
Start to monitor the ThreadPoolExecutor
startMonitorThreadPool(String) - Method in class com.alipay.sofa.common.thread.ThreadPoolGovernor
Start the monitor the ThreadPoolExecutor registered in the governor
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) - Static method in class com.alipay.sofa.common.utils.AssertUtil
Assert a boolean expression, throwing IllegalStateException if the test result is false.
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.
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
Stop to monitor the ThreadPoolExecutor
stopMonitorThreadPool(String) - Method in class com.alipay.sofa.common.thread.ThreadPoolGovernor
Stop to monitor the ThreadPoolExecutor registered in the governor
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
 

T

take() - Method in class com.alipay.sofa.common.thread.VariableLinkedBlockingQueue
 
taobaoNickHide(String) - Static method in class com.alipay.sofa.common.security.SensitiveDataUtil
显示首/尾各1位,中间加** SensitiveDataUtil.taobaoNickHide("中华") = 中**华 SensitiveDataUtil.taobaoNickHide("中华人") = 中**人 SensitiveDataUtil.taobaoNickHide("中华人民") = 中**民 SensitiveDataUtil.taobaoNickHide("china") = c**a
taskTimeout - Variable in class com.alipay.sofa.common.thread.SofaThreadPoolTaskExecutor
 
taskTimeout - Variable in class com.alipay.sofa.common.thread.SofaThreadPoolTaskScheduler
 
taskTimeout(long) - Method in class com.alipay.sofa.common.thread.ThreadPoolConfig.SofaThreadConfigBuilder
 
TemporaryILoggerFactory - Class in com.alipay.sofa.common.log.proxy
space Created by [email protected] on 2016/12/1.
TemporaryILoggerFactory(SpaceId, ClassLoader, Logger) - Constructor for class com.alipay.sofa.common.log.proxy.TemporaryILoggerFactory
 
TemporaryILoggerFactory(String, ClassLoader, Logger) - Constructor for class com.alipay.sofa.common.log.proxy.TemporaryILoggerFactory
 
TemporaryILoggerFactory.LoggerSelector - Class in com.alipay.sofa.common.log.proxy
decide use temp logger or initialized logger?
TemporaryILoggerFactoryPool - Class in com.alipay.sofa.common.log.proxy
Created by [email protected] on 2016/12/5.
TemporaryILoggerFactoryPool() - Constructor for class com.alipay.sofa.common.log.proxy.TemporaryILoggerFactoryPool
 
terminated() - Method in class com.alipay.sofa.common.thread.SofaScheduledThreadPoolExecutor
 
terminated() - Method in class com.alipay.sofa.common.thread.SofaThreadPoolExecutor
 
thread - Variable in class com.alipay.sofa.common.thread.ExecutingRunnable
 
THREAD_PREFIX - Static variable in class com.alipay.sofa.common.CommonToolConfigKeys
 
ThreadLogger - Class in com.alipay.sofa.common.thread.log
 
ThreadLogger() - Constructor for class com.alipay.sofa.common.thread.log.ThreadLogger
 
ThreadLoggerFactory - Class in com.alipay.sofa.common.utils
 
ThreadLoggerFactory() - Constructor for class com.alipay.sofa.common.utils.ThreadLoggerFactory
 
ThreadPoolConfig - Class in com.alipay.sofa.common.thread
The description of a wrapped ThreadPoolExecutor
ThreadPoolConfig(ThreadPoolConfig.SofaThreadConfigBuilder) - Constructor for class com.alipay.sofa.common.thread.ThreadPoolConfig
 
ThreadPoolConfig.SofaThreadConfigBuilder - Class in com.alipay.sofa.common.thread
 
ThreadPoolGovernor - Class in com.alipay.sofa.common.thread
The governor to manager the ThreadPoolExecutors
ThreadPoolMonitorRunner - Class in com.alipay.sofa.common.thread
The runner to monitor the thread pool
ThreadPoolMonitorRunner(ThreadPoolConfig, ThreadPoolStatistics) - Constructor for class com.alipay.sofa.common.thread.ThreadPoolMonitorRunner
 
ThreadPoolMonitorWrapper - Class in com.alipay.sofa.common.thread
The monitor wrapper of the ThreadPoolExecutor
ThreadPoolMonitorWrapper(ThreadPoolExecutor, ThreadPoolConfig, ThreadPoolStatistics) - Constructor for class com.alipay.sofa.common.thread.ThreadPoolMonitorWrapper
 
threadPoolName - Variable in class com.alipay.sofa.common.thread.SofaThreadPoolTaskExecutor
 
threadPoolName - Variable in class com.alipay.sofa.common.thread.SofaThreadPoolTaskScheduler
 
threadPoolName(String) - Method in class com.alipay.sofa.common.thread.ThreadPoolConfig.SofaThreadConfigBuilder
 
ThreadPoolSpace - Class in com.alipay.sofa.common.thread.space
 
ThreadPoolSpace() - Constructor for class com.alipay.sofa.common.thread.space.ThreadPoolSpace
 
ThreadPoolStatistics - Class in com.alipay.sofa.common.thread
The running statics of a ThreadPoolExecutor
ThreadPoolStatistics(ThreadPoolExecutor) - Constructor for class com.alipay.sofa.common.thread.ThreadPoolStatistics
 
timeUnit(TimeUnit) - Method in class com.alipay.sofa.common.thread.ThreadPoolConfig.SofaThreadConfigBuilder
 
TimeWaitRejectedExecutionHandler - Class in com.alipay.sofa.common.thread
 
TimeWaitRejectedExecutionHandler(SofaThreadPoolExecutor, long, TimeUnit) - Constructor for class com.alipay.sofa.common.thread.TimeWaitRejectedExecutionHandler
 
TimeWaitRunner - Class in com.alipay.sofa.common.utils
 
TimeWaitRunner(long) - Constructor for class com.alipay.sofa.common.utils.TimeWaitRunner
 
TimeWaitRunner(long, boolean) - Constructor for class com.alipay.sofa.common.utils.TimeWaitRunner
 
toArray() - Method in class com.alipay.sofa.common.thread.VariableLinkedBlockingQueue
 
toArray(T[]) - Method in class com.alipay.sofa.common.thread.VariableLinkedBlockingQueue
 
toBinaryString() - Method in class com.alipay.sofa.common.profile.enumeration.IntegerEnum
 
toBinaryString() - Method in interface com.alipay.sofa.common.profile.enumeration.internal.NumberType
 
toCamelCase(String) - Static method in class com.alipay.sofa.common.utils.StringUtil
 
toFixedList(Object[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
toHexString() - Method in class com.alipay.sofa.common.profile.enumeration.IntegerEnum
 
toHexString() - Method in interface com.alipay.sofa.common.profile.enumeration.internal.NumberType
 
toList(Object) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
toList(Object, List) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
toLowerCase(String) - Static method in class com.alipay.sofa.common.utils.StringUtil
 
toLowerCaseWithUnderscores(String) - Static method in class com.alipay.sofa.common.utils.StringUtil
 
toMap(Object[]) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
toMap(Object[], Map) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
toOctalString() - Method in class com.alipay.sofa.common.profile.enumeration.IntegerEnum
 
toOctalString() - Method in interface com.alipay.sofa.common.profile.enumeration.internal.NumberType
 
toPascalCase(String) - Static method in class com.alipay.sofa.common.utils.StringUtil
 
toString() - Method in enum class com.alipay.sofa.common.log.adapter.level.AdapterLevel
 
toString() - Method in class com.alipay.sofa.common.log.factory.AbstractLoggerSpaceFactory
 
toString() - Method in class com.alipay.sofa.common.profile.diagnostic.Profiler.Entry
 
toString() - Method in class com.alipay.sofa.common.profile.enumeration.Enum
 
toString() - Method in class com.alipay.sofa.common.space.SpaceId
 
toString() - Method in class com.alipay.sofa.common.thread.ExecutingRunnable
 
toString() - Method in class com.alipay.sofa.common.thread.ThreadPoolConfig
 
toString() - Method in class com.alipay.sofa.common.thread.VariableLinkedBlockingQueue
 
toString(Object) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
toString(Object) - Static method in class com.alipay.sofa.common.utils.ObjectUtil
 
toString(Object, String) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
toString(Object, String) - Static method in class com.alipay.sofa.common.utils.ObjectUtil
 
toString(Object, String, String) - Static method in class com.alipay.sofa.common.utils.ArrayUtil
 
toUpperCase(String) - Static method in class com.alipay.sofa.common.utils.StringUtil
 
toUpperCaseWithUnderscores(String) - Static method in class com.alipay.sofa.common.utils.StringUtil
 
toURI(String) - Static method in class com.alipay.sofa.common.utils.ResourceUtil
Create a URI instance for the given location String, replacing spaces with "%20" URI encoding first.
toURI(URL) - Static method in class com.alipay.sofa.common.utils.ResourceUtil
Create a URI instance for the given URL, replacing spaces with "%20" URI encoding first.
trace(String) - Method in class com.alipay.sofa.common.log.proxy.LoggerProxy
 
trace(String, Object) - Method in class com.alipay.sofa.common.log.proxy.LoggerProxy
 
trace(String, Object...) - Method in class com.alipay.sofa.common.log.proxy.LoggerProxy
 
trace(String, Object, Object) - Method in class com.alipay.sofa.common.log.proxy.LoggerProxy
 
trace(String, Throwable) - Method in class com.alipay.sofa.common.log.proxy.LoggerProxy
 
trace(Marker, String) - Method in class com.alipay.sofa.common.log.proxy.LoggerProxy
 
trace(Marker, String, Object) - Method in class com.alipay.sofa.common.log.proxy.LoggerProxy
 
trace(Marker, String, Object...) - Method in class com.alipay.sofa.common.log.proxy.LoggerProxy
 
trace(Marker, String, Object, Object) - Method in class com.alipay.sofa.common.log.proxy.LoggerProxy
 
trace(Marker, String, Throwable) - Method in class com.alipay.sofa.common.log.proxy.LoggerProxy
 
TRACE - Enum constant in enum class com.alipay.sofa.common.log.adapter.level.AdapterLevel
A fine-grained debug message, typically capturing the flow through the application.
traceIdSafari(Thread) - Method in class com.alipay.sofa.common.tracer.TracerIdAdapter
 
TracerIdAdapter - Class in com.alipay.sofa.common.tracer
use custom TracerIdRetriever to find trace id
TracerIdRetriever - Interface in com.alipay.sofa.common.tracer
Retriever for different tracer system
trim(String) - Static method in class com.alipay.sofa.common.utils.StringUtil
 
trim(String, String) - Static method in class com.alipay.sofa.common.utils.StringUtil
 
trimEnd(String) - Static method in class com.alipay.sofa.common.utils.StringUtil
 
trimEnd(String, String) - Static method in class com.alipay.sofa.common.utils.StringUtil
 
trimStart(String) - Static method in class com.alipay.sofa.common.utils.StringUtil
 
trimStart(String, String) - Static method in class com.alipay.sofa.common.utils.StringUtil
 
trimToEmpty(String) - Static method in class com.alipay.sofa.common.utils.StringUtil
 
trimToEmpty(String, String) - Static method in class com.alipay.sofa.common.utils.StringUtil
 
trimToNull(String) - Static method in class com.alipay.sofa.common.utils.StringUtil
 
trimToNull(String, String) - Static method in class com.alipay.sofa.common.utils.StringUtil
 

U

uncapitalize(String) - Static method in class com.alipay.sofa.common.utils.StringUtil
 
unregisterThreadPoolExecutor(ThreadPoolConfig) - Method in class com.alipay.sofa.common.thread.ThreadPoolGovernor
Unregister the ThreadPoolExecutor by it's ThreadPoolConfig
updatePeriod(long) - Method in class com.alipay.sofa.common.thread.SofaScheduledThreadPoolExecutor
 
updatePeriod(long) - Method in class com.alipay.sofa.common.thread.SofaThreadPoolExecutor
 
updatespaceName(String) - Method in class com.alipay.sofa.common.thread.SofaScheduledThreadPoolExecutor
 
updateSpaceName(String) - Method in class com.alipay.sofa.common.thread.SofaThreadPoolExecutor
 
updateTaskTimeout(long) - Method in class com.alipay.sofa.common.thread.SofaScheduledThreadPoolExecutor
 
updateTaskTimeout(long) - Method in class com.alipay.sofa.common.thread.SofaThreadPoolExecutor
 
updateThreadPoolName(String) - Method in class com.alipay.sofa.common.thread.SofaScheduledThreadPoolExecutor
 
updateThreadPoolName(String) - Method in class com.alipay.sofa.common.thread.SofaThreadPoolExecutor
 
URL_PROTOCOL_FILE - Static variable in class com.alipay.sofa.common.utils.ResourceUtil
URL protocol for a file in the file system: "file"
UTF8_STR - Static variable in interface com.alipay.sofa.common.log.Constants
 

V

VALUE_OUT_OF_RANGE - Static variable in interface com.alipay.sofa.common.profile.enumeration.internal.EnumConstant
 
valueOf(String) - Static method in enum class com.alipay.sofa.common.log.adapter.level.AdapterLevel
Returns the enum constant of this class with the specified name.
values() - Static method in enum class com.alipay.sofa.common.log.adapter.level.AdapterLevel
Returns an array containing the constants of this enum class, in the order they are declared.
VariableLinkedBlockingQueue<E> - Class in com.alipay.sofa.common.thread
A clone of LinkedBlockingQueue with the addition of a VariableLinkedBlockingQueue.setCapacity(int) method, allowing us to change the capacity of the queue while it is in use.
VariableLinkedBlockingQueue() - Constructor for class com.alipay.sofa.common.thread.VariableLinkedBlockingQueue
Creates a LinkedBlockingQueue with a capacity of Integer.MAX_VALUE.
VariableLinkedBlockingQueue(int) - Constructor for class com.alipay.sofa.common.thread.VariableLinkedBlockingQueue
Creates a LinkedBlockingQueue with the given (fixed) capacity.
VariableLinkedBlockingQueue(Collection<? extends E>) - Constructor for class com.alipay.sofa.common.thread.VariableLinkedBlockingQueue
Creates a LinkedBlockingQueue with a capacity of Integer.MAX_VALUE, initially containing the elements of the given collection, added in traversal order of the collection's iterator.

W

warn(String) - Static method in class com.alipay.sofa.common.log.LogLog
 
warn(String) - Method in class com.alipay.sofa.common.log.proxy.LoggerProxy
 
warn(String, Object) - Method in class com.alipay.sofa.common.log.proxy.LoggerProxy
 
warn(String, Object...) - Method in class com.alipay.sofa.common.log.proxy.LoggerProxy
 
warn(String, Object...) - Static method in class com.alipay.sofa.common.thread.log.ThreadLogger
 
warn(String, Object, Object) - Method in class com.alipay.sofa.common.log.proxy.LoggerProxy
 
warn(String, Throwable) - Static method in class com.alipay.sofa.common.log.LogLog
 
warn(String, Throwable) - Method in class com.alipay.sofa.common.log.proxy.LoggerProxy
 
warn(Marker, String) - Method in class com.alipay.sofa.common.log.proxy.LoggerProxy
 
warn(Marker, String, Object) - Method in class com.alipay.sofa.common.log.proxy.LoggerProxy
 
warn(Marker, String, Object...) - Method in class com.alipay.sofa.common.log.proxy.LoggerProxy
 
warn(Marker, String, Object, Object) - Method in class com.alipay.sofa.common.log.proxy.LoggerProxy
 
warn(Marker, String, Throwable) - Method in class com.alipay.sofa.common.log.proxy.LoggerProxy
 
WARN - Enum constant in enum class com.alipay.sofa.common.log.adapter.level.AdapterLevel
An event that might possible lead to an error.
WARN_THREAD_LOGGER - Static variable in class com.alipay.sofa.common.thread.log.ThreadLogger
 
whichClass(String) - Static method in class com.alipay.sofa.common.utils.ClassLoaderUtil
 
whichClass(String, Class) - Static method in class com.alipay.sofa.common.utils.ClassLoaderUtil
 
whichClass(String, ClassLoader) - Static method in class com.alipay.sofa.common.utils.ClassLoaderUtil
 
whichClasses(String) - Static method in class com.alipay.sofa.common.utils.ClassLoaderUtil
 
whichClasses(String, Class) - Static method in class com.alipay.sofa.common.utils.ClassLoaderUtil
 
whichClasses(String, ClassLoader) - Static method in class com.alipay.sofa.common.utils.ClassLoaderUtil
 
withSpaceName(String) - Static method in class com.alipay.sofa.common.space.SpaceId
 
withTag(String, String) - Method in class com.alipay.sofa.common.space.SpaceId
 
writeReplace() - Method in class com.alipay.sofa.common.profile.enumeration.Enum
 
A B C D E F G H I J K L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form