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

com.github.ltsopensource.monitor.MonitorNode Maven / Gradle / Ivy

There is a newer version: 1.7.0
Show newest version
package com.github.ltsopensource.monitor;

import com.github.ltsopensource.core.cluster.Node;
import com.github.ltsopensource.core.cluster.NodeType;

/**
 * @author Robert HG ([email protected]) on 3/10/16.
 */
public class MonitorNode extends Node {

    public MonitorNode() {
        this.setNodeType(NodeType.MONITOR);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy