クラス StepBuilderHelper<B extends StepBuilderHelper<B>>
java.lang.ObjectSE
org.springframework.batch.core.step.builder.StepBuilderHelper<B>
- 既知の直属サブクラス
AbstractTaskletStepBuilder
、FlowStepBuilder
、JobStepBuilder
、PartitionStepBuilder
、StepBuilder
ジョブリポジトリやリスナーなどの一般的なプロパティへのアクセスを提供する、他のステップビルダーの基本クラスおよびユーティリティ。
- 導入:
- 2.2
- 作成者:
- Dave Syer, Michael Minella, Taeik Lim, Mahmoud Ben Hassine
ネストされたクラスのサマリー
フィールドサマリー
修飾子と型フィールド説明protected final org.apache.commons.logging.Log
protected final StepBuilderHelper.CommonStepProperties
コンストラクターのサマリー
修飾子コンストラクター説明StepBuilderHelper
(StringSE name) 非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。StepBuilderHelper
(StringSE name, JobRepository jobRepository) 新しいStepBuilderHelper
を作成します。protected
StepBuilderHelper
(StepBuilderHelper<?> parent) 親のプロパティで初期化された新しいビルダーを作成します。メソッドのサマリー
修飾子と型メソッド説明allowStartIfComplete
(boolean allowStartIfComplete) protected void
enhance
(AbstractStep step) protected JobRepository
protected StringSE
getName()
protected boolean
アノテーションベースのリスナー構成を使用してオブジェクトを登録します。listener
(StepExecutionListener listener) meterRegistry
(io.micrometer.core.instrument.MeterRegistry meterRegistry) observationConvention
(BatchStepObservationConvention observationConvention) ステップ観察の規則を設定します。observationRegistry
(io.micrometer.observation.ObservationRegistry observationRegistry) repository
(JobRepository jobRepository) 非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。protected abstract B
self()
startLimit
(int startLimit)
フィールドの詳細
logger
protected final org.apache.commons.logging.Log loggerproperties
コンストラクターの詳細
StepBuilderHelper
非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。新しいStepBuilderHelper
を作成します。- パラメーター:
name
- ステップ名
StepBuilderHelper
新しいStepBuilderHelper
を作成します。- パラメーター:
name
- ステップ名jobRepository
- ジョブリポジトリ- 導入:
- 5.1
StepBuilderHelper
親のプロパティで初期化された新しいビルダーを作成します。親がコピーされるため、再利用できます。- パラメーター:
parent
- 共通のステッププロパティを含む親ヘルパー
メソッドの詳細
repository
非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。ジョブリポジトリを設定する- パラメーター:
jobRepository
- 設定するリポジトリ- 戻り値:
- これは流れるような連鎖を可能にする
observationConvention
ステップ観察の規則を設定します。- パラメーター:
observationConvention
- ステップ観察規約 (オプション)- 戻り値:
- これは流れるような連鎖を可能にする
- 導入:
- 5.1
observationRegistry
meterRegistry
startLimit
listener
アノテーションベースのリスナー構成を使用してオブジェクトを登録します。- パラメーター:
listener
- リスナーアノテーションで設定されたメソッドを持つオブジェクト- 戻り値:
- 流れるようなチェーン用
listener
allowStartIfComplete
self
getName
getJobRepository
isAllowStartIfComplete
protected boolean isAllowStartIfComplete()enhance
StepBuilderHelper(String, JobRepository)
を使用