Example usage for org.apache.hadoop.ipc RpcEngine interface-usage

List of usage examples for org.apache.hadoop.ipc RpcEngine interface-usage

Introduction

In this page you can find the example usage for org.apache.hadoop.ipc RpcEngine interface-usage.

Usage

From source file com.alibaba.wasp.ipc.ProtobufRpcEngine.java

/**
 * The {@link RpcEngine} implementation for ProtoBuf-based RPCs.
 */
class ProtobufRpcEngine implements RpcEngine {
    private static final Log LOG = LogFactory.getLog("com.alibaba.wasp.ipc.ProtobufRpcEngine");
    protected final static ClientCache CLIENTS = new ClientCache();

From source file com.hortonworks.hbase.replication.bridge.WritableRpcEngine.java

/** An RpcEngine implementation for Writable data. */
class WritableRpcEngine implements RpcEngine {
    // LOG is NOT in hbase subpackage intentionally so that the default HBase
    // DEBUG log level does NOT emit RPC-level logging. 
    private static final Log LOG = LogFactory.getLog("org.apache.hadoop.ipc.RPCEngine");