Package com.atlassian.plugin.manager
Interface ClusterEnvironmentProvider
@PublicSpi
public interface ClusterEnvironmentProvider
Allows to check if the application (e.g. JIRA) is running in the cluster environment
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ClusterEnvironmentProviderDefault single node implementation (always false) just for convenience This value must be used for single node environments only -
Method Summary
-
Field Details
-
SINGLE_NODE
Default single node implementation (always false) just for convenience This value must be used for single node environments only
-
-
Method Details
-
isInCluster
boolean isInCluster()- Returns:
- true if the application is running within the cluster environment
-