public class DiskStoreConfiguration extends AbstractAnnotationConfigSupport implements ImportBeanDefinitionRegistrar
DiskStoreConfiguration クラスは、Pivotal GemFire/Apache Geode DiskStore Bean 定義を登録するために使用される Spring ImportBeanDefinitionRegistrar です。DiskStore, BeanDefinition, BeanDefinitionBuilder, BeanDefinitionRegistry, ImportBeanDefinitionRegistrar, DiskStoreFactoryBean, EnableDiskStore, EnableDiskStores, DiskStoreConfigurer, AbstractAnnotationConfigSupportAbstractAnnotationConfigSupport.TypeResolver<T>| 修飾子と型 | フィールドと説明 |
|---|---|
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| コンストラクターと説明 |
|---|
DiskStoreConfiguration() |
| 修飾子と型 | メソッドと説明 |
|---|---|
protected ClassSE<? extends AnnotationSE> | getAnnotationType() 構成で指定された DiskStore AnnotationSE 型を返します。 |
protected ManagedList<BeanDefinition> | parseDiskStoreDirectories(AnnotationAttributes enableDiskStoreAttributes) |
void | registerBeanDefinitions(AnnotationMetadata importingClassMetadata, BeanDefinitionRegistry registry) |
protected void | registerDiskStoreBeanDefinition(AnnotationAttributes enableDiskStoreAttributes, BeanDefinitionRegistry registry) |
protected BeanDefinitionBuilder | resolveDiskStoreDirectories(StringSE 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, statsPropertycloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEregisterBeanDefinitionsprotected 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 ClassSE<? extends AnnotationSE> getAnnotationType()
DiskStore AnnotationSE 型を返します。AbstractAnnotationConfigSupport の getAnnotationType DiskStore AnnotationSE 型。EnableDiskStores, EnableDiskStorepublic void registerBeanDefinitions(AnnotationMetadata importingClassMetadata, BeanDefinitionRegistry registry)
ImportBeanDefinitionRegistrar 内の registerBeanDefinitions protected void registerDiskStoreBeanDefinition(AnnotationAttributes enableDiskStoreAttributes, BeanDefinitionRegistry registry)
protected BeanDefinitionBuilder resolveDiskStoreDirectories(StringSE diskStoreName, AnnotationAttributes enableDiskStoreAttributes, BeanDefinitionBuilder diskStoreFactoryBeanBuilder)
protected ManagedList<BeanDefinition> parseDiskStoreDirectories(AnnotationAttributes enableDiskStoreAttributes)
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.