timeBasedCompaction method

bool timeBasedCompaction()

Implementation

bool timeBasedCompaction() {
  return timeInDays != -1;
}