Interface | Description |
---|---|
SnapshotServiceFactoryBean.SnapshotServiceAdapter<K,V> |
The SnapshotServiceAdapter interface is an Adapter adapting both Pivotal GemFire CacheSnapshotService
and RegionSnapshotService to treat them uniformly.
|
Class | Description |
---|---|
SnapshotServiceFactoryBean<K,V> |
The SnapshotServiceFactoryBean class is a Spring FactoryBean used to configure and create an instance
of an appropriate Pivotal GemFire Snapshot Service to perform data import and exports.
|
SnapshotServiceFactoryBean.ArchiveFileFilter |
The ArchiveFileFilter class is a Java FileFilter implementation accepting any File that is either
a JAR file or ZIP file.
|
SnapshotServiceFactoryBean.CacheSnapshotServiceAdapter |
The CacheSnapshotServiceAdapter is a SnapshotServiceAdapter adapting Pivotal GemFire's CacheSnapshotService.
|
SnapshotServiceFactoryBean.RegionSnapshotServiceAdapter<K,V> |
The RegionSnapshotServiceAdapter is a SnapshotServiceAdapter adapting Pivotal GemFire's RegionSnapshotService.
|
SnapshotServiceFactoryBean.SnapshotMetadata<K,V> |
The SnapshotMetadata class encapsulates details of the Pivotal GemFire Cache or Region data snapshot
on either import or export.
|
SnapshotServiceFactoryBean.SnapshotServiceAdapterSupport<K,V> |
SnapshotServiceAdapterSupport is an abstract base class for all SnapshotServiceAdapter implementations
encapsulating common reusable functionality.
|
Exception | Description |
---|---|
ExportSnapshotException |
The ExportSnapshotException class is a RuntimeException indicating an error occurred while saving a snapshhot
of Pivotal GemFire's Cache Regions.
|
ImportSnapshotException |
The ImportSnapshotException class is a RuntimeException indicating an error occurred while loading Pivotal GemFire Snapshots
into the Pivotal GemFire Cache Regions.
|
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.