| Interface | Description |
|---|---|
| CacheDataExporter |
The
CacheDataExporter interface is a FunctionalInterface defining a contract for exporting data
from a cache Region. |
| CacheDataImporter |
The
CacheDataImporter interface is a FunctionalInterface defininig a contract for importing data
into a cache Region. |
| CacheDataImporterExporter |
Convenient
interface to extend when the implementation supports both
data import and export from/to a GemFireCache. |
| Class | Description |
|---|---|
| AbstractCacheDataImporterExporter |
Abstract base class implementing the
CacheDataImporter and CacheDataExporter interfaces in order to
simplify import/export data access operation implementations in a consistent way. |