Serialized Form
-
Package apoc.generate.config
-
Exception apoc.generate.config.InvalidConfigException
class InvalidConfigException extends RuntimeException implements Serializable
-
-
Package apoc.util
-
Exception apoc.util.MissingDependencyException
class MissingDependencyException extends RuntimeException implements Serializable
-
-
Package apoc.util.collection
-
Exception apoc.util.collection.ResourceIteratorCloseFailedException
class ResourceIteratorCloseFailedException extends RuntimeException implements Serializable
-
-
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
-
maxValue
long maxValue
-
minNonZeroValue
long minNonZeroValue
-
subBucketHalfCount
int subBucketHalfCount
-
subBucketHalfCountMagnitude
int subBucketHalfCountMagnitude
-
subBucketMask
long subBucketMask
-
unitMagnitude
int unitMagnitude
-
unitMagnitudeMask
long unitMagnitudeMask
-
-
Class org.HdrHistogram.AtomicHistogram
class AtomicHistogram extends org.HdrHistogram.Histogram implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
-
Serialized Fields
-
counts
AtomicLongArray counts
-
totalCount
long totalCount
-
-
-
Class org.HdrHistogram.ConcurrentDoubleHistogram
class ConcurrentDoubleHistogram extends org.HdrHistogram.DoubleHistogram implements Serializable -
Class org.HdrHistogram.ConcurrentHistogram
class ConcurrentHistogram extends org.HdrHistogram.Histogram implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
-
Serialized Fields
-
activeCounts
org.HdrHistogram.ConcurrentHistogram.AtomicLongArrayWithNormalizingOffset activeCounts
-
inactiveCounts
org.HdrHistogram.ConcurrentHistogram.AtomicLongArrayWithNormalizingOffset inactiveCounts
-
totalCount
long totalCount
-
-
-
Class org.HdrHistogram.DoubleHistogram
class DoubleHistogram extends org.HdrHistogram.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
-
doubleToIntegerValueConversionRatio
double doubleToIntegerValueConversionRatio
-
integerToDoubleValueConversionRatio
double integerToDoubleValueConversionRatio
-
integerValuesHistogram
org.HdrHistogram.AbstractHistogram integerValuesHistogram
-
-
Class org.HdrHistogram.Histogram
class Histogram extends org.HdrHistogram.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 org.HdrHistogram.AbstractHistogram implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
-
Serialized Fields
-
counts
int[] counts
-
normalizingIndexOffset
int normalizingIndexOffset
-
totalCount
long totalCount
-
-
-
Class org.HdrHistogram.ShortCountsHistogram
class ShortCountsHistogram extends org.HdrHistogram.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 org.HdrHistogram.DoubleHistogram implements Serializable -
Class org.HdrHistogram.SynchronizedHistogram
class SynchronizedHistogram extends org.HdrHistogram.Histogram implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
-
-