Uses of Interface
org.flowable.job.service.impl.asyncexecutor.AsyncExecutor
Packages that use AsyncExecutor
Package
Description
-
Uses of AsyncExecutor in org.flowable.job.service
Fields in org.flowable.job.service declared as AsyncExecutorModifier and TypeFieldDescriptionprotected AsyncExecutorJobServiceConfiguration.asyncExecutorprotected AsyncExecutorJobServiceConfiguration.asyncHistoryExecutorMethods in org.flowable.job.service that return AsyncExecutorModifier and TypeMethodDescriptionJobServiceConfiguration.getAsyncExecutor()JobServiceConfiguration.getAsyncHistoryExecutor()Methods in org.flowable.job.service with parameters of type AsyncExecutorModifier and TypeMethodDescriptionJobServiceConfiguration.setAsyncExecutor(AsyncExecutor asyncExecutor) JobServiceConfiguration.setAsyncHistoryExecutor(AsyncExecutor asyncHistoryExecutor) -
Uses of AsyncExecutor in org.flowable.job.service.impl.asyncexecutor
Classes in org.flowable.job.service.impl.asyncexecutor that implement AsyncExecutorModifier and TypeClassDescriptionclassclassclassFields in org.flowable.job.service.impl.asyncexecutor declared as AsyncExecutorModifier and TypeFieldDescriptionprotected final AsyncExecutorAcquireAsyncJobsDueRunnable.asyncExecutorprotected final AsyncExecutorAcquireTimerJobsRunnable.asyncExecutorprotected AsyncExecutorAsyncJobAddedNotification.asyncExecutorprotected AsyncExecutorJobAddedTransactionListener.asyncExecutorprotected final AsyncExecutorResetExpiredJobsRunnable.asyncExecutorMethods in org.flowable.job.service.impl.asyncexecutor that return AsyncExecutorModifier and TypeMethodDescriptionprotected AsyncExecutorDefaultJobManager.getAsyncExecutor()protected AsyncExecutorDefaultJobManager.getAsyncHistoryExecutor()Methods in org.flowable.job.service.impl.asyncexecutor with parameters of type AsyncExecutorModifier and TypeMethodDescriptionprotected voidDefaultJobManager.createHintListeners(AsyncExecutor asyncExecutor, JobInfoEntity job) protected booleanDefaultJobManager.isExecutorActive(AsyncExecutor asyncExecutor) protected voidDefaultJobManager.setLockTimeAndOwner(AsyncExecutor asyncExecutor, JobInfoEntity jobInfoEntity) Constructors in org.flowable.job.service.impl.asyncexecutor with parameters of type AsyncExecutorModifierConstructorDescriptionAcquireAsyncJobsDueRunnable(String name, AsyncExecutor asyncExecutor, JobInfoEntityManager<? extends JobInfoEntity> jobEntityManager, AcquireAsyncJobsDueLifecycleListener lifecycleListener, AcquireJobsRunnableConfiguration configuration) AcquireTimerJobsRunnable(AsyncExecutor asyncExecutor, JobManager jobManager, int moveExecutorPoolSize) AcquireTimerJobsRunnable(AsyncExecutor asyncExecutor, JobManager jobManager, AcquireTimerLifecycleListener lifecycleListener, AcquireJobsRunnableConfiguration configuration, int moveExecutorPoolSize) AsyncJobAddedNotification(JobInfoEntity job, AsyncExecutor asyncExecutor) JobAddedTransactionListener(JobInfo job, AsyncExecutor asyncExecutor, CommandExecutor commandExecutor) ResetExpiredJobsRunnable(String name, AsyncExecutor asyncExecutor, JobInfoEntityManager<? extends JobInfoEntity>... jobEntityManagers) -
Uses of AsyncExecutor in org.flowable.job.service.impl.asyncexecutor.multitenant
Subinterfaces of AsyncExecutor in org.flowable.job.service.impl.asyncexecutor.multitenantModifier and TypeInterfaceDescriptioninterfaceInterface forAsyncExecutorimplementations used in conjunction with the MultiSchemaMultiTenantProcessEngineConfiguration.Classes in org.flowable.job.service.impl.asyncexecutor.multitenant that implement AsyncExecutorModifier and TypeClassDescriptionclassAnAsyncExecutorthat has oneAsyncExecutorper tenant.classMulti tenantAsyncExecutor.Fields in org.flowable.job.service.impl.asyncexecutor.multitenant declared as AsyncExecutorModifier and TypeFieldDescriptionprotected AsyncExecutorExecutorPerTenantAsyncExecutor.nullTenantIdAsyncExecutorFields in org.flowable.job.service.impl.asyncexecutor.multitenant with type parameters of type AsyncExecutorModifier and TypeFieldDescriptionprotected Map<String,AsyncExecutor> ExecutorPerTenantAsyncExecutor.tenantExecutorsMethods in org.flowable.job.service.impl.asyncexecutor.multitenant that return AsyncExecutorModifier and TypeMethodDescriptionTenantAwareAsyncExecutorFactory.createAsyncExecutor(String tenantId) Allows to create anAsyncExecutorspecifically for a tenant.protected AsyncExecutorExecutorPerTenantAsyncExecutor.determineAsyncExecutor()ExecutorPerTenantAsyncExecutor.getTenantAsyncExecutor(String tenantId) SharedExecutorServiceAsyncExecutor.getTenantAsyncExecutor(String tenantId) TenantAwareAsyncExecutor.getTenantAsyncExecutor(String tenantId) Constructors in org.flowable.job.service.impl.asyncexecutor.multitenant with parameters of type AsyncExecutorModifierConstructorDescriptionTenantAwareAcquireAsyncJobsDueRunnable(AsyncExecutor asyncExecutor, TenantInfoHolder tenantInfoHolder, String tenantId) TenantAwareAcquireAsyncJobsDueRunnable(AsyncExecutor asyncExecutor, TenantInfoHolder tenantInfoHolder, String tenantId, AcquireAsyncJobsDueLifecycleListener lifecycleListener, AcquireJobsRunnableConfiguration configuration) TenantAwareAcquireTimerJobsRunnable(AsyncExecutor asyncExecutor, TenantInfoHolder tenantInfoHolder, String tenantId, int moveExecutorPoolSize) TenantAwareAcquireTimerJobsRunnable(AsyncExecutor asyncExecutor, TenantInfoHolder tenantInfoHolder, String tenantId, AcquireTimerLifecycleListener lifecycleListener, AcquireJobsRunnableConfiguration configuration, int moveExecutorPoolSize) TenantAwareResetExpiredJobsRunnable(AsyncExecutor asyncExecutor, TenantInfoHolder tenantInfoHolder, String tenantId) -
Uses of AsyncExecutor in org.flowable.job.service.impl.cmd
Fields in org.flowable.job.service.impl.cmd declared as AsyncExecutorModifier and TypeFieldDescriptionprotected AsyncExecutorAcquireJobsCmd.asyncExecutorprotected AsyncExecutorAcquireJobsWithGlobalAcquireLockCmd.asyncExecutorprotected AsyncExecutorAcquireTimerJobsCmd.asyncExecutorprotected AsyncExecutorAcquireTimerJobsWithGlobalAcquireLockCmd.asyncExecutorConstructors in org.flowable.job.service.impl.cmd with parameters of type AsyncExecutorModifierConstructorDescriptionAcquireJobsCmd(AsyncExecutor asyncExecutor) AcquireJobsCmd(AsyncExecutor asyncExecutor, int remainingCapacity, JobInfoEntityManager<? extends JobInfoEntity> jobEntityManager) AcquireJobsWithGlobalAcquireLockCmd(AsyncExecutor asyncExecutor, int remainingCapacity, JobInfoEntityManager<? extends JobInfoEntity> jobEntityManager) AcquireTimerJobsCmd(AsyncExecutor asyncExecutor) AcquireTimerJobsWithGlobalAcquireLockCmd(AsyncExecutor asyncExecutor)