Index

B C D G K M O R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values

B

BAD_CONFIGURATION - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.kafka.ffdc.KafkaIntegrationConnectorAuditCode
KAFKA-INTEGRATION-CONNECTOR-0002 - The {0} integration connector encountered an {1} exception when opening event broker {2} during the {3} method.

C

CATALOG_TARGET_NAME - Static variable in class org.odpi.openmetadata.adapters.connectors.integration.kafka.KafkaMonitorIntegrationProvider
The name of the catalog target that contains the server to monitor.
CONNECTOR_CONFIGURATION - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.kafka.ffdc.KafkaIntegrationConnectorAuditCode
KAFKA-INTEGRATION-CONNECTOR-0001 - The {0} integration connector has been initialized to monitor event broker at URL {1} with templateQualifiedName={2}
CONNECTOR_STOPPING - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.kafka.ffdc.KafkaIntegrationConnectorAuditCode
KAFKA-INTEGRATION-CONNECTOR-0009 - The {0} integration connector has stopped its topic monitoring and is shutting down

D

disconnect() - Method in class org.odpi.openmetadata.adapters.connectors.integration.kafka.KafkaMonitorIntegrationConnector
Shutdown kafka monitoring

G

getMessageDefinition() - Method in enum class org.odpi.openmetadata.adapters.connectors.integration.kafka.ffdc.KafkaIntegrationConnectorAuditCode
Retrieve a message definition object for logging.
getMessageDefinition() - Method in enum class org.odpi.openmetadata.adapters.connectors.integration.kafka.ffdc.KafkaIntegrationConnectorErrorCode
Retrieve a message definition object for an exception.
getMessageDefinition(String...) - Method in enum class org.odpi.openmetadata.adapters.connectors.integration.kafka.ffdc.KafkaIntegrationConnectorAuditCode
Retrieve a message definition object for logging.
getMessageDefinition(String...) - Method in enum class org.odpi.openmetadata.adapters.connectors.integration.kafka.ffdc.KafkaIntegrationConnectorErrorCode
Retrieve a message definition object for an exception.

K

KafkaIntegrationConnectorAuditCode - Enum Class in org.odpi.openmetadata.adapters.connectors.integration.kafka.ffdc
The KafkaIntegrationConnectorAuditCode is used to define the message content for the OMRS Audit Log.
KafkaIntegrationConnectorErrorCode - Enum Class in org.odpi.openmetadata.adapters.connectors.integration.kafka.ffdc
The KafkaIntegrationConnectorErrorCode is used to define first failure data capture (FFDC) for errors that occur when working with the Kafka monitor integration connector.
KafkaMonitorIntegrationConnector - Class in org.odpi.openmetadata.adapters.connectors.integration.kafka
KafkaMonitorIntegrationConnector catalogues active topics in a kafka broker.
KafkaMonitorIntegrationConnector() - Constructor for class org.odpi.openmetadata.adapters.connectors.integration.kafka.KafkaMonitorIntegrationConnector
 
KafkaMonitorIntegrationProvider - Class in org.odpi.openmetadata.adapters.connectors.integration.kafka
KafkaMonitorIntegrationProvider is the connector provider for the kafka integration connector that extracts topic names from the broker.
KafkaMonitorIntegrationProvider() - Constructor for class org.odpi.openmetadata.adapters.connectors.integration.kafka.KafkaMonitorIntegrationProvider
Constructor used to initialize the ConnectorProvider with the Java class name of the specific store implementation.

M

MISSING_TEMPLATE - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.kafka.ffdc.KafkaIntegrationConnectorAuditCode
KAFKA-INTEGRATION-CONNECTOR-0015 - The {0} integration connector is unable to retrieve the Topic template with qualified name: {1}

O

org.odpi.openmetadata.adapters.connectors.integration.kafka - package org.odpi.openmetadata.adapters.connectors.integration.kafka
The kafka monitor integration connector catalogues active topics in an Apache Kafka event broker.
org.odpi.openmetadata.adapters.connectors.integration.kafka.ffdc - package org.odpi.openmetadata.adapters.connectors.integration.kafka.ffdc
FFDC stands for First Failure Data Capture.

R

refresh() - Method in class org.odpi.openmetadata.adapters.connectors.integration.kafka.KafkaMonitorIntegrationConnector
Requests that the connector does a comparison of the metadata in the third party technology and open metadata repositories.
RETRIEVED_TOPICS - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.kafka.ffdc.KafkaIntegrationConnectorAuditCode
KAFKA-INTEGRATION-CONNECTOR-0005 - The {0} integration connector has retrieved {2} topics from {1}

S

start() - Method in class org.odpi.openmetadata.adapters.connectors.integration.kafka.KafkaMonitorIntegrationConnector
Indicates that the connector is completely configured and can begin processing.

T

TOPIC_ARCHIVED - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.kafka.ffdc.KafkaIntegrationConnectorAuditCode
KAFKA-INTEGRATION-CONNECTOR-0020 - The {0} integration connector has archived the Topic {1} ({2}) because the real-world topic is no longer stored in the event broker
TOPIC_CREATED - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.kafka.ffdc.KafkaIntegrationConnectorAuditCode
KAFKA-INTEGRATION-CONNECTOR-0016 - The {0} integration connector created the Topic {1} ({2}) for a new real-world topic
TOPIC_CREATED_FROM_TEMPLATE - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.kafka.ffdc.KafkaIntegrationConnectorAuditCode
KAFKA-INTEGRATION-CONNECTOR-0017 - The {0} integration connector created the Topic {1} ({2}) for a new real-world topic using template {3} ({4})
TOPIC_DELETED - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.kafka.ffdc.KafkaIntegrationConnectorAuditCode
KAFKA-INTEGRATION-CONNECTOR-0019 - The {0} integration connector has deleted the Topic {1} ({2}) because the real-world topic is no longer defined in the event broker
TOPIC_UPDATED - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.kafka.ffdc.KafkaIntegrationConnectorAuditCode
KAFKA-INTEGRATION-CONNECTOR-0018 - The {0} integration connector has updated the Topic {1} ({2}) because the real-world topic changed
toString() - Method in enum class org.odpi.openmetadata.adapters.connectors.integration.kafka.ffdc.KafkaIntegrationConnectorAuditCode
JSON-style toString
toString() - Method in enum class org.odpi.openmetadata.adapters.connectors.integration.kafka.ffdc.KafkaIntegrationConnectorErrorCode
JSON-style toString

U

UNABLE_TO_RETRIEVE_TOPICS - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.kafka.ffdc.KafkaIntegrationConnectorAuditCode
KAFKA-INTEGRATION-CONNECTOR-0004 - The {0} integration connector received an unexpected {2} exception when retrieving topics from event broker at {1}.
UNEXPECTED_EXC_TOPIC_UPDATE - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.kafka.ffdc.KafkaIntegrationConnectorAuditCode
KAFKA-INTEGRATION-CONNECTOR-0014 - An unexpected {0} exception was returned to the {1} integration connector when it tried to update the Topic in the metadata repositories for topic {2}.
UNEXPECTED_EXCEPTION - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.kafka.ffdc.KafkaIntegrationConnectorErrorCode
KAFKA-INTEGRATION-CONNECTOR-500-001 - The {0} integration connector received an unexpected exception {1} when cataloguing topics; the error message was: {2}

V

valueOf(String) - Static method in enum class org.odpi.openmetadata.adapters.connectors.integration.kafka.ffdc.KafkaIntegrationConnectorAuditCode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.odpi.openmetadata.adapters.connectors.integration.kafka.ffdc.KafkaIntegrationConnectorErrorCode
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.odpi.openmetadata.adapters.connectors.integration.kafka.ffdc.KafkaIntegrationConnectorAuditCode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.odpi.openmetadata.adapters.connectors.integration.kafka.ffdc.KafkaIntegrationConnectorErrorCode
Returns an array containing the constants of this enum class, in the order they are declared.
B C D G K M O R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values