Uses of Class
org.HdrHistogram.packedarray.ResizeException
-
Packages that use ResizeException Package Description org.HdrHistogram.packedarray -
-
Uses of ResizeException in org.HdrHistogram.packedarray
Methods in org.HdrHistogram.packedarray that throw ResizeException Modifier and Type Method Description private void
AbstractPackedArrayContext. expandArrayIfNeeded(int entryLengthInLongs)
private int
AbstractPackedArrayContext. expandEntry(int existingEntryIndex, int entryPointerIndex, int insertedSlotIndex, int insertedSlotMask, boolean nextLevelIsLeaf)
Expand entry as indicated.(package private) int
AbstractPackedArrayContext. getPackedIndex(int setNumber, int virtualIndex, boolean insertAsNeeded)
Get the byte-index (into the packed array) corresponding to a given (set tree) value byte of given virtual index.private int
AbstractPackedArrayContext. getRootEntry(int setNumber, boolean insertAsNeeded)
private int
AbstractPackedArrayContext. newEntry(int entryLengthInShorts)
private int
AbstractPackedArrayContext. newLeafEntry()
-