@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()
Look for chores.
|
protected boolean |
isRegionStale(String encodedName,
long time) |
choreForTesting, cleanup, initialChore, run, sleep, triggerNow
getName, getThread, interrupt, isAlive, isInterrupted, join, join, join, setDaemon, setName, setPriority, setUncaughtExceptionHandler, start
public static final String REGIONSERVER_STOREFILE_REFRESH_PERIOD
public StorefileRefresherChore(int period, HRegionServer regionServer, Stoppable stoppable)
Copyright © 2015 The Apache Software Foundation. All rights reserved.