|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClientProtos.ClientService.BlockingInterface | |
---|---|
org.apache.hadoop.hbase.client | Provides HBase Client |
org.apache.hadoop.hbase.protobuf | Holds classes generated from protobuf
src/main/protobuf definition files. |
org.apache.hadoop.hbase.protobuf.generated | |
org.apache.hadoop.hbase.regionserver |
Uses of ClientProtos.ClientService.BlockingInterface in org.apache.hadoop.hbase.client |
---|
Methods in org.apache.hadoop.hbase.client that return ClientProtos.ClientService.BlockingInterface | |
---|---|
ClientProtos.ClientService.BlockingInterface |
HConnectionWrapper.getClient(ServerName serverName)
|
ClientProtos.ClientService.BlockingInterface |
HConnection.getClient(ServerName serverName)
Establishes a connection to the region server at the specified address, and returns a region client protocol. |
protected ClientProtos.ClientService.BlockingInterface |
RegionServerCallable.getStub()
|
Uses of ClientProtos.ClientService.BlockingInterface in org.apache.hadoop.hbase.protobuf |
---|
Methods in org.apache.hadoop.hbase.protobuf with parameters of type ClientProtos.ClientService.BlockingInterface | |
---|---|
static boolean |
ProtobufUtil.bulkLoadHFile(ClientProtos.ClientService.BlockingInterface client,
List<Pair<byte[],String>> familyPaths,
byte[] regionName,
boolean assignSeqNum)
A helper to bulk load a list of HFiles using client protocol. |
static ClientProtos.CoprocessorServiceResponse |
ProtobufUtil.execService(ClientProtos.ClientService.BlockingInterface client,
ClientProtos.CoprocessorServiceCall call,
byte[] regionName)
|
static Result |
ProtobufUtil.get(ClientProtos.ClientService.BlockingInterface client,
byte[] regionName,
Get get)
A helper to invoke a Get using client protocol. |
static Result |
ProtobufUtil.getRowOrBefore(ClientProtos.ClientService.BlockingInterface client,
byte[] regionName,
byte[] row,
byte[] family)
A helper to get a row of the closet one before using client protocol. |
Uses of ClientProtos.ClientService.BlockingInterface in org.apache.hadoop.hbase.protobuf.generated |
---|
Methods in org.apache.hadoop.hbase.protobuf.generated that return ClientProtos.ClientService.BlockingInterface | |
---|---|
static ClientProtos.ClientService.BlockingInterface |
ClientProtos.ClientService.newBlockingStub(com.google.protobuf.BlockingRpcChannel channel)
|
Methods in org.apache.hadoop.hbase.protobuf.generated with parameters of type ClientProtos.ClientService.BlockingInterface | |
---|---|
static com.google.protobuf.BlockingService |
ClientProtos.ClientService.newReflectiveBlockingService(ClientProtos.ClientService.BlockingInterface impl)
|
Uses of ClientProtos.ClientService.BlockingInterface in org.apache.hadoop.hbase.regionserver |
---|
Classes in org.apache.hadoop.hbase.regionserver that implement ClientProtos.ClientService.BlockingInterface | |
---|---|
class |
HRegionServer
HRegionServer makes a set of HRegions available to clients. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |