Package com.atlassian.confluence.cluster
Class KubernetesClusterJoinConfig
java.lang.Object
com.atlassian.confluence.cluster.KubernetesClusterJoinConfig
- All Implemented Interfaces:
ClusterJoinConfig
A
ClusterJoinConfig
for Kubernetes environments. It has no configuration properties since all configuration
is done via injected Kubernetes environment variables.- Since:
- 7.0
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.atlassian.confluence.cluster.ClusterJoinConfig
ClusterJoinConfig.ClusterJoinType, ClusterJoinConfig.Decoder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
decode
(ClusterJoinConfig.Decoder decoder) Executes one of the givenClusterJoinConfig.Decoder
callback methods, dependending on our type.boolean
getType()
int
hashCode()
-
Constructor Details
-
KubernetesClusterJoinConfig
public KubernetesClusterJoinConfig()
-
-
Method Details
-
getType
- Specified by:
getType
in interfaceClusterJoinConfig
-
decode
Description copied from interface:ClusterJoinConfig
Executes one of the givenClusterJoinConfig.Decoder
callback methods, dependending on our type.- Specified by:
decode
in interfaceClusterJoinConfig
-
equals
-
hashCode
public int hashCode()
-