org.apache.hadoop.hive.serde2.lazy
Class LazyPrimitive<T>

java.lang.Object
  extended by org.apache.hadoop.hive.serde2.lazy.LazyPrimitive<T>
All Implemented Interfaces:
LazyObject
Direct Known Subclasses:
LazyByte, LazyDouble, LazyInteger, LazyLong, LazyShort, LazyString

public abstract class LazyPrimitive<T>
extends Object
implements LazyObject

LazyPrimitive stores a primitive Object in a LazyObject.


Constructor Summary
LazyPrimitive()
           
 
Method Summary
 T getObject()
          Returns the actual primitive object represented by this LazyObject.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.hadoop.hive.serde2.lazy.LazyObject
init
 

Constructor Detail

LazyPrimitive

public LazyPrimitive()
Method Detail

getObject

public T getObject()
Returns the actual primitive object represented by this LazyObject.

Specified by:
getObject in interface LazyObject


Copyright © 2009 The Apache Software Foundation