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

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

public final class TSet
extends Object

Helper class that encapsulates set metadata.


Field Summary
 byte elemType
           
 int size
           
 
Constructor Summary
TSet()
           
TSet(byte t, int s)
           
TSet(TList list)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

elemType

public final byte elemType

size

public final int size
Constructor Detail

TSet

public TSet()

TSet

public TSet(byte t,
            int s)

TSet

public TSet(TList list)


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