public static class QueryResultsCache.CacheEntry extends Object
| Constructor and Description |
|---|
CacheEntry() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addReader() |
org.apache.hadoop.fs.Path |
getCachedResultsPath() |
FetchWork |
getFetchWork() |
QueryResultsCache.QueryInfo |
getQueryInfo() |
QueryResultsCache.CacheEntryStatus |
getStatus() |
java.util.stream.Stream<String> |
getTableNames() |
void |
releaseReader() |
String |
toString() |
boolean |
waitForValidStatus()
Wait for the cache entry to go from PENDING to VALID status.
|
public void releaseReader()
public boolean addReader()
public QueryResultsCache.CacheEntryStatus getStatus()
public FetchWork getFetchWork()
public QueryResultsCache.QueryInfo getQueryInfo()
public org.apache.hadoop.fs.Path getCachedResultsPath()
public boolean waitForValidStatus()
public java.util.stream.Stream<String> getTableNames()
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.