public class VectorUtilBatchObjectPool<T> extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
VectorUtilBatchObjectPool.IAllocator<T> |
| Constructor and Description |
|---|
VectorUtilBatchObjectPool(int size,
VectorUtilBatchObjectPool.IAllocator<T> allocator) |
public VectorUtilBatchObjectPool(int size,
VectorUtilBatchObjectPool.IAllocator<T> allocator)
public T getFromPool() throws HiveException
HiveExceptionpublic void putInPool(T object)
Copyright © 2017 The Apache Software Foundation. All rights reserved.