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,
}