public class DiskStoreDirectoryBeanPostProcessor extends Object implements BeanPostProcessor
DiskStoreDirectoryBeanPostProcessor processes any GemFire DiskStore,
DiskStoreFactoryBean.DiskDir Spring beans defined in the application context to ensure that the directory actually exists
before creating the DiskStore.BeanPostProcessor,
DiskStore| Modifier and Type | Field and Description |
|---|---|
protected org.slf4j.Logger |
logger |
| Constructor and Description |
|---|
DiskStoreDirectoryBeanPostProcessor() |
| Modifier and Type | Method and Description |
|---|---|
Object |
postProcessBeforeInitialization(Object bean,
String beanName) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpostProcessAfterInitializationpublic Object postProcessBeforeInitialization(Object bean, String beanName) throws BeansException
postProcessBeforeInitialization in interface BeanPostProcessorBeansExceptionCopyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.