org.apache.hadoop.hive.ql.exec.vector
Class VectorUtilBatchObjectPool<T>
java.lang.Object
org.apache.hadoop.hive.ql.exec.vector.VectorUtilBatchObjectPool<T>
public class VectorUtilBatchObjectPool<T>
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VectorUtilBatchObjectPool
public VectorUtilBatchObjectPool(int size,
VectorUtilBatchObjectPool.IAllocator<T> allocator)
getFromPool
public T getFromPool()
throws HiveException
- Throws:
HiveException
putInPool
public void putInPool(T object)
Copyright © 2014 The Apache Software Foundation. All rights reserved.