RemoteChunkingManagerStepBuilderFactory instead.@Deprecated
public class RemoteChunkingMasterStepBuilderFactory
extends java.lang.Object
RemoteChunkingMasterStepBuilder which sets
the JobRepository and PlatformTransactionManager automatically.| Constructor and Description |
|---|
RemoteChunkingMasterStepBuilderFactory(JobRepository jobRepository,
org.springframework.transaction.PlatformTransactionManager transactionManager)
Deprecated.
Create a new
RemoteChunkingMasterStepBuilderFactory. |
| Modifier and Type | Method and Description |
|---|---|
<I,O> RemoteChunkingMasterStepBuilder<I,O> |
get(java.lang.String name)
Deprecated.
Creates a
RemoteChunkingMasterStepBuilder and initializes its job
repository and transaction manager. |
public RemoteChunkingMasterStepBuilderFactory(JobRepository jobRepository, org.springframework.transaction.PlatformTransactionManager transactionManager)
RemoteChunkingMasterStepBuilderFactory.jobRepository - the job repository to usetransactionManager - the transaction manager to usepublic <I,O> RemoteChunkingMasterStepBuilder<I,O> get(java.lang.String name)
RemoteChunkingMasterStepBuilder and initializes its job
repository and transaction manager.I - type of input itemsO - type of output itemsname - the name of the stepRemoteChunkingMasterStepBuilder