public class DFSHedgedReadMetrics extends Object
Modifier and Type | Field and Description |
---|---|
AtomicLong |
hedgedReadOps |
AtomicLong |
hedgedReadOpsInCurThread |
AtomicLong |
hedgedReadOpsWin |
Constructor and Description |
---|
DFSHedgedReadMetrics() |
Modifier and Type | Method and Description |
---|---|
long |
getHedgedReadOps() |
long |
getHedgedReadOpsInCurThread() |
long |
getHedgedReadWins() |
void |
incHedgedReadOps() |
void |
incHedgedReadOpsInCurThread() |
void |
incHedgedReadWins() |
public final AtomicLong hedgedReadOps
public final AtomicLong hedgedReadOpsWin
public final AtomicLong hedgedReadOpsInCurThread
public DFSHedgedReadMetrics()
public void incHedgedReadOps()
public void incHedgedReadOpsInCurThread()
public void incHedgedReadWins()
public long getHedgedReadOps()
public long getHedgedReadOpsInCurThread()
public long getHedgedReadWins()
Copyright © 2015 Apache Software Foundation. All Rights Reserved.