public final class IndexHeader extends Object
Modifier and Type | Method and Description |
---|---|
com.spotify.sparkey.AddressSize |
getAddressData() |
int |
getAddressSize() |
long |
getDataEnd() |
int |
getEntryBlockBits() |
int |
getFileIdentifier() |
long |
getGarbageSize() |
long |
getHashCapacity() |
long |
getHashCollisions() |
long |
getHashLength() |
int |
getHashSeed() |
int |
getHashSize() |
HashType |
getHashType() |
int |
getMajorVersion() |
long |
getMaxDisplacement() |
long |
getMaxKeyLen() |
long |
getMaxValueLen() |
int |
getMinorVersion() |
long |
getNumEntries() |
long |
getNumPuts() |
int |
getSlotSize() |
long |
getTotalDisplacement() |
int |
size() |
String |
toString() |
public int getMajorVersion()
public int getMinorVersion()
public int getFileIdentifier()
public long getDataEnd()
public long getMaxKeyLen()
public long getMaxValueLen()
public long getGarbageSize()
public long getNumEntries()
public int getAddressSize()
public int getHashSize()
public long getHashCapacity()
public long getMaxDisplacement()
public int getHashSeed()
public int size()
public int getSlotSize()
public long getHashLength()
public long getNumPuts()
public int getEntryBlockBits()
public long getHashCollisions()
public long getTotalDisplacement()
public HashType getHashType()
public com.spotify.sparkey.AddressSize getAddressData()
Copyright © 2013. All rights reserved.