public interface ClusterJoinConfig
Modifier and Type | Interface and Description |
---|---|
static class |
ClusterJoinConfig.ClusterJoinType |
static interface |
ClusterJoinConfig.Decoder |
Modifier and Type | Method and Description |
---|---|
default void |
decode(ClusterJoinConfig.Decoder decoder)
Executes one of the given
ClusterJoinConfig.Decoder callback methods, dependending on our type. |
default String |
getHumanReadableName()
Deprecated.
Since 7.0. Use
getType() and ClusterJoinConfig.ClusterJoinType.getHumanReadableName() |
default ClusterJoinConfig.ClusterJoinType |
getType() |
default String getHumanReadableName()
getType()
and ClusterJoinConfig.ClusterJoinType.getHumanReadableName()
default ClusterJoinConfig.ClusterJoinType getType()
default void decode(ClusterJoinConfig.Decoder decoder)
ClusterJoinConfig.Decoder
callback methods, dependending on our type.Copyright © 2003–2020 Atlassian. All rights reserved.