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

Method getMetrics

fe/src/main/java/org/apache/impala/catalog/Table.java:425–425  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

423 }
424
425 public Metrics getMetrics() { return metrics_; }
426
427 // Returns storage wait time during metadata load.
428 public long getStorageLoadTime() { return storageMetadataLoadTime_; }

Callers 13

alterTableMethod · 0.95
updateCatalogImplMethod · 0.95
getTableMetricsMethod · 0.95
loadAllColumnStatsMethod · 0.95
processMethod · 0.95
loadMethod · 0.45
reloadTableMethod · 0.45
loadMethod · 0.45
loadFileMetadataMethod · 0.45
loadMethod · 0.45
loadAllPartitionsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected