public interface ConnectClusterState
ConnectRestExtension
implementations. The Connect framework provides the implementation for this interface.Modifier and Type | Method and Description |
---|---|
ConnectorHealth |
connectorHealth(java.lang.String connName)
Lookup the current health of a connector and its tasks.
|
java.util.Collection<java.lang.String> |
connectors()
Get the names of the connectors currently deployed in this cluster.
|
java.util.Collection<java.lang.String> connectors()
null
ConnectorHealth connectorHealth(java.lang.String connName)
connectors()
may no longer be available and could result in NotFoundException
.connName
- name of the connectorNotFoundException
- if the requested connector can't be found