Modifier and Type | Class and Description |
---|---|
class |
HealthCheckChore
The Class HealthCheckChore for running health checker regularly.
|
Modifier and Type | Method and Description |
---|---|
static ScheduledChore |
AuthUtil.getAuthChore(org.apache.hadoop.conf.Configuration conf)
Checks if security is enabled and if so, launches chore for refreshing kerberos ticket.
|
Modifier and Type | Method and Description |
---|---|
void |
ChoreService.cancelChore(ScheduledChore chore) |
void |
ChoreService.cancelChore(ScheduledChore chore,
boolean mayInterruptIfRunning) |
boolean |
ChoreService.isChoreScheduled(ScheduledChore chore) |
void |
ChoreService.onChoreMissedStartTime(ScheduledChore chore) |
boolean |
ChoreService.scheduleChore(ScheduledChore chore) |
boolean |
ChoreService.triggerNow(ScheduledChore chore) |
Modifier and Type | Class and Description |
---|---|
class |
CatalogJanitor
A janitor for the catalog tables.
|
class |
ClusterStatusPublisher
Class to publish the cluster status to the client.
|
Modifier and Type | Class and Description |
---|---|
class |
BalancerChore
Chore that will call HMaster.balance
HMaster.balance() when
needed. |
class |
ClusterStatusChore
Chore that will feed the balancer the cluster status.
|
Modifier and Type | Class and Description |
---|---|
class |
CleanerChore<T extends FileCleanerDelegate>
Abstract Cleaner that uses a chain of delegates to clean a directory of files
|
class |
HFileCleaner
This Chore, every time it runs, will clear the HFiles in the hfile archive
folder that are deletable for each HFile cleaner in the chain.
|
class |
LogCleaner
This Chore, every time it runs, will attempt to delete the WALs in the old logs folder.
|
class |
ReplicationZKLockCleanerChore
A cleaner that cleans replication locks on zk which is locked by dead region servers
|
Modifier and Type | Class and Description |
---|---|
protected static class |
HRegionServer.MovedRegionsCleaner
Creates a Chore thread to clean the moved region cache.
|
class |
StorefileRefresherChore
A chore for refreshing the store files for secondary regions hosted in the region server.
|
Modifier and Type | Method and Description |
---|---|
ScheduledChore |
ServerNonceManager.createCleanupScheduledChore(Stoppable stoppable)
Creates a scheduled chore that is used to clean up old nonces.
|
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.