Uses of Interface
org.apache.hadoop.hbase.protobuf.generated.ClientProtos.ClientService.BlockingInterface

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 CoprocessorHConnection.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.
 ClientProtos.ClientService.BlockingInterface HConnectionManager.HConnectionImplementation.getClient(ServerName sn)
           
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 boolean ProtobufUtil.bulkLoadHFile(ClientProtos.ClientService.BlockingInterface client, List<Pair<byte[],String>> familyPaths, byte[] regionName, boolean assignSeqNum, PayloadCarryingRpcController controller)
          A helper to bulk load a list of HFiles using client protocol.
static ClientProtos.CoprocessorServiceResponse ProtobufUtil.execRegionServerService(ClientProtos.ClientService.BlockingInterface client, ClientProtos.CoprocessorServiceCall call)
          Make a region server endpoint call
static ClientProtos.CoprocessorServiceResponse ProtobufUtil.execService(ClientProtos.ClientService.BlockingInterface client, ClientProtos.CoprocessorServiceCall call, byte[] regionName)
           
static ClientProtos.CoprocessorServiceResponse ProtobufUtil.execService(ClientProtos.ClientService.BlockingInterface client, ClientProtos.CoprocessorServiceCall call, byte[] regionName, PayloadCarryingRpcController controller)
           
static Result ProtobufUtil.get(ClientProtos.ClientService.BlockingInterface client, byte[] regionName, Get get)
          A helper to invoke a Get using client protocol.
static Result ProtobufUtil.get(ClientProtos.ClientService.BlockingInterface client, byte[] regionName, Get get, PayloadCarryingRpcController controller)
          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 without setting any special (i.e.
static Result ProtobufUtil.getRowOrBefore(ClientProtos.ClientService.BlockingInterface client, byte[] regionName, byte[] row, byte[] family, PayloadCarryingRpcController payloadCarryingRpcController)
          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.
 



Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.