JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.apache.kafka.connect.health
Interface ConnectClusterDetails
public interface
ConnectClusterDetails
Provides immutable Connect cluster information, such as the ID of the backing Kafka cluster. The Connect framework provides the implementation for this interface.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
String
kafkaClusterId
()
Get the cluster ID of the Kafka cluster backing this Connect cluster.
Method Detail
kafkaClusterId
String
kafkaClusterId()
Get the cluster ID of the Kafka cluster backing this Connect cluster.
Returns:
the cluster ID of the Kafka cluster backing this Connect cluster
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method