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
load
(File directory, SnapshotOptions.SnapshotFormat format) void
load
(SnapshotOptions.SnapshotFormat format, SnapshotOptions<K, V> options, File... snapshots) void
save
(File location, SnapshotOptions.SnapshotFormat format) void
save
(File location, SnapshotOptions.SnapshotFormat format, SnapshotOptions<K, V> options)
-
Method Details
-
createOptions
SnapshotOptions<K,V> createOptions() -
doExport
-
doImport
-
load
-
load
-
save
-
save
-