Package org.springframework.data.gemfire.snapshot
package org.springframework.data.gemfire.snapshot
-
ClassDescriptionThe ExportSnapshotException class is a RuntimeException indicating an error occurred while saving a snapshhot of GemFire's Cache Regions.The ImportSnapshotException class is a RuntimeException indicating an error occurred while loading GemFire Snapshots into the GemFire Cache Regions.The SnapshotServiceFactoryBean class is a Spring FactoryBean used to configure and create an instance of an appropriate GemFire Snapshot Service to perform data import and exports.The ArchiveFileFilter class is a Java FileFilter implementation accepting any File that is either a JAR file or ZIP file.The CacheSnapshotServiceAdapter is a SnapshotServiceAdapter adapting GemFire's CacheSnapshotService.The RegionSnapshotServiceAdapter is a SnapshotServiceAdapter adapting GemFire's RegionSnapshotService.The SnapshotMetadata class encapsulates details of the GemFire Cache or Region data snapshot on either import or export.The SnapshotServiceAdapter interface is an Adapter adapting both GemFire CacheSnapshotService and RegionSnapshotService to treat them uniformly.SnapshotServiceAdapterSupport is an abstract base class for all SnapshotServiceAdapter implementations encapsulating common reusable functionality.