@Configuration @Import(value={ClusterAvailableConfiguration.class,ClusterNotAvailableConfiguration.class}) public class ClusterAwareConfiguration extends org.springframework.data.gemfire.config.annotation.support.AbstractAnnotationConfigSupport implements org.springframework.context.annotation.ImportAware
ClusterAwareConfiguration
class is a Spring @Configuration
class imported by
EnableClusterAware
used to determine whether a Spring Boot application using Apache Geode should run
in local-only mode or client/server.Annotation
,
InetSocketAddress
,
Socket
,
SocketAddress
,
ClientCache
,
ClientRegionShortcut
,
Pool
,
PoolManager
,
CacheServer
,
ApplicationListener
,
ConfigurableApplicationContext
,
Condition
,
ConditionContext
,
Configuration
,
Import
,
ImportAware
,
ContextClosedEvent
,
AnnotationAttributes
,
ConfigurableEnvironment
,
EnumerablePropertySource
,
Environment
,
PropertySource
,
AnnotatedTypeMetadata
,
AnnotationMetadata
,
AbstractAnnotationConfigSupport
,
ConnectionEndpoint
,
ConnectionEndpointList
,
SimpleCacheResolver
Modifier and Type | Class and Description |
---|---|
static class |
ClusterAwareConfiguration.ClusterAwareCondition |
protected static class |
ClusterAwareConfiguration.ConnectionEndpointListBuilder |
protected static class |
ClusterAwareConfiguration.PoolConnectionEndpoint |
protected static class |
ClusterAwareConfiguration.SocketCreationException |
Constructor and Description |
---|
ClusterAwareConfiguration() |
Modifier and Type | Method and Description |
---|---|
protected java.lang.Class<? extends java.lang.annotation.Annotation> |
getAnnotationType() |
protected boolean |
isStrictMatchConfigured(org.springframework.core.annotation.AnnotationAttributes enableClusterAwareAttributes) |
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, getLogger, 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
@NonNull protected java.lang.Class<? extends java.lang.annotation.Annotation> getAnnotationType()
getAnnotationType
in class org.springframework.data.gemfire.config.annotation.support.AbstractAnnotationConfigSupport
protected boolean isStrictMatchConfigured(@NonNull org.springframework.core.annotation.AnnotationAttributes enableClusterAwareAttributes)
public void setImportMetadata(@NonNull org.springframework.core.type.AnnotationMetadata importMetadata)
setImportMetadata
in interface org.springframework.context.annotation.ImportAware