| Package | Description |
|---|---|
| org.apache.hadoop.hbase.coprocessor |
Table of Contents
|
| org.apache.hadoop.hbase.master | |
| org.apache.hadoop.hbase.regionserver | |
| org.apache.hadoop.hbase.testing |
| Modifier and Type | Method and Description |
|---|---|
OnlineRegions |
RegionCoprocessorEnvironment.getOnlineRegions()
Returns Interface to Map of regions online on this RegionServer
RegionCoprocessorEnvironment.getServerName()}. |
OnlineRegions |
RegionServerCoprocessorEnvironment.getOnlineRegions()
Returns Interface to Map of regions online on this RegionServer
RegionServerCoprocessorEnvironment.getServerName()}. |
| Modifier and Type | Class and Description |
|---|---|
class |
HMaster
HMaster is the "master server" for HBase.
|
static class |
HMasterCommandLine.LocalHMaster |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MutableOnlineRegions
Interface to Map of online regions.
|
interface |
RegionServerServices
A curated subset of services provided by
HRegionServer. |
| Modifier and Type | Class and Description |
|---|---|
class |
HRegionServer
HRegionServer makes a set of HRegions available to clients.
|
| Modifier and Type | Method and Description |
|---|---|
OnlineRegions |
RegionCoprocessorHost.RegionEnvironment.getOnlineRegions() |
OnlineRegions |
RegionServerCoprocessorHost.RegionServerEnvironment.getOnlineRegions() |
| Modifier and Type | Method and Description |
|---|---|
Optional<OnlineRegions> |
TestingHBaseClusterImpl.getOnlineRegionsInterface(ServerName serverName) |
Optional<OnlineRegions> |
TestingHBaseCluster.getOnlineRegionsInterface(ServerName serverName)
Get the server side
OnlineRegions interface for the specific region server. |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.