Constant Field Values

Contents

org.apache.*

  • org.apache.thrift.protocol.TBinaryProtocol 
    Modifier and Type Constant Field Value
    protected static final int VERSION_1 -2147418112
    protected static final int VERSION_MASK -65536
  • org.apache.thrift.protocol.TMessageType 
    Modifier and Type Constant Field Value
    public static final byte CALL 1
    public static final byte EXCEPTION 3
    public static final byte ONEWAY 4
    public static final byte REPLY 2
  • org.apache.thrift.protocol.TMultiplexedProtocol 
    Modifier and Type Constant Field Value
    public static final java.lang.String SEPARATOR ":"
  • org.apache.thrift.protocol.TProtocolException 
    Modifier and Type Constant Field Value
    public static final int BAD_VERSION 4
    public static final int INVALID_DATA 1
    public static final int NEGATIVE_SIZE 2
    public static final int NOT_IMPLEMENTED 5
    public static final int SIZE_LIMIT 3
    public static final int UNKNOWN 0
  • org.apache.thrift.protocol.TSimpleJSONProtocol 
    Modifier and Type Constant Field Value
    public static final char QUOTE 34
  • org.apache.thrift.protocol.TType 
    Modifier and Type Constant Field Value
    public static final byte BOOL 2
    public static final byte BYTE 3
    public static final byte DOUBLE 4
    public static final byte ENUM 16
    public static final byte I16 6
    public static final byte I32 8
    public static final byte I64 10
    public static final byte LIST 15
    public static final byte MAP 13
    public static final byte SET 14
    public static final byte STOP 0
    public static final byte STRING 11
    public static final byte STRUCT 12
    public static final byte VOID 1
  • org.apache.thrift.transport.TFastFramedTransport 
    Modifier and Type Constant Field Value
    public static final int DEFAULT_BUF_CAPACITY 1024
    public static final int DEFAULT_MAX_LENGTH 16384000
  • org.apache.thrift.transport.TFileTransport.chunkState 
    Modifier and Type Constant Field Value
    public static final int DEFAULT_CHUNK_SIZE 16777216
  • org.apache.thrift.transport.TFramedTransport 
    Modifier and Type Constant Field Value
    protected static final int DEFAULT_MAX_LENGTH 16384000
  • org.apache.thrift.transport.TSaslClientTransport 
    Modifier and Type Constant Field Value
    protected static final int DEFAULT_MAX_LENGTH 2147483647
    protected static final int MECHANISM_NAME_BYTES 1
    protected static final int PAYLOAD_LENGTH_BYTES 4
    protected static final int STATUS_BYTES 1
  • org.apache.thrift.transport.TSaslServerTransport 
    Modifier and Type Constant Field Value
    protected static final int DEFAULT_MAX_LENGTH 2147483647
    protected static final int MECHANISM_NAME_BYTES 1
    protected static final int PAYLOAD_LENGTH_BYTES 4
    protected static final int STATUS_BYTES 1
  • org.apache.thrift.transport.TTransportException 
    Modifier and Type Constant Field Value
    public static final int ALREADY_OPEN 2
    public static final int END_OF_FILE 4
    public static final int NOT_OPEN 1
    public static final int TIMED_OUT 3
    public static final int UNKNOWN 0