Uses of Class
org.apache.hadoop.hbase.ScheduledChore
Packages that use org.apache.hadoop.hbase.ScheduledChore
Package
Description
-
Uses of org.apache.hadoop.hbase.ScheduledChore in org.apache.hadoop.hbase
Subclasses of org.apache.hadoop.hbase.ScheduledChore in in org.apache.hadoop.hbaseModifier and TypeClassDescriptionclassorg.apache.hadoop.hbase.HealthCheckChoreThe Class HealthCheckChore for running health checker regularly.Methods in org.apache.hadoop.hbase that return org.apache.hadoop.hbase.ScheduledChore in inModifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.ScheduledChoreAuthUtil.getAuthChore(org.apache.hadoop.conf.Configuration conf) Deprecated.static org.apache.hadoop.hbase.ScheduledChoreAuthUtil.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.Methods in org.apache.hadoop.hbase with parameters of type org.apache.hadoop.hbase.ScheduledChore in inModifier and TypeMethodDescriptionbooleanChoreService.isChoreScheduled(org.apache.hadoop.hbase.ScheduledChore chore) Returns true when the chore is scheduled with the implementer of this interfacebooleanChoreService.scheduleChore(org.apache.hadoop.hbase.ScheduledChore chore) Schedule a chore. -
Uses of org.apache.hadoop.hbase.ScheduledChore in org.apache.hadoop.hbase.master
Subclasses of org.apache.hadoop.hbase.ScheduledChore in in org.apache.hadoop.hbase.masterModifier and TypeClassDescriptionclassorg.apache.hadoop.hbase.master.ClusterStatusPublisherClass to publish the cluster status to the client.classorg.apache.hadoop.hbase.master.OldWALsDirSizeChoreThis chore is used to update the 'oldWALsDirSize' variable inMasterWalManagerthrough theMasterWalManager.updateOldWALsDirSize()method.classorg.apache.hadoop.hbase.master.RegionsRecoveryChoreThis 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
Subclasses of org.apache.hadoop.hbase.ScheduledChore in in org.apache.hadoop.hbase.mobModifier and TypeClassDescriptionclassorg.apache.hadoop.hbase.mob.MobFileCleanerChoreThe class MobFileCleanerChore for running cleaner regularly to remove the expired and obsolete (files which have no active references to) mob files.classorg.apache.hadoop.hbase.mob.MobFileCompactionChorePeriodic MOB compaction chore.classorg.apache.hadoop.hbase.mob.RSMobFileCleanerChoreThe 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
Subclasses of org.apache.hadoop.hbase.ScheduledChore in in org.apache.hadoop.hbase.namequeuesModifier and TypeClassDescriptionclassorg.apache.hadoop.hbase.namequeues.NamedQueueServiceChoreChore 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
Subclasses of org.apache.hadoop.hbase.ScheduledChore in in org.apache.hadoop.hbase.quotasModifier and TypeClassDescriptionclassorg.apache.hadoop.hbase.quotas.FileSystemUtilizationChoreA chore which computes the size of eachHRegionon the FileSystem hosted by the givenHRegionServer.classorg.apache.hadoop.hbase.quotas.QuotaObserverChoreReads the currently received Region filesystem-space use reports and acts on those which violate a defined quota.classorg.apache.hadoop.hbase.quotas.RegionSizeReportingChoreA Chore which sends the region size reports on this RegionServer to the Master.classorg.apache.hadoop.hbase.quotas.SnapshotQuotaObserverChoreA Master-invokedChorethat computes the size of each snapshot which was created from a table which has a space quota.classorg.apache.hadoop.hbase.quotas.SpaceQuotaRefresherChoreAScheduledChorewhich periodically updates theRegionServerSpaceQuotaManagerwith information from the hbase:quota. -
Uses of org.apache.hadoop.hbase.ScheduledChore in org.apache.hadoop.hbase.regionserver
Subclasses of org.apache.hadoop.hbase.ScheduledChore in in org.apache.hadoop.hbase.regionserverModifier and TypeClassDescriptionclassorg.apache.hadoop.hbase.regionserver.BrokenStoreFileCleanerThis Chore, every time it runs, will clear the unsused HFiles in the data folder.classorg.apache.hadoop.hbase.regionserver.CompactedHFilesDischargerA 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.classorg.apache.hadoop.hbase.regionserver.StorefileRefresherChoreA chore for refreshing the store files for secondary regions hosted in the region server.Methods in org.apache.hadoop.hbase.regionserver that return org.apache.hadoop.hbase.ScheduledChore in inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.ScheduledChoreServerNonceManager.createCleanupScheduledChore(org.apache.hadoop.hbase.Stoppable stoppable) Creates a scheduled chore that is used to clean up old nonces.Methods in org.apache.hadoop.hbase.regionserver with parameters of type org.apache.hadoop.hbase.ScheduledChore in inModifier and TypeMethodDescriptionprotected final voidHRegionServer.shutdownChore(org.apache.hadoop.hbase.ScheduledChore chore)
InterfaceAudience.Privateuse only after 4.0.0.