Package com.redis.riot.core
Class AbstractRedisRunnable
java.lang.Object
com.redis.riot.core.AbstractExecutable
com.redis.riot.core.AbstractRedisRunnable
- Direct Known Subclasses:
AbstractExport
,AbstractImport
,AbstractStructImport
-
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 TypeMethodDescriptionvoid
execute()
protected io.lettuce.core.AbstractRedisClient
protected io.lettuce.core.RedisURI
void
setRedisClientOptions
(RedisClientOptions options) 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
-
AbstractRedisRunnable
public AbstractRedisRunnable()
-
-
Method Details
-
execute
- Overrides:
execute
in classAbstractExecutable
- Throws:
Exception
-
getRedisClientOptions
-
setRedisClientOptions
-
getRedisURI
protected io.lettuce.core.RedisURI getRedisURI() -
getRedisClient
protected io.lettuce.core.AbstractRedisClient getRedisClient()
-