public class SpillerStats extends Object
| Modifier and Type | Field and Description |
|---|---|
protected AtomicLong |
totalSpilledBytes |
| Constructor and Description |
|---|
SpillerStats() |
| Modifier and Type | Method and Description |
|---|---|
void |
addToTotalSpilledBytes(long delta) |
long |
getTotalSpilledBytes() |
protected final AtomicLong totalSpilledBytes
Copyright © 2012–2019. All rights reserved.