public class LogRoller
extends HasThread
implements java.io.Closeable
| Modifier and Type | Field and Description |
|---|---|
protected RegionServerServices |
services |
| Constructor and Description |
|---|
LogRoller(Server server,
RegionServerServices services) |
| Modifier and Type | Method and Description |
|---|---|
void |
addWAL(WAL wal) |
void |
close() |
void |
interrupt() |
void |
requestRollAll() |
void |
run() |
boolean |
walRollFinished()
For testing only
|
protected final RegionServerServices services
public LogRoller(Server server, RegionServerServices services)
server - public void addWAL(WAL wal)
public void requestRollAll()
public void interrupt()
public void run()
public boolean walRollFinished()
public void close()
close in interface java.io.Closeableclose in interface java.lang.AutoCloseable