Class GemfireItemWriter<K,​V>

    • Constructor Detail

      • GemfireItemWriter

        public GemfireItemWriter()
    • Method Detail

      • setTemplate

        public void setTemplate​(org.springframework.data.gemfire.GemfireTemplate gemfireTemplate)
        Parameters:
        gemfireTemplate - the GemfireTemplate to set
      • writeKeyValue

        protected void writeKeyValue​(K key,
                                     V value)
        Description copied from class: KeyValueItemWriter
        Subclasses implement this method to write each item to key value store
        Specified by:
        writeKeyValue in class KeyValueItemWriter<K,​V>
        Parameters:
        key - the key
        value - the item