Example usage for com.google.common.base Receiver subclass-usage

List of usage examples for com.google.common.base Receiver subclass-usage

Introduction

In this page you can find the example usage for com.google.common.base Receiver subclass-usage.

Usage

From source file org.apache.hadoop.hdfs.server.datanode.DWRRDataXceiver.java

/**
 * Thread for processing incoming/outgoing data stream.
 */
public class DWRRDataXceiver extends Receiver implements Runnable {
    public static final Log LOG = LogFactory.getLog(DWRRDataXceiver.class);
    static final Log ClientTraceLog = DataNode.ClientTraceLog;