| 限定符和类型 | 接口和说明 |
|---|---|
interface |
PropagatingConfigurationObserver
This extension to ConfigurationObserver allows the configuration to propagate to the children of
the current
ConfigurationObserver. |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ConfigurationManager.deregisterObserver(ConfigurationObserver observer)
Deregister an observer class
|
void |
ConfigurationManager.registerObserver(ConfigurationObserver observer)
Register an observer class
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
FavoredNodeLoadBalancer
An implementation of the
LoadBalancer that
assigns favored nodes for each region. |
| 限定符和类型 | 类和说明 |
|---|---|
class |
NettyRpcServer
An RPC server with Netty4 implementation.
|
class |
RpcServer
An RPC server that hosts protobuf described Services.
|
class |
SimpleRpcScheduler
The default scheduler.
|
class |
SimpleRpcServer
The RPC server with native java NIO implementation deriving from Hadoop to
host protobuf described Services.
|
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
LoadBalancer
Makes decisions about the placement and movement of Regions across
RegionServers.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
HMaster
HMaster is the "master server" for HBase.
|
static class |
HMasterCommandLine.LocalHMaster |
class |
MasterRpcServices
Implements the master RPC services.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
BaseLoadBalancer
The base class for load balancers.
|
class |
FavoredStochasticBalancer
An implementation of the
LoadBalancer that
assigns favored nodes for each region. |
class |
SimpleLoadBalancer
Makes decisions about the placement and movement of Regions across
RegionServers.
|
class |
StochasticLoadBalancer
This is a best effort load balancer.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
CleanerChore<T extends FileCleanerDelegate>
Abstract Cleaner that uses a chain of delegates to clean a directory of files
|
class |
HFileCleaner
This Chore, every time it runs, will clear the HFiles in the hfile archive
folder that are deletable for each HFile cleaner in the chain.
|
class |
LogCleaner
This Chore, every time it runs, will attempt to delete the WALs and Procedure WALs in the old
logs folder.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
MasterProcedureEnv |
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
Region
Region is a subset of HRegion with operations required for the
Coprocessors. |
| 限定符和类型 | 类和说明 |
|---|---|
class |
CompactSplit
Compact region on request and then run split if appropriate
|
class |
HMobStore
The store implementation to save MOBs (medium objects), it extends the HStore.
|
class |
HRegion
Regions store data for a certain region of a table.
|
class |
HRegionServer
HRegionServer makes a set of HRegions available to clients.
|
class |
HStore
A Store holds a column family in a Region.
|
class |
RSRpcServices
Implements the regionserver RPC services.
|
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.