Example usage for org.apache.thrift.protocol TProtocol subclass-usage

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

Introduction

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

Usage

From source file com.baidu.oped.apm.thrift.io.TReplaceListProtocol.java

/**
 * Replace list field protocol.
 * 
 * @author jaehong.kim
 */
public class TReplaceListProtocol extends TProtocol {

From source file com.ebay.nest.io.sede.thrift.TCTLSeparatedProtocol.java

/**
 * 
 * An implementation of the Thrift Protocol for ctl separated records. This is
 * not thrift compliant in that it doesn't write out field ids so things cannot
 * actually be versioned.
 */

From source file com.linecorp.armeria.common.thrift.text.TTextProtocol.java

/**
 * A simple text format for serializing/deserializing thrift
 * messages. This format is inefficient in space.
 *
 * <p>For an example, see:
 * tests/resources/com/twitter/common/thrift/text/TTextProtocol_TestData.txt

From source file com.navercorp.pinpoint.thrift.io.TReplaceListProtocol.java

/**
 * Replace list field protocol.
 * 
 * @author jaehong.kim
 */
public class TReplaceListProtocol extends TProtocol {

From source file com.twitter.common.thrift.text.TTextProtocol.java

/**
 * A simple text format for serializing/deserializing thrift
 * messages. This format is inefficient in space.
 *
 * For an example, see:
 * tests/resources/com/twitter/common/thrift/text/TTextProtocol_TestData.txt

From source file dynathrift.BaseProtocol.java

/**
 * Allows simple implementation of partial protocols
 *
 * @author Julien Le Dem
 *
 */

From source file io.nettythrift.protocol.TSimpleJSONProtocol.java

/**
 * JSON protocol implementation for thrift.
 *
 * This protocol is read-write. It should not be confused with the
 * TJSONProtocol.
 * <p>

From source file org.apache.hadoop.hive.serde2.thrift.TBinarySortableProtocol.java

/**
 * An implementation of the Thrift Protocol for binary sortable records.
 *
 * The data format: NULL: a single byte \0 NON-NULL Primitives: ALWAYS prepend a
 * single byte \1, and then: Boolean: FALSE = \1, TRUE = \2 Byte: flip the
 * sign-bit to make sure negative comes before positive Short: flip the sign-bit

From source file org.apache.hadoop.hive.serde2.thrift.TCTLSeparatedProtocol.java

/**
 * 
 * An implementation of the Thrift Protocol for ctl separated records. This is
 * not thrift compliant in that it doesn't write out field ids so things cannot
 * actually be versioned.
 */

From source file org.apache.parquet.format.InterningProtocol.java

/**
 * TProtocol that interns the strings.
 *
 * @author Julien Le Dem
 *
 */