Uses of Class
org.apache.hadoop.hbase.ScheduledChore
Package
Description
-
Uses of org.apache.hadoop.hbase.ScheduledChore in org.apache.hadoop.hbase
Modifier and TypeClassDescriptionclass
org.apache.hadoop.hbase.ExecutorStatusChore
The Class ExecutorStatusChore for collect Executor status info periodically and report to metrics systemclass
org.apache.hadoop.hbase.HealthCheckChore
The Class HealthCheckChore for running health checker regularly.Modifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.ScheduledChore
AuthUtil.getAuthChore
(org.apache.hadoop.conf.Configuration conf) Deprecated.static org.apache.hadoop.hbase.ScheduledChore
AuthUtil.getAuthRenewalChore
(org.apache.hadoop.security.UserGroupInformation user, org.apache.hadoop.conf.Configuration conf) Deprecated.Checks if security is enabled and if so, launches chore for refreshing kerberos ticket.Modifier and TypeMethodDescriptionboolean
ChoreService.isChoreScheduled
(org.apache.hadoop.hbase.ScheduledChore chore) Returns true when the chore is scheduled with the implementer of this interfaceboolean
ChoreService.scheduleChore
(org.apache.hadoop.hbase.ScheduledChore chore) Schedule a chore.protected final void
HBaseServerBase.shutdownChore
(org.apache.hadoop.hbase.ScheduledChore chore) -
Uses of org.apache.hadoop.hbase.ScheduledChore in org.apache.hadoop.hbase.master
Modifier and TypeClassDescriptionclass
org.apache.hadoop.hbase.master.ClusterStatusPublisher
Class to publish the cluster status to the client.class
org.apache.hadoop.hbase.master.OldWALsDirSizeChore
This chore is used to update the 'oldWALsDirSize' variable inMasterWalManager
through theMasterWalManager.updateOldWALsDirSize()
method.class
org.apache.hadoop.hbase.master.RegionsRecoveryChore
This chore, every time it runs, will try to recover regions with high store ref count by reopening them -
Uses of org.apache.hadoop.hbase.ScheduledChore in org.apache.hadoop.hbase.mob
Modifier and TypeClassDescriptionclass
org.apache.hadoop.hbase.mob.MobFileCleanerChore
The class MobFileCleanerChore for running cleaner regularly to remove the expired and obsolete (files which have no active references to) mob files.class
org.apache.hadoop.hbase.mob.MobFileCompactionChore
Periodic MOB compaction chore.class
org.apache.hadoop.hbase.mob.RSMobFileCleanerChore
The class RSMobFileCleanerChore for running cleaner regularly to remove the obsolete (files which have no active references to) mob files that were referenced from the current RS. -
Uses of org.apache.hadoop.hbase.ScheduledChore in org.apache.hadoop.hbase.namequeues
Modifier and TypeClassDescriptionclass
org.apache.hadoop.hbase.namequeues.NamedQueueServiceChore
Chore to insert multiple accumulated slow/large logs to hbase:slowlog system table -
Uses of org.apache.hadoop.hbase.ScheduledChore in org.apache.hadoop.hbase.quotas
Modifier and TypeClassDescriptionclass
org.apache.hadoop.hbase.quotas.FileSystemUtilizationChore
A chore which computes the size of eachHRegion
on the FileSystem hosted by the givenHRegionServer
.class
org.apache.hadoop.hbase.quotas.QuotaObserverChore
Reads the currently received Region filesystem-space use reports and acts on those which violate a defined quota.class
org.apache.hadoop.hbase.quotas.RegionSizeReportingChore
A Chore which sends the region size reports on this RegionServer to the Master.class
org.apache.hadoop.hbase.quotas.SnapshotQuotaObserverChore
A Master-invokedChore
that computes the size of each snapshot which was created from a table which has a space quota.class
org.apache.hadoop.hbase.quotas.SpaceQuotaRefresherChore
AScheduledChore
which periodically updates theRegionServerSpaceQuotaManager
with information from the hbase:quota. -
Uses of org.apache.hadoop.hbase.ScheduledChore in org.apache.hadoop.hbase.regionserver
Modifier and TypeClassDescriptionclass
org.apache.hadoop.hbase.regionserver.BrokenStoreFileCleaner
This Chore, every time it runs, will clear the unsused HFiles in the data folder.class
org.apache.hadoop.hbase.regionserver.CompactedHFilesDischarger
A chore service that periodically cleans up the compacted files when there are no active readers using those compacted files and also helps in clearing the block cache of these compacted file entries.class
org.apache.hadoop.hbase.regionserver.StorefileRefresherChore
A chore for refreshing the store files for secondary regions hosted in the region server.Modifier and TypeMethodDescriptionorg.apache.hadoop.hbase.ScheduledChore
ServerNonceManager.createCleanupScheduledChore
(org.apache.hadoop.hbase.Stoppable stoppable) Creates a scheduled chore that is used to clean up old nonces.
InterfaceAudience.Private
use only after 4.0.0.