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

com.github.kfcfans.oms.worker.background.ReleaseCheckRunnable Maven / Gradle / Ivy

There is a newer version: 2.0.0
Show newest version
package com.github.kfcfans.oms.worker.background;

/**
 * 定期检查资源释放情况(长时间未释放的 TaskTracker 和 DB记录)
 *
 * @author tjq
 * @since 2020/3/29
 */
public class ReleaseCheckRunnable implements Runnable {
    @Override
    public void run() {

    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy