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.generated   
org.apache.hadoop.hbase.regionserver   
 

Uses of ClientProtos.ClientService.BlockingInterface in org.apache.hadoop.hbase.client
 

Subinterfaces of ClientProtos.ClientService.BlockingInterface in org.apache.hadoop.hbase.client
 interface ClientProtocol
          Protocol that a HBase client uses to communicate with a region server.
 

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 © 2013 The Apache Software Foundation. All Rights Reserved.