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

de.javakaffee.web.msm.BackupResultStatus Maven / Gradle / Ivy

There is a newer version: 2.3.2
Show newest version
package de.javakaffee.web.msm;

/**
 * The enumeration of possible backup results.
 */
public enum BackupResultStatus {
        /**
         * The session was successfully stored in the sessions default memcached node.
         * This status is also used, if a session was relocated to another memcached node.
         */
        SUCCESS,
        /**
         * The session could not be stored in any memcached node.
         */
        FAILURE,
        /**
         * The session was not modified and therefore the backup was skipped.
         */
        SKIPPED
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy