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

com.taobao.drc.clusterclient.PartitionClientFactory Maven / Gradle / Ivy

There is a newer version: 5.0.0.1.beta
Show newest version
package com.taobao.drc.clusterclient;

import com.aliyun.drc.client.Listener;
import com.taobao.drc.clusterclient.clustermanager.PartitionInfo;

/**
 * @author yangyang
 * @since 17/6/29
 */
public interface PartitionClientFactory {
    PartitionClient create(C context,
                           PartitionInfo partitionInfo,
                           T listener,
                           String initOffset,
                           Listener clientCtrListener) throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy