com.shark.container.constants.ContainerStatus Maven / Gradle / Ivy
package com.shark.container.constants;
/**
* @Author: sharkchili
* @Date: 2018/11/14 0014
*/
public enum ContainerStatus {
/**no operation*/
ZERO,
/**had be initialized*/
INITIALIZED,
/**had started and is running*/
RUNNING,
/**had stopped*/
STOPPED
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy