Package org.springframework.geode.data
package org.springframework.geode.data
-
ClassDescriptionAbstract base class implementing the
CacheDataImporter
andCacheDataExporter
interfaces in order to simplify import/export data access operation implementations in a consistent way.TheCacheDataExporter
interface is aFunctionalInterface
defining a contract for exporting data from a cacheRegion
.TheCacheDataImporter
interface is aFunctionalInterface
defininig a contract for importing data into a cacheRegion
.Convenientinterface
to extend when the implementation supports both data import and export from/to aGemFireCache
.