Serialized Form


Package org.HdrHistogram

Class org.HdrHistogram.AbstractHistogram extends org.HdrHistogram.AbstractHistogramBase 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

subBucketHalfCountMagnitude

int subBucketHalfCountMagnitude

unitMagnitude

int unitMagnitude

subBucketHalfCount

int subBucketHalfCount

subBucketMask

long subBucketMask

Class org.HdrHistogram.AtomicHistogram extends AbstractHistogram 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.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

cachedDstLongBuffer

LongBuffer cachedDstLongBuffer

cachedDstByteBuffer

ByteBuffer cachedDstByteBuffer

cachedDstByteBufferPosition

int cachedDstByteBufferPosition

Class org.HdrHistogram.IntHistogram 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

cachedDstIntBuffer

IntBuffer cachedDstIntBuffer

cachedDstByteBuffer

ByteBuffer cachedDstByteBuffer

cachedDstByteBufferPosition

int cachedDstByteBufferPosition

Class org.HdrHistogram.ShortHistogram 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

cachedDstShortBuffer

ShortBuffer cachedDstShortBuffer

cachedDstByteBuffer

ByteBuffer cachedDstByteBuffer

cachedDstByteBufferPosition

int cachedDstByteBufferPosition

Class org.HdrHistogram.SynchronizedHistogram 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

cachedDstLongBuffer

LongBuffer cachedDstLongBuffer

cachedDstByteBuffer

ByteBuffer cachedDstByteBuffer

cachedDstByteBufferPosition

int cachedDstByteBufferPosition



Copyright © 2014. All rights reserved.