Example usage for org.apache.thrift.protocol TCompactProtocol.Factory subclass-usage

List of usage examples for org.apache.thrift.protocol TCompactProtocol.Factory subclass-usage

Introduction

In this page you can find the example usage for org.apache.thrift.protocol TCompactProtocol.Factory subclass-usage.

Usage

From source file org.apache.accumulo.core.rpc.TraceProtocolFactory.java

/**
 * {@link org.apache.thrift.protocol.TCompactProtocol.Factory} implementation which injects {@link TraceProtocol} instead of {@link TCompactProtocol}
 */
public class TraceProtocolFactory extends TCompactProtocol.Factory {
    private static final long serialVersionUID = 1L;