Modifier and Type | Method and Description |
---|---|
ModelNavigator<JSLJob> |
JobContextImpl.getNavigator() |
Constructor and Description |
---|
JobContextImpl(ModelNavigator<JSLJob> navigator,
JSLProperties jslProperties) |
Modifier and Type | Field and Description |
---|---|
protected ModelNavigator<JSLJob> |
JobThreadRootController.jobNavigator |
Modifier and Type | Method and Description |
---|---|
static JSLJob |
PartitionedStepBuilder.buildFlowInSplitSubJob(Long parentJobExecutionId,
javax.batch.runtime.context.JobContext jobContext,
Split split,
Flow flow) |
static JSLJob |
PartitionedStepBuilder.buildPartitionSubJob(Long parentJobInstanceId,
javax.batch.runtime.context.JobContext jobContext,
Step step,
int partitionInstance) |
Constructor and Description |
---|
ExecutionTransitioner(RuntimeJobExecution jobExecution,
long rootJobExecutionId,
ModelNavigator<JSLJob> jobNavigator,
BlockingQueue<PartitionDataWrapper> analyzerQueue,
ServicesManager manager) |
Modifier and Type | Method and Description |
---|---|
ModelNavigator<JSLJob> |
RuntimeJobExecution.getJobNavigator() |
Modifier and Type | Method and Description |
---|---|
static RuntimeFlowInSplitExecution |
JobExecutionHelper.restartFlowInSplit(ServicesManager servicesManager,
long execId,
JSLJob gennedJobModel) |
static RuntimeJobExecution |
JobExecutionHelper.restartPartition(ServicesManager servicesManager,
long execId,
JSLJob gennedJobModel,
Properties partitionProps) |
static RuntimeFlowInSplitExecution |
JobExecutionHelper.startFlowInSplit(ServicesManager servicesManager,
JSLJob jobModel) |
static RuntimeJobExecution |
JobExecutionHelper.startPartition(ServicesManager servicesManager,
JSLJob jobModel,
Properties jobParameters) |
Modifier and Type | Method and Description |
---|---|
JSLJob |
JobModelResolver.resolveModel(String jobXML) |
Modifier and Type | Method and Description |
---|---|
static PropertyResolver<JSLJob> |
PropertyResolverFactory.createJobPropertyResolver(boolean isPartitionedStep) |
Modifier and Type | Method and Description |
---|---|
JSLJob |
JobPropertyResolver.substituteProperties(JSLJob job,
Properties submittedProps,
Properties parentProps) |
Modifier and Type | Method and Description |
---|---|
JSLJob |
JobPropertyResolver.substituteProperties(JSLJob job,
Properties submittedProps,
Properties parentProps) |
Modifier and Type | Method and Description |
---|---|
JSLJob |
JobNavigator.getRootModelElement() |
Modifier and Type | Method and Description |
---|---|
static JobNavigator |
NavigatorFactory.createJobNavigator(JSLJob job) |
Constructor and Description |
---|
JobNavigator(JSLJob job) |
Constructor and Description |
---|
ListenerFactory(BatchArtifactFactory factory,
JSLJob jobModel,
InjectionReferences injectionRefs,
RuntimeJobExecution execution) |
Modifier and Type | Method and Description |
---|---|
JSLJob |
FlowInSplitBuilderConfig.getJobModel() |
Modifier and Type | Method and Description |
---|---|
List<JSLJob> |
PartitionsBuilderConfig.getJobModels() |
Constructor and Description |
---|
FlowInSplitBuilderConfig(JSLJob jobModel,
BlockingQueue<BatchFlowInSplitWorkUnit> completedQueue,
long rootJobExecutionId) |
Constructor and Description |
---|
PartitionsBuilderConfig(List<JSLJob> jobModels,
Properties[] partitionProperties,
BlockingQueue<PartitionDataWrapper> analyzerQueue,
BlockingQueue<BatchPartitionWorkUnit> completedQueue,
long rootJobExecutionId) |
Modifier and Type | Method and Description |
---|---|
JSLJob |
ObjectFactory.createJSLJob()
Create an instance of
JSLJob |
Modifier and Type | Method and Description |
---|---|
JAXBElement<JSLJob> |
ObjectFactory.createJob(JSLJob value)
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<JSLJob> |
ObjectFactory.createJob(JSLJob value)
|
Copyright © 2021 The Apache Software Foundation. All rights reserved.