A B C D E F G H I J K L M N O P R S T U V W X Z 
All Classes All Packages

S

S3_URI_PREFIX - Static variable in class com.redis.riot.core.FileUtils
 
saveState(boolean) - Method in class com.redis.riot.core.resource.FlatResourceItemWriterBuilder
Configure if the state of the ItemStreamSupport should be persisted within the ExecutionContext for restart purposes.
saveState(boolean) - Method in class com.redis.riot.core.resource.JsonResourceItemWriterBuilder
Configure if the state of the ItemStreamSupport should be persisted within the ExecutionContext for restart purposes.
saveState(boolean) - Method in class com.redis.riot.core.resource.XmlItemReaderBuilder
Configure if the state of the ItemStreamSupport should be persisted within the ExecutionContext for restart purposes.
saveState(boolean) - Method in class com.redis.riot.core.resource.XmlResourceItemWriterBuilder
Configure if the state of the ItemStreamSupport should be persisted within the ExecutionContext for restart purposes.
separator(String) - Method in class com.redis.riot.core.convert.IdConverterBuilder
 
setAppendAllowed(boolean) - Method in class com.redis.riot.core.resource.AbstractResourceItemWriter.OutputState
 
setAppendAllowed(boolean) - Method in class com.redis.riot.core.resource.AbstractResourceItemWriter
Flag to indicate that the target file should be appended if it already exists.
setCount(int) - Method in class com.redis.riot.core.FakerItemReader
 
setDefaultConverter(Converter<Object, Map<String, String>>) - Method in class com.redis.riot.core.processor.DataStructureToMapProcessor
 
setDelegates(List<? extends ItemProcessor<?, ?>>) - Method in class com.redis.riot.core.processor.CompositeItemStreamItemProcessor
 
setDeleteIfExists(boolean) - Method in class com.redis.riot.core.resource.AbstractResourceItemWriter.OutputState
 
setEncoding(String) - Method in class com.redis.riot.core.resource.AbstractResourceItemWriter.OutputState
 
setEncoding(String) - Method in class com.redis.riot.core.resource.AbstractResourceItemWriter
Sets encoding for output template.
setEncoding(String) - Method in class com.redis.riot.core.resource.TransactionAwareBufferedWriter
 
setFooterCallback(FlatFileFooterCallback) - Method in class com.redis.riot.core.resource.AbstractResourceItemWriter
footerCallback will be called after writing the last item to file, but before the file is closed.
setHashConverter(Converter<Map<String, String>, Map<String, String>>) - Method in class com.redis.riot.core.processor.DataStructureToMapProcessor
 
setHeaderCallback(FlatFileHeaderCallback) - Method in class com.redis.riot.core.resource.AbstractResourceItemWriter
headerCallback will be called before writing the first item to file.
setJsonObjectMarshaller(JsonObjectMarshaller<T>) - Method in class com.redis.riot.core.resource.JsonResourceItemWriter
Set the JsonObjectMarshaller to use to marshal object to json.
setKeyExtractor(Converter<String, String>) - Method in class com.redis.riot.core.convert.StringToStringMapConverter
 
setKeyFormat(String) - Method in class com.redis.riot.core.convert.CollectionToStringMapConverter
 
setKeyFormat(String) - Method in class com.redis.riot.core.convert.StreamToStringMapConverter
 
setLineAggregator(LineAggregator<T>) - Method in class com.redis.riot.core.resource.FlatResourceItemWriter
Public setter for the LineAggregator.
setLineSeparator(String) - Method in class com.redis.riot.core.resource.AbstractResourceItemWriter
Public setter for the line separator.
setLinesWritten(long) - Method in class com.redis.riot.core.resource.AbstractResourceItemWriter.OutputState
 
setListConverter(CollectionToStringMapConverter) - Method in class com.redis.riot.core.processor.DataStructureToMapProcessor
 
setMapper(XmlMapper) - Method in class com.redis.riot.core.resource.XmlObjectReader
Set the object mapper to use to map Xml objects to domain objects.
setName(String) - Method in class com.redis.riot.core.ThrottledItemReader
 
setNamedGroups(Set<String>) - Method in class com.redis.riot.core.convert.RegexNamedGroupsExtractor
 
setNullCheck(boolean) - Method in class com.redis.riot.core.convert.FieldExtractorFactory
 
setPattern(Pattern) - Method in class com.redis.riot.core.convert.RegexNamedGroupsExtractor
 
setRemove(boolean) - Method in class com.redis.riot.core.convert.FieldExtractorFactory
 
setResource(Resource) - Method in class com.redis.riot.core.resource.AbstractResourceItemWriter
Setter for resource.
setResource(Resource) - Method in class com.redis.riot.core.resource.XmlItemReader
 
setRootName(String) - Method in class com.redis.riot.core.resource.XmlResourceItemWriter
 
setSaveState(boolean) - Method in class com.redis.riot.core.resource.AbstractResourceItemWriter
Set the flag indicating whether or not state should be saved in the provided ExecutionContext during the ItemStream call to update.
setScoreFormat(String) - Method in class com.redis.riot.core.convert.ZsetToStringMapConverter
 
setScoreKeyFormat(String) - Method in class com.redis.riot.core.convert.ZsetToStringMapConverter
 
setSetConverter(CollectionToStringMapConverter) - Method in class com.redis.riot.core.processor.DataStructureToMapProcessor
 
setShouldDeleteIfEmpty(boolean) - Method in class com.redis.riot.core.resource.AbstractResourceItemWriter
Flag to indicate that the target file should be deleted if no lines have been written (other than header and footer) on close.
setShouldDeleteIfExists(boolean) - Method in class com.redis.riot.core.resource.AbstractResourceItemWriter
Flag to indicate that the target file should be deleted if it already exists, otherwise it will be created.
setStart(int) - Method in class com.redis.riot.core.FakerItemReader
 
setStreamConverter(StreamToStringMapConverter) - Method in class com.redis.riot.core.processor.DataStructureToMapProcessor
 
setStrict(boolean) - Method in class com.redis.riot.core.resource.XmlItemReader
In strict mode the reader will throw an exception on AbstractItemCountingItemStreamItemReader.open(org.springframework.batch.item.ExecutionContext) if the input resource does not exist.
setStringConverter(Converter<String, Map<String, String>>) - Method in class com.redis.riot.core.processor.DataStructureToMapProcessor
 
setTransactional(boolean) - Method in class com.redis.riot.core.resource.AbstractResourceItemWriter
Flag to indicate that writing to the buffer should be delayed if a transaction is active.
setValueKeyFormat(String) - Method in class com.redis.riot.core.convert.ZsetToStringMapConverter
 
setXmlObjectMarshaller(JsonObjectMarshaller<T>) - Method in class com.redis.riot.core.resource.XmlResourceItemWriter
Set the JsonObjectMarshaller to use to marshal object to XML.
setXmlObjectReader(XmlObjectReader<T>) - Method in class com.redis.riot.core.resource.XmlItemReader
Set the XmlObjectReader to use to read and map XML elements to domain objects.
setZsetConverter(ZsetToStringMapConverter) - Method in class com.redis.riot.core.processor.DataStructureToMapProcessor
 
shouldDeleteIfEmpty(boolean) - Method in class com.redis.riot.core.resource.FlatResourceItemWriterBuilder
If set to true, once the step is complete, if the resource previously provided is empty, it will be deleted.
shouldDeleteIfEmpty(boolean) - Method in class com.redis.riot.core.resource.JsonResourceItemWriterBuilder
If set to true, once the step is complete, if the resource previously provided is empty, it will be deleted.
shouldDeleteIfEmpty(boolean) - Method in class com.redis.riot.core.resource.XmlResourceItemWriterBuilder
If set to true, once the step is complete, if the resource previously provided is empty, it will be deleted.
shouldDeleteIfExists - Variable in class com.redis.riot.core.resource.AbstractResourceItemWriter
 
shouldDeleteIfExists(boolean) - Method in class com.redis.riot.core.resource.FlatResourceItemWriterBuilder
If set to true, upon the start of the step, if the resource already exists, it will be deleted and recreated.
shouldDeleteIfExists(boolean) - Method in class com.redis.riot.core.resource.JsonResourceItemWriterBuilder
If set to true, upon the start of the step, if the resource already exists, it will be deleted and recreated.
shouldDeleteIfExists(boolean) - Method in class com.redis.riot.core.resource.XmlResourceItemWriterBuilder
If set to true, upon the start of the step, if the resource already exists, it will be deleted and recreated.
SpelProcessor - Class in com.redis.riot.core.processor
 
SpelProcessor(EvaluationContext, Map<String, Expression>) - Constructor for class com.redis.riot.core.processor.SpelProcessor
 
state - Variable in class com.redis.riot.core.resource.AbstractResourceItemWriter
 
StreamToStringMapConverter - Class in com.redis.riot.core.convert
 
StreamToStringMapConverter() - Constructor for class com.redis.riot.core.convert.StreamToStringMapConverter
 
strict(boolean) - Method in class com.redis.riot.core.resource.XmlItemReaderBuilder
Setting this value to true indicates that it is an error if the input does not exist and an exception will be thrown.
string(String) - Method in class com.redis.riot.core.convert.FieldExtractorFactory
 
StringToStringMapConverter - Class in com.redis.riot.core.convert
 
StringToStringMapConverter() - Constructor for class com.redis.riot.core.convert.StringToStringMapConverter
 
A B C D E F G H I J K L M N O P R S T U V W X Z 
All Classes All Packages