Uses of Class
org.apache.batchee.container.util.FlowInSplitBuilderConfig
-
Packages that use FlowInSplitBuilderConfig Package Description org.apache.batchee.container.impl.controller org.apache.batchee.container.services This interfaces are tightly coupled to the existing batch implementation.org.apache.batchee.container.services.kernel org.apache.batchee.container.util -
-
Uses of FlowInSplitBuilderConfig in org.apache.batchee.container.impl.controller
Constructors in org.apache.batchee.container.impl.controller with parameters of type FlowInSplitBuilderConfig Constructor Description FlowInSplitThreadRootController(RuntimeFlowInSplitExecution flowInSplitExecution, FlowInSplitBuilderConfig config, ServicesManager manager)
-
Uses of FlowInSplitBuilderConfig in org.apache.batchee.container.services
Methods in org.apache.batchee.container.services with parameters of type FlowInSplitBuilderConfig Modifier and Type Method Description BatchFlowInSplitWorkUnit
BatchKernelService. buildNewFlowInSplitWorkUnit(FlowInSplitBuilderConfig config, JobContextImpl jc)
BatchFlowInSplitWorkUnit
BatchKernelService. buildOnRestartFlowInSplitWorkUnit(FlowInSplitBuilderConfig config, JobContextImpl jc)
-
Uses of FlowInSplitBuilderConfig in org.apache.batchee.container.services.kernel
Methods in org.apache.batchee.container.services.kernel with parameters of type FlowInSplitBuilderConfig Modifier and Type Method Description BatchFlowInSplitWorkUnit
DefaultBatchKernel. buildNewFlowInSplitWorkUnit(FlowInSplitBuilderConfig config, JobContextImpl jc)
BatchFlowInSplitWorkUnit
DefaultBatchKernel. buildOnRestartFlowInSplitWorkUnit(FlowInSplitBuilderConfig config, JobContextImpl jc)
-
Uses of FlowInSplitBuilderConfig in org.apache.batchee.container.util
Constructors in org.apache.batchee.container.util with parameters of type FlowInSplitBuilderConfig Constructor Description BatchFlowInSplitWorkUnit(RuntimeFlowInSplitExecution jobExecution, FlowInSplitBuilderConfig config, ServicesManager manager)
-