ナビゲーションリンクをスキップ
Spring Batch

Spring Batch 4.3.4 API

このドキュメントは、Spring Batch の API 仕様です

参照先: 説明

パッケージ  
パッケージ 説明
org.springframework.batch.core
ジョブ、ステップ、構成、実行の抽象化をカバーする Spring Batch のコアドメインコンテキスト。
org.springframework.batch.core.annotation
リスナーの java ベースの構成のアノテーション。
org.springframework.batch.core.configuration
ジョブ構成の登録と場所のインターフェース。
org.springframework.batch.core.configuration.annotation
java ベースの構成のアノテーションおよびビルダーファクトリ
org.springframework.batch.core.configuration.support
構成に関する特定の実装。
org.springframework.batch.core.configuration.xml
XML ベースの構成のパーサー
org.springframework.batch.core.converter
バッチ API の実装のサポートクラス。
org.springframework.batch.core.explore
メタデータの閲覧をサポートするインターフェースと関連クラス。
org.springframework.batch.core.explore.support
エクスプローラー関心事の特定実装。
org.springframework.batch.core.job
ジョブ関心事の特定実装。
org.springframework.batch.core.job.builder
バッチジョブの java ベースの構成のためのジョブおよびフローレベルのビルダー
org.springframework.batch.core.job.flow
フローインターフェース、エグゼキュータ、関連する例外を含むフロー関連の構造
org.springframework.batch.core.job.flow.support
フロー構造の基本的な実装
org.springframework.batch.core.job.flow.support.state
基礎となる Spring Batch 状態マシンの定義に使用される状態
org.springframework.batch.core.jsr
JSR-352 固有のロジックを適用するためのコアバッチコンポーネントの拡張。
org.springframework.batch.core.jsr.configuration.support
JSR-352 機能をサポートするための Spring コンポーネントの拡張。
org.springframework.batch.core.jsr.configuration.xml
JSR-352 ベースのジョブ仕様言語(JSL)の XML パーサー。
org.springframework.batch.core.jsr.job
JSR-352 固有のハンドラー実装。
org.springframework.batch.core.jsr.job.flow
Flow コンストラクト(エグゼキュータおよびジョブ)の JSR-352 固有の拡張。
org.springframework.batch.core.jsr.job.flow.support
JSR-352 固有のフロー拡張。
org.springframework.batch.core.jsr.job.flow.support.state
フロー実行で使用される JSR-352 固有の状態。
org.springframework.batch.core.jsr.launch
JSR-352 固有のジョブ起動機能の実装。
org.springframework.batch.core.jsr.launch.support
org.springframework.batch.core.jsr.partition
JSR-352 固有のパーティション分割拡張機能の実装。
org.springframework.batch.core.jsr.partition.support
JSR-352 パーティショニング構成のサポートクラス。
org.springframework.batch.core.jsr.step
既存のバッチ Step 型の JSR-352 拡張。
org.springframework.batch.core.jsr.step.batchlet
JSR-352 の Batchlet をサポートするためのクラス。
org.springframework.batch.core.jsr.step.builder
JSR-352 固有の機能を実装するためのステップ関連ビルダーの拡張機能
org.springframework.batch.core.jsr.step.item
フォールトトレランスを含むアイテムベースの処理を実装するための JSR-352 固有のコンポーネント。
org.springframework.batch.core.launch
起動に関する関心事のインターフェースと簡単な実装。
org.springframework.batch.core.launch.support
ブートストラップで使用するクラスをサポートし、実装または構成を起動します。
org.springframework.batch.core.listener
コアバッチリスナーインターフェースの一般的な実装。
org.springframework.batch.core.metrics
org.springframework.batch.core.partition
コンポーネントを分割するためのインターフェース。
org.springframework.batch.core.partition.support
共通パーティションコンポーネントの実装。
org.springframework.batch.core.repository
リポジトリの関心事のインターフェースと一般的な実装。
org.springframework.batch.core.repository.dao
dao 関心事の特定実装。
org.springframework.batch.core.repository.support
リポジトリの問題の特定の実装。
org.springframework.batch.core.resource
org.springframework.batch.core.scope
Spring Batch 固有の Bean スコープ(ジョブおよびステップ)の実装。
org.springframework.batch.core.scope.context
Spring Batch(ジョブとステップ)の各カスタム Bean スコープのコンテキストの実装。
org.springframework.batch.core.step
ステップに関する特定の実装。
org.springframework.batch.core.step.builder
java ベースのジョブ構成用のステップレベルのビルダー。
org.springframework.batch.core.step.factory
ステップレベルコンポーネントのファクトリ。
org.springframework.batch.core.step.item
アイテム指向アプローチのステップに関する特定の実装。
org.springframework.batch.core.step.job
JobStep および関連コンポーネント。
org.springframework.batch.core.step.skip
ステップ内のアイテムに対するスキップ関心事の特定実装。
org.springframework.batch.core.step.tasklet
タスクレット関連のインターフェースおよび一般的な実装。
org.springframework.batch.integration.async
アイテム処理を非同期的に実行し、処理が完了したときに結果を書き込むためのコンポーネント。
org.springframework.batch.integration.chunk
リモートチャンキングのコンポーネント。
org.springframework.batch.integration.config.annotation
アノテーションを介した Spring Integration コンポーネントの構成用の API。
org.springframework.batch.integration.config.xml
XML を介した Spring Integration コンポーネントの構成用の API。
org.springframework.batch.integration.launch
メッセージベースのジョブ起動コンポーネント。
org.springframework.batch.integration.partition
リモートパーティショニングコンポーネント。
org.springframework.batch.integration.step
Spring Integration で使用する場合、ステップに関連するクラスをサポートします。
org.springframework.batch.item
インフラストラクチャインターフェースとアイテムの問題に対する主な依存関係。
org.springframework.batch.item.adapter
プレーンオールド Java オブジェクト用のアダプター。
org.springframework.batch.item.amqp
AMQP 関連のバッチコンポーネント。
org.springframework.batch.item.amqp.builder
AMQP アイテムリーダーおよびライターのビルダー。
org.springframework.batch.item.avro
org.springframework.batch.item.avro.builder
org.springframework.batch.item.data
Spring Data 関連のリーダーおよびライター。
org.springframework.batch.item.data.builder
Spring Data アイテムリーダーおよびライターのビルダー。
org.springframework.batch.item.database
データベースベースのアイテムリーダーおよびライターのインフラストラクチャ実装。
org.springframework.batch.item.database.builder
データベースアイテムリーダーおよびライターのビルダー。
org.springframework.batch.item.database.orm
さまざまな ORM 関連テクノロジーを使用するコンポーネントのクラスをサポートします。
org.springframework.batch.item.database.support
データベース固有のセマンティクスのサポートクラス。
org.springframework.batch.item.file
io ファイルに関するインフラストラクチャの実装。
org.springframework.batch.item.file.builder
ファイルアイテムリーダーおよびライターのビルダー。
org.springframework.batch.item.file.mapping
io ファイルのインフラストラクチャ実装は、マッピングの問題をサポートします。
org.springframework.batch.item.file.separator
io ファイルのインフラストラクチャ実装は、セパレーターの問題をサポートします。
org.springframework.batch.item.file.transform
io ファイルのインフラストラクチャ実装は、変換の関心事をサポートします。
org.springframework.batch.item.function
java.util.function コンポーネント用のアダプター。
org.springframework.batch.item.jms
JMS ベースのリーダー / ライターおよび関連コンポーネント。
org.springframework.batch.item.jms.builder
JMS アイテムリーダーおよびライターのビルダー。
org.springframework.batch.item.json
JSON 入力および出力のインフラストラクチャ実装。
org.springframework.batch.item.json.builder
JSON アイテムリーダーおよびライターのビルダー。
org.springframework.batch.item.kafka
Apache Kafka 関連のリーダーとライター
org.springframework.batch.item.kafka.builder
Apache Kafka アイテムリーダーおよびライターのビルダー。
org.springframework.batch.item.ldif
このパッケージには、Spring LDAP で LdifParser を使用するために必要なクラスが含まれています。
org.springframework.batch.item.ldif.builder
LDIF 関連コンポーネントのビルダー。
org.springframework.batch.item.mail
Java Mail ベースのコンポーネント。
org.springframework.batch.item.mail.builder
JavaMail 関連コンポーネントのビルダー。
org.springframework.batch.item.mail.javamail
JavaMail 関連のコンポーネント。
org.springframework.batch.item.support
内部サポートパッケージ
org.springframework.batch.item.support.builder
サポートクラスのビルダー。
org.springframework.batch.item.util
インフラストラクチャユーティリティクラス。
org.springframework.batch.item.validator
アイテムバリデーターのインフラストラクチャの実装。
org.springframework.batch.item.xml
xml 入出力のインフラストラクチャ実装。
org.springframework.batch.item.xml.builder
Stax イベントアイテムリーダーおよびライターのビルダー。
org.springframework.batch.item.xml.stax
Stax に基づくアイテムリーダーおよびライター。
org.springframework.batch.jsr.item
JSR アイテムベースのコンポーネントを Spring Batch に適合させるためのコンポーネント。
org.springframework.batch.jsr.repeat
JSR-352 の API の繰り返しサポート。
org.springframework.batch.poller
ポーリングサポート用の API。
org.springframework.batch.repeat
繰り返し懸念されるインフラストラクチャの実装。
org.springframework.batch.repeat.callback
繰り返しコールバックの関心事のインフラストラクチャ実装。
org.springframework.batch.repeat.context
コンテキストの繰り返しに関するインフラストラクチャの実装。
org.springframework.batch.repeat.exception
繰り返しの例外ハンドラーのインフラストラクチャー実装。
org.springframework.batch.repeat.interceptor
繰り返し aop の関心事のインフラストラクチャ実装。
org.springframework.batch.repeat.listener
インターセプターの繰り返しに関するインフラストラクチャの実装。
org.springframework.batch.repeat.policy
繰り返しのポリシーに関するインフラストラクチャの実装。
org.springframework.batch.repeat.support
繰り返しサポートの関心事のインフラストラクチャ実装。
org.springframework.batch.support
サポートに関する関心事のインフラストラクチャ実装。
org.springframework.batch.support.annotation
org.springframework.batch.support.transaction
サポートトランザクションの関心事のインフラストラクチャ実装。
org.springframework.batch.test
バッチジョブ / ステップテストのユーティリティクラス。
org.springframework.batch.test.context
Spring Batch テストサポートの構成用の API。

このドキュメントは、Spring Batch の API 仕様です

API リファレンスと開発者向けドキュメントの詳細については、Spring Batch リファレンスドキュメントを参照してください。このドキュメントには、概念的な概要、用語の定義、回避策、実用的なコード例など、開発者向けのより詳細な説明が含まれています。

ナビゲーションリンクをスキップ
Spring Batch