type Compactor struct {
Config Config *seq.Seq Index *index.Index// Level is the indication of the the exponential backoff level Level int// HeadChan is a channel for receiving files representing index.LogSegment's HeadChan chan string// contains filtered or unexported fields
}