Uses of Interface
org.apache.hadoop.hbase.ipc.RpcServerInterface

Packages that use RpcServerInterface
org.apache.hadoop.hbase.ipc Tools to help define network clients and servers. 
org.apache.hadoop.hbase.regionserver   
 

Uses of RpcServerInterface in org.apache.hadoop.hbase.ipc
 

Classes in org.apache.hadoop.hbase.ipc that implement RpcServerInterface
 class RpcServer
          An RPC server that hosts protobuf described Services.
 

Uses of RpcServerInterface in org.apache.hadoop.hbase.regionserver
 

Methods in org.apache.hadoop.hbase.regionserver that return RpcServerInterface
 RpcServerInterface RegionServerServices.getRpcServer()
          Returns a reference to the region server's RPC server
 RpcServerInterface HRegionServer.getRpcServer()
           
 



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