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

Packages that use AdminProtos.AdminService.BlockingInterface
org.apache.hadoop.hbase.catalog   
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   
org.apache.hadoop.hbase.replication.regionserver   
 

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

Methods in org.apache.hadoop.hbase.catalog that return AdminProtos.AdminService.BlockingInterface
 AdminProtos.AdminService.BlockingInterface CatalogTracker.waitForMetaServerConnection(long timeout)
          Deprecated. Use #getMetaServerConnection(long)
 

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

Methods in org.apache.hadoop.hbase.client that return AdminProtos.AdminService.BlockingInterface
 AdminProtos.AdminService.BlockingInterface HConnectionManager.HConnectionImplementation.getAdmin(ServerName serverName)
           
 AdminProtos.AdminService.BlockingInterface HConnection.getAdmin(ServerName serverName)
          Establishes a connection to the region server at the specified address.
 AdminProtos.AdminService.BlockingInterface HConnectionManager.HConnectionImplementation.getAdmin(ServerName serverName, boolean master)
           
 AdminProtos.AdminService.BlockingInterface HConnection.getAdmin(ServerName serverName, boolean getMaster)
          Deprecated. You can pass master flag but nothing special is done.
 

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

Methods in org.apache.hadoop.hbase.protobuf with parameters of type AdminProtos.AdminService.BlockingInterface
static void ProtobufUtil.closeRegion(AdminProtos.AdminService.BlockingInterface admin, ServerName server, byte[] regionName, boolean transitionInZK)
          A helper to close a region given a region name using admin protocol.
static boolean ProtobufUtil.closeRegion(AdminProtos.AdminService.BlockingInterface admin, ServerName server, byte[] regionName, int versionOfClosingNode, ServerName destinationServer, boolean transitionInZK)
          A helper to close a region given a region name using admin protocol.
static List<HRegionInfo> ProtobufUtil.getOnlineRegions(AdminProtos.AdminService.BlockingInterface admin)
          A helper to get the all the online regions on a region server using admin protocol.
static HRegionInfo ProtobufUtil.getRegionInfo(AdminProtos.AdminService.BlockingInterface admin, byte[] regionName)
          A helper to retrieve region info given a region name using admin protocol.
static AdminProtos.ServerInfo ProtobufUtil.getServerInfo(AdminProtos.AdminService.BlockingInterface admin)
          A helper to get the info of a region server using admin protocol.
static List<String> ProtobufUtil.getStoreFiles(AdminProtos.AdminService.BlockingInterface admin, byte[] regionName, byte[] family)
          A helper to get the list of files of a column family on a given region using admin protocol.
static void ProtobufUtil.mergeRegions(AdminProtos.AdminService.BlockingInterface admin, HRegionInfo region_a, HRegionInfo region_b, boolean forcible)
          A helper to merge regions using admin protocol.
static void ProtobufUtil.openRegion(AdminProtos.AdminService.BlockingInterface admin, ServerName server, HRegionInfo region)
          A helper to open a region using admin protocol.
static void ReplicationProtbufUtil.replicateWALEntry(AdminProtos.AdminService.BlockingInterface admin, HLog.Entry[] entries)
          A helper to replicate a list of HLog entries using admin protocol.
static void ProtobufUtil.split(AdminProtos.AdminService.BlockingInterface admin, HRegionInfo hri, byte[] splitPoint)
          A helper to split a region using admin protocol.
 

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.
 

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

Methods in org.apache.hadoop.hbase.replication.regionserver that return AdminProtos.AdminService.BlockingInterface
 AdminProtos.AdminService.BlockingInterface ReplicationSinkManager.SinkPeer.getRegionServer()
           
 

Constructors in org.apache.hadoop.hbase.replication.regionserver with parameters of type AdminProtos.AdminService.BlockingInterface
ReplicationSinkManager.SinkPeer(ServerName serverName, AdminProtos.AdminService.BlockingInterface regionServer)
           
 



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