public class BinaryStatistics extends Object implements StatisticsHasher.Hashable
Modifier and Type | Field and Description |
---|---|
static long |
BINARY_VALUE_BYTES_OVERHEAD |
Constructor and Description |
---|
BinaryStatistics(long sum) |
Modifier and Type | Method and Description |
---|---|
void |
addHash(StatisticsHasher hasher) |
long |
getRetainedSizeInBytes() |
long |
getSum() |
String |
toString() |
public static final long BINARY_VALUE_BYTES_OVERHEAD
public long getSum()
public long getRetainedSizeInBytes()
public void addHash(StatisticsHasher hasher)
addHash
in interface StatisticsHasher.Hashable
Copyright © 2012–2020. All rights reserved.