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