Uses of Class
org.apache.hadoop.hbase.ScheduledChore

Packages that use org.apache.hadoop.hbase.ScheduledChore
  • Uses of org.apache.hadoop.hbase.ScheduledChore in org.apache.hadoop.hbase

    Subclasses of org.apache.hadoop.hbase.ScheduledChore in in org.apache.hadoop.hbase
    Modifier and Type
    Class
    Description
    class 
    org.apache.hadoop.hbase.HealthCheckChore
    The Class HealthCheckChore for running health checker regularly.
    Methods in org.apache.hadoop.hbase that return org.apache.hadoop.hbase.ScheduledChore in in
    Modifier and Type
    Method
    Description
    static org.apache.hadoop.hbase.ScheduledChore
    AuthUtil.getAuthChore(org.apache.hadoop.conf.Configuration conf)
    Deprecated.
    Deprecated since 2.2.0, this method will be InterfaceAudience.Private use only after 4.0.0.
    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.
    Methods in org.apache.hadoop.hbase with parameters of type org.apache.hadoop.hbase.ScheduledChore in in
    Modifier and Type
    Method
    Description
    boolean
    ChoreService.isChoreScheduled(org.apache.hadoop.hbase.ScheduledChore chore)
    Returns true when the chore is scheduled with the implementer of this interface
    boolean
    ChoreService.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.master
    Modifier and Type
    Class
    Description
    class 
    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 in MasterWalManager through the MasterWalManager.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

    Subclasses of org.apache.hadoop.hbase.ScheduledChore in in org.apache.hadoop.hbase.mob
    Modifier and Type
    Class
    Description
    class 
    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

    Subclasses of org.apache.hadoop.hbase.ScheduledChore in in org.apache.hadoop.hbase.namequeues
    Modifier and Type
    Class
    Description
    class 
    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

    Subclasses of org.apache.hadoop.hbase.ScheduledChore in in org.apache.hadoop.hbase.quotas
    Modifier and Type
    Class
    Description
    class 
    org.apache.hadoop.hbase.quotas.FileSystemUtilizationChore
    A chore which computes the size of each HRegion on the FileSystem hosted by the given HRegionServer.
    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-invoked Chore 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
    A ScheduledChore which periodically updates the RegionServerSpaceQuotaManager with 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.regionserver
    Modifier and Type
    Class
    Description
    class 
    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.
    Methods in org.apache.hadoop.hbase.regionserver that return org.apache.hadoop.hbase.ScheduledChore in in
    Modifier and Type
    Method
    Description
    org.apache.hadoop.hbase.ScheduledChore
    ServerNonceManager.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 in
    Modifier and Type
    Method
    Description
    protected final void
    HRegionServer.shutdownChore(org.apache.hadoop.hbase.ScheduledChore chore)