Class DiskStoresConfiguration

All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.context.annotation.ImportBeanDefinitionRegistrar, org.springframework.context.EnvironmentAware

public class DiskStoresConfiguration extends DiskStoreConfiguration
The DiskStoresConfiguration class is a Spring ImportBeanDefinitionRegistrar used to register multiple GemFire/Geode DiskStore bean definitions.
Since:
1.9.0
See Also:
  • Constructor Details

    • DiskStoresConfiguration

      public DiskStoresConfiguration()
  • Method Details

    • registerBeanDefinitions

      public void registerBeanDefinitions(org.springframework.core.type.AnnotationMetadata importingClassMetadata, org.springframework.beans.factory.support.BeanDefinitionRegistry registry)
      Specified by:
      registerBeanDefinitions in interface org.springframework.context.annotation.ImportBeanDefinitionRegistrar
      Overrides:
      registerBeanDefinitions in class DiskStoreConfiguration
    • mergeDiskStoreAttributes

      protected org.springframework.core.annotation.AnnotationAttributes mergeDiskStoreAttributes(org.springframework.core.annotation.AnnotationAttributes enableDiskStoresAttributes, org.springframework.core.annotation.AnnotationAttributes diskStoreAttributes)