|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.unimi.dsi.mg4j.index.SkipIndexWriter.TowerData
A structure maintaining statistical data about tower construction.
Field Summary | |
long |
bitsForLowerSkipAmounts
The number of bits written for skip amounts in the lower part of a tower. |
long |
bitsForLowerSkipPointers
The number of bits written for skip pointers in the lower part of a tower. |
long |
bitsForTopSkipAmounts
The number of bits written for skip amounts at the top of a tower. |
long |
bitsForTopSkipPointers
The number of bits written for skip pointers at the top of a tower. |
long |
bitsForTowerLengths
The number of bits written for tower lengths. |
long |
numberOfSkipEntries
The number of written skip entries. |
long |
numberOfSkipTowers
The number of written skip towers. |
Constructor Summary | |
SkipIndexWriter.TowerData()
|
Method Summary | |
long |
bitsForEntries()
Returns the overall number of bits used for tower entries (bits for tower lengths are not included). |
long |
bitsForSkipAmounts()
Returns the overall number of bits used for skip amounts. |
long |
bitsForSkipPointers()
Returns the overall number of bits used for skip pointers. |
long |
bitsForTowers()
Returns the overall number of bits used for towers. |
long |
numberOfLowerEntries()
Returns the number of lower entries, that is, the number of entries minus the number of towers. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public long bitsForTopSkipAmounts
public long bitsForTopSkipPointers
public long bitsForLowerSkipAmounts
public long bitsForLowerSkipPointers
public long bitsForTowerLengths
public long numberOfSkipTowers
public long numberOfSkipEntries
Constructor Detail |
public SkipIndexWriter.TowerData()
Method Detail |
public long bitsForSkipPointers()
public long bitsForSkipAmounts()
public long bitsForEntries()
public long bitsForTowers()
public long numberOfLowerEntries()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |