org.apache.blur.thirdparty.thrift_0_9_0.protocol
Class TField
java.lang.Object
org.apache.blur.thirdparty.thrift_0_9_0.protocol.TField
public class TField
- extends Object
Helper class that encapsulates field metadata.
name
public final String name
type
public final byte type
id
public final short id
TField
public TField()
TField
public TField(String n,
byte t,
short i)
toString
public String toString()
- Overrides:
toString
in class Object
equals
public boolean equals(TField otherField)
Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.