クラスの使用
org.springframework.batch.item.ExecutionContext
ExecutionContext を使用するパッケージ
パッケージ
説明
ジョブ、ステップ、構成、実行の抽象化をカバーする Spring Batch のコアドメインコンテキスト。
ジョブ関心事の特定実装。
共通パーティションコンポーネントの実装。
dao 関心事の特定実装。
ステップに関する特定の実装。
アイテム指向アプローチのステップに関する特定の実装。
タスクレット関連のインターフェースおよび一般的な実装。
アイテム処理を非同期的に実行し、処理が完了したときに結果を書き込むためのコンポーネント。
リモートチャンキングのコンポーネント。
インフラストラクチャインターフェースとアイテムの問題に対する主な依存関係。
データベースベースのアイテムリーダーおよびライターのインフラストラクチャ実装。
io ファイルに関するインフラストラクチャの実装。
Apache Kafka 関連のリーダーとライター
内部サポートパッケージ
xml 入出力のインフラストラクチャ実装。
バッチジョブ / ステップテストのユーティリティクラス。
org.springframework.batch.core 内の ExecutionContext 使用
修飾子と型メソッド説明JobExecution.getExecutionContext()この実行のExecutionContextを返します。StepExecution.getExecutionContext()この実行のExecutionContextを返します。型 ExecutionContext のパラメーターを持つ org.springframework.batch.core のメソッド修飾子と型メソッド説明voidJobExecution.setExecutionContext(ExecutionContext executionContext) この実行のExecutionContextを設定します。voidStepExecution.setExecutionContext(ExecutionContext executionContext) この実行のExecutionContextを設定します。org.springframework.batch.core.job 内の ExecutionContext 使用
型 ExecutionContext のパラメーターを持つ org.springframework.batch.core.job のメソッド修飾子と型メソッド説明voidSimpleStepHandler.setExecutionContext(ExecutionContext executionContext) 処理される前にステップ実行に追加される値を含むコンテキスト。型 ExecutionContext のパラメーターを持つ org.springframework.batch.core.job のコンストラクターorg.springframework.batch.core.partition.support 内の ExecutionContext 使用
型 ExecutionContext の引数を持つ型を返す org.springframework.batch.core.partition.support のメソッド修飾子と型メソッド説明MultiResourcePartitioner.partition(int gridSize) 注入された各リソースのファイル名をExecutionContextに割り当てます。Partitioner.partition(int gridSize) 個別のExecutionContextインスタンスのセットを、それぞれの一意の識別子と共に作成します。SimplePartitioner.partition(int gridSize) 型 ExecutionContext のパラメーターを持つ org.springframework.batch.core.partition.support のメソッド修飾子と型メソッド説明protected booleanSimpleStepExecutionSplitter.isStartable(StepExecution stepExecution, ExecutionContext context) ステップ実行が開始可能かどうかを確認します。org.springframework.batch.core.repository.dao 内の ExecutionContext 使用
修飾子と型メソッド説明ExecutionContextDao.getExecutionContext(JobExecution jobExecution) ExecutionContextDao.getExecutionContext(StepExecution stepExecution) JdbcExecutionContextDao.getExecutionContext(JobExecution jobExecution) JdbcExecutionContextDao.getExecutionContext(StepExecution stepExecution) MongoExecutionContextDao.getExecutionContext(JobExecution jobExecution) MongoExecutionContextDao.getExecutionContext(StepExecution stepExecution) org.springframework.batch.core.step 内の ExecutionContext 使用
型 ExecutionContext のパラメーターを持つ org.springframework.batch.core.step のメソッド修飾子と型メソッド説明protected voidAbstractStep.close(ExecutionContext ctx) リソースを閉じるか解放するために、ステップの最後(finally ブロックの最後)でコラボレーターにコールバックを提供するサブクラスの拡張ポイント。protected voidAbstractStep.open(ExecutionContext ctx) ステップを開始するときにサブクラスがコラボレーターにコールバックを提供し、リソースを開いたり取得したりするための拡張ポイント。org.springframework.batch.core.step.item 内の ExecutionContext 使用
型 ExecutionContext のパラメーターを持つ org.springframework.batch.core.step.item のメソッド修飾子と型メソッド説明voidChunkMonitor.open(ExecutionContext executionContext) voidChunkMonitor.update(ExecutionContext executionContext) org.springframework.batch.core.step.tasklet 内の ExecutionContext 使用
型 ExecutionContext のパラメーターを持つ org.springframework.batch.core.step.tasklet のメソッド修飾子と型メソッド説明protected voidTaskletStep.close(ExecutionContext ctx) protected voidTaskletStep.open(ExecutionContext ctx) org.springframework.batch.integration.async 内の ExecutionContext 使用
型 ExecutionContext のパラメーターを持つ org.springframework.batch.integration.async のメソッド修飾子と型メソッド説明voidAsyncItemWriter.open(ExecutionContext executionContext) voidAsyncItemWriter.update(ExecutionContext executionContext) org.springframework.batch.integration.chunk 内の ExecutionContext 使用
型 ExecutionContext のパラメーターを持つ org.springframework.batch.integration.chunk のメソッド修飾子と型メソッド説明voidChunkMessageChannelItemWriter.open(ExecutionContext executionContext) voidChunkMessageChannelItemWriter.update(ExecutionContext executionContext) org.springframework.batch.item 内の ExecutionContext 使用
型 ExecutionContext のパラメーターを持つ org.springframework.batch.item のメソッド修飾子と型メソッド説明default voidItemStream.open(ExecutionContext executionContext) 提供されたExecutionContextのストリームを開きます。default voidItemStream.update(ExecutionContext executionContext) オープン中に提供された実行コンテキストが保存されようとしていることを示します。型 ExecutionContext のパラメーターを持つ org.springframework.batch.item のコンストラクター修飾子コンストラクター説明ExecutionContext(ExecutionContext executionContext) 別のExecutionContextの内容で新しいExecutionContextを初期化します。org.springframework.batch.item.avro 内の ExecutionContext 使用
型 ExecutionContext のパラメーターを持つ org.springframework.batch.item.avro のメソッドorg.springframework.batch.item.database 内の ExecutionContext 使用
型 ExecutionContext のパラメーターを持つ org.springframework.batch.item.database のメソッド修飾子と型メソッド説明voidJdbcPagingItemReader.open(ExecutionContext executionContext) voidJdbcPagingItemReader.update(ExecutionContext executionContext) voidJpaCursorItemReader.update(ExecutionContext executionContext) org.springframework.batch.item.file 内の ExecutionContext 使用
型 ExecutionContext のパラメーターを持つ org.springframework.batch.item.file のメソッド修飾子と型メソッド説明voidMultiResourceItemReader.open(ExecutionContext executionContext) 再起動の場合にどのリソースから開始するかを判断し、デリゲートを開いて、リソース内のデリゲートの位置を復元します。voidMultiResourceItemWriter.open(ExecutionContext executionContext) voidResourcesItemReader.open(ExecutionContext executionContext) voidMultiResourceItemReader.update(ExecutionContext executionContext) 現在のリソースインデックスと位置をリソースに保存します。voidMultiResourceItemWriter.update(ExecutionContext executionContext) voidResourcesItemReader.update(ExecutionContext executionContext) org.springframework.batch.item.kafka 内の ExecutionContext 使用
型 ExecutionContext のパラメーターを持つ org.springframework.batch.item.kafka のメソッド修飾子と型メソッド説明voidKafkaItemReader.open(ExecutionContext executionContext) voidKafkaItemReader.update(ExecutionContext executionContext) org.springframework.batch.item.redis 内の ExecutionContext 使用
型 ExecutionContext のパラメーターを持つ org.springframework.batch.item.redis のメソッドorg.springframework.batch.item.support 内の ExecutionContext 使用
型 ExecutionContext のパラメーターを持つ org.springframework.batch.item.support のメソッド修飾子と型メソッド説明voidAbstractFileItemWriter.open(ExecutionContext executionContext) リーダーを初期化します。voidAbstractItemCountingItemStreamItemReader.open(ExecutionContext executionContext) voidCompositeItemReader.open(ExecutionContext executionContext) voidCompositeItemStream.open(ExecutionContext executionContext) オープンするためのコールをブロードキャストします。voidCompositeItemWriter.open(ExecutionContext executionContext) voidSingleItemPeekableItemReader.open(ExecutionContext executionContext) デリゲートがItemStreamの場合は、呼び出しを渡すだけです。それ以外の場合は、ピークキャッシュをリセットします。voidSynchronizedItemStreamReader.open(ExecutionContext executionContext) voidSynchronizedItemStreamWriter.open(ExecutionContext executionContext) voidAbstractFileItemWriter.OutputState.restoreFrom(ExecutionContext executionContext) voidAbstractFileItemWriter.update(ExecutionContext executionContext) voidAbstractItemCountingItemStreamItemReader.update(ExecutionContext executionContext) voidCompositeItemReader.update(ExecutionContext executionContext) voidCompositeItemStream.update(ExecutionContext executionContext) 指定されたキーで登録されたコントリビュートのための単純な集約ExecutionContextプロバイダー。voidCompositeItemWriter.update(ExecutionContext executionContext) voidSingleItemPeekableItemReader.update(ExecutionContext executionContext) キャッシュされたピークがある場合は、その時点から実行コンテキストの状態を取得します。voidSynchronizedItemStreamReader.update(ExecutionContext executionContext) voidSynchronizedItemStreamWriter.update(ExecutionContext executionContext) org.springframework.batch.item.xml 内の ExecutionContext 使用
型 ExecutionContext のパラメーターを持つ org.springframework.batch.item.xml のメソッド修飾子と型メソッド説明voidStaxEventItemWriter.open(ExecutionContext executionContext) 出力ソースを開くvoidStaxEventItemWriter.update(ExecutionContext executionContext) 再起動データを取得します。org.springframework.batch.test 内の ExecutionContext 使用
型 ExecutionContext のパラメーターを持つ org.springframework.batch.test のメソッド修飾子と型メソッド説明static StepExecutionMetaDataInstanceFactory.createStepExecution(JobParameters jobParameters, ExecutionContext executionContext) static StepExecutionMetaDataInstanceFactory.createStepExecution(ExecutionContext executionContext) StepExecutionとそのすべての親エンティティをデフォルト値で作成しますが、提供されているExecutionContextを使用します。JobLauncherTestUtils.launchStep(StringSE stepName, JobParameters jobParameters, ExecutionContext jobExecutionContext) StepRunner.JOB_NAMEという名前の周囲の型SimpleJobの単一ステップジョブ内の指定されたステップのみを起動します。JobLauncherTestUtils.launchStep(StringSE stepName, ExecutionContext jobExecutionContext) StepRunner.JOB_NAMEという名前の周囲の型SimpleJobの単一ステップジョブ内の指定されたステップのみを起動します。StepRunner.launchStep(Step step, JobParameters jobParameters, ExecutionContext jobExecutionContext) StepRunner.JOB_NAMEという名前の周囲の型SimpleJobの単一ステップジョブ内の指定されたステップのみを起動します。StepRunner.launchStep(Step step, ExecutionContext jobExecutionContext) StepRunner.JOB_NAMEという名前の周囲の型SimpleJobの単一ステップジョブ内の指定されたステップのみを起動します。