@InterfaceAudience.Public public final class CacheEvictionStats extends Object
Modifier and Type | Method and Description |
---|---|
static CacheEvictionStatsBuilder |
builder() |
long |
getEvictedBlocks() |
int |
getExceptionCount() |
Map<byte[],Throwable> |
getExceptions() |
long |
getMaxCacheSize() |
String |
toString() |
public long getEvictedBlocks()
public long getMaxCacheSize()
public int getExceptionCount()
@InterfaceAudience.Private public static CacheEvictionStatsBuilder builder()
Copyright © 2007–2019 Cloudera. All rights reserved.