Serialized Form
-
Package org.HdrHistogram
-
Class org.HdrHistogram.AbstractHistogram
class AbstractHistogram extends org.HdrHistogram.AbstractHistogramBase implements Serializable- serialVersionUID:
- 478450434L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
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
class AtomicHistogram extends Histogram implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
-
Serialized Fields
-
counts
AtomicLongArray counts
-
totalCount
long totalCount
-
-
-
Class org.HdrHistogram.ConcurrentDoubleHistogram
class ConcurrentDoubleHistogram extends DoubleHistogram implements Serializable -
Class org.HdrHistogram.ConcurrentHistogram
class ConcurrentHistogram extends Histogram implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
-
Serialized Fields
-
activeCounts
org.HdrHistogram.ConcurrentHistogram.ConcurrentArrayWithNormalizingOffset activeCounts
-
inactiveCounts
org.HdrHistogram.ConcurrentHistogram.ConcurrentArrayWithNormalizingOffset inactiveCounts
-
totalCount
long totalCount
-
-
-
Class org.HdrHistogram.DoubleHistogram
class DoubleHistogram extends EncodableHistogram implements Serializable- serialVersionUID:
- 42L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
autoResize
boolean autoResize
-
configuredHighestToLowestValueRatio
long configuredHighestToLowestValueRatio
-
currentHighestValueLimitInAutoRange
double currentHighestValueLimitInAutoRange
-
currentLowestValueInAutoRange
double currentLowestValueInAutoRange
-
integerValuesHistogram
AbstractHistogram integerValuesHistogram
-
-
Class org.HdrHistogram.Histogram
class Histogram extends AbstractHistogram implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
-
Serialized Fields
-
counts
long[] counts
-
normalizingIndexOffset
int normalizingIndexOffset
-
totalCount
long totalCount
-
-
-
Class org.HdrHistogram.IntCountsHistogram
class IntCountsHistogram extends AbstractHistogram implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
-
Serialized Fields
-
counts
int[] counts
-
normalizingIndexOffset
int normalizingIndexOffset
-
totalCount
long totalCount
-
-
-
Class org.HdrHistogram.PackedConcurrentDoubleHistogram
class PackedConcurrentDoubleHistogram extends ConcurrentDoubleHistogram implements Serializable -
Class org.HdrHistogram.PackedConcurrentHistogram
class PackedConcurrentHistogram extends ConcurrentHistogram implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
-
-
Class org.HdrHistogram.PackedDoubleHistogram
class PackedDoubleHistogram extends DoubleHistogram implements Serializable -
Class org.HdrHistogram.PackedHistogram
class PackedHistogram extends Histogram implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
-
Serialized Fields
-
packedCounts
PackedLongArray packedCounts
-
-
-
Class org.HdrHistogram.ShortCountsHistogram
class ShortCountsHistogram extends AbstractHistogram implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
-
Serialized Fields
-
counts
short[] counts
-
normalizingIndexOffset
int normalizingIndexOffset
-
totalCount
long totalCount
-
-
-
Class org.HdrHistogram.SynchronizedDoubleHistogram
class SynchronizedDoubleHistogram extends DoubleHistogram implements Serializable -
Class org.HdrHistogram.SynchronizedHistogram
class SynchronizedHistogram extends Histogram implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
-
-
-
Package org.HdrHistogram.packedarray
-
Class org.HdrHistogram.packedarray.AbstractPackedLongArray
class AbstractPackedLongArray extends Object implements Serializable-
Serialized Fields
-
arrayContext
org.HdrHistogram.packedarray.AbstractPackedArrayContext arrayContext
-
endTimeStampMsec
long endTimeStampMsec
-
startTimeStampMsec
long startTimeStampMsec
-
-
-
Class org.HdrHistogram.packedarray.ConcurrentPackedLongArray
class ConcurrentPackedLongArray extends PackedLongArray implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
-
-
Class org.HdrHistogram.packedarray.PackedLongArray
class PackedLongArray extends AbstractPackedLongArray implements Serializable
-