Spring Boot for VMware GemFire
Class ClusterAvailableConfiguration.StandaloneClusterAvailableCondition
java.lang.Object
org.springframework.geode.config.annotation.ClusterAwareConfiguration.ClusterAwareCondition
org.springframework.geode.config.annotation.ClusterAvailableConfiguration.StandaloneClusterAvailableCondition
- All Implemented Interfaces:
- org.springframework.context.annotation.Condition
- Enclosing class:
- ClusterAvailableConfiguration
public static class ClusterAvailableConfiguration.StandaloneClusterAvailableCondition
extends ClusterAwareConfiguration.ClusterAwareCondition
- 
Field SummaryFields inherited from class org.springframework.geode.config.annotation.ClusterAwareConfiguration.ClusterAwareConditionRUNTIME_ENVIRONMENT_NAME
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanmatches(org.springframework.context.annotation.ConditionContext conditionContext, org.springframework.core.type.AnnotatedTypeMetadata typeMetadata) Methods inherited from class org.springframework.geode.config.annotation.ClusterAwareConfiguration.ClusterAwareConditionclose, configureTopology, connect, countConnections, doCachedMatch, doMatch, failOnStrictMatchAndNoMatches, getConfiguredConnectionEndpoints, getConnectionEndpoints, getDefaultConnectionEndpoints, getLogger, getPooledConnectionEndpoints, getPoolsFromApacheGeode, getRuntimeEnvironmentName, isAvailable, isConnected, isConnected, isNotConnected, isStrictMatch, isStrictMatchAndNoMatches, logConnectedRuntimeEnvironment, logConnectedRuntimeEnvironment, logRuntimeEnvironment, logUnconnectedRuntimeEnvironment, newSocket, newSocket, registerApplicationListener, reset, set, wasClusterAvailabilityEvaluated
- 
Constructor Details- 
StandaloneClusterAvailableConditionpublic StandaloneClusterAvailableCondition()
 
- 
- 
Method Details- 
matchespublic boolean matches(@NonNull org.springframework.context.annotation.ConditionContext conditionContext, @NonNull org.springframework.core.type.AnnotatedTypeMetadata typeMetadata) Description copied from class:ClusterAwareConfiguration.ClusterAwareCondition- Specified by:
- matchesin interface- org.springframework.context.annotation.Condition
- Overrides:
- matchesin class- ClusterAwareConfiguration.ClusterAwareCondition
 
 
- 
