public interface LowLevelCacheCounters
| Modifier and Type | Method and Description |
|---|---|
void |
recordAllocBytes(long bytesWasted,
long bytesAllocated) |
void |
recordCacheHit(long bytesHit) |
void |
recordCacheMiss(long bytesMissed) |
void |
recordHdfsTime(long timeUs) |
long |
startTimeCounter() |
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.