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

Packages that use org.apache.hadoop.hbase.ipc.RpcClient
Package
Description
Tools to help define network clients and servers.
  • Uses of org.apache.hadoop.hbase.ipc.RpcClient in org.apache.hadoop.hbase.ipc

    Classes in org.apache.hadoop.hbase.ipc that implement org.apache.hadoop.hbase.ipc.RpcClient in in
    Modifier and Type
    Class
    Description
    class 
    org.apache.hadoop.hbase.ipc.AbstractRpcClient<T extends org.apache.hadoop.hbase.ipc.RpcConnection>
    Provides the basics for a RpcClient implementation like configuration and Logging.
    class 
    org.apache.hadoop.hbase.ipc.BlockingRpcClient
    Does RPC against a cluster.
    class 
    org.apache.hadoop.hbase.ipc.NettyRpcClient
    Netty client for the requests and responses.
    Methods in org.apache.hadoop.hbase.ipc that return org.apache.hadoop.hbase.ipc.RpcClient in in
    Modifier and Type
    Method
    Description
    static org.apache.hadoop.hbase.ipc.RpcClient
    RpcClientFactory.createClient(org.apache.hadoop.conf.Configuration conf, String clusterId)
    Helper method for tests only.
    static org.apache.hadoop.hbase.ipc.RpcClient
    RpcClientFactory.createClient(org.apache.hadoop.conf.Configuration conf, String clusterId, SocketAddress localAddr, org.apache.hadoop.hbase.client.MetricsConnection metrics, Map<String,byte[]> connectionAttributes)
    Creates a new RpcClient by the class defined in the configuration or falls back to RpcClientImpl
    static org.apache.hadoop.hbase.ipc.RpcClient
    RpcClientFactory.createClient(org.apache.hadoop.conf.Configuration conf, String clusterId, org.apache.hadoop.hbase.client.MetricsConnection metrics)
    Creates a new RpcClient by the class defined in the configuration or falls back to RpcClientImpl
    static org.apache.hadoop.hbase.ipc.RpcClient
    RpcClientFactory.createClient(org.apache.hadoop.conf.Configuration conf, String clusterId, org.apache.hadoop.hbase.client.MetricsConnection metrics, Map<String,byte[]> connectionAttributes)
    Creates a new RpcClient by the class defined in the configuration or falls back to RpcClientImpl