Spring Boot for VMware GemFire
Class ClusterAvailableConfiguration.CloudFoundryClusterAvailableCondition
java.lang.Object
org.springframework.geode.config.annotation.ClusterAwareConfiguration.ClusterAwareCondition
org.springframework.geode.config.annotation.ClusterAvailableConfiguration.AbstractCloudPlatformAvailableCondition
org.springframework.geode.config.annotation.ClusterAvailableConfiguration.CloudFoundryClusterAvailableCondition
- All Implemented Interfaces:
- org.springframework.context.annotation.Condition
- Enclosing class:
- ClusterAvailableConfiguration
public static class ClusterAvailableConfiguration.CloudFoundryClusterAvailableCondition
extends ClusterAvailableConfiguration.AbstractCloudPlatformAvailableCondition
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected Stringprotected StringReturns aStringcontaining a description of the runtime environment.protected booleanisCloudPlatformActive(org.springframework.core.env.Environment environment) Methods inherited from class org.springframework.geode.config.annotation.ClusterAvailableConfiguration.AbstractCloudPlatformAvailableConditionconfigureTopology, isInfoLoggingEnabled, isMatchingStrictOrLoggable, logConnectedRuntimeEnvironment, logUnconnectedRuntimeEnvironment, matchesMethods inherited from class org.springframework.geode.config.annotation.ClusterAwareConfiguration.ClusterAwareConditionclose, connect, countConnections, doCachedMatch, doMatch, failOnStrictMatchAndNoMatches, getConfiguredConnectionEndpoints, getConnectionEndpoints, getDefaultConnectionEndpoints, getLogger, getPooledConnectionEndpoints, getPoolsFromApacheGeode, isAvailable, isConnected, isConnected, isNotConnected, isStrictMatch, isStrictMatchAndNoMatches, logConnectedRuntimeEnvironment, logRuntimeEnvironment, newSocket, newSocket, registerApplicationListener, reset, set, wasClusterAvailabilityEvaluated
- 
Field Details- 
CLOUD_FOUNDRY_NAME- See Also:
 
- 
RUNTIME_ENVIRONMENT_NAME- See Also:
 
 
- 
- 
Constructor Details- 
CloudFoundryClusterAvailableConditionpublic CloudFoundryClusterAvailableCondition()
 
- 
- 
Method Details- 
getCloudPlatformName- Specified by:
- getCloudPlatformNamein class- ClusterAvailableConfiguration.AbstractCloudPlatformAvailableCondition
 
- 
getRuntimeEnvironmentNameDescription copied from class:ClusterAwareConfiguration.ClusterAwareConditionReturns aStringcontaining a description of the runtime environment.- Overrides:
- getRuntimeEnvironmentNamein class- ClusterAvailableConfiguration.AbstractCloudPlatformAvailableCondition
- Returns:
- a Stringcontaining a description of the runtime environment.
 
- 
isCloudPlatformActiveprotected boolean isCloudPlatformActive(@NonNull org.springframework.core.env.Environment environment) - Specified by:
- isCloudPlatformActivein class- ClusterAvailableConfiguration.AbstractCloudPlatformAvailableCondition
 
 
- 
