public final class LlapDataBuffer extends LlapAllocatorBuffer
| Modifier and Type | Field and Description |
|---|---|
int |
declaredCachedLength
ORC cache uses this to store compressed length; buffer is cached uncompressed, but
the lookup is on compressed ranges, so we need to know this.
|
static int |
UNKNOWN_CACHED_LENGTH |
allocSize, byteBufferIN_LIST, indexInHeap, INVALIDATE_ALREADY_INVALID, INVALIDATE_FAILED, INVALIDATE_OK, lastUpdate, next, NOT_IN_CACHE, prev, priority| Constructor and Description |
|---|
LlapDataBuffer() |
| Modifier and Type | Method and Description |
|---|---|
String |
getTag() |
void |
notifyEvicted(EvictionDispatcher evictionDispatcher) |
void |
setTag(String tag) |
cancelDiscard, decRef, endDiscard, getByteBufferDup, getByteBufferRaw, getMemoryUsage, incRef, initialize, initializeWithExistingSlice, invalidate, invalidateAndRelease, isInvalid, isLocked, releaseInvalidated, setNewAllocLocation, startMoveOrDiscard, toDebugString, toStringtoStringForCachepublic static final int UNKNOWN_CACHED_LENGTH
public int declaredCachedLength
public void notifyEvicted(EvictionDispatcher evictionDispatcher)
notifyEvicted in class LlapCacheableBufferpublic void setTag(String tag)
public String getTag()
getTag in class LlapCacheableBufferCopyright © 2019 The Apache Software Foundation. All Rights Reserved.