All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.taobao.drc.client.utils.NetworkUtils Maven / Gradle / Ivy

There is a newer version: 1.2.0
Show newest version
package com.taobao.drc.client.utils;

import com.taobao.drc.client.DRCClientException;
import com.taobao.drc.client.cm.ClusterManagerFacade;
import com.taobao.drc.client.config.UserConfig;
import com.taobao.drc.client.enums.DBType;

import java.io.IOException;

public class NetworkUtils {

    public static DBType retrieveDBTypeFromRemote(UserConfig userConfig, String subTopic) throws IOException, DRCClientException {
        return ClusterManagerFacade.askTopicType(userConfig, subTopic);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy