Class TType


  • public final class TType
    extends java.lang.Object
    Type constants in the Thrift protocol.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static byte BOOL  
      static byte BYTE  
      static byte DOUBLE  
      static byte ENUM  
      static byte I16  
      static byte I32  
      static byte I64  
      static byte LIST  
      static byte MAP  
      static byte SET  
      static byte STOP  
      static byte STRING  
      static byte STRUCT  
      static byte VOID  
    • Constructor Summary

      Constructors 
      Constructor Description
      TType()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait