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

com.alibaba.schedulerx.worker.logcollector.LogCleaner Maven / Gradle / Ivy

There is a newer version: 1.12.2
Show newest version
package com.alibaba.schedulerx.worker.logcollector;

/**
 *
 * @author xiaomeng.hxm
 */
public abstract class LogCleaner {
    public abstract void init();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy