Package | Description |
---|---|
org.springframework.data.gemfire.snapshot |
Modifier and Type | Class and Description |
---|---|
protected static class |
SnapshotServiceFactoryBean.CacheSnapshotServiceAdapter
The CacheSnapshotServiceAdapter is a SnapshotServiceAdapter adapting Pivotal GemFire's CacheSnapshotService.
|
protected static class |
SnapshotServiceFactoryBean.RegionSnapshotServiceAdapter<K,V>
The RegionSnapshotServiceAdapter is a SnapshotServiceAdapter adapting Pivotal GemFire's RegionSnapshotService.
|
protected static class |
SnapshotServiceFactoryBean.SnapshotServiceAdapterSupport<K,V>
SnapshotServiceAdapterSupport is an abstract base class for all SnapshotServiceAdapter implementations
encapsulating common reusable functionality.
|
Modifier and Type | Method and Description |
---|---|
protected SnapshotServiceFactoryBean.SnapshotServiceAdapter |
SnapshotServiceFactoryBean.create()
Constructs an appropriate instance of the SnapshotServiceAdapter based on the FactoryBean configuration.
|
SnapshotServiceFactoryBean.SnapshotServiceAdapter<K,V> |
SnapshotServiceFactoryBean.getObject()
Gets the reference to the Pivotal GemFire Snapshot Service created by this FactoryBean.
|
protected SnapshotServiceFactoryBean.SnapshotServiceAdapter<Object,Object> |
SnapshotServiceFactoryBean.wrap(org.apache.geode.cache.snapshot.CacheSnapshotService cacheSnapshotService)
Wraps the Pivotal GemFire CacheSnapshotService into an appropriate Adapter to uniformly access snapshot operations
on the Cache and Regions alike.
|
protected SnapshotServiceFactoryBean.SnapshotServiceAdapter<K,V> |
SnapshotServiceFactoryBean.wrap(org.apache.geode.cache.snapshot.RegionSnapshotService<K,V> regionSnapshotService)
Wraps Pivotal GemFire's RegionSnapshotService into an appropriate Adapter to uniformly access snapshot operations
on the Cache and Regions alike.
|
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.