protected static class GemFireMockObjectsBeanPostProcessor.SpyingCacheFactoryInitializer
extends java.lang.Object
implements org.springframework.data.gemfire.CacheFactoryBean.CacheFactoryInitializer<org.apache.geode.cache.CacheFactory>
| Modifier | Constructor and Description |
|---|---|
protected |
SpyingCacheFactoryInitializer(boolean useSingletonCache) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.geode.cache.CacheFactory |
initialize(org.apache.geode.cache.CacheFactory cacheFactory) |
protected boolean |
isUsingSingletonCache() |
protected static org.springframework.data.gemfire.CacheFactoryBean |
spyOn(org.springframework.data.gemfire.CacheFactoryBean cacheFactoryBean,
boolean useSingletonCache) |
protected SpyingCacheFactoryInitializer(boolean useSingletonCache)
protected static org.springframework.data.gemfire.CacheFactoryBean spyOn(org.springframework.data.gemfire.CacheFactoryBean cacheFactoryBean,
boolean useSingletonCache)
protected boolean isUsingSingletonCache()
public org.apache.geode.cache.CacheFactory initialize(org.apache.geode.cache.CacheFactory cacheFactory)
initialize in interface org.springframework.data.gemfire.CacheFactoryBean.CacheFactoryInitializer<org.apache.geode.cache.CacheFactory>