|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.unimi.di.mg4j.index.SkipBitStreamIndexWriter.TowerData
public static class SkipBitStreamIndexWriter.TowerData
A structure maintaining statistical data about tower construction.
Field Summary | |
---|---|
long |
bitsForLowerBitSkips
The number of bits written for bit skips 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 |
bitsForTopBitSkips
The number of bits written for bit skips 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 |
numberOfLowerEntries
The number of written lower skip entries. |
long |
numberOfSkipTowers
The number of written skip towers. |
long |
numberOfTopEntries
The number of written top skip entries. |
Constructor Summary | |
---|---|
SkipBitStreamIndexWriter.TowerData()
|
Method Summary | |
---|---|
long |
bitsForBitSkips()
Returns the overall number of bits used for bit skips. |
long |
bitsForEntries()
Returns the overall number of bits used for tower entries (bits for tower lengths are not included). |
long |
bitsForSkipPointers()
Returns the overall number of bits used for skip pointers. |
long |
bitsForTowers()
Returns the overall number of bits used for towers. |
long |
numberOfEntries()
Returns the overall number of entries. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public long bitsForTopBitSkips
public long bitsForTopSkipPointers
public long bitsForLowerBitSkips
public long bitsForLowerSkipPointers
public long bitsForTowerLengths
public long numberOfSkipTowers
public long numberOfTopEntries
public long numberOfLowerEntries
Constructor Detail |
---|
public SkipBitStreamIndexWriter.TowerData()
Method Detail |
---|
public long bitsForSkipPointers()
public long bitsForBitSkips()
public long bitsForEntries()
public long bitsForTowers()
public long numberOfEntries()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |