Uses of Class
org.sourcelab.kafka.connect.apiclient.request.dto.ConnectorStatus
Packages that use ConnectorStatus
Package
Description
-
Uses of ConnectorStatus in org.sourcelab.kafka.connect.apiclient
Methods in org.sourcelab.kafka.connect.apiclient that return ConnectorStatusModifier and TypeMethodDescriptionKafkaConnectClient.getConnectorStatus(String connectorName) Get the status of specified connector by name. -
Uses of ConnectorStatus in org.sourcelab.kafka.connect.apiclient.request.dto
Methods in org.sourcelab.kafka.connect.apiclient.request.dto that return ConnectorStatusModifier and TypeMethodDescriptionConnectorsWithExpandedMetadata.ConnectorWithExpandedMetadata.getStatus()ConnectorsWithExpandedMetadata.getStatusForConnector(String connectorName) ConnectorsWithExpandedStatus.getStatusForConnector(String connectorName) Given a connector name, return the status for the connector.Methods in org.sourcelab.kafka.connect.apiclient.request.dto that return types with arguments of type ConnectorStatusModifier and TypeMethodDescriptionConnectorsWithExpandedMetadata.getAllStatuses()ConnectorsWithExpandedStatus.getAllStatuses()All connector statuses.ConnectorsWithExpandedMetadata.getMappedStatuses()ConnectorsWithExpandedStatus.getMappedStatuses()Map of ConnectorName to its respective Status.Constructors in org.sourcelab.kafka.connect.apiclient.request.dto with parameters of type ConnectorStatusModifierConstructorDescriptionConnectorWithExpandedMetadata(ConnectorDefinition info, ConnectorStatus status) Constructor. -
Uses of ConnectorStatus in org.sourcelab.kafka.connect.apiclient.request.get
Methods in org.sourcelab.kafka.connect.apiclient.request.get that return ConnectorStatus