public abstract static class CompactionInfo.Holder
extends java.lang.Object
Constructor and Description |
---|
Holder() |
Modifier and Type | Method and Description |
---|---|
abstract CompactionInfo |
getCompactionInfo() |
abstract boolean |
isGlobal()
if this compaction involves several/all tables we can safely check globalCompactionsPaused
in isStopRequested() below
|
boolean |
isStopRequested() |
void |
stop() |
public abstract CompactionInfo getCompactionInfo()
public void stop()
public abstract boolean isGlobal()
public boolean isStopRequested()
Copyright © 2009- The Apache Software Foundation