Uses of Class
org.springframework.batch.item.data.builder.GemfireItemWriterBuilder
Package
Description
Builders for Spring Data item readers and writers.
-
Uses of GemfireItemWriterBuilder in org.springframework.batch.item.data.builder
Modifier 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 theConverter
to use to derive the key from the item.GemfireItemWriterBuilder.template
(org.springframework.data.gemfire.GemfireTemplate template) Establishes the GemfireTemplate the writer should use.