Package com.redis.riot.core
Class AbstractImport
java.lang.Object
com.redis.riot.core.AbstractExecutable
com.redis.riot.core.AbstractRedisRunnable
com.redis.riot.core.AbstractImport
-
Field Summary
Fields inherited from class com.redis.riot.core.AbstractExecutable
DEFAULT_CHUNK_SIZE, DEFAULT_RETRY_LIMIT, DEFAULT_SKIP_LIMIT, DEFAULT_SKIP_POLICY, DEFAULT_SLEEP, DEFAULT_THREADS
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.springframework.expression.spel.support.StandardEvaluationContext
void
setEvaluationContextOptions
(EvaluationContextOptions evaluationContextOptions) void
setOperations
(com.redis.spring.batch.operation.Operation<String, String, Map<String, Object>, Object>... operations) void
setOperations
(List<com.redis.spring.batch.operation.Operation<String, String, Map<String, Object>, Object>> operations) void
void
setWriterOptions
(RedisWriterOptions options) writer()
Methods inherited from class com.redis.riot.core.AbstractRedisRunnable
execute, getRedisClient, getRedisClientOptions, getRedisURI, setRedisClientOptions
Methods inherited from class com.redis.riot.core.AbstractExecutable
addStepConfiguration, faultTolerant, getChunkSize, getJobFactory, getName, getRetryLimit, getSkipLimit, getSleep, getThreads, isDryRun, job, jobBuilder, name, setChunkSize, setDryRun, setJobFactory, setName, setRetryLimit, setSkipLimit, setSleep, setThreads, step, writer
-
Constructor Details
-
AbstractImport
public AbstractImport()
-
-
Method Details
-
setOperations
-
getOperations
-
setOperations
-
getEvaluationContextOptions
-
setEvaluationContextOptions
-
getWriterOptions
-
setWriterOptions
-
getProcessorOptions
-
setProcessorOptions
-
writer
-
processor
-
evaluationContext
protected org.springframework.expression.spel.support.StandardEvaluationContext evaluationContext()
-