org.apache.blur.thirdparty.thrift_0_9_0.protocol
Class TMessage

java.lang.Object
  extended by org.apache.blur.thirdparty.thrift_0_9_0.protocol.TMessage

public final class TMessage
extends Object

Helper class that encapsulates struct metadata.


Field Summary
 String name
           
 int seqid
           
 byte type
           
 
Constructor Summary
TMessage()
           
TMessage(String n, byte t, int s)
           
 
Method Summary
 boolean equals(Object other)
           
 boolean equals(TMessage other)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

public final String name

type

public final byte type

seqid

public final int seqid
Constructor Detail

TMessage

public TMessage()

TMessage

public TMessage(String n,
                byte t,
                int s)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object other)
Overrides:
equals in class Object

equals

public boolean equals(TMessage other)


Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.