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()
Returns a
MasterKeepAliveConnection to the active master |
MasterProtos.MasterService.BlockingInterface |
HConnectionManager.HConnectionImplementation.getMaster() |
Modifier and Type | Class and Description |
---|---|
class |
HMaster
HMaster is the "master server" for HBase.
|
static class |
HMasterCommandLine.LocalHMaster |
Modifier and Type | Method and Description |
---|---|
static ClientProtos.CoprocessorServiceResponse |
ProtobufUtil.execService(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 © 2014 The Apache Software Foundation. All rights reserved.