risingwave_pb::meta::table_fragments

Type Alias PbState

source
pub type PbState = State;
Expand description

Alias for State.

Aliased Type§

enum PbState {
    Unspecified = 0,
    Initial = 1,
    Creating = 2,
    Created = 3,
}

Variants§

§

Unspecified = 0

§

Initial = 1

The streaming job is initial.

§

Creating = 2

The streaming job is creating.

§

Created = 3

The streaming job has been created.