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 TypeMethodDescriptionvoiddoExport(SnapshotServiceFactoryBean.SnapshotMetadata<K, V>... configurations) voiddoImport(SnapshotServiceFactoryBean.SnapshotMetadata<K, V>... configurations) voidload(File directory, SnapshotOptions.SnapshotFormat format) voidload(SnapshotOptions.SnapshotFormat format, SnapshotOptions<K, V> options, File... snapshots) voidsave(File location, SnapshotOptions.SnapshotFormat format) voidsave(File location, SnapshotOptions.SnapshotFormat format, SnapshotOptions<K, V> options)
-
Method Details
-
createOptions
SnapshotOptions<K,V> createOptions() -
doExport
-
doImport
-
load
-
load
-
save
-
save
-