Methods
Modifier and Type |
Method and Description |
com.gemstone.gemfire.cache.snapshot.SnapshotOptions<K,V> |
createOptions() |
void |
doExport(SnapshotServiceFactoryBean.SnapshotMetadata<K,V>... configurations) |
void |
doImport(SnapshotServiceFactoryBean.SnapshotMetadata<K,V>... configurations) |
void |
load(File directory,
com.gemstone.gemfire.cache.snapshot.SnapshotOptions.SnapshotFormat format) |
void |
load(com.gemstone.gemfire.cache.snapshot.SnapshotOptions.SnapshotFormat format,
com.gemstone.gemfire.cache.snapshot.SnapshotOptions<K,V> options,
File... snapshots) |
void |
save(File location,
com.gemstone.gemfire.cache.snapshot.SnapshotOptions.SnapshotFormat format) |
void |
save(File location,
com.gemstone.gemfire.cache.snapshot.SnapshotOptions.SnapshotFormat format,
com.gemstone.gemfire.cache.snapshot.SnapshotOptions<K,V> options) |