org.apache.hadoop.hive.ql.exec.vector
Interface VectorUtilBatchObjectPool.IAllocator<T>

Enclosing class:
VectorUtilBatchObjectPool<T>

public static interface VectorUtilBatchObjectPool.IAllocator<T>


Method Summary
 T alloc()
           
 void free(T t)
           
 

Method Detail

alloc

T alloc()
        throws HiveException
Throws:
HiveException

free

void free(T t)


Copyright © 2014 The Apache Software Foundation. All rights reserved.