risingwave_pb::hummock::compact_task

Type Alias PbTaskType

source
pub type PbTaskType = TaskType;
Expand description

Alias for TaskType.

Aliased Type§

enum PbTaskType {
    TypeUnspecified = 0,
    Dynamic = 1,
    SpaceReclaim = 2,
    Manual = 3,
    SharedBuffer = 4,
    Ttl = 5,
    Tombstone = 6,
    Emergency = 7,
    VnodeWatermark = 8,
}

Variants§

§

TypeUnspecified = 0

§

Dynamic = 1

§

SpaceReclaim = 2

§

Manual = 3

§

SharedBuffer = 4

§

Ttl = 5

§

Tombstone = 6

§

Emergency = 7

§

VnodeWatermark = 8