Interface SnapshotServiceFactoryBean.SnapshotServiceAdapter<K,V>
- Type Parameters:
K
- the class type of the Region key.V
- the class type of the Region value.
- All Known Implementing Classes:
SnapshotServiceFactoryBean.CacheSnapshotServiceAdapter
,SnapshotServiceFactoryBean.RegionSnapshotServiceAdapter
,SnapshotServiceFactoryBean.SnapshotServiceAdapterSupport
- Enclosing class:
- SnapshotServiceFactoryBean<K,
V>
public static interface SnapshotServiceFactoryBean.SnapshotServiceAdapter<K,V>
The SnapshotServiceAdapter interface is an Adapter adapting both GemFire CacheSnapshotService
and RegionSnapshotService to treat them uniformly.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
doExport
(SnapshotServiceFactoryBean.SnapshotMetadata<K, V>... configurations) void
doImport
(SnapshotServiceFactoryBean.SnapshotMetadata<K, V>... configurations) void
void
load
(org.apache.geode.cache.snapshot.SnapshotOptions.SnapshotFormat format, org.apache.geode.cache.snapshot.SnapshotOptions<K, V> options, File... snapshots) void
void
save
(File location, org.apache.geode.cache.snapshot.SnapshotOptions.SnapshotFormat format, org.apache.geode.cache.snapshot.SnapshotOptions<K, V> options)
-
Method Details
-
createOptions
-
doExport
-
doImport
-
load
-
load
-
save
-
save
-