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

com.taobao.drc.clusterclient.partition.PartitionState Maven / Gradle / Ivy

There is a newer version: 5.0.0.1.beta
Show newest version
package com.taobao.drc.clusterclient.partition;

/**
 * @author yangyang
 * @since 2017/7/17
 */
public enum PartitionState {
    // the start state, indicates that the partition is added, and waiting for the partition info
    INIT,
    // waiting for the client to be started
    STARTING,
    // the client has started
    RUNNING,
    // waiting for the client to be stopped
    STOPPING,
    // the client has been stopped, the partition will be cleaned on the next commit event
    STOPPED
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy