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 TypeFieldDescriptionprivate ChoreService
ScheduledChore.choreService
Interface to the ChoreService that this ScheduledChore is scheduled with.Methods in org.apache.hadoop.hbase that return ChoreServiceModifier and TypeMethodDescription(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 ChoreServiceModifier and TypeFieldDescriptionprivate ChoreService
AsyncConnectionImpl.choreService
private final ChoreService
CatalogReplicaLoadBalanceSimpleSelector.choreService
private ChoreService
ConnectionImplementation.choreService
Methods 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.(package private) ChoreService
ConnectionImplementation.getChoreService()
If choreService has not been created yet, create the ChoreService.Methods in org.apache.hadoop.hbase.client with parameters of type ChoreServiceModifier and TypeMethodDescriptionCatalogReplicaLoadBalanceSelectorFactory.createSelector
(String replicaSelectorClass, TableName tableName, ChoreService choreService, IntSupplier getReplicaCount) Create a CatalogReplicaLoadBalanceReplicaSelector based on input config.Constructors in org.apache.hadoop.hbase.client with parameters of type ChoreServiceModifierConstructorDescription(package private)
CatalogReplicaLoadBalanceSimpleSelector
(TableName tableName, ChoreService choreService, IntSupplier getNumOfReplicas) -
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
Fields in org.apache.hadoop.hbase.regionserver declared as ChoreServiceModifier and TypeFieldDescriptionprivate ChoreService
HRegionServer.choreService
ChoreService used to schedule tasks that we want to run periodicallyMethods in org.apache.hadoop.hbase.regionserver that return ChoreServiceMethods 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