Package com.redis.riot
Class AbstractImportCommand<I,O>
- java.lang.Object
-
- com.redis.riot.HelpCommand
-
- com.redis.riot.AbstractRiotCommand
-
- com.redis.riot.AbstractTransferCommand
-
- com.redis.riot.AbstractImportCommand<I,O>
-
- All Implemented Interfaces:
java.util.concurrent.Callable<java.lang.Integer>
public abstract class AbstractImportCommand<I,O> extends AbstractTransferCommand
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.redis.riot.AbstractRiotCommand
AbstractRiotCommand.CleanupJobExecutionListener
-
-
Constructor Summary
Constructors Constructor Description AbstractImportCommand()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract org.springframework.batch.item.ItemProcessor<I,O>
processor()
protected org.springframework.batch.core.step.builder.FaultTolerantStepBuilder<I,O>
step(java.lang.String name, java.lang.String taskName, org.springframework.batch.item.ItemReader<I> reader)
-
Methods inherited from class com.redis.riot.AbstractTransferCommand
estimator, reader, riotStep, writer
-
Methods inherited from class com.redis.riot.AbstractRiotCommand
call, configureJob, configureJobRepository, execute, flow, flow, getJobRunner, getRedisOptions, setApp, step
-
-