Serialized Form


Package org.HdrHistogram

Class org.HdrHistogram.AbstractHistogram extends org.HdrHistogram.AbstractHistogramBase implements Serializable

serialVersionUID: 44L

Serialization Methods

readObject

private void readObject(ObjectInputStream o)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream o)
                  throws IOException
Throws:
IOException
Serialized Fields

leadingZeroCountBase

int leadingZeroCountBase

subBucketHalfCountMagnitude

int subBucketHalfCountMagnitude

unitMagnitude

int unitMagnitude

subBucketHalfCount

int subBucketHalfCount

subBucketMask

long subBucketMask

maxValue

long maxValue

minNonZeroValue

long minNonZeroValue

Class org.HdrHistogram.AtomicHistogram extends Histogram implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream o)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Serialized Fields

totalCount

long totalCount

counts

AtomicLongArray counts

cachedDstLongBuffer

LongBuffer cachedDstLongBuffer

cachedDstByteBuffer

ByteBuffer cachedDstByteBuffer

cachedDstByteBufferPosition

int cachedDstByteBufferPosition

Class org.HdrHistogram.ConcurrentDoubleHistogram extends DoubleHistogram implements Serializable

Class org.HdrHistogram.ConcurrentHistogram extends Histogram implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream o)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Serialized Fields

totalCount

long totalCount

activeCounts

org.HdrHistogram.ConcurrentHistogram.AtomicLongArrayWithNormalizingOffset activeCounts

inactiveCounts

org.HdrHistogram.ConcurrentHistogram.AtomicLongArrayWithNormalizingOffset inactiveCounts

wrp

WriterReaderPhaser wrp

cachedDstLongBuffer

LongBuffer cachedDstLongBuffer

cachedDstByteBuffer

ByteBuffer cachedDstByteBuffer

cachedDstByteBufferPosition

int cachedDstByteBufferPosition

Class org.HdrHistogram.DoubleHistogram extends EncodableHistogram implements Serializable

serialVersionUID: 42L

Serialization Methods

readObject

private void readObject(ObjectInputStream o)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream o)
                  throws IOException
Throws:
IOException
Serialized Fields

configuredHighestToLowestValueRatio

long configuredHighestToLowestValueRatio

currentLowestValueInAutoRange

double currentLowestValueInAutoRange

currentHighestValueLimitInAutoRange

double currentHighestValueLimitInAutoRange

integerValuesHistogram

AbstractHistogram integerValuesHistogram

doubleToIntegerValueConversionRatio

double doubleToIntegerValueConversionRatio

integerToDoubleValueConversionRatio

double integerToDoubleValueConversionRatio

autoResize

boolean autoResize

Class org.HdrHistogram.Histogram extends AbstractHistogram implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream o)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Serialized Fields

totalCount

long totalCount

counts

long[] counts

normalizingIndexOffset

int normalizingIndexOffset

cachedDstLongBuffer

LongBuffer cachedDstLongBuffer

cachedDstByteBuffer

ByteBuffer cachedDstByteBuffer

cachedDstByteBufferPosition

int cachedDstByteBufferPosition

Class org.HdrHistogram.IntCountsHistogram extends AbstractHistogram implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream o)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Serialized Fields

totalCount

long totalCount

counts

int[] counts

normalizingIndexOffset

int normalizingIndexOffset

cachedDstIntBuffer

IntBuffer cachedDstIntBuffer

cachedDstByteBuffer

ByteBuffer cachedDstByteBuffer

cachedDstByteBufferPosition

int cachedDstByteBufferPosition

Class org.HdrHistogram.ShortCountsHistogram extends AbstractHistogram implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream o)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Serialized Fields

totalCount

long totalCount

counts

short[] counts

normalizingIndexOffset

int normalizingIndexOffset

cachedDstShortBuffer

ShortBuffer cachedDstShortBuffer

cachedDstByteBuffer

ByteBuffer cachedDstByteBuffer

cachedDstByteBufferPosition

int cachedDstByteBufferPosition

Class org.HdrHistogram.SynchronizedDoubleHistogram extends DoubleHistogram implements Serializable

Class org.HdrHistogram.SynchronizedHistogram extends Histogram implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream o)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Serialized Fields

cachedDstLongBuffer

LongBuffer cachedDstLongBuffer

cachedDstByteBuffer

ByteBuffer cachedDstByteBuffer

cachedDstByteBufferPosition

int cachedDstByteBufferPosition



Copyright © 2014. All rights reserved.