Class AbstractExportCommand<O>

  • All Implemented Interfaces:
    java.util.concurrent.Callable<java.lang.Integer>, org.springframework.batch.core.JobExecutionListener

    public abstract class AbstractExportCommand<O>
    extends AbstractTransferCommand
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected org.springframework.batch.item.redis.DataStructureItemReader reader()  
      protected <S,​T>
      RiotStepBuilder<S,​T>
      riotStep​(org.springframework.batch.core.step.builder.StepBuilder stepBuilder, java.lang.String taskName)  
      protected org.springframework.batch.core.step.builder.AbstractTaskletStepBuilder<org.springframework.batch.core.step.builder.SimpleStepBuilder<org.springframework.batch.item.redis.support.DataStructure,​O>> step​(org.springframework.batch.core.configuration.annotation.StepBuilderFactory stepBuilderFactory, org.springframework.batch.item.ItemProcessor<org.springframework.batch.item.redis.support.DataStructure,​O> processor, org.springframework.batch.item.ItemWriter<O> writer)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AbstractExportCommand

        public AbstractExportCommand()
    • Method Detail

      • step

        protected org.springframework.batch.core.step.builder.AbstractTaskletStepBuilder<org.springframework.batch.core.step.builder.SimpleStepBuilder<org.springframework.batch.item.redis.support.DataStructure,​O>> step​(org.springframework.batch.core.configuration.annotation.StepBuilderFactory stepBuilderFactory,
                                                                                                                                                                                                                                 org.springframework.batch.item.ItemProcessor<org.springframework.batch.item.redis.support.DataStructure,​O> processor,
                                                                                                                                                                                                                                 org.springframework.batch.item.ItemWriter<O> writer)
                                                                                                                                                                                                                          throws java.lang.Exception
        Throws:
        java.lang.Exception
      • reader

        protected final org.springframework.batch.item.redis.DataStructureItemReader reader()