Uses of Record Class
com.iohao.net.common.kit.concurrent.executor.ThreadExecutor
Packages that use ThreadExecutor
Package
Description
Utility tools - Thread executors for ionet Thread Related: User Thread Executor, User Virtual Thread Executor, Simple Thread Executor Region.
CoreFramework - Communication - Distributed EventBus, the distributed event bus is similar to products such as Guava EventBus, Redis Publish/Subscribe, and MQ.
CoreFramework - Flow
CoreFramework - Business Framework Plugin.
-
Uses of ThreadExecutor in com.iohao.net.common.kit.concurrent.executor
Methods in com.iohao.net.common.kit.concurrent.executor that return ThreadExecutorModifier and TypeMethodDescriptiondefault ThreadExecutorExecutorRegion.getSimpleThreadExecutor(long index) Simple thread executorExecutorRegionKit.getSimpleThreadExecutor(long index) ThreadExecutorRegion.getThreadExecutor(long index) Get the Executor based on the index.default ThreadExecutorExecutorRegion.getUserThreadExecutor(long index) User thread executorExecutorRegionKit.getUserThreadExecutor(long index) default ThreadExecutorExecutorRegion.getUserVirtualThreadExecutor(long index) User virtual thread executorExecutorRegionKit.getUserVirtualThreadExecutor(long index) -
Uses of ThreadExecutor in com.iohao.net.framework.communication.eventbus
Methods in com.iohao.net.framework.communication.eventbus that return ThreadExecutorModifier and TypeMethodDescriptionSubscribeExecutorStrategy.select(Subscriber subscriber, EventBusMessage eventBusMessage, ExecutorRegion executorRegion) Get the corresponding thread executor -
Uses of ThreadExecutor in com.iohao.net.framework.core.flow
Methods in com.iohao.net.framework.core.flow that return ThreadExecutorModifier and TypeMethodDescriptionFlowCommon.getCurrentThreadExecutor()FlowContext.getCurrentThreadExecutor()default ThreadExecutorFlowCommon.getUserThreadExecutor()default ThreadExecutorFlowCommon.getVirtualThreadExecutor()Methods in com.iohao.net.framework.core.flow with parameters of type ThreadExecutorModifier and TypeMethodDescriptionvoidFlowContext.setCurrentThreadExecutor(ThreadExecutor currentThreadExecutor) -
Uses of ThreadExecutor in com.iohao.net.framework.core.flow.internal
Methods in com.iohao.net.framework.core.flow.internal that return ThreadExecutorModifier and TypeMethodDescriptionThreadMonitorInOut.ThreadMonitor.executor()Returns the value of theexecutorrecord component.Methods in com.iohao.net.framework.core.flow.internal with parameters of type ThreadExecutorModifier and TypeMethodDescriptionThreadMonitorInOut.ThreadMonitor.create(String name, ThreadExecutor executor) Constructors in com.iohao.net.framework.core.flow.internal with parameters of type ThreadExecutorModifierConstructorDescriptionThreadMonitor(String name, LongAdder executeCount, LongAdder totalTime, ThreadExecutor executor) Creates an instance of aThreadMonitorrecord class.