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.