Uses of Class
org.apache.hadoop.hbase.ChoreService
Packages that use ChoreService
Package
Description
Provides HBase Client
-
Uses of ChoreService in org.apache.hadoop.hbase
Fields in org.apache.hadoop.hbase declared as ChoreServiceModifier and TypeFieldDescriptionprotected final ChoreService
HBaseServerBase.choreService
ChoreService used to schedule tasks that we want to run periodicallyprivate ChoreService
ScheduledChore.choreService
Interface to the ChoreService that this ScheduledChore is scheduled with.Methods in org.apache.hadoop.hbase that return ChoreServiceModifier and TypeMethodDescriptionHBaseServerBase.getChoreService()
MockRegionServerServices.getChoreService()
(package private) ChoreService
ScheduledChore.getChoreService()
Server.getChoreService()
Returns TheChoreService
instance for this serverMethods in org.apache.hadoop.hbase with parameters of type ChoreServiceModifier and TypeMethodDescription(package private) void
ScheduledChore.setChoreService
(ChoreService service) -
Uses of ChoreService in org.apache.hadoop.hbase.client
Fields in org.apache.hadoop.hbase.client declared as ChoreServiceMethods in org.apache.hadoop.hbase.client that return ChoreServiceModifier and TypeMethodDescription(package private) ChoreService
AsyncConnectionImpl.getChoreService()
If choreService has not been created yet, create the ChoreService. -
Uses of ChoreService in org.apache.hadoop.hbase.master
Fields in org.apache.hadoop.hbase.master declared as ChoreServiceModifier and TypeFieldDescriptionprivate final ChoreService
SplitLogManager.choreService
Deprecated. -
Uses of ChoreService in org.apache.hadoop.hbase.regionserver
Methods in org.apache.hadoop.hbase.regionserver with parameters of type ChoreService -
Uses of ChoreService in org.apache.hadoop.hbase.replication.regionserver
Methods in org.apache.hadoop.hbase.replication.regionserver that return ChoreService -
Uses of ChoreService in org.apache.hadoop.hbase.util
Fields in org.apache.hadoop.hbase.util declared as ChoreService