Uses of Class
org.apache.hadoop.hbase.ChoreService
Package
Description
Provides HBase Client
-
Uses of ChoreService in org.apache.hadoop.hbase
Modifier and TypeFieldDescriptionprivate ChoreService
ScheduledChore.choreService
Interface to the ChoreService that this ScheduledChore is scheduled with.Modifier and TypeMethodDescription(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 TypeFieldDescriptionprivate ChoreService
AsyncConnectionImpl.choreService
private final ChoreService
CatalogReplicaLoadBalanceSimpleSelector.choreService
private ChoreService
ConnectionImplementation.choreService
Modifier and TypeMethodDescription(package private) ChoreService
AsyncConnectionImpl.getChoreService()
If choreService has not been created yet, create the ChoreService.(package private) ChoreService
ConnectionImplementation.getChoreService()
If choreService has not been created yet, create the ChoreService.Modifier and TypeMethodDescriptionCatalogReplicaLoadBalanceSelectorFactory.createSelector
(String replicaSelectorClass, TableName tableName, ChoreService choreService, IntSupplier getReplicaCount) Create a CatalogReplicaLoadBalanceReplicaSelector based on input config.ModifierConstructorDescription(package private)
CatalogReplicaLoadBalanceSimpleSelector
(TableName tableName, ChoreService choreService, IntSupplier getNumOfReplicas) -
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
Modifier and TypeFieldDescriptionprivate ChoreService
HRegionServer.choreService
ChoreService used to schedule tasks that we want to run periodically -
Uses of ChoreService in org.apache.hadoop.hbase.replication.regionserver
-
Uses of ChoreService in org.apache.hadoop.hbase.util