public class ElastiCacheFactoryBean extends AbstractFactoryBean<Cache>
loggerOBJECT_TYPE_ATTRIBUTE| Constructor and Description |
|---|
ElastiCacheFactoryBean(com.amazonaws.services.elasticache.AmazonElastiCache amazonElastiCache,
String cacheClusterId,
List<CacheFactory> cacheFactories) |
ElastiCacheFactoryBean(com.amazonaws.services.elasticache.AmazonElastiCache amazonElastiCache,
String cacheClusterId,
ResourceIdResolver resourceIdResolver,
List<? extends CacheFactory> cacheFactories) |
| Modifier and Type | Method and Description |
|---|---|
protected Cache |
createInstance() |
protected void |
destroyInstance(Cache instance) |
Class<Cache> |
getObjectType() |
afterPropertiesSet, destroy, getBeanFactory, getBeanTypeConverter, getEarlySingletonInterfaces, getObject, isSingleton, setBeanClassLoader, setBeanFactory, setSingletonpublic ElastiCacheFactoryBean(com.amazonaws.services.elasticache.AmazonElastiCache amazonElastiCache,
String cacheClusterId,
ResourceIdResolver resourceIdResolver,
List<? extends CacheFactory> cacheFactories)
public ElastiCacheFactoryBean(com.amazonaws.services.elasticache.AmazonElastiCache amazonElastiCache,
String cacheClusterId,
List<CacheFactory> cacheFactories)
public Class<Cache> getObjectType()
getObjectType in interface FactoryBean<Cache>getObjectType in class AbstractFactoryBean<Cache>protected Cache createInstance() throws Exception
createInstance in class AbstractFactoryBean<Cache>Exceptionprotected void destroyInstance(Cache instance) throws Exception
destroyInstance in class AbstractFactoryBean<Cache>ExceptionCopyright © 2021 Pivotal Software, Inc.. All rights reserved.