public class DiskStoreConfiguration extends AbstractAnnotationConfigSupport implements ImportBeanDefinitionRegistrar
DiskStoreConfiguration
class is a Spring ImportBeanDefinitionRegistrar
used to register
a Pivotal GemFire/Apache Geode DiskStore
bean definition.DiskStore
,
BeanDefinition
,
BeanDefinitionBuilder
,
BeanDefinitionRegistry
,
ImportBeanDefinitionRegistrar
,
DiskStoreFactoryBean
,
EnableDiskStore
,
EnableDiskStores
,
DiskStoreConfigurer
,
AbstractAnnotationConfigSupport
AbstractAnnotationConfigSupport.TypeResolver<T>
Modifier and Type | Field and Description |
---|---|
protected static boolean |
DEFAULT_ALLOW_FORCE_COMPACTION |
protected static boolean |
DEFAULT_AUTO_COMPACT |
protected static int |
DEFAULT_COMPACTION_THRESHOLD |
protected static float |
DEFAULT_DISK_USAGE_CRITICAL_PERCENTAGE |
protected static float |
DEFAULT_DISK_USAGE_WARNING_PERCENTAGE |
protected static long |
DEFAULT_MAX_OPLOG_SIZE |
protected static int |
DEFAULT_QUEUE_SIZE |
protected static long |
DEFAULT_TIME_INTERVAL |
protected static int |
DEFAULT_WRITE_BUFFER_SIZE |
INFRASTRUCTURE_ROLES, ORG_SPRINGFRAMEWORK_DATA_GEMFIRE_PACKAGE, ORG_SPRINGFRAMEWORK_PACKAGE, SPRING_DATA_GEMFIRE_PROPERTY_PREFIX
Constructor and Description |
---|
DiskStoreConfiguration() |
Modifier and Type | Method and Description |
---|---|
protected Class<? extends Annotation> |
getAnnotationType()
Returns the
DiskStore Annotation type specified in configuration. |
protected ManagedList<BeanDefinition> |
parseDiskStoreDirectories(AnnotationAttributes enableDiskStoreAttributes) |
void |
registerBeanDefinitions(AnnotationMetadata importingClassMetadata,
BeanDefinitionRegistry registry) |
protected void |
registerDiskStoreBeanDefinition(AnnotationAttributes enableDiskStoreAttributes,
BeanDefinitionRegistry registry) |
protected BeanDefinitionBuilder |
resolveDiskStoreDirectories(String diskStoreName,
AnnotationAttributes enableDiskStoreAttributes,
BeanDefinitionBuilder diskStoreFactoryBeanBuilder) |
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
registerBeanDefinitions
protected static final boolean DEFAULT_ALLOW_FORCE_COMPACTION
protected static final boolean DEFAULT_AUTO_COMPACT
protected static final float DEFAULT_DISK_USAGE_CRITICAL_PERCENTAGE
protected static final float DEFAULT_DISK_USAGE_WARNING_PERCENTAGE
protected static final int DEFAULT_COMPACTION_THRESHOLD
protected static final int DEFAULT_QUEUE_SIZE
protected static final int DEFAULT_WRITE_BUFFER_SIZE
protected static final long DEFAULT_MAX_OPLOG_SIZE
protected static final long DEFAULT_TIME_INTERVAL
protected Class<? extends Annotation> getAnnotationType()
DiskStore
Annotation
type specified in configuration.getAnnotationType
in class AbstractAnnotationConfigSupport
DiskStore
Annotation
type specified in configuration.EnableDiskStores
,
EnableDiskStore
public void registerBeanDefinitions(AnnotationMetadata importingClassMetadata, BeanDefinitionRegistry registry)
registerBeanDefinitions
in interface ImportBeanDefinitionRegistrar
protected void registerDiskStoreBeanDefinition(AnnotationAttributes enableDiskStoreAttributes, BeanDefinitionRegistry registry)
protected BeanDefinitionBuilder resolveDiskStoreDirectories(String diskStoreName, AnnotationAttributes enableDiskStoreAttributes, BeanDefinitionBuilder diskStoreFactoryBeanBuilder)
protected ManagedList<BeanDefinition> parseDiskStoreDirectories(AnnotationAttributes enableDiskStoreAttributes)
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.