Package com.redis.riot
Class AbstractTransferCommand
- java.lang.Object
-
- com.redis.riot.HelpCommand
-
- com.redis.riot.AbstractRiotCommand
-
- com.redis.riot.AbstractTransferCommand
-
- All Implemented Interfaces:
java.util.concurrent.Callable<java.lang.Integer>
,org.springframework.batch.core.JobExecutionListener
- Direct Known Subclasses:
AbstractExportCommand
,AbstractImportCommand
public abstract class AbstractTransferCommand extends AbstractRiotCommand
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.redis.riot.AbstractRiotCommand
AbstractRiotCommand.ExecutionStrategy
-
-
Field Summary
Fields Modifier and Type Field Description protected TransferOptions
transferOptions
-
Constructor Summary
Constructors Constructor Description AbstractTransferCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected <I,O>
RiotStepBuilder<I,O>riotStep(org.springframework.batch.core.step.builder.StepBuilder stepBuilder, java.lang.String taskName)
-
Methods inherited from class com.redis.riot.AbstractRiotCommand
afterJob, beforeJob, call, execute, flow, flow, flow, getRedisOptions, name
-
-
-
-
Field Detail
-
transferOptions
protected TransferOptions transferOptions
-
-
Method Detail
-
riotStep
protected <I,O> RiotStepBuilder<I,O> riotStep(org.springframework.batch.core.step.builder.StepBuilder stepBuilder, java.lang.String taskName)
-
-