@Private
@Unstable
@Metrics(about="Client SCM metrics",
context="yarn")
public class ClientSCMMetrics
extends java.lang.Object
| Modifier and Type | Method | Description |
|---|---|---|
long |
getCacheHits() |
|
long |
getCacheMisses() |
|
long |
getCacheReleases() |
|
static ClientSCMMetrics |
getInstance() |
|
void |
incCacheHitCount() |
One cache hit event
|
void |
incCacheMissCount() |
One cache miss event
|
void |
incCacheRelease() |
One cache release event
|
public static ClientSCMMetrics getInstance()
public void incCacheHitCount()
public void incCacheMissCount()
public void incCacheRelease()
public long getCacheHits()
public long getCacheMisses()
public long getCacheReleases()
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.