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

com.github.ltsopensource.queue.SchedulerJobQueue Maven / Gradle / Ivy

package com.github.ltsopensource.queue;

import com.github.ltsopensource.queue.domain.JobPo;

import java.util.List;

/**
 * @author Robert HG ([email protected]) on 4/4/16.
 */
public interface SchedulerJobQueue extends JobQueue {
    /**
     * 更新 lastGenerateTriggerTime
     */
    boolean updateLastGenerateTriggerTime(String jobId, Long lastGenerateTriggerTime);

    List getNeedGenerateJobPos(Long checkTime, int topSize);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy