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