@Configuration
public class DistributedSystemIdConfiguration
extends org.springframework.data.gemfire.config.annotation.support.AbstractAnnotationConfigSupport
implements org.springframework.context.annotation.ImportAware
DistributedSystemIdConfiguration
class is a Spring Configuration
class used to configure
the distributed-system-id for a peer Cache member
in a cluster
when using the P2P topology.Cache
,
Bean
,
Configuration
,
ImportAware
,
AnnotationAttributes
,
AnnotationMetadata
,
ClientCacheConfigurer
,
PeerCacheConfigurer
,
AbstractAnnotationConfigSupport
,
UseDistributedSystemId
Constructor and Description |
---|
DistributedSystemIdConfiguration() |
Modifier and Type | Method and Description |
---|---|
protected java.lang.Class<? extends java.lang.annotation.Annotation> |
getAnnotationType() |
protected java.util.Optional<java.lang.Integer> |
getDistributedSystemId() |
protected org.slf4j.Logger |
getLogger() |
protected void |
setDistributedSystemId(java.lang.Integer distributedSystemId) |
void |
setImportMetadata(org.springframework.core.type.AnnotationMetadata importMetadata) |
arrayOfPropertyNamesFor, arrayOfPropertyNamesFor, asArrayProperty, cacheClientProperty, cacheCompressionProperty, cacheOffHeapProperty, cachePeerProperty, cacheProperty, cacheServerProperty, clusterProperty, diskStoreProperty, entitiesProperty, gatewayReceiverProperty, gatewaySenderProperty, getAnnotationAttributes, getAnnotationAttributes, getAnnotationAttributes, getAnnotationTypeName, getAnnotationTypeSimpleName, getBeanClassLoader, getBeanFactory, getEnvironment, getEvaluationContext, hasValue, hasValue, hasValue, httpServiceProperty, isAnnotationPresent, isAnnotationPresent, isNotInfrastructureBean, isNotInfrastructureBean, isNotInfrastructureClass, isNotInfrastructureRole, isUserLevelMethod, locatorProperty, logDebug, logDebug, logError, logError, loggingProperty, logInfo, logInfo, logWarning, logWarning, managementProperty, managerProperty, memcachedServiceProperty, namedCacheServerProperty, namedDiskStoreProperty, namedGatewaySenderProperty, namedPoolProperty, newEvaluationContext, newLogger, pdxProperty, poolProperty, propertyName, redisServiceProperty, register, register, requireProperty, resolveAnnotation, resolveBeanClass, resolveBeanClass, resolveBeanClass, resolveBeanClassLoader, resolveBeanClassLoader, resolveBeanClassLoader, resolveBeanClassName, resolveProperty, resolveProperty, resolveProperty, resolveProperty, resolveProperty, resolveProperty, resolveProperty, resolveProperty, safeResolveType, securityProperty, serviceProperty, setBeanClassLoader, setBeanFactory, setEnvironment, sslProperty, statsProperty
protected java.lang.Class<? extends java.lang.annotation.Annotation> getAnnotationType()
getAnnotationType
in class org.springframework.data.gemfire.config.annotation.support.AbstractAnnotationConfigSupport
public void setImportMetadata(org.springframework.core.type.AnnotationMetadata importMetadata)
setImportMetadata
in interface org.springframework.context.annotation.ImportAware
protected void setDistributedSystemId(java.lang.Integer distributedSystemId)
protected java.util.Optional<java.lang.Integer> getDistributedSystemId()
protected org.slf4j.Logger getLogger()
getLogger
in class org.springframework.data.gemfire.config.annotation.support.AbstractAnnotationConfigSupport