@Configuration public class LocatorApplicationConfiguration extends AbstractAnnotationConfigSupport implements ImportAware
Locator
を構成およびブートストラップするために使用される Spring @Configuration
クラス。Annotation
SE, Locator
, BeanFactoryPostProcessor
, Bean
, Configuration
, ImportAware
, AnnotationAttributes
, AnnotationMetadata
, CacheFactoryBean
, LocatorFactoryBean
, ClientCacheFactoryBean
, LocatorConfigurer
, AbstractAnnotationConfigSupport
AbstractAnnotationConfigSupport.TypeResolver<T>
修飾子と型 | フィールドと説明 |
---|---|
static StringSE | DEFAULT_LOG_LEVEL |
static StringSE | DEFAULT_NAME |
static int | DEFAULT_PORT |
protected static StringSE | EXCLUSIVE_LOCATOR_APPLICATION_ERROR_MESSAGE |
INFRASTRUCTURE_ROLES, ORG_SPRINGFRAMEWORK_DATA_GEMFIRE_PACKAGE, ORG_SPRINGFRAMEWORK_PACKAGE, SPRING_DATA_GEMFIRE_PROPERTY_PREFIX
コンストラクターと説明 |
---|
LocatorApplicationConfiguration() |
修飾子と型 | メソッドと説明 |
---|---|
protected ClassSE<? extends AnnotationSE> | getAnnotationType() この構成に関連するキャッシュアプリケーションの Annotation SE 型を返します。 |
StringSE | getBindAddress() |
StringSE | getHostnameForClients() |
StringSE | getLocators() |
StringSE | getLogLevel() |
StringSE | getName() |
int | getPort() |
LocatorFactoryBean | locatorApplication() |
void | setBindAddress(StringSE bindAddress) |
void | setHostnameForClients(StringSE hostnameForClients) |
void | setImportMetadata(AnnotationMetadata importMetadata) |
void | setLocators(StringSE locators) |
void | setLogLevel(StringSE logLevel) |
void | setName(StringSE name) |
void | setPort(int port) |
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
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSE
public static final int DEFAULT_PORT
protected ClassSE<? extends AnnotationSE> getAnnotationType()
AbstractAnnotationConfigSupport
Annotation
SE 型を返します。AbstractAnnotationConfigSupport
の getAnnotationType
Annotation
SE 型。public void setImportMetadata(AnnotationMetadata importMetadata)
ImportAware
の setImportMetadata
@Bean public LocatorFactoryBean locatorApplication()
public void setBindAddress(StringSE bindAddress)
public StringSE getBindAddress()
public void setHostnameForClients(StringSE hostnameForClients)
public StringSE getHostnameForClients()
public void setLocators(StringSE locators)
public StringSE getLocators()
public void setLogLevel(StringSE logLevel)
public StringSE getLogLevel()
public void setName(StringSE name)
public StringSE getName()
public void setPort(int port)
public int getPort()
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.