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

nl.orange11.healthcheck.api.PingLevel Maven / Gradle / Ivy

There is a newer version: 0.3.2
Show newest version
package nl.orange11.healthcheck.api;

/**
 * Different levels that the ping can perform.
 *
 * @author Jettro Coenradie
 */
public enum PingLevel {
    /**
     * Lightweight ping
     */
    BASIC,
    /**
     * Can do a little more than Basic and is therefore heavier on the system
     */
    EXTENDED,
    /**
     * Returns more information about the system and can therefore use more resources of the system
     */
    THOROUGH
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy