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

xin.bluesky.leiothrix.server.action.PartitionAllocator Maven / Gradle / Ivy

The newest version!
package xin.bluesky.leiothrix.server.action;

import xin.bluesky.leiothrix.model.task.partition.PartitionTask;
import xin.bluesky.leiothrix.server.action.exception.NoTaskException;
import xin.bluesky.leiothrix.server.action.exception.WaitAndTryLaterException;

import java.util.List;

/**
 * 片划分的抽象接口.
 *
 * @author 张轲
 */
public interface PartitionAllocator {

    List findRange(String taskId) throws NoTaskException, WaitAndTryLaterException;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy