@InterfaceAudience.Private public class DateTieredCompactionRequest extends CompactionRequestImpl
| Modifier and Type | Field and Description | 
|---|---|
| private List<Long> | boundaries | 
| private Map<Long,String> | boundariesPolicieswindow 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, hashCode, isAfterSplit, isAllFiles, isMajor, isOffPeak, setAfterSplit, setDescription, setIsMajor, setOffPeak, setPriority, setTracker, updateFilesprivate 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 CompactionRequestImplCopyright © 2007–2021 The Apache Software Foundation. All rights reserved.