Uses of Class
org.apache.hadoop.hbase.ChoreService
Package
Description
Provides HBase Client
-
Uses of ChoreService in org.apache.hadoop.hbase
Modifier 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.Modifier and TypeMethodDescriptionHBaseServerBase.getChoreService()
MockRegionServerServices.getChoreService()
(package private) ChoreService
ScheduledChore.getChoreService()
Server.getChoreService()
Returns TheChoreService
instance for this serverModifier and TypeMethodDescription(package private) void
ScheduledChore.setChoreService
(ChoreService service) -
Uses of ChoreService in org.apache.hadoop.hbase.client
Modifier 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
Modifier and TypeFieldDescriptionprivate final ChoreService
SplitLogManager.choreService
Deprecated. -
Uses of ChoreService in org.apache.hadoop.hbase.regionserver
-
Uses of ChoreService in org.apache.hadoop.hbase.replication.regionserver
-
Uses of ChoreService in org.apache.hadoop.hbase.util