Package com.redis.riot
Class AbstractExportCommand
java.lang.Object
com.redis.riot.AbstractJobCommand
com.redis.riot.AbstractTransferCommand
com.redis.riot.AbstractExportCommand
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected <I,
O> org.springframework.batch.core.Job job
(JobCommandContext context, String name, org.springframework.batch.core.step.builder.SimpleStepBuilder<I, O> step, String task) protected com.redis.spring.batch.RedisItemReader<String,
com.redis.spring.batch.common.DataStructure<String>> reader
(JobCommandContext context) void
setReaderOptions
(RedisReaderOptions readerOptions) Methods inherited from class com.redis.riot.AbstractTransferCommand
faultTolerant, getTransferOptions, job, progressMonitor, setTransferOptions, step, step
-
Constructor Details
-
AbstractExportCommand
public AbstractExportCommand()
-
-
Method Details
-
setReaderOptions
-
reader
protected com.redis.spring.batch.RedisItemReader<String,com.redis.spring.batch.common.DataStructure<String>> reader(JobCommandContext context) -
job
protected <I,O> org.springframework.batch.core.Job job(JobCommandContext context, String name, org.springframework.batch.core.step.builder.SimpleStepBuilder<I, O> step, String task)
-