Serialized Form
-
Package org.HdrHistogram
-
Class org.HdrHistogram.AbstractHistogram extends AbstractHistogramBase implements Serializable
- serialVersionUID:
- 478450434L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream o) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream o) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Serialized Fields
-
leadingZeroCountBase
int leadingZeroCountBase
Number of leading zeros in the largest value that can fit in bucket 0. -
maxValue
long maxValue
-
minNonZeroValue
long minNonZeroValue
-
subBucketHalfCount
int subBucketHalfCount
-
subBucketHalfCountMagnitude
int subBucketHalfCountMagnitude
-
subBucketMask
long subBucketMask
Biggest value that can fit in bucket 0 -
unitMagnitude
int unitMagnitude
Largest k such that 2^k <= lowestDiscernibleValue -
unitMagnitudeMask
long unitMagnitudeMask
Lowest unitMagnitude bits are set
-
-
Class org.HdrHistogram.AtomicHistogram extends Histogram implements Serializable
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream o) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
-
Serialized Fields
-
counts
java.util.concurrent.atomic.AtomicLongArray counts
-
totalCount
long totalCount
-
-
-
Class org.HdrHistogram.ConcurrentDoubleHistogram extends DoubleHistogram implements Serializable
-
Class org.HdrHistogram.ConcurrentHistogram extends Histogram implements Serializable
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream o) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
-
Serialized Fields
-
activeCounts
ConcurrentHistogram.AtomicLongArrayWithNormalizingOffset activeCounts
-
inactiveCounts
ConcurrentHistogram.AtomicLongArrayWithNormalizingOffset inactiveCounts
-
totalCount
long totalCount
-
-
-
Class org.HdrHistogram.DoubleHistogram extends EncodableHistogram implements Serializable
- serialVersionUID:
- 42L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream o) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream o) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Serialized Fields
-
autoResize
boolean autoResize
-
configuredHighestToLowestValueRatio
long configuredHighestToLowestValueRatio
-
currentHighestValueLimitInAutoRange
double currentHighestValueLimitInAutoRange
-
currentLowestValueInAutoRange
double currentLowestValueInAutoRange
-
integerValuesHistogram
AbstractHistogram integerValuesHistogram
-
-
Class org.HdrHistogram.Histogram extends AbstractHistogram implements Serializable
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream o) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
-
Serialized Fields
-
counts
long[] counts
-
normalizingIndexOffset
int normalizingIndexOffset
-
totalCount
long totalCount
-
-
-
Class org.HdrHistogram.IntCountsHistogram extends AbstractHistogram implements Serializable
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream o) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
-
Serialized Fields
-
counts
int[] counts
-
normalizingIndexOffset
int normalizingIndexOffset
-
totalCount
long totalCount
-
-
-
Class org.HdrHistogram.ShortCountsHistogram extends AbstractHistogram implements Serializable
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream o) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
-
Serialized Fields
-
counts
short[] counts
-
normalizingIndexOffset
int normalizingIndexOffset
-
totalCount
long totalCount
-
-
-
Class org.HdrHistogram.SynchronizedDoubleHistogram extends DoubleHistogram implements Serializable
-
Class org.HdrHistogram.SynchronizedHistogram extends Histogram implements Serializable
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream o) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
-
-