Package | Description |
---|---|
org.apache.hadoop.hive.ql.cache.results |
Modifier and Type | Method and Description |
---|---|
QueryResultsCache.CacheEntry |
QueryResultsCache.addToCache(QueryResultsCache.QueryInfo queryInfo,
org.apache.hadoop.hive.common.ValidTxnWriteIdList txnWriteIdList)
Add an entry to the cache.
|
QueryResultsCache.CacheEntry |
CacheUsage.getCacheEntry() |
QueryResultsCache.CacheEntry |
QueryResultsCache.lookup(QueryResultsCache.LookupInfo request)
Check if the cache contains an entry for the requested LookupInfo.
|
Modifier and Type | Method and Description |
---|---|
void |
QueryResultsCache.removeEntry(QueryResultsCache.CacheEntry entry) |
void |
CacheUsage.setCacheEntry(QueryResultsCache.CacheEntry cacheEntry) |
boolean |
QueryResultsCache.setEntryValid(QueryResultsCache.CacheEntry cacheEntry,
FetchWork fetchWork)
Updates a pending cache entry with a FetchWork result from a finished query.
|
Constructor and Description |
---|
CacheUsage(CacheUsage.CacheStatus status,
QueryResultsCache.CacheEntry cacheEntry) |
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.