@InterfaceAudience.Private public class StorefileRefresherChore extends Chore
| Modifier and Type | Field and Description |
|---|---|
static String |
REGIONSERVER_STOREFILE_REFRESH_PERIOD
The period (in milliseconds) for refreshing the store files for the secondary regions.
|
| Constructor and Description |
|---|
StorefileRefresherChore(int period,
HRegionServer regionServer,
Stoppable stoppable) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
chore() |
protected boolean |
isRegionStale(String encodedName,
long time) |
choreForTesting, cleanup, initialChore, run, sleep, triggerNowgetName, getThread, interrupt, isAlive, isInterrupted, join, join, join, setDaemon, setName, setPriority, setUncaughtExceptionHandler, startpublic static final String REGIONSERVER_STOREFILE_REFRESH_PERIOD
public StorefileRefresherChore(int period,
HRegionServer regionServer,
Stoppable stoppable)
Copyright © 2015 The Apache Software Foundation. All Rights Reserved.