クラスの使用
org.springframework.batch.integration.partition.RemotePartitioningManagerStepBuilder
RemotePartitioningManagerStepBuilder を使用するパッケージ
org.springframework.batch.integration.partition 内の RemotePartitioningManagerStepBuilder 使用
修飾子と型メソッド説明RemotePartitioningManagerStepBuilder.aggregator
(StepExecutionAggregator aggregator) RemotePartitioningManagerStepBuilder.allowStartIfComplete
(boolean allowStartIfComplete) RemotePartitioningManagerStepBuilder.beanFactory
(org.springframework.beans.factory.BeanFactory beanFactory) Bean ファクトリを設定します。RemotePartitioningManagerStepBuilder
を作成し、そのジョブリポジトリ、ジョブエクスプローラー、Bean ファクトリ、トランザクションマネージャーを初期化します。RemotePartitioningManagerStepBuilder.gridSize
(int gridSize) RemotePartitioningManagerStepBuilder.inputChannel
(org.springframework.messaging.MessageChannel inputChannel) ワーカーからの応答を受信する入力チャネルを設定します。RemotePartitioningManagerStepBuilder.jobExplorer
(JobExplorer jobExplorer) Job Explorer を設定します。RemotePartitioningManagerStepBuilder.listener
(StepExecutionListener listener) RemotePartitioningManagerStepBuilder.messagingTemplate
(org.springframework.integration.core.MessagingTemplate messagingTemplate) ワーカーにデータを送信するために使用するMessagingTemplate
を設定します。RemotePartitioningManagerStepBuilder.outputChannel
(org.springframework.messaging.MessageChannel outputChannel) ワーカーへのリクエストが送信される出力チャネルを設定します。RemotePartitioningManagerStepBuilder.partitioner
(StringSE workerStepName, Partitioner partitioner) RemotePartitioningManagerStepBuilder.partitionHandler
(PartitionHandler partitionHandler) マネージャーステップのパーティションハンドラーがMessageChannelPartitionHandler
のインスタンスに自動的に設定されるため、このメソッドはUnsupportedOperationException
SE をスローします。RemotePartitioningManagerStepBuilder.pollInterval
(long pollInterval) ワーカーのステータスについてジョブリポジトリをポーリングする頻度。RemotePartitioningManagerStepBuilder.repository
(JobRepository jobRepository) 非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。RemotePartitioningManagerStepBuilder.splitter
(StepExecutionSplitter splitter) RemotePartitioningManagerStepBuilder.startLimit
(int startLimit) RemotePartitioningManagerStepBuilder.timeout
(long timeout) ジョブリポジトリのポーリングを使用する場合、待機する時間制限。
RemotePartitioningManagerStepBuilder(String, JobRepository)
を使用