@Configuration @Import(value=AdministrativeConfiguration.class) public class PeerCacheConfiguration extends AbstractCacheConfiguration
Cache インスタンスを構築、構成、初期化するために使用される Spring Configuration クラス。Cache, ListableBeanFactory, Bean, Configuration, Import, CacheFactoryBean, AbstractCacheConfiguration, AdministrativeConfiguration, PeerCacheApplication, PeerCacheConfigurerAbstractAnnotationConfigSupport.TypeResolver<T>| 修飾子と型 | フィールドと説明 |
|---|---|
protected static boolean | DEFAULT_ENABLE_AUTO_RECONNECT |
protected static StringSE | DEFAULT_NAME |
protected static boolean | DEFAULT_USE_CLUSTER_CONFIGURATION |
DEFAULT_CLOSE, DEFAULT_COPY_ON_READ, DEFAULT_LOCATORS, DEFAULT_LOG_LEVEL, DEFAULT_MCAST_PORT, DEFAULT_USE_BEAN_FACTORY_LOCATORINFRASTRUCTURE_ROLES, ORG_SPRINGFRAMEWORK_DATA_GEMFIRE_PACKAGE, ORG_SPRINGFRAMEWORK_PACKAGE, SPRING_DATA_GEMFIRE_PROPERTY_PREFIX| コンストラクターと説明 |
|---|
PeerCacheConfiguration() |
| 修飾子と型 | メソッドと説明 |
|---|---|
protected void | configureCache(AnnotationMetadata importMetadata) ピア Cache 固有の設定を構成します。 |
protected boolean | enableAutoReconnect() |
CacheFactoryBean | gemfireCache() 単一のピア Cache インスタンスの Bean 宣言。 |
protected ClassSE<? extends AnnotationSE> | getAnnotationType() この構成に関連するキャッシュアプリケーションの AnnotationSE 型を返します。 |
protected IntegerSE | lockLease() |
protected IntegerSE | lockTimeout() |
protected IntegerSE | messageSyncInterval() |
protected <T extends CacheFactoryBean> | newCacheFactoryBean() ピア Cache を作成するために使用される CacheFactoryBean の新しいインスタンスを構築します。 |
protected IntegerSE | searchTimeout() |
StringSE | toString() クラスター内の Spring 構成の Apache Geode ピア Cache アプリケーションとデータノードの名前を含む StringSE を返します。 |
protected boolean | useClusterConfiguration() |
add, configureCacheFactoryBean, configureInfrastructure, configureOptional, constructCacheFactoryBean, gemfireProperties, getCacheXml, getCopyOnRead, getCriticalHeapPercentage, getCriticalOffHeapPercentage, getDynamicRegionSupport, getEvictionHeapPercentage, getEvictionOffHeapPercentage, getGatewayConflictResolver, getJndiDataSources, getTransactionListeners, getTransactionWriter, isCacheServerApplication, isCacheServerOrPeerCacheApplication, isClientCacheApplication, isClientPeerOrServerCacheApplication, isClose, isPeerCacheApplication, isTypedCacheApplication, locators, logLevel, mcastPort, name, setImportMetadata, startLocator, useBeanFactoryLocatorarrayOfPropertyNamesFor, 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, waitSE, waitSE, waitSEprotected static final boolean DEFAULT_ENABLE_AUTO_RECONNECT
protected static final boolean DEFAULT_USE_CLUSTER_CONFIGURATION
@Bean public CacheFactoryBean gemfireCache()
Cache インスタンスの Bean 宣言。Cache の新しいインスタンス。CacheFactoryBean, GemFireCache, Cache, AbstractCacheConfiguration.constructCacheFactoryBean()protected <T extends CacheFactoryBean> T newCacheFactoryBean()
Cache を作成するために使用される CacheFactoryBean の新しいインスタンスを構築します。AbstractCacheConfiguration の newCacheFactoryBean T - CacheFactoryBean のサブ型 ClassSE。CacheFactoryBean の新しいインスタンス。CacheFactoryBeanprotected void configureCache(AnnotationMetadata importMetadata)
Cache 固有の設定を構成します。AbstractCacheConfiguration の configureCache importMetadata - ピア Cache を構成するために使用されるピアキャッシュメタデータを含む AnnotationMetadata。AnnotationMetadata, AbstractCacheConfiguration.isCacheServerOrPeerCacheApplication(AnnotationMetadata)protected ClassSE<? extends AnnotationSE> getAnnotationType()
AnnotationSE 型を返します。AbstractAnnotationConfigSupport の getAnnotationType AnnotationSE 型。protected boolean enableAutoReconnect()
protected IntegerSE lockLease()
protected IntegerSE lockTimeout()
protected IntegerSE messageSyncInterval()
protected IntegerSE searchTimeout()
protected boolean useClusterConfiguration()
public StringSE toString()
Cache アプリケーションとデータノードの名前を含む StringSE を返します。AbstractCacheConfiguration の toString Cache アプリケーションとデータノードの名前を含む StringSE。Object.toString()SECopyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.