Uses of Interface
org.apache.hadoop.hbase.protobuf.generated.AdminProtos.AdminService.BlockingInterface

Packages that use AdminProtos.AdminService.BlockingInterface
org.apache.hadoop.hbase.client Provides HBase Client 
org.apache.hadoop.hbase.protobuf.generated   
org.apache.hadoop.hbase.regionserver   
 

Uses of AdminProtos.AdminService.BlockingInterface in org.apache.hadoop.hbase.client
 

Subinterfaces of AdminProtos.AdminService.BlockingInterface in org.apache.hadoop.hbase.client
 interface AdminProtocol
          Protocol that a HBase client uses to communicate with a region server.
 

Uses of AdminProtos.AdminService.BlockingInterface in org.apache.hadoop.hbase.protobuf.generated
 

Methods in org.apache.hadoop.hbase.protobuf.generated that return AdminProtos.AdminService.BlockingInterface
static AdminProtos.AdminService.BlockingInterface AdminProtos.AdminService.newBlockingStub(com.google.protobuf.BlockingRpcChannel channel)
           
 

Methods in org.apache.hadoop.hbase.protobuf.generated with parameters of type AdminProtos.AdminService.BlockingInterface
static com.google.protobuf.BlockingService AdminProtos.AdminService.newReflectiveBlockingService(AdminProtos.AdminService.BlockingInterface impl)
           
 

Uses of AdminProtos.AdminService.BlockingInterface in org.apache.hadoop.hbase.regionserver
 

Classes in org.apache.hadoop.hbase.regionserver that implement AdminProtos.AdminService.BlockingInterface
 class HRegionServer
          HRegionServer makes a set of HRegions available to clients.
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.