Class ConnectorNamespace
java.lang.Object
org.sentrysoftware.metricshub.engine.telemetry.ConnectorNamespace
Represents a namespace for a connector, containing information about source tables and related settings.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddSourceTable(@NonNull String key, @NonNull SourceTable sourceTable) Add a source in the current sourceTables mapgetSourceTable(@NonNull String key) Get theSourceTableidentified with the given key
-
Constructor Details
-
ConnectorNamespace
public ConnectorNamespace()
-
-
Method Details
-
addSourceTable
Add a source in the current sourceTables map- Parameters:
key- sourceTable keysourceTable- sourceTable instance
-
getSourceTable
Get theSourceTableidentified with the given key- Parameters:
key- sourceTable key- Returns:
- return existing
SourceTableobject
-