hive-metastore-listener/src/main/java/com/google/datacatalog_connectors/hive/metastore/domain/CreateTableEventRequest.java [28:47]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    private String hostName;

    public TableMetadata getTable() {
        return table;
    }

    public void setTable(TableMetadata table) {
        this.table = table;
    }

    public MetadataEvent getEvent() {
        return event;
    }

    public void setHostName(String hostName) {
        this.hostName = hostName;
    }

    public String getHostName() {
        return hostName;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



hive-metastore-listener/src/main/java/com/google/datacatalog_connectors/hive/metastore/domain/DropTableEventRequest.java [28:47]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    private String hostName;

    public TableMetadata getTable() {
        return table;
    }

    public void setTable(TableMetadata table) {
        this.table = table;
    }

    public MetadataEvent getEvent() {
        return event;
    }

    public void setHostName(String hostName) {
        this.hostName = hostName;
    }

    public String getHostName() {
        return hostName;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



