Package org.apache.kafka.clients.admin
Class ClusterLinkSwitchoverStatusDescription
java.lang.Object
org.apache.kafka.clients.admin.ClusterLinkSwitchoverStatusDescription
A description of a cluster link's switchover info.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
static enum
-
Constructor Summary
ConstructorsConstructorDescriptionClusterLinkSwitchoverStatusDescription
(String linkName, Uuid linkId, String remoteClusterId, String localClusterId, Map<String, Optional<ClusterLinkTopicSwitchoverInfo>> topicToTopicSwitchoverInfo, ClusterLinkDescription.LinkState linkState, ClusterLinkDescription.LinkState remoteLinkState, ClusterLinkError clusterLinkError, String linkErrorMessage, ClusterLinkError remoteLinkError, String remoteLinkErrorMessage, List<ClusterLinkTaskDescription> taskDescriptions, ClusterLinkSwitchoverStatusDescription.SwitchoverType switchoverType, ClusterLinkSwitchoverStatusDescription.SwitchoverState switchoverState) -
Method Summary
-
Constructor Details
-
ClusterLinkSwitchoverStatusDescription
public ClusterLinkSwitchoverStatusDescription(String linkName, Uuid linkId, String remoteClusterId, String localClusterId, Map<String, Optional<ClusterLinkTopicSwitchoverInfo>> topicToTopicSwitchoverInfo, ClusterLinkDescription.LinkState linkState, ClusterLinkDescription.LinkState remoteLinkState, ClusterLinkError clusterLinkError, String linkErrorMessage, ClusterLinkError remoteLinkError, String remoteLinkErrorMessage, List<ClusterLinkTaskDescription> taskDescriptions, ClusterLinkSwitchoverStatusDescription.SwitchoverType switchoverType, ClusterLinkSwitchoverStatusDescription.SwitchoverState switchoverState)
-
-
Method Details
-
hashCode
public int hashCode() -
equals
-
toString
-
linkName
-
linkId
-
remoteClusterId
-
localClusterId
-
topicToTopicSwitchoverInfo
-
linkState
-
remoteLinkState
-
clusterLinkError
-
linkErrorMessage
-
remoteLinkError
-
remoteLinkErrorMessage
-
taskDescriptions
-
switchoverType
-
switchoverState
-