Tabnine Logo
PartitionStep.setName
Code IndexAdd Tabnine to your IDE (free)

How to use
setName
method
in
org.springframework.batch.core.partition.support.PartitionStep

Best Java code snippets using org.springframework.batch.core.partition.support.PartitionStep.setName (Showing top 5 results out of 315)

origin: spring-projects/spring-batch

@Before
public void setUp() throws Exception {
  MapJobRepositoryFactoryBean factory = new MapJobRepositoryFactoryBean();
  jobRepository = factory.getObject();
  step.setJobRepository(jobRepository);
  step.setName("partitioned");
}
origin: spring-projects/spring-batch

public Step build() {
  PartitionStep step = new PartitionStep();
  step.setName(getName());
  super.enhance(step);
origin: apache/servicemix-bundles

public Step build() {
  PartitionStep step = new PartitionStep();
  step.setName(getName());
  super.enhance(step);
origin: org.springframework.batch/spring-batch-core

public Step build() {
  PartitionStep step = new PartitionStep();
  step.setName(getName());
  super.enhance(step);
origin: org.springframework.batch.core/org.motechproject.org.springframework.batch.core

public Step build() {
  PartitionStep step = new PartitionStep();
  step.setName(getName());
  super.enhance(step);
org.springframework.batch.core.partition.supportPartitionStepsetName

Popular methods of PartitionStep

  • setPartitionHandler
    A PartitionHandler which can send out step executions for remote processing and bring back the resul
  • setStepExecutionSplitter
    Public setter for mandatory property StepExecutionSplitter.
  • <init>
  • afterPropertiesSet
    Assert that mandatory properties are set (stepExecutionSplitter, partitionHandler) and delegate top
  • setStepExecutionAggregator
    A StepExecutionAggregator that can aggregate step executions when they come back from the handler. D
  • execute
  • getName
  • setJobRepository

Popular in Java

  • Start an intent from android
  • addToBackStack (FragmentTransaction)
  • onRequestPermissionsResult (Fragment)
  • putExtra (Intent)
  • Container (java.awt)
    A generic Abstract Window Toolkit(AWT) container object is a component that can contain other AWT co
  • PrintWriter (java.io)
    Wraps either an existing OutputStream or an existing Writerand provides convenience methods for prin
  • ArrayList (java.util)
    ArrayList is an implementation of List, backed by an array. All optional operations including adding
  • Queue (java.util)
    A collection designed for holding elements prior to processing. Besides basic java.util.Collection o
  • TimerTask (java.util)
    The TimerTask class represents a task to run at a specified time. The task may be run once or repeat
  • JTextField (javax.swing)
  • Top plugins for WebStorm
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now