Package | Description |
---|---|
org.apache.hadoop.hbase | |
org.apache.hadoop.hbase.client |
Provides HBase Client
|
org.apache.hadoop.hbase.master | |
org.apache.hadoop.hbase.regionserver | |
org.apache.hadoop.hbase.replication.regionserver | |
org.apache.hadoop.hbase.util |
Modifier and Type | Field and Description |
---|---|
private ChoreService |
ScheduledChore.choreService
Interface to the ChoreService that this ScheduledChore is scheduled with.
|
Modifier and Type | Method and Description |
---|---|
ChoreService |
Server.getChoreService()
Returns The
ChoreService instance for this server |
(package private) ChoreService |
ScheduledChore.getChoreService() |
Modifier and Type | Method and Description |
---|---|
(package private) void |
ScheduledChore.setChoreService(ChoreService service) |
Modifier and Type | Field and Description |
---|---|
private ChoreService |
CatalogReplicaLoadBalanceSimpleSelector.choreService |
private ChoreService |
ConnectionImplementation.choreService |
private ChoreService |
AsyncConnectionImpl.choreService |
Modifier and Type | Method and Description |
---|---|
(package private) ChoreService |
ConnectionImplementation.getChoreService()
If choreService has not been created yet, create the ChoreService.
|
(package private) ChoreService |
AsyncConnectionImpl.getChoreService()
If choreService has not been created yet, create the ChoreService.
|
Modifier and Type | Method and Description |
---|---|
static CatalogReplicaLoadBalanceSelector |
CatalogReplicaLoadBalanceSelectorFactory.createSelector(String replicaSelectorClass,
TableName tableName,
ChoreService choreService,
IntSupplier getReplicaCount)
Create a CatalogReplicaLoadBalanceReplicaSelector based on input config.
|
Constructor and Description |
---|
CatalogReplicaLoadBalanceSimpleSelector(TableName tableName,
ChoreService choreService,
IntSupplier getNumOfReplicas) |
Modifier and Type | Field and Description |
---|---|
private ChoreService |
SplitLogManager.choreService
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
private ChoreService |
HRegionServer.choreService
ChoreService used to schedule tasks that we want to run periodically
|
Modifier and Type | Method and Description |
---|---|
ChoreService |
HRegionServer.getChoreService() |
Modifier and Type | Method and Description |
---|---|
void |
HeapMemoryManager.start(ChoreService service) |
Modifier and Type | Method and Description |
---|---|
ChoreService |
ReplicationSyncUp.DummyServer.getChoreService() |
Modifier and Type | Field and Description |
---|---|
private ChoreService |
ConnectionCache.choreService |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.