Uses of Interface
org.flowable.job.service.impl.asyncexecutor.AsyncExecutor
-
Packages that use AsyncExecutor Package Description org.flowable.job.service org.flowable.job.service.impl.asyncexecutor org.flowable.job.service.impl.asyncexecutor.multitenant org.flowable.job.service.impl.cmd -
-
Uses of AsyncExecutor in org.flowable.job.service
Fields in org.flowable.job.service declared as AsyncExecutor Modifier and Type Field Description protected AsyncExecutorJobServiceConfiguration. asyncExecutorprotected AsyncExecutorJobServiceConfiguration. asyncHistoryExecutorMethods in org.flowable.job.service that return AsyncExecutor Modifier and Type Method Description AsyncExecutorJobServiceConfiguration. getAsyncExecutor()AsyncExecutorJobServiceConfiguration. getAsyncHistoryExecutor()Methods in org.flowable.job.service with parameters of type AsyncExecutor Modifier and Type Method Description JobServiceConfigurationJobServiceConfiguration. setAsyncExecutor(AsyncExecutor asyncExecutor)JobServiceConfigurationJobServiceConfiguration. setAsyncHistoryExecutor(AsyncExecutor asyncHistoryExecutor) -
Uses of AsyncExecutor in org.flowable.job.service.impl.asyncexecutor
Classes in org.flowable.job.service.impl.asyncexecutor that implement AsyncExecutor Modifier and Type Class Description classAbstractAsyncExecutorclassDefaultAsyncHistoryJobExecutorclassDefaultAsyncJobExecutorclassManagedAsyncJobExecutorDeprecated.The factory should be configured in the engine configurationFields in org.flowable.job.service.impl.asyncexecutor declared as AsyncExecutor Modifier and Type Field Description protected AsyncExecutorAcquireAsyncJobsDueRunnable. asyncExecutorprotected AsyncExecutorAcquireTimerJobsRunnable. asyncExecutorprotected AsyncExecutorAsyncJobAddedNotification. asyncExecutorprotected AsyncExecutorJobAddedTransactionListener. asyncExecutorprotected AsyncExecutorResetExpiredJobsRunnable. asyncExecutorMethods in org.flowable.job.service.impl.asyncexecutor that return AsyncExecutor Modifier and Type Method Description protected AsyncExecutorDefaultJobManager. getAsyncExecutor()protected AsyncExecutorDefaultJobManager. getAsyncHistoryExecutor()Methods in org.flowable.job.service.impl.asyncexecutor with parameters of type AsyncExecutor Modifier and Type Method Description protected 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 AsyncExecutor Constructor Description AcquireAsyncJobsDueRunnable(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.multitenant Modifier and Type Interface Description interfaceTenantAwareAsyncExecutorInterface forAsyncExecutorimplementations used in conjunction with the MultiSchemaMultiTenantProcessEngineConfiguration.Classes in org.flowable.job.service.impl.asyncexecutor.multitenant that implement AsyncExecutor Modifier and Type Class Description classExecutorPerTenantAsyncExecutorAnAsyncExecutorthat has oneAsyncExecutorper tenant.classSharedExecutorServiceAsyncExecutorMulti tenantAsyncExecutor.Fields in org.flowable.job.service.impl.asyncexecutor.multitenant declared as AsyncExecutor Modifier and Type Field Description protected AsyncExecutorExecutorPerTenantAsyncExecutor. nullTenantIdAsyncExecutorFields in org.flowable.job.service.impl.asyncexecutor.multitenant with type parameters of type AsyncExecutor Modifier and Type Field Description protected Map<String,AsyncExecutor>ExecutorPerTenantAsyncExecutor. tenantExecutorsMethods in org.flowable.job.service.impl.asyncexecutor.multitenant that return AsyncExecutor Modifier and Type Method Description AsyncExecutorTenantAwareAsyncExecutorFactory. createAsyncExecutor(String tenantId)Allows to create anAsyncExecutorspecifically for a tenant.protected AsyncExecutorExecutorPerTenantAsyncExecutor. determineAsyncExecutor()AsyncExecutorExecutorPerTenantAsyncExecutor. getTenantAsyncExecutor(String tenantId)AsyncExecutorSharedExecutorServiceAsyncExecutor. getTenantAsyncExecutor(String tenantId)AsyncExecutorTenantAwareAsyncExecutor. getTenantAsyncExecutor(String tenantId)Constructors in org.flowable.job.service.impl.asyncexecutor.multitenant with parameters of type AsyncExecutor Constructor Description TenantAwareAcquireAsyncJobsDueRunnable(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 AsyncExecutor Modifier and Type Field Description protected AsyncExecutorAcquireJobsCmd. asyncExecutorprotected AsyncExecutorAcquireJobsWithGlobalAcquireLockCmd. asyncExecutorprotected AsyncExecutorAcquireTimerJobsCmd. asyncExecutorprotected AsyncExecutorAcquireTimerJobsWithGlobalAcquireLockCmd. asyncExecutorConstructors in org.flowable.job.service.impl.cmd with parameters of type AsyncExecutor Constructor Description AcquireJobsCmd(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)
-