@InterfaceAudience.Private public class DateTieredCompactionRequest extends CompactionRequestImpl
Modifier and Type | Field and Description |
---|---|
private List<Long> |
boundaries |
Constructor and Description |
---|
DateTieredCompactionRequest(Collection<HStoreFile> files,
List<Long> boundaryList) |
Modifier and Type | Method and Description |
---|---|
List<Long> |
getBoundaries() |
String |
toString() |
equals, getFiles, getPriority, getSelectionTime, getSize, getTracker, hashCode, isAllFiles, isMajor, isOffPeak, setDescription, setIsMajor, setOffPeak, setPriority, setTracker, updateFiles
private List<Long> boundaries
public DateTieredCompactionRequest(Collection<HStoreFile> files, List<Long> boundaryList)
public List<Long> getBoundaries()
public String toString()
toString
in class CompactionRequestImpl
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.