@Private
public class DFSHedgedReadMetrics
extends java.lang.Object
| Modifier and Type | Field | Description |
|---|---|---|
java.util.concurrent.atomic.LongAdder |
hedgedReadOps |
|
java.util.concurrent.atomic.LongAdder |
hedgedReadOpsInCurThread |
|
java.util.concurrent.atomic.LongAdder |
hedgedReadOpsWin |
| Constructor | Description |
|---|---|
DFSHedgedReadMetrics() |
| Modifier and Type | Method | Description |
|---|---|---|
long |
getHedgedReadOps() |
|
long |
getHedgedReadOpsInCurThread() |
|
long |
getHedgedReadWins() |
|
void |
incHedgedReadOps() |
|
void |
incHedgedReadOpsInCurThread() |
|
void |
incHedgedReadWins() |
public final java.util.concurrent.atomic.LongAdder hedgedReadOps
public final java.util.concurrent.atomic.LongAdder hedgedReadOpsWin
public final java.util.concurrent.atomic.LongAdder hedgedReadOpsInCurThread
public void incHedgedReadOps()
public void incHedgedReadOpsInCurThread()
public void incHedgedReadWins()
public long getHedgedReadOps()
public long getHedgedReadOpsInCurThread()
public long getHedgedReadWins()
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.