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

com.alibaba.schedulerx.worker.discovery.GroupDiscovery Maven / Gradle / Ivy

There is a newer version: 1.12.0
Show newest version
package com.alibaba.schedulerx.worker.discovery;

import java.util.List;

import org.apache.commons.configuration.Configuration;

/**
 *
 * @author xiaomeng.hxm
 */
public interface GroupDiscovery {

    @Deprecated
    String getGroupId(Configuration conf) throws Exception;

    List getGroupIdSet(Configuration conf) throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy