public class LlapObjectSubCache<T> extends Object
| Constructor and Description |
|---|
LlapObjectSubCache(ObjectCache cache,
String subCacheKey,
int numEntries) |
| Modifier and Type | Method and Description |
|---|---|
T |
get(int index) |
void |
lock(int index) |
void |
set(T value,
int index) |
void |
unlock(int index) |
public LlapObjectSubCache(ObjectCache cache, String subCacheKey, int numEntries) throws HiveException
HiveExceptionCopyright © 2019 The Apache Software Foundation. All Rights Reserved.