Uses of Class
org.springframework.batch.item.data.builder.GemfireItemWriterBuilder
Packages that use GemfireItemWriterBuilder
Package
Description
Builders for Spring Data item readers and writers.
-
Uses of GemfireItemWriterBuilder in org.springframework.batch.item.data.builder
Methods in org.springframework.batch.item.data.builder that return GemfireItemWriterBuilderModifier and TypeMethodDescriptionGemfireItemWriterBuilder.delete(boolean delete) Indicates if the items being passed to the writer are to be saved or removed from the data store.GemfireItemWriterBuilder.itemKeyMapper(org.springframework.core.convert.converter.Converter<V, K> itemKeyMapper) Set theConverterto use to derive the key from the item.GemfireItemWriterBuilder.template(org.springframework.data.gemfire.GemfireTemplate template) Establishes the GemfireTemplate the writer should use.