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

com.github.ltsopensource.core.cluster.JobNode Maven / Gradle / Ivy

package com.github.ltsopensource.core.cluster;

/**
 * @author Robert HG ([email protected]) on 8/14/14.
 *         节点接口
 */
public interface JobNode {

    /**
     * 启动节点
     */
    void start();

    /**
     * 停止节点
     */
    void stop();

    /**
     * destroy
     */
    void destroy();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy