Class SnapshotServiceFactoryBean.SnapshotServiceAdapterSupport<K,V>

java.lang.Object
org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.SnapshotServiceAdapterSupport<K,V>
Type Parameters:
K - the class type of the Cache Region key.
V - the class type of the Cache Region value.
All Implemented Interfaces:
SnapshotServiceFactoryBean.SnapshotServiceAdapter<K,V>
Direct Known Subclasses:
SnapshotServiceFactoryBean.CacheSnapshotServiceAdapter, SnapshotServiceFactoryBean.RegionSnapshotServiceAdapter
Enclosing class:
SnapshotServiceFactoryBean<K,V>

protected abstract static class SnapshotServiceFactoryBean.SnapshotServiceAdapterSupport<K,V> extends Object implements SnapshotServiceFactoryBean.SnapshotServiceAdapter<K,V>
SnapshotServiceAdapterSupport is an abstract base class for all SnapshotServiceAdapter implementations encapsulating common reusable functionality.
See Also: