跳过导航链接
A B C D E F G H I K L M N O P R S T U W 

A

AbstractBuildThreadPoolTemplate - cn.hippo4j.core.executor.support中的类
Abstract build threadPool template.
AbstractBuildThreadPoolTemplate() - 类 的构造器cn.hippo4j.core.executor.support.AbstractBuildThreadPoolTemplate
 
AbstractBuildThreadPoolTemplate.ThreadPoolInitParam - cn.hippo4j.core.executor.support中的类
Thread-pool init param.
AbstractDynamicExecutorSupport - cn.hippo4j.core.executor.support中的类
已过时。
use ThreadPoolExecutorShutdownPlugin to get thread-pool shutdown support
AbstractDynamicExecutorSupport(int, int, long, TimeUnit, boolean, long, BlockingQueue<Runnable>, String, ThreadFactory, RejectedExecutionHandler) - 类 的构造器cn.hippo4j.core.executor.support.AbstractDynamicExecutorSupport
已过时。
 
AbstractDynamicThreadPoolService - cn.hippo4j.core.executor.support.service中的类
Abstract dynamic thread-pool service.
AbstractDynamicThreadPoolService() - 类 的构造器cn.hippo4j.core.executor.support.service.AbstractDynamicThreadPoolService
 
AbstractTaskTimerPlugin - cn.hippo4j.core.plugin.impl中的类
An abstract task execution time recording plugin for thread-safe statistics the execution time of tasks.
AbstractTaskTimerPlugin() - 类 的构造器cn.hippo4j.core.plugin.impl.AbstractTaskTimerPlugin
 
AbstractThreadPoolRuntime - cn.hippo4j.core.executor.state中的类
Abstract threadPool runtime info.
AbstractThreadPoolRuntime() - 类 的构造器cn.hippo4j.core.executor.state.AbstractThreadPoolRuntime
 
addDecorator(TaskDecorator) - 类 中的方法cn.hippo4j.core.plugin.impl.TaskDecoratorPlugin
Add a decorator.
addInfo(String, Object) - 类 中的方法cn.hippo4j.core.plugin.PluginRuntime
Add a runtime info item.
afterExecute(Runnable, Throwable) - 类 中的方法cn.hippo4j.core.executor.ExtensibleThreadPoolExecutor
After calling the superclass method, ExecuteAwarePlugin.afterExecute(java.lang.Runnable, java.lang.Throwable) will be called last.
afterExecute(Runnable, Throwable) - 类 中的方法cn.hippo4j.core.executor.support.FastThreadPoolExecutor
 
afterExecute(Runnable, Throwable) - 接口 中的方法cn.hippo4j.core.plugin.ExecuteAwarePlugin
Callback after task execution.
afterExecute(Runnable, Throwable) - 类 中的方法cn.hippo4j.core.plugin.impl.AbstractTaskTimerPlugin
Record the total time for the worker thread to complete the task, and update the time record.
afterPropertiesSet() - 类 中的方法cn.hippo4j.core.executor.support.AbstractDynamicExecutorSupport
已过时。
Calls initialize() after the container applied all property values.
afterPropertiesSet() - 类 中的方法cn.hippo4j.core.handler.DynamicThreadPoolBannerHandler
 
afterShutdown(ThreadPoolExecutor, List<Runnable>) - 类 中的方法cn.hippo4j.core.plugin.impl.ThreadPoolExecutorShutdownPlugin
Callback after pool shutdown.
afterShutdown(ThreadPoolExecutor, List<Runnable>) - 接口 中的方法cn.hippo4j.core.plugin.ShutdownAwarePlugin
Callback after pool shutdown.
afterTerminated(ExtensibleThreadPoolExecutor) - 接口 中的方法cn.hippo4j.core.plugin.ShutdownAwarePlugin
Callback after pool terminated.
allowCoreThreadTimeOut(boolean) - 类 中的方法cn.hippo4j.core.executor.support.ThreadPoolBuilder
Allow core thread time-out.
awaitTerminationMillis - 类 中的变量cn.hippo4j.core.executor.support.AbstractDynamicExecutorSupport
已过时。
 
awaitTerminationMillis(long) - 类 中的方法cn.hippo4j.core.executor.support.ThreadPoolBuilder
Await termination millis.
awaitTerminationMillis - 类 中的变量cn.hippo4j.core.plugin.impl.ThreadPoolExecutorShutdownPlugin
Await termination millis

B

BeforeCheck() - 类 的构造器cn.hippo4j.core.enable.BeforeCheckConfiguration.BeforeCheck
 
BeforeCheckConfiguration - cn.hippo4j.core.enable中的类
Before check configuration.
BeforeCheckConfiguration() - 类 的构造器cn.hippo4j.core.enable.BeforeCheckConfiguration
 
BeforeCheckConfiguration.BeforeCheck - cn.hippo4j.core.enable中的类
 
beforeExecute(Thread, Runnable) - 类 中的方法cn.hippo4j.core.executor.ExtensibleThreadPoolExecutor
Before calling the parent class method, ExecuteAwarePlugin.beforeExecute(java.lang.Thread, java.lang.Runnable) will be called first.
beforeExecute(Thread, Runnable) - 接口 中的方法cn.hippo4j.core.plugin.ExecuteAwarePlugin
Callback before task execution.
beforeExecute(Thread, Runnable) - 类 中的方法cn.hippo4j.core.plugin.impl.AbstractTaskTimerPlugin
Record the time when the worker thread starts executing the task.
beforeRejectedExecution(Runnable, ThreadPoolExecutor) - 类 中的方法cn.hippo4j.core.plugin.impl.TaskRejectCountRecordPlugin
Record rejection count.
beforeRejectedExecution(Runnable, ThreadPoolExecutor) - 类 中的方法cn.hippo4j.core.plugin.impl.TaskRejectNotifyAlarmPlugin
Callback before task is rejected.
beforeRejectedExecution(Runnable, ThreadPoolExecutor) - 接口 中的方法cn.hippo4j.core.plugin.RejectedAwarePlugin
Callback before task is rejected.
beforeShutdown(ThreadPoolExecutor) - 类 中的方法cn.hippo4j.core.plugin.impl.ThreadPoolExecutorShutdownPlugin
Callback before pool shutdown.
beforeShutdown(ThreadPoolExecutor) - 接口 中的方法cn.hippo4j.core.plugin.ShutdownAwarePlugin
Callback before pool shutdown.
beforeTaskCreate(ThreadPoolExecutor, Runnable, V) - 接口 中的方法cn.hippo4j.core.plugin.TaskAwarePlugin
Callback during the RunnableFuture task create in thread-pool.
beforeTaskCreate(ThreadPoolExecutor, Callable<V>) - 接口 中的方法cn.hippo4j.core.plugin.TaskAwarePlugin
Callback during the RunnableFuture task create in thread-pool.
beforeTaskExecute(Runnable) - 类 中的方法cn.hippo4j.core.plugin.impl.TaskDecoratorPlugin
Callback when task is executed.
beforeTaskExecute(Runnable) - 接口 中的方法cn.hippo4j.core.plugin.TaskAwarePlugin
Callback when task is execute.
BootstrapPropertiesInterface - cn.hippo4j.core.config中的接口
Bootstrap properties interface.
build() - 类 中的方法cn.hippo4j.core.executor.support.ThreadPoolBuilder
 
buildDynamicPool(AbstractBuildThreadPoolTemplate.ThreadPoolInitParam) - 类 中的静态方法cn.hippo4j.core.executor.support.AbstractBuildThreadPoolTemplate
Build a dynamic monitor thread-pool.
buildDynamicPoolById(String) - 类 中的静态方法cn.hippo4j.core.executor.support.ThreadPoolBuilder
Create dynamic thread pool by thread pool id.
buildDynamicThreadPoolExecutor(DynamicThreadPoolRegisterParameter) - 类 中的方法cn.hippo4j.core.executor.support.service.AbstractDynamicThreadPoolService
Build dynamic thread-pool executor.
builder() - 类 中的静态方法cn.hippo4j.core.executor.support.ThreadPoolBuilder
Builder design pattern implementation.
buildFastPool() - 类 中的静态方法cn.hippo4j.core.executor.support.AbstractBuildThreadPoolTemplate
Build a fast-consuming task thread pool.
buildFastPool(AbstractBuildThreadPoolTemplate.ThreadPoolInitParam) - 类 中的静态方法cn.hippo4j.core.executor.support.AbstractBuildThreadPoolTemplate
Build a fast-consuming task thread pool.
buildPool() - 类 中的静态方法cn.hippo4j.core.executor.support.AbstractBuildThreadPoolTemplate
Build pool.
buildPool(AbstractBuildThreadPoolTemplate.ThreadPoolInitParam) - 类 中的静态方法cn.hippo4j.core.executor.support.AbstractBuildThreadPoolTemplate
Build pool.

C

cancelManagement(String) - 类 中的方法cn.hippo4j.core.plugin.manager.DefaultGlobalThreadPoolPluginManager
Cancel the management of the specified ThreadPoolPluginSupport.
cancelManagement(String) - 接口 中的方法cn.hippo4j.core.plugin.manager.GlobalThreadPoolPluginManager
Cancel the management of the specified ThreadPoolPluginSupport.
cancelRemainingTask(Runnable) - 类 中的方法cn.hippo4j.core.executor.support.AbstractDynamicExecutorSupport
已过时。
Cancel the given remaining task which never commended execution, as returned from ExecutorService.shutdownNow().
cancelRemainingTask(Runnable) - 类 中的方法cn.hippo4j.core.plugin.impl.ThreadPoolExecutorShutdownPlugin
Cancel the given remaining task which never commended execution, as returned from ExecutorService.shutdownNow().
capacity(int) - 类 中的方法cn.hippo4j.core.executor.support.ThreadPoolBuilder
Capacity.
clear() - 类 中的方法cn.hippo4j.core.plugin.manager.DefaultThreadPoolPluginManager
Clear all.
clear() - 类 中的方法cn.hippo4j.core.plugin.manager.EmptyThreadPoolPluginManager
Clear all.
clear() - 接口 中的方法cn.hippo4j.core.plugin.manager.ThreadPoolPluginManager
Clear all.
clear() - 接口 中的方法cn.hippo4j.core.plugin.manager.ThreadPoolPluginSupport
Clear all.
clearDecorators() - 类 中的方法cn.hippo4j.core.plugin.impl.TaskDecoratorPlugin
Clear all decorators.
CLIENT_IDENTIFICATION_VALUE - 类 中的静态变量cn.hippo4j.core.toolkit.IdentifyUtil
Client identification value
close() - 类 中的方法cn.hippo4j.core.toolkit.inet.InetUtils
 
cn.hippo4j.core.config - 程序包 cn.hippo4j.core.config
 
cn.hippo4j.core.enable - 程序包 cn.hippo4j.core.enable
 
cn.hippo4j.core.executor - 程序包 cn.hippo4j.core.executor
 
cn.hippo4j.core.executor.manage - 程序包 cn.hippo4j.core.executor.manage
 
cn.hippo4j.core.executor.state - 程序包 cn.hippo4j.core.executor.state
 
cn.hippo4j.core.executor.support - 程序包 cn.hippo4j.core.executor.support
 
cn.hippo4j.core.executor.support.adpter - 程序包 cn.hippo4j.core.executor.support.adpter
 
cn.hippo4j.core.executor.support.service - 程序包 cn.hippo4j.core.executor.support.service
 
cn.hippo4j.core.handler - 程序包 cn.hippo4j.core.handler
 
cn.hippo4j.core.plugin - 程序包 cn.hippo4j.core.plugin
 
cn.hippo4j.core.plugin.impl - 程序包 cn.hippo4j.core.plugin.impl
 
cn.hippo4j.core.plugin.manager - 程序包 cn.hippo4j.core.plugin.manager
 
cn.hippo4j.core.provider - 程序包 cn.hippo4j.core.provider
 
cn.hippo4j.core.proxy - 程序包 cn.hippo4j.core.proxy
 
cn.hippo4j.core.toolkit - 程序包 cn.hippo4j.core.toolkit
 
cn.hippo4j.core.toolkit.inet - 程序包 cn.hippo4j.core.toolkit.inet
 
CommonDynamicThreadPoolProviderFactory - cn.hippo4j.core.provider中的类
Common dynamic thread-pool provider factory.
CommonDynamicThreadPoolProviderFactory() - 类 的构造器cn.hippo4j.core.provider.CommonDynamicThreadPoolProviderFactory
 
ConfigEmptyException - cn.hippo4j.core.config中的异常错误
Config empty exception.
ConfigEmptyException() - 异常错误 的构造器cn.hippo4j.core.config.ConfigEmptyException
 
convertAddress(InetAddress) - 类 中的方法cn.hippo4j.core.toolkit.inet.InetUtils
 
corePoolSize(int) - 类 中的方法cn.hippo4j.core.executor.support.ThreadPoolBuilder
Core pool size.
createProxy(RejectedExecutionHandler, String, AtomicLong) - 类 中的静态方法cn.hippo4j.core.proxy.RejectedProxyUtil
Proxy rejected execution.
currentTime() - 类 中的方法cn.hippo4j.core.plugin.impl.AbstractTaskTimerPlugin
Get the current time.

D

DefaultGlobalThreadPoolPluginManager - cn.hippo4j.core.plugin.manager中的类
Default implementation of GlobalThreadPoolPluginManager.
DefaultGlobalThreadPoolPluginManager() - 类 的构造器cn.hippo4j.core.plugin.manager.DefaultGlobalThreadPoolPluginManager
 
DefaultThreadPoolPluginManager - cn.hippo4j.core.plugin.manager中的类
The default implementation of ThreadPoolPluginManager.
DefaultThreadPoolPluginManager() - 类 的构造器cn.hippo4j.core.plugin.manager.DefaultThreadPoolPluginManager
 
DefaultThreadPoolPluginRegistrar - cn.hippo4j.core.plugin.manager中的类
Register default ThreadPoolPlugin.
DefaultThreadPoolPluginRegistrar() - 类 的构造器cn.hippo4j.core.plugin.manager.DefaultThreadPoolPluginRegistrar
 
destroy() - 类 中的方法cn.hippo4j.core.executor.DynamicThreadPoolExecutor
Invoked by the containing BeanFactory on destruction of a bean.
destroy() - 类 中的方法cn.hippo4j.core.executor.DynamicThreadPoolWrapper
 
destroy() - 类 中的方法cn.hippo4j.core.executor.support.AbstractDynamicExecutorSupport
已过时。
Calls shutdown when the BeanFactory destroys.
disableThreadPoolPlugin(String) - 类 中的方法cn.hippo4j.core.plugin.manager.DefaultGlobalThreadPoolPluginManager
Disable ThreadPoolPlugin for all ThreadPoolPluginSupport, after action, newly registered support will not get this registrar.
disableThreadPoolPlugin(String) - 接口 中的方法cn.hippo4j.core.plugin.manager.GlobalThreadPoolPluginManager
Disable ThreadPoolPlugin for all ThreadPoolPluginSupport, after action, newly registered support will not get this registrar.
disableThreadPoolPluginRegistrar(String) - 类 中的方法cn.hippo4j.core.plugin.manager.DefaultGlobalThreadPoolPluginManager
Unable ThreadPoolPluginRegistrar, newly registered support will not get this registrar.
disableThreadPoolPluginRegistrar(String) - 接口 中的方法cn.hippo4j.core.plugin.manager.GlobalThreadPoolPluginManager
Unable ThreadPoolPluginRegistrar, newly registered support will not get this registrar.
doRegister(ThreadPoolPluginSupport) - 类 中的方法cn.hippo4j.core.plugin.manager.DefaultGlobalThreadPoolPluginManager
Synchronize all enabled plugins and registrars in the current manager to the ThreadPoolPluginSupport whether the support has been managed by the current manager.
doRegister(ThreadPoolPluginSupport) - 类 中的方法cn.hippo4j.core.plugin.manager.DefaultThreadPoolPluginRegistrar
Create and register plugin for the specified thread-pool instance.
doRegister(ThreadPoolPluginSupport) - 接口 中的方法cn.hippo4j.core.plugin.manager.GlobalThreadPoolPluginManager
Synchronize all enabled plugins and registrars in the current manager to the ThreadPoolPluginSupport.
doRegister(ThreadPoolPluginSupport) - 接口 中的方法cn.hippo4j.core.plugin.manager.ThreadPoolPluginRegistrar
Create and register plugin for the specified thread-pool instance.
dynamicPool() - 类 中的方法cn.hippo4j.core.executor.support.ThreadPoolBuilder
Dynamic pool.
dynamicRegister(DynamicThreadPoolRegisterWrapper) - 类 中的静态方法cn.hippo4j.core.executor.manage.GlobalThreadPoolManage
Dynamically register thread pool records and notification records.
dynamicSupport(boolean, long) - 类 中的方法cn.hippo4j.core.executor.support.ThreadPoolBuilder
Dynamic support.
DynamicThreadPool - cn.hippo4j.core.executor中的注释类型
An annotation that enhances the functionality of the jdk acoustic thread pool, with the following list of enhancements.
DynamicThreadPoolAdapter - cn.hippo4j.core.executor.support.adpter中的接口
Dynamic thread pool adapter.
DynamicThreadPoolAdapterChoose - cn.hippo4j.core.executor.support.adpter中的类
Dynamic thread pool adapter choose.
DynamicThreadPoolAdapterChoose() - 类 的构造器cn.hippo4j.core.executor.support.adpter.DynamicThreadPoolAdapterChoose
 
DynamicThreadPoolAnnotationUtil - cn.hippo4j.core.toolkit中的类
Adapted to an earlier version of SpringBoot.
DynamicThreadPoolAnnotationUtil() - 类 的构造器cn.hippo4j.core.toolkit.DynamicThreadPoolAnnotationUtil
 
DynamicThreadPoolBannerHandler - cn.hippo4j.core.handler中的类
Dynamic thread-pool print banner.
DynamicThreadPoolBannerHandler() - 类 的构造器cn.hippo4j.core.handler.DynamicThreadPoolBannerHandler
 
dynamicThreadPoolBeforeCheckBean(BootstrapPropertiesInterface, ConfigurableEnvironment) - 类 中的方法cn.hippo4j.core.enable.BeforeCheckConfiguration
 
DynamicThreadPoolExecutor - cn.hippo4j.core.executor中的类
Enhanced dynamic and monitored thread pool.
DynamicThreadPoolExecutor(int, int, long, TimeUnit, long, boolean, long, BlockingQueue<Runnable>, String, ThreadFactory, RejectedExecutionHandler) - 类 的构造器cn.hippo4j.core.executor.DynamicThreadPoolExecutor
Creates a new DynamicThreadPoolExecutor with the given initial parameters.
dynamicThreadPoolMarkerBean() - 类 中的方法cn.hippo4j.core.enable.MarkerConfiguration
 
DynamicThreadPoolService - cn.hippo4j.core.executor.support.service中的接口
Dynamic thread-pool service.
DynamicThreadPoolWrapper - cn.hippo4j.core.executor中的类
Dynamic thread-pool wrapper.
DynamicThreadPoolWrapper(String) - 类 的构造器cn.hippo4j.core.executor.DynamicThreadPoolWrapper
 
DynamicThreadPoolWrapper(String, ThreadPoolExecutor) - 类 的构造器cn.hippo4j.core.executor.DynamicThreadPoolWrapper
 

E

empty() - 接口 中的静态方法cn.hippo4j.core.plugin.manager.ThreadPoolPluginManager
Get an empty manager.
EmptyThreadPoolPluginManager - cn.hippo4j.core.plugin.manager中的类
Empty thread pool plugin manager.
EmptyThreadPoolPluginManager() - 类 的构造器cn.hippo4j.core.plugin.manager.EmptyThreadPoolPluginManager
 
EnableDynamicThreadPool - cn.hippo4j.core.enable中的注释类型
Annotation to activate dynamic threadPool related configuration.
enableThreadPoolPlugin(ThreadPoolPlugin) - 类 中的方法cn.hippo4j.core.plugin.manager.DefaultGlobalThreadPoolPluginManager
Enable plugin for all ThreadPoolPluginSupport, after action, newly registered support will also get this plugin.
enableThreadPoolPlugin(ThreadPoolPlugin) - 接口 中的方法cn.hippo4j.core.plugin.manager.GlobalThreadPoolPluginManager
Enable plugin for all ThreadPoolPluginSupport, after action, newly registered support will also get this plugin.
enableThreadPoolPluginRegistrar(ThreadPoolPluginRegistrar) - 类 中的方法cn.hippo4j.core.plugin.manager.DefaultGlobalThreadPoolPluginManager
Enable registrar, then apply to all registered ThreadPoolPluginSupport, after action, newly registered support will also get this registrar.
enableThreadPoolPluginRegistrar(ThreadPoolPluginRegistrar) - 接口 中的方法cn.hippo4j.core.plugin.manager.GlobalThreadPoolPluginManager
Enable registrar, then apply to all registered ThreadPoolPluginSupport, after action, newly registered support will also get this registrar.
execute(Runnable) - 类 中的方法cn.hippo4j.core.executor.DynamicThreadPoolWrapper
Executes the given task sometime in the future.
execute(Runnable) - 类 中的方法cn.hippo4j.core.executor.ExtensibleThreadPoolExecutor
Before calling the superclass method, TaskAwarePlugin.beforeTaskExecute(java.lang.Runnable) will be called first.
execute(Runnable) - 类 中的方法cn.hippo4j.core.executor.support.FastThreadPoolExecutor
 
execute(Runnable) - 类 中的方法cn.hippo4j.core.executor.support.ThreadPoolExecutorTemplate
 
ExecuteAwarePlugin - cn.hippo4j.core.plugin中的接口
Callback during task execution.
executeTimeOut(long) - 类 中的方法cn.hippo4j.core.executor.support.ThreadPoolBuilder
Execute time-out.
ExecutorTraceContextUtil - cn.hippo4j.core.toolkit中的类
Trace context util.
ExecutorTraceContextUtil() - 类 的构造器cn.hippo4j.core.toolkit.ExecutorTraceContextUtil
 
ExtensibleThreadPoolExecutor - cn.hippo4j.core.executor中的类
Extensible thread-pool executor.
ExtensibleThreadPoolExecutor(String, ThreadPoolPluginManager, int, int, long, TimeUnit, BlockingQueue<Runnable>, ThreadFactory, RejectedExecutionHandler) - 类 的构造器cn.hippo4j.core.executor.ExtensibleThreadPoolExecutor
Creates a new ExtensibleThreadPoolExecutor with the given initial parameters.

F

FastThreadPoolExecutor - cn.hippo4j.core.executor.support中的类
Fast thread-pool executor.
FastThreadPoolExecutor(int, int, long, TimeUnit, TaskQueue<Runnable>, ThreadFactory, RejectedExecutionHandler) - 类 的构造器cn.hippo4j.core.executor.support.FastThreadPoolExecutor
 
findAnnotationOnBean(String, Class<A>) - 类 中的静态方法cn.hippo4j.core.toolkit.DynamicThreadPoolAnnotationUtil
Check for the existence of based on .
findFirstNonLoopbackAddress() - 类 中的方法cn.hippo4j.core.toolkit.inet.InetUtils
 
findFirstNonLoopBackHostInfo() - 类 中的方法cn.hippo4j.core.toolkit.inet.InetUtils
 

G

generate(ConfigurableEnvironment, InetUtils) - 类 中的静态方法cn.hippo4j.core.toolkit.IdentifyUtil
Generate identify.
getAllEnableThreadPoolPluginRegistrar() - 类 中的方法cn.hippo4j.core.plugin.manager.DefaultGlobalThreadPoolPluginManager
getAllEnableThreadPoolPluginRegistrar() - 接口 中的方法cn.hippo4j.core.plugin.manager.GlobalThreadPoolPluginManager
getAllEnableThreadPoolPlugins() - 类 中的方法cn.hippo4j.core.plugin.manager.DefaultGlobalThreadPoolPluginManager
Get all enable ThreadPoolPlugin.
getAllEnableThreadPoolPlugins() - 接口 中的方法cn.hippo4j.core.plugin.manager.GlobalThreadPoolPluginManager
Get all enable ThreadPoolPlugin.
getAllManagedThreadPoolPluginSupports() - 类 中的方法cn.hippo4j.core.plugin.manager.DefaultGlobalThreadPoolPluginManager
Get all registered ThreadPoolPluginSupport
getAllManagedThreadPoolPluginSupports() - 接口 中的方法cn.hippo4j.core.plugin.manager.GlobalThreadPoolPluginManager
Get all registered ThreadPoolPluginSupport
getAllPluginRuntimes() - 接口 中的方法cn.hippo4j.core.plugin.manager.ThreadPoolPluginManager
Get PluginRuntime of all registered plugins.
getAllPlugins() - 类 中的方法cn.hippo4j.core.plugin.manager.DefaultThreadPoolPluginManager
Get all registered plugins.
getAllPlugins() - 类 中的方法cn.hippo4j.core.plugin.manager.EmptyThreadPoolPluginManager
Get all registered plugins.
getAllPlugins() - 接口 中的方法cn.hippo4j.core.plugin.manager.ThreadPoolPluginManager
Get all registered plugins.
getAllPlugins() - 接口 中的方法cn.hippo4j.core.plugin.manager.ThreadPoolPluginSupport
Get all registered plugins.
getAllPluginsFromManagers() - 接口 中的方法cn.hippo4j.core.plugin.manager.GlobalThreadPoolPluginManager
Get all plugins from registered ThreadPoolPluginSupport.
getAllPluginsOfType(Class<A>) - 接口 中的方法cn.hippo4j.core.plugin.manager.ThreadPoolPluginManager
Get all plugins of type.
getAndRemoveTimeoutTrace() - 类 中的静态方法cn.hippo4j.core.toolkit.ExecutorTraceContextUtil
Get and remove.
getAvgTaskTimeMillis() - 类 中的方法cn.hippo4j.core.plugin.impl.TaskTimeRecordPlugin.Summary
Get the avg task time in milliseconds
getAwaitTerminationMillis() - 类 中的方法cn.hippo4j.core.executor.DynamicThreadPoolExecutor
getBanner() - 接口 中的方法cn.hippo4j.core.config.BootstrapPropertiesInterface
Get banner.
getDefaultHostname() - 类 中的方法cn.hippo4j.core.toolkit.inet.InetUtilsProperties
 
getDefaultIpAddress() - 类 中的方法cn.hippo4j.core.toolkit.inet.InetUtilsProperties
 
getEnable() - 接口 中的方法cn.hippo4j.core.config.BootstrapPropertiesInterface
Get enable.
getExecuteAwarePluginList() - 类 中的方法cn.hippo4j.core.plugin.manager.DefaultThreadPoolPluginManager
Get execute plugin list.
getExecuteAwarePluginList() - 类 中的方法cn.hippo4j.core.plugin.manager.EmptyThreadPoolPluginManager
Get execute aware plugin list.
getExecuteAwarePluginList() - 接口 中的方法cn.hippo4j.core.plugin.manager.ThreadPoolPluginManager
Get execute aware plugin list.
getExecuteAwarePluginList() - 接口 中的方法cn.hippo4j.core.plugin.manager.ThreadPoolPluginSupport
Get execute aware list.
getExecuteTimeOut() - 类 中的方法cn.hippo4j.core.executor.DynamicThreadPoolExecutor
getExecutor(String) - 类 中的静态方法cn.hippo4j.core.executor.manage.GlobalThreadPoolManage
Get the dynamic thread pool wrapper class.
getExecutorService(String) - 类 中的静态方法cn.hippo4j.core.executor.manage.GlobalThreadPoolManage
Get the dynamic thread pool wrapper class.
getHostname() - 类 中的方法cn.hippo4j.core.toolkit.inet.InetUtils.HostInfo
 
getId() - 类 中的方法cn.hippo4j.core.plugin.impl.TaskDecoratorPlugin
Get id.
getId() - 类 中的方法cn.hippo4j.core.plugin.impl.TaskRejectCountRecordPlugin
Get id.
getId() - 类 中的方法cn.hippo4j.core.plugin.impl.TaskRejectNotifyAlarmPlugin
Get id.
getId() - 类 中的方法cn.hippo4j.core.plugin.impl.TaskTimeoutNotifyAlarmPlugin
Get id.
getId() - 类 中的方法cn.hippo4j.core.plugin.impl.TaskTimeRecordPlugin
Get id.
getId() - 类 中的方法cn.hippo4j.core.plugin.impl.ThreadPoolExecutorShutdownPlugin
Get id.
getId() - 接口 中的方法cn.hippo4j.core.plugin.manager.ThreadPoolPluginRegistrar
Get id
getId() - 接口 中的方法cn.hippo4j.core.plugin.ThreadPoolPlugin
Get id.
getIdentify() - 类 中的静态方法cn.hippo4j.core.toolkit.IdentifyUtil
Get identify.
getIgnoredInterfaces() - 类 中的方法cn.hippo4j.core.toolkit.inet.InetUtilsProperties
 
getInstance(String) - 类 中的静态方法cn.hippo4j.core.provider.CommonDynamicThreadPoolProviderFactory
Get the public dynamic thread pool instance.
getIpAddress() - 类 中的方法cn.hippo4j.core.toolkit.inet.InetUtils.HostInfo
 
getIpAddressAsInt() - 类 中的方法cn.hippo4j.core.toolkit.inet.InetUtils.HostInfo
 
getItemId() - 接口 中的方法cn.hippo4j.core.config.BootstrapPropertiesInterface
Get item id.
getManagedThreadPoolPluginSupport(String) - 类 中的方法cn.hippo4j.core.plugin.manager.DefaultGlobalThreadPoolPluginManager
Get registered ThreadPoolPluginSupport.
getManagedThreadPoolPluginSupport(String) - 接口 中的方法cn.hippo4j.core.plugin.manager.GlobalThreadPoolPluginManager
Get registered ThreadPoolPluginSupport.
getNamespace() - 接口 中的方法cn.hippo4j.core.config.BootstrapPropertiesInterface
Get namespace.
getPassword() - 接口 中的方法cn.hippo4j.core.config.BootstrapPropertiesInterface
Get password.
getPlugin(String) - 类 中的方法cn.hippo4j.core.plugin.manager.DefaultThreadPoolPluginManager
getPlugin(String) - 类 中的方法cn.hippo4j.core.plugin.manager.EmptyThreadPoolPluginManager
getPlugin(String) - 接口 中的方法cn.hippo4j.core.plugin.manager.ThreadPoolPluginManager
getPlugin(String) - 接口 中的方法cn.hippo4j.core.plugin.manager.ThreadPoolPluginSupport
getPluginOfType(String, Class<A>) - 接口 中的方法cn.hippo4j.core.plugin.manager.ThreadPoolPluginManager
Get plugin of type.
getPluginRuntime() - 类 中的方法cn.hippo4j.core.plugin.impl.TaskDecoratorPlugin
Get plugin runtime info.
getPluginRuntime() - 类 中的方法cn.hippo4j.core.plugin.impl.TaskRejectCountRecordPlugin
Get plugin runtime info.
getPluginRuntime() - 类 中的方法cn.hippo4j.core.plugin.impl.TaskTimeRecordPlugin
Get plugin runtime info.
getPluginRuntime() - 类 中的方法cn.hippo4j.core.plugin.impl.ThreadPoolExecutorShutdownPlugin
Get plugin runtime info.
getPluginRuntime() - 接口 中的方法cn.hippo4j.core.plugin.ThreadPoolPlugin
Get plugin runtime info.
getPluginsFromManagers(String) - 接口 中的方法cn.hippo4j.core.plugin.manager.GlobalThreadPoolPluginManager
Get plugins by id from registered ThreadPoolPluginSupport.
getPluginsOfTypeFromManagers(Class<A>) - 接口 中的方法cn.hippo4j.core.plugin.manager.GlobalThreadPoolPluginManager
Get plugins of type from registered ThreadPoolPluginSupport.
getPoolParameter(String) - 类 中的静态方法cn.hippo4j.core.executor.manage.GlobalThreadPoolManage
Get dynamic thread pool parameters.
getPoolRunState(String) - 类 中的方法cn.hippo4j.core.executor.state.AbstractThreadPoolRuntime
Get pool run state.
getPoolRunState(String, Executor) - 类 中的方法cn.hippo4j.core.executor.state.AbstractThreadPoolRuntime
Get pool run state.
getPreferredNetworks() - 类 中的方法cn.hippo4j.core.toolkit.inet.InetUtilsProperties
 
getPREFIX() - 类 中的静态方法cn.hippo4j.core.toolkit.inet.InetUtilsProperties
 
getRedundancyHandler() - 类 中的方法cn.hippo4j.core.executor.DynamicThreadPoolExecutor
getRejectCount() - 类 中的方法cn.hippo4j.core.executor.DynamicThreadPoolExecutor
已过时。
getRejectCountNum() - 类 中的方法cn.hippo4j.core.executor.DynamicThreadPoolExecutor
已过时。
getRejectCountNum() - 类 中的方法cn.hippo4j.core.plugin.impl.TaskRejectCountRecordPlugin
Get reject count num.
getRejectedAwarePluginList() - 类 中的方法cn.hippo4j.core.plugin.manager.DefaultThreadPoolPluginManager
Get rejected plugin list.
getRejectedAwarePluginList() - 类 中的方法cn.hippo4j.core.plugin.manager.EmptyThreadPoolPluginManager
Get rejected aware plugin list.
getRejectedAwarePluginList() - 接口 中的方法cn.hippo4j.core.plugin.manager.ThreadPoolPluginManager
Get rejected aware plugin list.
getRejectedAwarePluginList() - 接口 中的方法cn.hippo4j.core.plugin.manager.ThreadPoolPluginSupport
Get rejected aware list.
getRejectedExecutionHandler() - 类 中的方法cn.hippo4j.core.executor.ExtensibleThreadPoolExecutor
Returns the current handler for unexecutable tasks.
getRuntime(String) - 接口 中的方法cn.hippo4j.core.plugin.manager.ThreadPoolPluginManager
Get PluginRuntime of registered plugin.
getServerAddr() - 接口 中的方法cn.hippo4j.core.config.BootstrapPropertiesInterface
Get server addr.
getShutdownAwarePluginList() - 类 中的方法cn.hippo4j.core.plugin.manager.DefaultThreadPoolPluginManager
Get shutdown plugin list.
getShutdownAwarePluginList() - 类 中的方法cn.hippo4j.core.plugin.manager.EmptyThreadPoolPluginManager
Get shutdown aware plugin list.
getShutdownAwarePluginList() - 接口 中的方法cn.hippo4j.core.plugin.manager.ThreadPoolPluginManager
Get shutdown aware plugin list.
getShutdownAwarePluginList() - 接口 中的方法cn.hippo4j.core.plugin.manager.ThreadPoolPluginSupport
Get shutdown aware list.
getSubmittedTaskCount() - 类 中的方法cn.hippo4j.core.executor.support.FastThreadPoolExecutor
Get submitted task count.
getTaskAwarePluginList() - 类 中的方法cn.hippo4j.core.plugin.manager.DefaultThreadPoolPluginManager
Get shutdown plugin list.
getTaskAwarePluginList() - 类 中的方法cn.hippo4j.core.plugin.manager.EmptyThreadPoolPluginManager
Get shutdown aware plugin list.
getTaskAwarePluginList() - 接口 中的方法cn.hippo4j.core.plugin.manager.ThreadPoolPluginManager
Get shutdown aware plugin list.
getTaskAwarePluginList() - 接口 中的方法cn.hippo4j.core.plugin.manager.ThreadPoolPluginSupport
Get shutdown aware list.
getTaskDecorator() - 类 中的方法cn.hippo4j.core.executor.DynamicThreadPoolExecutor
已过时。
getThreadPoolExecutor() - 类 中的方法cn.hippo4j.core.executor.ExtensibleThreadPoolExecutor
Get thread-pool executor.
getThreadPoolExecutor() - 接口 中的方法cn.hippo4j.core.plugin.manager.ThreadPoolPluginSupport
Get thread-pool executor.
getThreadPoolId() - 接口 中的方法cn.hippo4j.core.plugin.manager.ThreadPoolPluginSupport
Get thread-pool id
getThreadPoolIdentify(String, String, String) - 类 中的静态方法cn.hippo4j.core.toolkit.IdentifyUtil
Get thread pool identify.
getThreadPoolNum() - 类 中的静态方法cn.hippo4j.core.executor.manage.GlobalThreadPoolManage
Get the number of dynamic thread pools.
getThreadPoolPluginManager() - 接口 中的方法cn.hippo4j.core.plugin.manager.ThreadPoolPluginSupport
Get thread pool action aware registry.
getThreadPoolState(ThreadPoolExecutor) - 类 中的静态方法cn.hippo4j.core.executor.state.ThreadPoolStatusHandler
Get thread-pool state.
getTimeoutSeconds() - 类 中的方法cn.hippo4j.core.toolkit.inet.InetUtilsProperties
 
getUsername() - 接口 中的方法cn.hippo4j.core.config.BootstrapPropertiesInterface
Get username.
getVersion() - 类 中的静态方法cn.hippo4j.core.handler.DynamicThreadPoolBannerHandler
Get version.
GlobalThreadPoolManage - cn.hippo4j.core.executor.manage中的类
Global thread-pool manage.
GlobalThreadPoolManage() - 类 的构造器cn.hippo4j.core.executor.manage.GlobalThreadPoolManage
 
GlobalThreadPoolPluginManager - cn.hippo4j.core.plugin.manager中的接口

H

hippo4JInetUtils(InetUtilsProperties) - 类 中的方法cn.hippo4j.core.config.UtilAutoConfiguration
 
HostInfo(String) - 类 的构造器cn.hippo4j.core.toolkit.inet.InetUtils.HostInfo
 
HostInfo() - 类 的构造器cn.hippo4j.core.toolkit.inet.InetUtils.HostInfo
 

I

IdentifyUtil - cn.hippo4j.core.toolkit中的类
Identify util.
IdentifyUtil() - 类 的构造器cn.hippo4j.core.toolkit.IdentifyUtil
 
InetUtils - cn.hippo4j.core.toolkit.inet中的类
Inet utils.
InetUtils(InetUtilsProperties) - 类 的构造器cn.hippo4j.core.toolkit.inet.InetUtils
 
InetUtils.HostInfo - cn.hippo4j.core.toolkit.inet中的类
Host information pojo.
InetUtilsProperties - cn.hippo4j.core.toolkit.inet中的类
Inet utils properties.
InetUtilsProperties() - 类 的构造器cn.hippo4j.core.toolkit.inet.InetUtilsProperties
 
Info() - 类 的构造器cn.hippo4j.core.plugin.PluginRuntime.Info
 
initialize() - 类 中的方法cn.hippo4j.core.executor.support.AbstractDynamicExecutorSupport
已过时。
Set up the ExecutorService.
initializeExecutor() - 类 中的方法cn.hippo4j.core.executor.support.AbstractDynamicExecutorSupport
已过时。
Create the target ExecutorService instance.
initParam() - 类 中的静态方法cn.hippo4j.core.executor.support.AbstractBuildThreadPoolTemplate
Thread-pool construction initialization parameters.
INSTANCE - 类 中的静态变量cn.hippo4j.core.plugin.manager.EmptyThreadPoolPluginManager
Default instance
invoke(Object, Method, Object[]) - 类 中的方法cn.hippo4j.core.proxy.RejectedProxyInvocationHandler
 
isFastPool(Boolean) - 类 中的方法cn.hippo4j.core.executor.support.ThreadPoolBuilder
Is fast pool.
isOverride() - 类 中的方法cn.hippo4j.core.toolkit.inet.InetUtils.HostInfo
 
isRegistered(String) - 类 中的方法cn.hippo4j.core.plugin.manager.DefaultThreadPoolPluginManager
Whether the ThreadPoolPlugin has been registered.
isRegistered(String) - 类 中的方法cn.hippo4j.core.plugin.manager.EmptyThreadPoolPluginManager
Whether the ThreadPoolPlugin has been registered.
isRegistered(String) - 接口 中的方法cn.hippo4j.core.plugin.manager.ThreadPoolPluginManager
Whether the ThreadPoolPlugin has been registered.
isRegistered(String) - 接口 中的方法cn.hippo4j.core.plugin.manager.ThreadPoolPluginSupport
Whether the ThreadPoolPlugin has been registered.
isUseOnlySiteLocalInterfaces() - 类 中的方法cn.hippo4j.core.toolkit.inet.InetUtilsProperties
 

K

keepAliveTime(long) - 类 中的方法cn.hippo4j.core.executor.support.ThreadPoolBuilder
Keep alive time.
keepAliveTime(long, TimeUnit) - 类 中的方法cn.hippo4j.core.executor.support.ThreadPoolBuilder
Keep alive time.

L

listThreadPoolId() - 类 中的静态方法cn.hippo4j.core.executor.manage.GlobalThreadPoolManage
Get the dynamic thread pool identifier collection.

M

Marker() - 类 的构造器cn.hippo4j.core.enable.MarkerConfiguration.Marker
 
MarkerConfiguration - cn.hippo4j.core.enable中的类
Marker configuration.
MarkerConfiguration() - 类 的构造器cn.hippo4j.core.enable.MarkerConfiguration
 
MarkerConfiguration.Marker - cn.hippo4j.core.enable中的类
 
match(Object) - 接口 中的方法cn.hippo4j.core.executor.support.adpter.DynamicThreadPoolAdapter
Check if the object contains thread pool information.
match(Object) - 类 中的静态方法cn.hippo4j.core.executor.support.adpter.DynamicThreadPoolAdapterChoose
Check if the object contains thread pool information.
match(Object) - 类 中的方法cn.hippo4j.core.executor.support.adpter.ThreadPoolTaskExecutorAdapter
 
match(Object) - 类 中的方法cn.hippo4j.core.executor.support.adpter.TransmittableThreadLocalExecutorAdapter
 
match(Object) - 类 中的方法cn.hippo4j.core.executor.support.adpter.TransmittableThreadLocalExecutorServiceAdapter
 
maxPoolNum(int) - 类 中的方法cn.hippo4j.core.executor.support.ThreadPoolBuilder
Max pool num.

N

newTaskFor(Runnable, T) - 类 中的方法cn.hippo4j.core.executor.ExtensibleThreadPoolExecutor
newTaskFor(Callable<T>) - 类 中的方法cn.hippo4j.core.executor.ExtensibleThreadPoolExecutor
now() - 类 中的静态方法cn.hippo4j.core.toolkit.SystemClock
Now.

O

offer(Runnable) - 类 中的方法cn.hippo4j.core.executor.support.TaskQueue
 
override - 类 中的变量cn.hippo4j.core.toolkit.inet.InetUtils.HostInfo
Should override the host info.

P

PLUGIN_NAME - 类 中的静态变量cn.hippo4j.core.plugin.impl.TaskDecoratorPlugin
 
PLUGIN_NAME - 类 中的静态变量cn.hippo4j.core.plugin.impl.TaskRejectCountRecordPlugin
 
PLUGIN_NAME - 类 中的静态变量cn.hippo4j.core.plugin.impl.TaskRejectNotifyAlarmPlugin
 
PLUGIN_NAME - 类 中的静态变量cn.hippo4j.core.plugin.impl.TaskTimeoutNotifyAlarmPlugin
 
PLUGIN_NAME - 类 中的静态变量cn.hippo4j.core.plugin.impl.TaskTimeRecordPlugin
 
PLUGIN_NAME - 类 中的静态变量cn.hippo4j.core.plugin.impl.ThreadPoolExecutorShutdownPlugin
 
PluginRuntime - cn.hippo4j.core.plugin中的类
Plug in runtime information.
PluginRuntime() - 类 的构造器cn.hippo4j.core.plugin.PluginRuntime
 
PluginRuntime.Info - cn.hippo4j.core.plugin中的类
Plugin runtime info.
poolThreadSize(int, int) - 类 中的方法cn.hippo4j.core.executor.support.ThreadPoolBuilder
Pool thread size.
PREFIX - 类 中的静态变量cn.hippo4j.core.toolkit.inet.InetUtilsProperties
Prefix for the Inet Utils properties.
processTaskTime(long) - 类 中的方法cn.hippo4j.core.plugin.impl.AbstractTaskTimerPlugin
Processing the execution time of the task.
processTaskTime(long) - 类 中的方法cn.hippo4j.core.plugin.impl.TaskTimeoutNotifyAlarmPlugin
Check whether the task execution time exceeds TaskTimeoutNotifyAlarmPlugin.executeTimeOut, if it exceeds this time, send an alarm notification.
processTaskTime(long) - 类 中的方法cn.hippo4j.core.plugin.impl.TaskTimeRecordPlugin
Refresh time indicators of the current instance.
putTimeoutTrace(String) - 类 中的静态方法cn.hippo4j.core.toolkit.ExecutorTraceContextUtil
Put timeout trace.

R

register(String, ThreadPoolParameter, DynamicThreadPoolWrapper) - 类 中的静态方法cn.hippo4j.core.executor.manage.GlobalThreadPoolManage
Register dynamic thread pool wrapper and parameters.
register(ThreadPoolPlugin) - 类 中的方法cn.hippo4j.core.plugin.manager.DefaultThreadPoolPluginManager
Register a ThreadPoolPlugin
register(ThreadPoolPlugin) - 类 中的方法cn.hippo4j.core.plugin.manager.EmptyThreadPoolPluginManager
Register a ThreadPoolPlugin
register(ThreadPoolPlugin) - 接口 中的方法cn.hippo4j.core.plugin.manager.ThreadPoolPluginManager
Register a ThreadPoolPlugin.
register(ThreadPoolPlugin) - 接口 中的方法cn.hippo4j.core.plugin.manager.ThreadPoolPluginSupport
Register a ThreadPoolPlugin
registerDynamicThreadPool(DynamicThreadPoolRegisterWrapper) - 接口 中的方法cn.hippo4j.core.executor.support.service.DynamicThreadPoolService
Registering dynamic thread pools at runtime.
registerPool(String, DynamicThreadPoolWrapper) - 类 中的静态方法cn.hippo4j.core.executor.manage.GlobalThreadPoolManage
Register dynamic thread pool.
registerPoolParameter(String, ThreadPoolParameter) - 类 中的静态方法cn.hippo4j.core.executor.manage.GlobalThreadPoolManage
Register dynamic thread pool parameters.
registerThreadPoolPluginSupport(ThreadPoolPluginSupport) - 类 中的方法cn.hippo4j.core.plugin.manager.DefaultGlobalThreadPoolPluginManager
Synchronize all enabled plugins and registrars in the current manager to the ThreadPoolPluginSupport if the support has not been managed before, After that, this support will be synchronized with the plug-in and registrar status in the manager.
registerThreadPoolPluginSupport(ThreadPoolPluginSupport) - 接口 中的方法cn.hippo4j.core.plugin.manager.GlobalThreadPoolPluginManager
Synchronize all enabled plugins and registrars in the current manager to the ThreadPoolPluginSupport, After that, this support will be synchronized with the plug-in and registrar status in the manager.
rejected(RejectedExecutionHandler) - 类 中的方法cn.hippo4j.core.executor.support.ThreadPoolBuilder
Rejected.
RejectedAwarePlugin - cn.hippo4j.core.plugin中的接口
Callback when task is rejected.
RejectedProxyInvocationHandler - cn.hippo4j.core.proxy中的类
Rejected proxy invocation handler.
RejectedProxyInvocationHandler() - 类 的构造器cn.hippo4j.core.proxy.RejectedProxyInvocationHandler
 
RejectedProxyUtil - cn.hippo4j.core.proxy中的类
Rejected proxy util.
RejectedProxyUtil() - 类 的构造器cn.hippo4j.core.proxy.RejectedProxyUtil
 
removeDecorator(TaskDecorator) - 类 中的方法cn.hippo4j.core.plugin.impl.TaskDecoratorPlugin
Remove decorators.
replace(Object, Executor) - 接口 中的方法cn.hippo4j.core.executor.support.adpter.DynamicThreadPoolAdapter
If the DynamicThreadPoolAdapter.match(Object) conditions are met, the thread pool is replaced with a dynamic thread pool.
replace(Object, Executor) - 类 中的静态方法cn.hippo4j.core.executor.support.adpter.DynamicThreadPoolAdapterChoose
If the DynamicThreadPoolAdapter.match(Object) conditions are met, the thread pool is replaced with a dynamic thread pool.
replace(Object, Executor) - 类 中的方法cn.hippo4j.core.executor.support.adpter.ThreadPoolTaskExecutorAdapter
 
replace(Object, Executor) - 类 中的方法cn.hippo4j.core.executor.support.adpter.TransmittableThreadLocalExecutorAdapter
 
replace(Object, Executor) - 类 中的方法cn.hippo4j.core.executor.support.adpter.TransmittableThreadLocalExecutorServiceAdapter
 
retryOffer(Runnable, long, TimeUnit) - 类 中的方法cn.hippo4j.core.executor.support.TaskQueue
Retry offer.

S

setDefaultHostname(String) - 类 中的方法cn.hippo4j.core.toolkit.inet.InetUtilsProperties
 
setDefaultIpAddress(String) - 类 中的方法cn.hippo4j.core.toolkit.inet.InetUtilsProperties
 
setExecuteTimeOut(Long) - 类 中的方法cn.hippo4j.core.executor.DynamicThreadPoolExecutor
setHostname(String) - 类 中的方法cn.hippo4j.core.toolkit.inet.InetUtils.HostInfo
 
setIgnoredInterfaces(List<String>) - 类 中的方法cn.hippo4j.core.toolkit.inet.InetUtilsProperties
 
setIpAddress(String) - 类 中的方法cn.hippo4j.core.toolkit.inet.InetUtils.HostInfo
 
setOverride(boolean) - 类 中的方法cn.hippo4j.core.toolkit.inet.InetUtils.HostInfo
 
setPreferredNetworks(List<String>) - 类 中的方法cn.hippo4j.core.toolkit.inet.InetUtilsProperties
 
setRedundancyHandler(RejectedExecutionHandler) - 类 中的方法cn.hippo4j.core.executor.DynamicThreadPoolExecutor
setRejectedExecutionHandler(RejectedExecutionHandler) - 类 中的方法cn.hippo4j.core.executor.ExtensibleThreadPoolExecutor
Sets a new handler for unexecutable tasks.
setSupportParam(long, boolean) - 类 中的方法cn.hippo4j.core.executor.DynamicThreadPoolExecutor
setSupportParam(long, boolean) - 类 中的方法cn.hippo4j.core.executor.support.AbstractDynamicExecutorSupport
已过时。
Set support param.
setTaskDecorator(TaskDecorator) - 类 中的方法cn.hippo4j.core.executor.DynamicThreadPoolExecutor
已过时。
setTimeoutSeconds(int) - 类 中的方法cn.hippo4j.core.toolkit.inet.InetUtilsProperties
 
setTimeoutTraceKey(String) - 类 中的静态方法cn.hippo4j.core.toolkit.ExecutorTraceContextUtil
Set timeout trace key.
setUseOnlySiteLocalInterfaces(boolean) - 类 中的方法cn.hippo4j.core.toolkit.inet.InetUtilsProperties
 
shutdown() - 类 中的方法cn.hippo4j.core.executor.ExtensibleThreadPoolExecutor
Before calling the superclass method, ShutdownAwarePlugin.beforeShutdown(java.util.concurrent.ThreadPoolExecutor) will be called first.
ShutdownAwarePlugin - cn.hippo4j.core.plugin中的接口
Callback before thread-pool shutdown.
shutdownNow() - 类 中的方法cn.hippo4j.core.executor.ExtensibleThreadPoolExecutor
Before calling the superclass method, ShutdownAwarePlugin.beforeShutdown(java.util.concurrent.ThreadPoolExecutor) will be called first.
shutdownSupport() - 类 中的方法cn.hippo4j.core.executor.support.AbstractDynamicExecutorSupport
已过时。
Perform a shutdown on the underlying ExecutorService.
singlePool() - 类 中的方法cn.hippo4j.core.executor.support.ThreadPoolBuilder
Single pool.
singlePool(String) - 类 中的方法cn.hippo4j.core.executor.support.ThreadPoolBuilder
Single pool.
SpringDynamicThreadPool - cn.hippo4j.core.executor中的注释类型
A convenience annotation that is itself annotated with @Bean and @DynamicThreadPool.
start() - 接口 中的方法cn.hippo4j.core.plugin.ThreadPoolPlugin
Callback when plugin register into manager
stop() - 接口 中的方法cn.hippo4j.core.plugin.ThreadPoolPlugin
Callback when plugin unregister from manager
submit(Runnable) - 类 中的方法cn.hippo4j.core.executor.DynamicThreadPoolWrapper
Submits a Runnable task for execution and returns a Future representing that task.
submit(Callable<T>) - 类 中的方法cn.hippo4j.core.executor.DynamicThreadPoolWrapper
Submits a value-returning task for execution and returns a Future representing the pending results of the task.
submit(Runnable) - 类 中的方法cn.hippo4j.core.executor.support.ThreadPoolExecutorTemplate
 
submit(Callable<T>) - 类 中的方法cn.hippo4j.core.executor.support.ThreadPoolExecutorTemplate
 
summarize() - 类 中的方法cn.hippo4j.core.plugin.impl.TaskTimeRecordPlugin
Get the summary statistics of the instance at the current time.
Summary() - 类 的构造器cn.hippo4j.core.plugin.impl.TaskTimeRecordPlugin.Summary
 
supplement(ThreadPoolRunStateInfo) - 类 中的方法cn.hippo4j.core.executor.state.AbstractThreadPoolRuntime
Supplemental thread pool runtime information.
supplement(ThreadPoolRunStateInfo) - 类 中的方法cn.hippo4j.core.executor.state.ThreadPoolRunStateHandler
 
SystemClock - cn.hippo4j.core.toolkit中的类
System clock.

T

TaskAwarePlugin - cn.hippo4j.core.plugin中的接口
Callback during task submit in thread-pool.
taskDecorator(TaskDecorator) - 类 中的方法cn.hippo4j.core.executor.support.ThreadPoolBuilder
Task decorator.
TaskDecoratorPlugin - cn.hippo4j.core.plugin.impl中的类
Decorate tasks when they are submitted to thread-pool.
TaskDecoratorPlugin() - 类 的构造器cn.hippo4j.core.plugin.impl.TaskDecoratorPlugin
 
TaskQueue<R extends Runnable> - cn.hippo4j.core.executor.support中的类
Task queue.
TaskQueue(int) - 类 的构造器cn.hippo4j.core.executor.support.TaskQueue
 
TaskRejectCountRecordPlugin - cn.hippo4j.core.plugin.impl中的类
Record the number of tasks rejected by the thread pool.
TaskRejectCountRecordPlugin() - 类 的构造器cn.hippo4j.core.plugin.impl.TaskRejectCountRecordPlugin
 
TaskRejectNotifyAlarmPlugin - cn.hippo4j.core.plugin.impl中的类
Send alert notification when a task is rejected.
TaskRejectNotifyAlarmPlugin() - 类 的构造器cn.hippo4j.core.plugin.impl.TaskRejectNotifyAlarmPlugin
 
TaskTimeoutNotifyAlarmPlugin - cn.hippo4j.core.plugin.impl中的类
Send alarm notification when the execution time exceeds the threshold.
TaskTimeoutNotifyAlarmPlugin() - 类 的构造器cn.hippo4j.core.plugin.impl.TaskTimeoutNotifyAlarmPlugin
 
TaskTimeRecordPlugin - cn.hippo4j.core.plugin.impl中的类
Record task execution time indicator.
TaskTimeRecordPlugin() - 类 的构造器cn.hippo4j.core.plugin.impl.TaskTimeRecordPlugin
 
TaskTimeRecordPlugin.Summary - cn.hippo4j.core.plugin.impl中的类
Summary statistics of SyncTimeRecorder instance at a certain time.
terminated() - 类 中的方法cn.hippo4j.core.executor.ExtensibleThreadPoolExecutor
Before calling the superclass method, ShutdownAwarePlugin.afterTerminated(cn.hippo4j.core.executor.ExtensibleThreadPoolExecutor) will be called first.
threadFactory(String) - 类 中的方法cn.hippo4j.core.executor.support.ThreadPoolBuilder
Thread factory.
threadFactory(ThreadFactory) - 类 中的方法cn.hippo4j.core.executor.support.ThreadPoolBuilder
Thread factory.
threadFactory(String, Boolean) - 类 中的方法cn.hippo4j.core.executor.support.ThreadPoolBuilder
Thread factory.
ThreadPoolBuilder - cn.hippo4j.core.executor.support中的类
Thread-pool builder.
ThreadPoolBuilder() - 类 的构造器cn.hippo4j.core.executor.support.ThreadPoolBuilder
 
ThreadPoolExecutorShutdownPlugin - cn.hippo4j.core.plugin.impl中的类
ThreadPoolExecutorShutdownPlugin() - 类 的构造器cn.hippo4j.core.plugin.impl.ThreadPoolExecutorShutdownPlugin
 
ThreadPoolExecutorTemplate - cn.hippo4j.core.executor.support中的类
ThreadPool executor template.
ThreadPoolExecutorTemplate(int, int, long, TimeUnit, BlockingQueue<Runnable>, ThreadFactory, RejectedExecutionHandler) - 类 的构造器cn.hippo4j.core.executor.support.ThreadPoolExecutorTemplate
 
threadPoolId(String) - 类 中的方法cn.hippo4j.core.executor.support.ThreadPoolBuilder
Thread-pool id.
ThreadPoolInitParam(String, boolean) - 类 的构造器cn.hippo4j.core.executor.support.AbstractBuildThreadPoolTemplate.ThreadPoolInitParam
 
ThreadPoolInitParam(ThreadFactory) - 类 的构造器cn.hippo4j.core.executor.support.AbstractBuildThreadPoolTemplate.ThreadPoolInitParam
 
ThreadPoolPlugin - cn.hippo4j.core.plugin中的接口
A marker superinterface indicating that an instance class is eligible to be sense and intercept some operations of the specific thread-pool instance.
ThreadPoolPluginManager - cn.hippo4j.core.plugin.manager中的接口
Manager of ThreadPoolPlugin.
ThreadPoolPluginRegistrar - cn.hippo4j.core.plugin.manager中的接口
Registrar of ThreadPoolPlugin.
ThreadPoolPluginSupport - cn.hippo4j.core.plugin.manager中的接口
Used to support the binding of ThreadPoolPluginManager and ThreadPoolExecutor.
ThreadPoolRunStateHandler - cn.hippo4j.core.executor.state中的类
Thread pool run state service.
ThreadPoolRunStateHandler() - 类 的构造器cn.hippo4j.core.executor.state.ThreadPoolRunStateHandler
 
ThreadPoolStatusHandler - cn.hippo4j.core.executor.state中的类
ThreadPool status handler.
ThreadPoolStatusHandler() - 类 的构造器cn.hippo4j.core.executor.state.ThreadPoolStatusHandler
 
ThreadPoolTaskExecutorAdapter - cn.hippo4j.core.executor.support.adpter中的类
Spring ThreadPoolTaskExecutor adapter.
ThreadPoolTaskExecutorAdapter() - 类 的构造器cn.hippo4j.core.executor.support.adpter.ThreadPoolTaskExecutorAdapter
 
timeUnit(TimeUnit) - 类 中的方法cn.hippo4j.core.executor.support.ThreadPoolBuilder
Time unit.
TransmittableThreadLocalExecutorAdapter - cn.hippo4j.core.executor.support.adpter中的类
Transmittable thread local executor adapter.
TransmittableThreadLocalExecutorAdapter() - 类 的构造器cn.hippo4j.core.executor.support.adpter.TransmittableThreadLocalExecutorAdapter
 
TransmittableThreadLocalExecutorServiceAdapter - cn.hippo4j.core.executor.support.adpter中的类
Transmittable thread local executor service adapter.
TransmittableThreadLocalExecutorServiceAdapter() - 类 的构造器cn.hippo4j.core.executor.support.adpter.TransmittableThreadLocalExecutorServiceAdapter
 
tryRegister(ThreadPoolPlugin) - 类 中的方法cn.hippo4j.core.plugin.manager.DefaultThreadPoolPluginManager
Register plugin if it's not registered.
tryRegister(ThreadPoolPlugin) - 类 中的方法cn.hippo4j.core.plugin.manager.EmptyThreadPoolPluginManager
Register plugin if it's not registered.
tryRegister(ThreadPoolPlugin) - 接口 中的方法cn.hippo4j.core.plugin.manager.ThreadPoolPluginManager
Register plugin if it's not registered.
tryRegister(ThreadPoolPlugin) - 接口 中的方法cn.hippo4j.core.plugin.manager.ThreadPoolPluginSupport
Register plugin if it's not registered.

U

unregister(String) - 类 中的方法cn.hippo4j.core.plugin.manager.DefaultThreadPoolPluginManager
Unregister ThreadPoolPlugin
unregister(String) - 类 中的方法cn.hippo4j.core.plugin.manager.EmptyThreadPoolPluginManager
Unregister ThreadPoolPlugin.
unregister(String) - 接口 中的方法cn.hippo4j.core.plugin.manager.ThreadPoolPluginManager
Unregister ThreadPoolPlugin.
unregister(String) - 接口 中的方法cn.hippo4j.core.plugin.manager.ThreadPoolPluginSupport
Unregister ThreadPoolPlugin.
unregisterForAllManagers(String) - 接口 中的方法cn.hippo4j.core.plugin.manager.GlobalThreadPoolPluginManager
Unregister for all registered Managers
unwrap(Object) - 接口 中的方法cn.hippo4j.core.executor.support.adpter.DynamicThreadPoolAdapter
Get the dynamic thread pool reference in the object.
unwrap(Object) - 类 中的静态方法cn.hippo4j.core.executor.support.adpter.DynamicThreadPoolAdapterChoose
Get the dynamic thread pool reference in the object.
unwrap(Object) - 类 中的方法cn.hippo4j.core.executor.support.adpter.ThreadPoolTaskExecutorAdapter
 
unwrap(Object) - 类 中的方法cn.hippo4j.core.executor.support.adpter.TransmittableThreadLocalExecutorAdapter
 
unwrap(Object) - 类 中的方法cn.hippo4j.core.executor.support.adpter.TransmittableThreadLocalExecutorServiceAdapter
 
UtilAutoConfiguration - cn.hippo4j.core.config中的类
Util auto configuration.
UtilAutoConfiguration() - 类 的构造器cn.hippo4j.core.config.UtilAutoConfiguration
 

W

waitForTasksToCompleteOnShutdown - 类 中的变量cn.hippo4j.core.executor.DynamicThreadPoolExecutor
Wait for tasks to complete on shutdown
waitForTasksToCompleteOnShutdown - 类 中的变量cn.hippo4j.core.executor.support.AbstractDynamicExecutorSupport
已过时。
 
waitForTasksToCompleteOnShutdown(boolean) - 类 中的方法cn.hippo4j.core.executor.support.ThreadPoolBuilder
Wait for tasks to complete on shutdown.
workQueue(BlockingQueueTypeEnum, int) - 类 中的方法cn.hippo4j.core.executor.support.ThreadPoolBuilder
Work queue.
workQueue(BlockingQueueTypeEnum) - 类 中的方法cn.hippo4j.core.executor.support.ThreadPoolBuilder
Work queue.
workQueue(BlockingQueue) - 类 中的方法cn.hippo4j.core.executor.support.ThreadPoolBuilder
Work queue.
A B C D E F G H I K L M N O P R S T U W 

Copyright © 2022. All rights reserved.