Package org.springframework.geode.data.support
package org.springframework.geode.data.support
-
ClassDescriptionA
CacheDataImporterExporter
implementation using the Decorator Software Design Pattern to wrap an existingCacheDataImporterExporter
in order to decorate the cache (i.e.AnEnumeration
defining the different modes for the cache data import lifecycle.AnAbstractCacheDataImporterExporter
extension and implementation capable of handling and managing import and exportResources
.Abstract base class containing functionality common to allcache
basedResourceResolvers
, whether for import or export.Abstract base class extended by exportResourceCapableCacheDataImporterExporter.CacheResourceResolver
implementations, providing a template to resolve theResource
used for export.Abstract base class extended by importResourceResolver
implementations, providing a template to resolve theResource
to import.Resolves theResource
to import from the classpath.Marker interface extendingResourceCapableCacheDataImporterExporter.CacheResourceResolver
for cache data exports.Resolves theResource
used for export from the filesystem.Marker interface extendingResourceCapableCacheDataImporterExporter.CacheResourceResolver
for cache data imports.