Uses of Class
org.HdrHistogram.packedarray.PackedLongArray
Packages that use PackedLongArray
-
Uses of PackedLongArray in org.HdrHistogram.packedarray
Subclasses of PackedLongArray in org.HdrHistogram.packedarrayModifier and TypeClassDescriptionclassA Packed array of signed 64 bit values that supportsget(),set(),add()andincrement()operations the logical contents of the array.Methods in org.HdrHistogram.packedarray that return PackedLongArrayModifier and TypeMethodDescriptionPackedLongArray.copy()PackedArrayRecorder.getIntervalArray()Get an interval array, which will include a stable, consistent view of all values accumulated since the last interval array was taken.PackedArrayRecorder.getIntervalArray(PackedLongArray arrayToRecycle) Get an interval array, which will include a stable, consistent view of all values accumulated since the last interval array was taken.PackedArrayRecorder.getIntervalArray(PackedLongArray arrayToRecycle, boolean enforceContainingInstance) Get an interval array, which will include a stable, consistent view of all values accumulated since the last interval array was taken.PackedArraySingleWriterRecorder.getIntervalArray()Get an interval array, which will include a stable, consistent view of all values accumulated since the last interval array was taken.PackedArraySingleWriterRecorder.getIntervalArray(PackedLongArray arrayToRecycle) Get an interval array, which will include a stable, consistent view of all values accumulated since the last interval array was taken.PackedArraySingleWriterRecorder.getIntervalArray(PackedLongArray arrayToRecycle, boolean enforceContainingInstance) Get an interval array, which will include a stable, consistent view of all values accumulated since the last interval array was taken.Methods in org.HdrHistogram.packedarray with parameters of type PackedLongArrayModifier and TypeMethodDescriptionPackedArrayRecorder.getIntervalArray(PackedLongArray arrayToRecycle) Get an interval array, which will include a stable, consistent view of all values accumulated since the last interval array was taken.PackedArrayRecorder.getIntervalArray(PackedLongArray arrayToRecycle, boolean enforceContainingInstance) Get an interval array, which will include a stable, consistent view of all values accumulated since the last interval array was taken.PackedArraySingleWriterRecorder.getIntervalArray(PackedLongArray arrayToRecycle) Get an interval array, which will include a stable, consistent view of all values accumulated since the last interval array was taken.PackedArraySingleWriterRecorder.getIntervalArray(PackedLongArray arrayToRecycle, boolean enforceContainingInstance) Get an interval array, which will include a stable, consistent view of all values accumulated since the last interval array was taken.