Enum rocks::listener::TableFileCreationReason [] [src]

pub enum TableFileCreationReason {
    Flush,
    Compaction,
    Recovery,
}

Variants