| Package | Description |
|---|---|
| org.apache.hadoop.hbase.client |
Provides HBase Client
|
| org.apache.hadoop.hbase.master | |
| org.apache.hadoop.hbase.protobuf |
Holds classes generated from protobuf
src/main/protobuf definition files. |
| org.apache.hadoop.hbase.protobuf.generated |
| Modifier and Type | Method and Description |
|---|---|
MasterProtos.MasterService.BlockingInterface |
HConnection.getMaster()
Deprecated.
internal method, do not use thru HConnection
|
MasterProtos.MasterService.BlockingInterface |
ClusterConnection.getMaster()
Returns a
MasterKeepAliveConnection to the active master |
| Modifier and Type | Class and Description |
|---|---|
class |
MasterRpcServices
Implements the master RPC services.
|
| Modifier and Type | Method and Description |
|---|---|
static ClientProtos.CoprocessorServiceResponse |
ProtobufUtil.execService(com.google.protobuf.RpcController controller,
MasterProtos.MasterService.BlockingInterface client,
ClientProtos.CoprocessorServiceCall call) |
| Modifier and Type | Method and Description |
|---|---|
static MasterProtos.MasterService.BlockingInterface |
MasterProtos.MasterService.newBlockingStub(com.google.protobuf.BlockingRpcChannel channel) |
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.BlockingService |
MasterProtos.MasterService.newReflectiveBlockingService(MasterProtos.MasterService.BlockingInterface impl) |
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.