MCPcopy Create free account
hub / github.com/apache/impala / remove

Method remove

fe/src/main/java/org/apache/impala/util/TopNCache.java:102–102  ·  view source on GitHub ↗

Removes an item from the cache.

(T item)

Source from the content-addressed store, hash-verified

100 * Removes an item from the cache.
101 */
102 public synchronized void remove(T item) { heap_.remove(item); }
103
104 /**
105 * Removes all items from the cache.

Callers 15

TeFunction · 0.45
lFunction · 0.45
dtFunction · 0.45
d3.v5.min.jsFile · 0.45
uFunction · 0.45
sbFunction · 0.45
pbFunction · 0.45
mFunction · 0.45
NFunction · 0.45
PrFunction · 0.45
$rFunction · 0.45
eFunction · 0.45

Calls

no outgoing calls

Tested by 15

setStatsMethod · 0.36
TestGetTypeInfoMethod · 0.36
TestGetFunctionsMethod · 0.36
initMethod · 0.36
handleClientMethod · 0.36
test02PrepareMethod · 0.36
testHiveserver2Method · 0.36
testImpersonationMethod · 0.36