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

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

public final class TList
extends Object

Helper class that encapsulates list metadata.


Field Summary
 byte elemType
           
 int size
           
 
Constructor Summary
TList()
           
TList(byte t, int s)
           
 
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

TList

public TList()

TList

public TList(byte t,
             int s)


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