Package org.springframework.geode.data
Interface CacheDataImporterExporter
- All Superinterfaces:
org.springframework.beans.factory.config.BeanPostProcessor
,CacheDataExporter
,CacheDataImporter
,org.springframework.beans.factory.config.DestructionAwareBeanPostProcessor
- All Known Implementing Classes:
AbstractCacheDataImporterExporter
,JsonCacheDataImporterExporter
,LifecycleAwareCacheDataImporterExporter
,ResourceCapableCacheDataImporterExporter
Convenient
interface
to extend when the implementation supports both
data import and export from/to a GemFireCache
.- Since:
- 1.3.0
- See Also:
-
GemFireCache
CacheDataExporter
CacheDataImporter
-
Method Summary
Methods inherited from interface org.springframework.beans.factory.config.BeanPostProcessor
postProcessBeforeInitialization
Methods inherited from interface org.springframework.geode.data.CacheDataExporter
exportFrom, postProcessBeforeDestruction
Methods inherited from interface org.springframework.geode.data.CacheDataImporter
importInto, postProcessAfterInitialization
Methods inherited from interface org.springframework.beans.factory.config.DestructionAwareBeanPostProcessor
requiresDestruction