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 Summary
Fields inherited from class org.springframework.geode.config.annotation.ClusterAwareConfiguration.ClusterAwareCondition
RUNTIME_ENVIRONMENT_NAME
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
matches
(org.springframework.context.annotation.ConditionContext conditionContext, org.springframework.core.type.AnnotatedTypeMetadata typeMetadata) Methods inherited from class org.springframework.geode.config.annotation.ClusterAwareConfiguration.ClusterAwareCondition
close, 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
-
StandaloneClusterAvailableCondition
public StandaloneClusterAvailableCondition()
-
-
Method Details
-
matches
public boolean matches(@NonNull org.springframework.context.annotation.ConditionContext conditionContext, @NonNull org.springframework.core.type.AnnotatedTypeMetadata typeMetadata) Description copied from class:ClusterAwareConfiguration.ClusterAwareCondition
- Specified by:
matches
in interfaceorg.springframework.context.annotation.Condition
- Overrides:
matches
in classClusterAwareConfiguration.ClusterAwareCondition
-