Package com.redis.riot.core
Class Step<I,O>
java.lang.Object
com.redis.riot.core.Step<I,O>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecutionListener
(org.springframework.batch.core.StepExecutionListener listener) flushInterval
(Duration flushInterval) Set<org.springframework.batch.core.StepExecutionListener>
getName()
Collection<Class<? extends Throwable>>
Collection<Class<? extends Throwable>>
org.springframework.batch.item.ItemReader<I>
Collection<Class<? extends Throwable>>
getRetry()
Collection<Class<? extends Throwable>>
getSkip()
org.springframework.batch.item.ItemWriter<O>
idleTimeout
(Duration idleTimeout) boolean
isLive()
live
(boolean live) long
maxItemCount
(int count) maxItemCountSupplier
(LongSupplier supplier) readListener
(org.springframework.batch.core.ItemReadListener<I> listener) statusMessageSupplier
(Supplier<String> supplier) writeListener
(org.springframework.batch.core.ItemWriteListener<O> listener)
-
Constructor Details
-
Step
-
-
Method Details
-
getName
-
getTaskName
-
taskName
-
getReader
-
getProcessor
-
getWriter
-
maxItemCount
public long maxItemCount() -
statusMessage
-
getStatusMessageSupplier
-
statusMessageSupplier
-
getMaxItemCountSupplier
-
maxItemCountSupplier
-
processor
-
maxItemCount
-
getReadListeners
-
readListener
-
getWriteListeners
-
writeListener
-
getExecutionListeners
-
executionListener
-
getFlushInterval
-
flushInterval
-
getIdleTimeout
-
idleTimeout
-
isLive
public boolean isLive() -
live
-
skip
-
retry
-
noSkip
-
noRetry
-
getNoRetry
-
getNoSkip
-
getRetry
-
getSkip
-