@Configuration public class CompressionConfiguration extends AbstractAnnotationConfigSupport implements ImportAware
CompressionConfiguration
class is a Spring ImportAware
implementation capable of
enabling Pivotal GemFire/Apache Geode cache Regions
data compression.Region
,
BeanFactoryPostProcessor
,
Bean
,
Configuration
,
ImportAware
,
EnableCompression
,
AbstractAnnotationConfigSupport
AbstractAnnotationConfigSupport.TypeResolver<T>
Modifier and Type | Field and Description |
---|---|
protected static String |
SNAPPY_COMPRESSOR_BEAN_NAME |
INFRASTRUCTURE_ROLES, ORG_SPRINGFRAMEWORK_DATA_GEMFIRE_PACKAGE, ORG_SPRINGFRAMEWORK_PACKAGE, SPRING_DATA_GEMFIRE_PROPERTY_PREFIX
Constructor and Description |
---|
CompressionConfiguration() |
Modifier and Type | Method and Description |
---|---|
protected Class<? extends Annotation> |
getAnnotationType()
|
protected String |
resolveCompressorBeanName() |
protected Set<String> |
resolveRegionNames() |
void |
setCompressorBeanName(String compressorBeanName) |
void |
setImportMetadata(AnnotationMetadata importingClassMetadata) |
void |
setRegionNames(Iterable<String> regionNames) |
void |
setRegionNames(String[] regionNames) |
arrayOfPropertyNamesFor, arrayOfPropertyNamesFor, asArrayProperty, cacheClientProperty, cacheCompressionProperty, cacheOffHeapProperty, cachePeerProperty, cacheProperty, cacheServerProperty, clusterProperty, diskStoreProperty, entitiesProperty, gatewayReceiverProperty, gatewaySenderProperty, getAnnotationAttributes, getAnnotationAttributes, getAnnotationAttributes, getAnnotationTypeName, getAnnotationTypeSimpleName, getBeanClassLoader, getBeanFactory, getEnvironment, getEvaluationContext, getLog, hasValue, hasValue, hasValue, httpServiceProperty, isAnnotationPresent, isAnnotationPresent, isNotInfrastructureBean, isNotInfrastructureBean, isNotInfrastructureClass, isNotInfrastructureClass, isNotInfrastructureRole, isUserLevelMethod, locatorProperty, logDebug, logDebug, logError, logError, loggingProperty, logInfo, logInfo, logWarning, logWarning, managementProperty, managerProperty, memcachedServiceProperty, namedCacheServerProperty, namedDiskStoreProperty, namedGatewaySenderProperty, namedPoolProperty, newEvaluationContext, newLog, pdxProperty, poolProperty, propertyName, redisServiceProperty, register, register, requireProperty, resolveAnnotation, resolveBeanClass, resolveBeanClass, resolveBeanClass, resolveBeanClassLoader, resolveBeanClassLoader, resolveBeanClassName, resolveProperty, resolveProperty, resolveProperty, resolveProperty, resolveProperty, resolveProperty, resolveProperty, resolveProperty, safeResolveType, securityProperty, serviceProperty, setBeanClassLoader, setBeanFactory, setEnvironment, sslProperty, statsProperty
protected static final String SNAPPY_COMPRESSOR_BEAN_NAME
protected Class<? extends Annotation> getAnnotationType()
getAnnotationType
in class AbstractAnnotationConfigSupport
EnableCompression
Annotation
Class
type.EnableOffHeap
,
Annotation
public void setCompressorBeanName(String compressorBeanName)
protected String resolveCompressorBeanName()
public void setRegionNames(String[] regionNames)
public void setImportMetadata(AnnotationMetadata importingClassMetadata)
setImportMetadata
in interface ImportAware
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.