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

com.aliyun.datahub.client.model.ShardState Maven / Gradle / Ivy

The newest version!
package com.aliyun.datahub.client.model;

public enum ShardState {
    OPENING,
    /**
     * Only in this state, you can put records into the shard or get records from the shard.
     */
    ACTIVE,

    /**
     * Shard will become this state if you split a shard.
     */
    CLOSED,
    CLOSING,
    INACTIVE
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy