|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.springframework.util.CustomizableThreadCreator
org.springframework.scheduling.concurrent.CustomizableThreadFactory
org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
jp.terasoluna.fw.batch.executor.concurrent.BatchThreadPoolTaskExecutor
public class BatchThreadPoolTaskExecutor
バッチジョブ実行用スレッドプールエグゼキュータ。
フィールドの概要 |
---|
クラス org.springframework.scheduling.concurrent.ExecutorConfigurationSupport から継承されたフィールド |
---|
logger |
インタフェース org.springframework.core.task.AsyncTaskExecutor から継承されたフィールド |
---|
TIMEOUT_IMMEDIATE, TIMEOUT_INDEFINITE |
コンストラクタの概要 | |
---|---|
BatchThreadPoolTaskExecutor()
コンストラクタ |
メソッドの概要 | |
---|---|
void |
setQueueCapacity(int queueCapacity)
|
クラス org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor から継承されたメソッド |
---|
createQueue, execute, execute, getActiveCount, getCorePoolSize, getKeepAliveSeconds, getMaxPoolSize, getPoolSize, getThreadPoolExecutor, initializeExecutor, prefersShortLivedTasks, setAllowCoreThreadTimeOut, setCorePoolSize, setKeepAliveSeconds, setMaxPoolSize, submit, submit |
クラス org.springframework.scheduling.concurrent.ExecutorConfigurationSupport から継承されたメソッド |
---|
afterPropertiesSet, destroy, initialize, setBeanName, setRejectedExecutionHandler, setThreadFactory, setThreadNamePrefix, setWaitForTasksToCompleteOnShutdown, shutdown |
クラス org.springframework.scheduling.concurrent.CustomizableThreadFactory から継承されたメソッド |
---|
newThread |
クラス org.springframework.util.CustomizableThreadCreator から継承されたメソッド |
---|
createThread, getDefaultThreadNamePrefix, getThreadGroup, getThreadNamePrefix, getThreadPriority, isDaemon, nextThreadName, setDaemon, setThreadGroup, setThreadGroupName, setThreadPriority |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public BatchThreadPoolTaskExecutor()
メソッドの詳細 |
---|
public void setQueueCapacity(int queueCapacity)
org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
内の setQueueCapacity
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |