| Package | Description |
|---|---|
| org.apache.hadoop.hbase.client |
Provides HBase Client
|
| org.apache.hadoop.hbase.master | |
| org.apache.hadoop.hbase.master.procedure | |
| org.apache.hadoop.hbase.protobuf |
Holds classes generated from protobuf
src/main/protobuf definition files. |
| org.apache.hadoop.hbase.regionserver | |
| org.apache.hadoop.hbase.replication.regionserver | |
| org.apache.hadoop.hbase.shaded.protobuf | |
| org.apache.hadoop.hbase.shaded.protobuf.generated |
| Modifier and Type | Field and Description |
|---|---|
protected AdminProtos.AdminService.BlockingInterface |
RegionAdminServiceCallable.stub |
| Modifier and Type | Method and Description |
|---|---|
AdminProtos.AdminService.BlockingInterface |
ConnectionUtils.ShortCircuitingClusterConnection.getAdmin(ServerName sn) |
AdminProtos.AdminService.BlockingInterface |
ClusterConnection.getAdmin(ServerName serverName)
Establishes a connection to the region server at the specified address.
|
AdminProtos.AdminService.BlockingInterface |
ClusterConnection.getAdminForMaster()
Get the admin service for master.
|
| Modifier and Type | Method and Description |
|---|---|
static ClusterConnection |
ConnectionUtils.createShortCircuitConnection(org.apache.hadoop.conf.Configuration conf,
ExecutorService pool,
User user,
ServerName serverName,
AdminProtos.AdminService.BlockingInterface admin,
ClientProtos.ClientService.BlockingInterface client)
Creates a short-circuit connection that can bypass the RPC layer (serialization,
deserialization, networking, etc..) when talking to a local server.
|
protected void |
RegionAdminServiceCallable.setStub(AdminProtos.AdminService.BlockingInterface stub) |
| Modifier and Type | Class and Description |
|---|---|
class |
MasterRpcServices
Implements the master RPC services.
|
| Modifier and Type | Method and Description |
|---|---|
AdminProtos.AdminService.BlockingInterface |
ServerManager.getRsAdmin(ServerName sn) |
| Modifier and Type | Method and Description |
|---|---|
protected AdminProtos.AdminService.BlockingInterface |
RSProcedureDispatcher.AbstractRSRemoteCall.getRsAdmin() |
| Modifier and Type | Method and Description |
|---|---|
static void |
ReplicationProtbufUtil.replicateWALEntry(AdminProtos.AdminService.BlockingInterface admin,
WAL.Entry[] entries,
String replicationClusterId,
org.apache.hadoop.fs.Path sourceBaseNamespaceDir,
org.apache.hadoop.fs.Path sourceHFileArchiveDir)
A helper to replicate a list of WAL entries using admin protocol.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RSRpcServices
Implements the regionserver RPC services.
|
| Modifier and Type | Method and Description |
|---|---|
AdminProtos.AdminService.BlockingInterface |
ReplicationSinkManager.SinkPeer.getRegionServer() |
| Constructor and Description |
|---|
SinkPeer(ServerName serverName,
AdminProtos.AdminService.BlockingInterface regionServer) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ProtobufUtil.closeRegion(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
AdminProtos.AdminService.BlockingInterface admin,
ServerName server,
byte[] regionName)
A helper to close a region given a region name
using admin protocol.
|
static List<RegionInfo> |
ProtobufUtil.getOnlineRegions(AdminProtos.AdminService.BlockingInterface admin)
A helper to get the all the online regions on a region
server using admin protocol.
|
static List<RegionInfo> |
ProtobufUtil.getOnlineRegions(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
AdminProtos.AdminService.BlockingInterface admin)
A helper to get the all the online regions on a region
server using admin protocol.
|
static RegionInfo |
ProtobufUtil.getRegionInfo(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
AdminProtos.AdminService.BlockingInterface admin,
byte[] regionName)
A helper to retrieve region info given a region name
using admin protocol.
|
static AdminProtos.ServerInfo |
ProtobufUtil.getServerInfo(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
AdminProtos.AdminService.BlockingInterface admin)
A helper to get the info of a region server using admin protocol.
|
static List<String> |
ProtobufUtil.getStoreFiles(AdminProtos.AdminService.BlockingInterface admin,
byte[] regionName,
byte[] family)
A helper to get the list of files of a column family
on a given region using admin protocol.
|
static List<String> |
ProtobufUtil.getStoreFiles(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
AdminProtos.AdminService.BlockingInterface admin,
byte[] regionName,
byte[] family)
A helper to get the list of files of a column family
on a given region using admin protocol.
|
static void |
ProtobufUtil.openRegion(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
AdminProtos.AdminService.BlockingInterface admin,
ServerName server,
RegionInfo region)
A helper to open a region using admin protocol.
|
static void |
ProtobufUtil.warmupRegion(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
AdminProtos.AdminService.BlockingInterface admin,
RegionInfo regionInfo)
A helper to warmup a region given a region name
using admin protocol
|
| Modifier and Type | Method and Description |
|---|---|
static AdminProtos.AdminService.BlockingInterface |
AdminProtos.AdminService.newBlockingStub(org.apache.hbase.thirdparty.com.google.protobuf.BlockingRpcChannel channel) |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.hbase.thirdparty.com.google.protobuf.BlockingService |
AdminProtos.AdminService.newReflectiveBlockingService(AdminProtos.AdminService.BlockingInterface impl) |
Copyright © 2007–2019 Cloudera. All rights reserved.