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 ChoreServiceHBaseServerBase.choreServiceChoreService used to schedule tasks that we want to run periodicallyprivate ChoreServiceScheduledChore.choreServiceInterface 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) ChoreServiceScheduledChore.getChoreService()Server.getChoreService()Returns TheChoreServiceinstance for this serverMethods in org.apache.hadoop.hbase with parameters of type ChoreServiceModifier and TypeMethodDescription(package private) voidScheduledChore.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) ChoreServiceAsyncConnectionImpl.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 ChoreServiceSplitLogManager.choreServiceDeprecated. -
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