public class StatsSummary extends Object implements Serializable
checkpoint statistics
.Modifier and Type | Method and Description |
---|---|
StatsSummarySnapshot |
createSnapshot()
Returns a snapshot of the current state.
|
long |
getAverage()
Calculates the average over all seen values.
|
long |
getCount()
Returns the count of all seen values.
|
long |
getMaximum()
Returns the maximum seen value.
|
long |
getMinimum()
Returns the minimum seen value.
|
long |
getSum()
Returns the sum of all seen values.
|
public StatsSummarySnapshot createSnapshot()
public long getMinimum()
public long getMaximum()
public long getSum()
public long getCount()
public long getAverage()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.