@InterfaceAudience.LimitedPrivate(value="Coprocesssor") public interface CompactionRequest
Modifier and Type | Method and Description |
---|---|
Collection<? extends StoreFile> |
getFiles() |
int |
getPriority() |
long |
getSelectionTime() |
long |
getSize() |
boolean |
isAllFiles() |
boolean |
isMajor() |
boolean |
isOffPeak() |
Collection<? extends StoreFile> getFiles()
long getSize()
boolean isAllFiles()
true
if major compaction or all files are compactedboolean isMajor()
true
if major compactionint getPriority()
boolean isOffPeak()
true
if compaction is Off-peaklong getSelectionTime()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.