Class TField

java.lang.Object
org.apache.thrift.protocol.TField

public class TField extends Object
Helper class that encapsulates field metadata.

Two fields are considered equal if they have the same type and id.

  • Field Details

    • name

      public final String name
    • type

      public final byte type
    • id

      public final short id
  • Constructor Details

    • TField

      public TField()
    • TField

      public TField(String n, byte t, short i)
  • Method Details