Class ConnectorNamespace

java.lang.Object
org.sentrysoftware.metricshub.engine.telemetry.ConnectorNamespace

public class ConnectorNamespace extends Object
Represents a namespace for a connector, containing information about source tables and related settings.
  • Constructor Details

    • ConnectorNamespace

      public ConnectorNamespace()
  • Method Details

    • addSourceTable

      public void addSourceTable(@NonNull @NonNull String key, @NonNull @NonNull SourceTable sourceTable)
      Add a source in the current sourceTables map
      Parameters:
      key - sourceTable key
      sourceTable - sourceTable instance
    • getSourceTable

      public SourceTable getSourceTable(@NonNull @NonNull String key)
      Get the SourceTable identified with the given key
      Parameters:
      key - sourceTable key
      Returns:
      return existing SourceTable object