Class CompressionConfiguration

java.lang.Object
org.springframework.data.gemfire.config.annotation.support.AbstractAnnotationConfigSupport
org.springframework.data.gemfire.config.annotation.CompressionConfiguration
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.context.annotation.ImportAware, org.springframework.context.EnvironmentAware

@Configuration public class CompressionConfiguration extends AbstractAnnotationConfigSupport implements org.springframework.context.annotation.ImportAware
The CompressionConfiguration class is a Spring ImportAware implementation capable of enabling Pivotal GemFire/Apache Geode cache Regions data compression.
Since:
2.0.2
See Also:
  • Field Details

  • Constructor Details

    • CompressionConfiguration

      public CompressionConfiguration()
  • Method Details