public class StorefileRefresherChore
extends ScheduledChore
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
REGIONSERVER_META_STOREFILE_REFRESH_PERIOD
Whether all storefiles should be refreshed, as opposed to just hbase:meta's
Meta region doesn't have WAL replication for replicas enabled yet
|
static java.lang.String |
REGIONSERVER_STOREFILE_REFRESH_PERIOD
The period (in milliseconds) for refreshing the store files for the secondary regions.
|
| Constructor and Description |
|---|
StorefileRefresherChore(int period,
boolean onlyMetaRefresh,
HRegionServer regionServer,
Stoppable stoppable) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
chore() |
protected boolean |
isRegionStale(java.lang.String encodedName,
long time) |
public static final java.lang.String REGIONSERVER_STOREFILE_REFRESH_PERIOD
public static final java.lang.String REGIONSERVER_META_STOREFILE_REFRESH_PERIOD
public StorefileRefresherChore(int period,
boolean onlyMetaRefresh,
HRegionServer regionServer,
Stoppable stoppable)